字段摘要 | |
---|---|
String |
class
The name of the associated class. |
String |
column
The name of the element foreign key column. |
String |
embed-xml
|
String |
entity-name
The entity name of the associated class, as an alternative to class |
String |
fetch
enables outer-join or sequential select fetching for this association. This is a special case; for full eager fetching (in a single SELECT) of an entity and its many-to-many relationships to other entities, you would enable join fetching not only of the collection itself, but also with this attribute on the <many-to-many> nested element. |
String |
foreign-key
|
String |
formula
An SQL formula used to evaluate the element foreign key value. |
String |
lazy
|
String |
node
|
String |
not-found
Specifies how foreign keys that reference missing rows will be handled: ignore will treat a missing row as a null association. |
String |
outer-join
|
String |
property-ref
The name of a property of the associated class that is joined to this foreign key. If not specified, the primary key of the associated class is used. |
String |
unique
|
String |
where
|
方法摘要 |
---|
子事物摘要 | |
---|---|
|
column
|
|
filter
|
|
formula
|
|
meta
|
字段详细信息 |
---|
方法详细信息 |
---|
子事物详细信息 |
---|