in my mapping file i got something like this:
<set table="KARTOTEKA_INDEKSOWA" name="KartotekiIndeksowe" inverse="true" >
<key column="ID_ANALITYKA_KSIEGOWA" />
<one-to-many class="Namespace.KartotekaIndeksowa, MyLibrary" />
</set>
whole object is loaded ok, but when i try to load set KartotekiIndeksowe
hibernate is trying to execute query:
SELECT kartotekii0_.FIELD_NAME in which the table name is wrong
and it result in exception.
whats wrong ??!! i use oracle
thanks in advance
best regards
roman
|