Package org.hibernate.boot.jaxb.hbm.spi
Class PluralAttributeInfoPrimitiveArrayAdapter
java.lang.Object
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
- All Implemented Interfaces:
Serializable
,AttributeMapping
,PluralAttributeInfo
,TableInformationContainer
,ToolingHintContainer
- Direct Known Subclasses:
JaxbHbmPrimitiveArrayType
public abstract class PluralAttributeInfoPrimitiveArrayAdapter
extends JaxbHbmToolingHintContainer
implements PluralAttributeInfo
- See Also:
-
Field Summary
Fields inherited from class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
toolingHints
-
Constructor Summary
Constructors -
Method Summary
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, getCheck, getCollectionType, getComment, getElement, getFetch, getKey, getLoader, 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
-
PluralAttributeInfoPrimitiveArrayAdapter
public PluralAttributeInfoPrimitiveArrayAdapter()
-
-
Method Details
-
isInverse
public boolean isInverse()- Specified by:
isInverse
in interfacePluralAttributeInfo
-
getLazy
- Specified by:
getLazy
in interfacePluralAttributeInfo
-
getOneToMany
- Specified by:
getOneToMany
in interfacePluralAttributeInfo
-
getCompositeElement
- Specified by:
getCompositeElement
in interfacePluralAttributeInfo
-
getManyToMany
- Specified by:
getManyToMany
in interfacePluralAttributeInfo
-
getManyToAny
- Specified by:
getManyToAny
in interfacePluralAttributeInfo
-
getFilter
- Specified by:
getFilter
in interfacePluralAttributeInfo
-
getCascade
- Specified by:
getCascade
in interfacePluralAttributeInfo
-