Class PluralAttributeInfoIdBagAdapter
java.lang.Object
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoIdBagAdapter
- All Implemented Interfaces:
Serializable, AttributeMapping, PluralAttributeInfo, TableInformationContainer, ToolingHintContainer
- Direct Known Subclasses:
JaxbHbmIdBagCollectionType
public abstract class PluralAttributeInfoIdBagAdapter
extends JaxbHbmToolingHintContainer
implements PluralAttributeInfo
Adaptive implementation of the
PluralAttributeInfo for <idbag/> mappings which
do not support all the configuration available on other collection mappings.- See Also:
-
Field Summary
Fields inherited from class JaxbHbmToolingHintContainer
toolingHints -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from class JaxbHbmToolingHintContainer
getToolingHintsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AttributeMapping
getAccess, getNameMethods inherited from interface 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, isOptimisticLockMethods inherited from interface TableInformationContainer
getCatalog, getSchema, getSubselect, getTableMethods inherited from interface ToolingHintContainer
getToolingHints
-
Constructor Details
-
PluralAttributeInfoIdBagAdapter
public PluralAttributeInfoIdBagAdapter()
-
-
Method Details
-
getOneToMany
- Specified by:
getOneToManyin interfacePluralAttributeInfo
-
isInverse
public boolean isInverse()- Specified by:
isInversein interfacePluralAttributeInfo
-