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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
toolingHints
-
-
Constructor Summary
Constructors Constructor Description PluralAttributeInfoPrimitiveArrayAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCascade()
JaxbHbmCompositeCollectionElementType
getCompositeElement()
List<JaxbHbmFilterType>
getFilter()
JaxbHbmLazyWithExtraEnum
getLazy()
JaxbHbmManyToAnyCollectionElementType
getManyToAny()
JaxbHbmManyToManyCollectionElementType
getManyToMany()
JaxbHbmOneToManyCollectionElementType
getOneToMany()
boolean
isInverse()
-
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, getSubselectAttribute, getTable
-
Methods inherited from interface org.hibernate.boot.jaxb.hbm.spi.ToolingHintContainer
getToolingHints
-
-
-
-
Method Detail
-
isInverse
public boolean isInverse()
- Specified by:
isInverse
in interfacePluralAttributeInfo
-
getLazy
public JaxbHbmLazyWithExtraEnum getLazy()
- Specified by:
getLazy
in interfacePluralAttributeInfo
-
getOneToMany
public JaxbHbmOneToManyCollectionElementType getOneToMany()
- Specified by:
getOneToMany
in interfacePluralAttributeInfo
-
getCompositeElement
public JaxbHbmCompositeCollectionElementType getCompositeElement()
- Specified by:
getCompositeElement
in interfacePluralAttributeInfo
-
getManyToMany
public JaxbHbmManyToManyCollectionElementType getManyToMany()
- Specified by:
getManyToMany
in interfacePluralAttributeInfo
-
getManyToAny
public JaxbHbmManyToAnyCollectionElementType getManyToAny()
- Specified by:
getManyToAny
in interfacePluralAttributeInfo
-
getFilter
public List<JaxbHbmFilterType> getFilter()
- Specified by:
getFilter
in interfacePluralAttributeInfo
-
getCascade
public String getCascade()
- Specified by:
getCascade
in interfacePluralAttributeInfo
-
-