类 PluralAttributeInfoIdBagAdapter
- java.lang.Object
-
- org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
-
- org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoIdBagAdapter
-
- 所有已实现的接口:
Serializable,AttributeMapping,PluralAttributeInfo,TableInformationContainer,ToolingHintContainer
- 直接已知子类:
JaxbHbmIdBagCollectionType
public abstract class PluralAttributeInfoIdBagAdapter extends JaxbHbmToolingHintContainer implements PluralAttributeInfo
Adaptive implementation of thePluralAttributeInfofor<idbag/>mappings which do not support all the configuration available on other collection mappings.- 作者:
- Steve Ebersole
- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
toolingHints
-
-
构造器概要
构造器 构造器 说明 PluralAttributeInfoIdBagAdapter()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 JaxbHbmOneToManyCollectionElementTypegetOneToMany()booleanisInverse()-
从类继承的方法 org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
getToolingHints
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 org.hibernate.boot.jaxb.hbm.spi.AttributeMapping
getAccess, getName
-
从接口继承的方法 org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
getBatchSize, getCache, getCascade, getCheck, getCollectionType, getComment, getCompositeElement, getElement, getFetch, getFilter, getKey, getLazy, getLoader, getManyToAny, getManyToMany, getOuterJoin, getPersister, getSqlDelete, getSqlDeleteAll, getSqlInsert, getSqlUpdate, getSynchronize, getWhere, isMutable, isOptimisticLock
-
从接口继承的方法 org.hibernate.boot.jaxb.hbm.spi.TableInformationContainer
getCatalog, getSchema, getSubselect, getSubselectAttribute, getTable
-
从接口继承的方法 org.hibernate.boot.jaxb.hbm.spi.ToolingHintContainer
getToolingHints
-
-
-
-
方法详细资料
-
getOneToMany
public JaxbHbmOneToManyCollectionElementType getOneToMany()
- 指定者:
getOneToMany在接口中PluralAttributeInfo
-
isInverse
public boolean isInverse()
- 指定者:
isInverse在接口中PluralAttributeInfo
-
-