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:
java.io.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 java.lang.StringgetCascade()JaxbHbmCompositeCollectionElementTypegetCompositeElement()java.util.List<JaxbHbmFilterType>getFilter()JaxbHbmLazyWithExtraEnumgetLazy()JaxbHbmManyToAnyCollectionElementTypegetManyToAny()JaxbHbmManyToManyCollectionElementTypegetManyToMany()JaxbHbmOneToManyCollectionElementTypegetOneToMany()booleanisInverse()-
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:
isInversein interfacePluralAttributeInfo
-
getLazy
public JaxbHbmLazyWithExtraEnum getLazy()
- Specified by:
getLazyin interfacePluralAttributeInfo
-
getOneToMany
public JaxbHbmOneToManyCollectionElementType getOneToMany()
- Specified by:
getOneToManyin interfacePluralAttributeInfo
-
getCompositeElement
public JaxbHbmCompositeCollectionElementType getCompositeElement()
- Specified by:
getCompositeElementin interfacePluralAttributeInfo
-
getManyToMany
public JaxbHbmManyToManyCollectionElementType getManyToMany()
- Specified by:
getManyToManyin interfacePluralAttributeInfo
-
getManyToAny
public JaxbHbmManyToAnyCollectionElementType getManyToAny()
- Specified by:
getManyToAnyin interfacePluralAttributeInfo
-
getFilter
public java.util.List<JaxbHbmFilterType> getFilter()
- Specified by:
getFilterin interfacePluralAttributeInfo
-
getCascade
public java.lang.String getCascade()
- Specified by:
getCascadein interfacePluralAttributeInfo
-
-