xworker.db.hibernate.hibernate-mapping-nodes.map/@many-to-many
事物 many-to-many(many-to-many)点击打开事物点击浏览描述

父事物:
map
描述者:
事物
thing
继承:
many-to-many

字段摘要
           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
          
 
字段详细信息

class点击打开事物

The name of the associated class.

column点击打开事物

The name of the element foreign key column.

embed-xml点击打开事物


entity-name点击打开事物

The entity name of the associated class, as an alternative to class

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.

foreign-key点击打开事物


formula点击打开事物

An SQL formula used to evaluate the element foreign key value.

lazy点击打开事物


node点击打开事物


not-found点击打开事物

Specifies how foreign keys that reference missing rows will be handled: ignore will treat a missing row as a null association.

outer-join点击打开事物


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.

unique点击打开事物


where点击打开事物


 
方法详细信息
 
子事物详细信息

column点击打开事物


filter点击打开事物


formula点击打开事物


meta点击打开事物