类 PluralAttributeInfoPrimitiveArrayAdapter
- java.lang.Object
-
- org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
-
- org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
-
- 所有已实现的接口:
Serializable,AttributeMapping,PluralAttributeInfo,TableInformationContainer,ToolingHintContainer
- 直接已知子类:
JaxbHbmPrimitiveArrayType
public abstract class PluralAttributeInfoPrimitiveArrayAdapter extends JaxbHbmToolingHintContainer implements PluralAttributeInfo
- 作者:
- Steve Ebersole
- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
toolingHints
-
-
构造器概要
构造器 构造器 说明 PluralAttributeInfoPrimitiveArrayAdapter()
-
方法概要
-
从类继承的方法 org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
getToolingHints
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 org.hibernate.boot.jaxb.hbm.spi.AttributeMapping
getAccess, getName
-
从接口继承的方法 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
-
从接口继承的方法 org.hibernate.boot.jaxb.hbm.spi.TableInformationContainer
getCatalog, getSchema, getSubselect, getSubselectAttribute, getTable
-
从接口继承的方法 org.hibernate.boot.jaxb.hbm.spi.ToolingHintContainer
getToolingHints
-
-
-
-
方法详细资料
-
isInverse
public boolean isInverse()
- 指定者:
isInverse在接口中PluralAttributeInfo
-
getLazy
public JaxbHbmLazyWithExtraEnum getLazy()
- 指定者:
getLazy在接口中PluralAttributeInfo
-
getOneToMany
public JaxbHbmOneToManyCollectionElementType getOneToMany()
- 指定者:
getOneToMany在接口中PluralAttributeInfo
-
getCompositeElement
public JaxbHbmCompositeCollectionElementType getCompositeElement()
- 指定者:
getCompositeElement在接口中PluralAttributeInfo
-
getManyToMany
public JaxbHbmManyToManyCollectionElementType getManyToMany()
- 指定者:
getManyToMany在接口中PluralAttributeInfo
-
getManyToAny
public JaxbHbmManyToAnyCollectionElementType getManyToAny()
- 指定者:
getManyToAny在接口中PluralAttributeInfo
-
getFilter
public List<JaxbHbmFilterType> getFilter()
- 指定者:
getFilter在接口中PluralAttributeInfo
-
getCascade
public String getCascade()
- 指定者:
getCascade在接口中PluralAttributeInfo
-
-