Package org.hibernate.boot.jaxb.hbm.spi
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 org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
toolingHints
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Methods inherited from class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
getToolingHints
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.boot.jaxb.hbm.spi.AttributeMapping
getAccess, getName
Methods inherited from interface 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
Methods inherited from interface org.hibernate.boot.jaxb.hbm.spi.TableInformationContainer
getCatalog, getSchema, getSubselect, getTable
Methods inherited from interface org.hibernate.boot.jaxb.hbm.spi.ToolingHintContainer
getToolingHints
-
Constructor Details
-
PluralAttributeInfoIdBagAdapter
public PluralAttributeInfoIdBagAdapter()
-
-
Method Details
-
getOneToMany
- Specified by:
getOneToMany
in interfacePluralAttributeInfo
-
isInverse
public boolean isInverse()- Specified by:
isInverse
in interfacePluralAttributeInfo
-