类 EntityBasedAssociationAttribute
- java.lang.Object
-
- org.hibernate.tuple.AbstractAttribute
-
- org.hibernate.tuple.AbstractNonIdentifierAttribute
-
- org.hibernate.tuple.entity.AbstractEntityBasedAttribute
-
- org.hibernate.tuple.entity.EntityBasedAssociationAttribute
-
- 所有已实现的接口:
AssociationAttributeDefinition,AttributeDefinition,Attribute,NonIdentifierAttribute,Property
public class EntityBasedAssociationAttribute extends AbstractEntityBasedAttribute implements AssociationAttributeDefinition
- 作者:
- Steve Ebersole
-
-
嵌套类概要
-
从接口继承的嵌套类/接口 org.hibernate.persister.walking.spi.AssociationAttributeDefinition
AssociationAttributeDefinition.AssociationNature
-
-
构造器概要
构造器 构造器 说明 EntityBasedAssociationAttribute(EntityPersister source, SessionFactoryImplementor sessionFactory, int attributeNumber, String attributeName, AssociationType attributeType, BaselineAttributeInformation baselineInfo)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 CascadeStyledetermineCascadeStyle()FetchStrategydetermineFetchPlan(LoadQueryInfluencers loadQueryInfluencers, PropertyPath propertyPath)AssociationKeygetAssociationKey()AssociationAttributeDefinition.AssociationNaturegetAssociationNature()HydratedCompoundValueHandlergetHydratedCompoundValueExtractor()protected JoinablegetJoinable()AssociationTypegetType()protected StringloggableMetadata()AnyMappingDefinitiontoAnyDefinition()CollectionDefinitiontoCollectionDefinition()EntityDefinitiontoEntityDefinition()-
从类继承的方法 org.hibernate.tuple.entity.AbstractEntityBasedAttribute
getSource
-
从类继承的方法 org.hibernate.tuple.AbstractNonIdentifierAttribute
attributeNumber, getCascadeStyle, getFetchMode, getValueGenerationStrategy, isDirtyCheckable, isDirtyCheckable, isInsertable, isLazy, isNullable, isUpdateable, isVersionable, sessionFactory, source, toString
-
从类继承的方法 org.hibernate.tuple.AbstractAttribute
getName, getNode
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
从接口继承的方法 org.hibernate.persister.walking.spi.AttributeDefinition
getName, getSource
-
-
-
-
构造器详细资料
-
EntityBasedAssociationAttribute
public EntityBasedAssociationAttribute(EntityPersister source, SessionFactoryImplementor sessionFactory, int attributeNumber, String attributeName, AssociationType attributeType, BaselineAttributeInformation baselineInfo)
-
-
方法详细资料
-
getType
public AssociationType getType()
- 指定者:
getType在接口中AssociationAttributeDefinition- 指定者:
getType在接口中Attribute- 指定者:
getType在接口中AttributeDefinition- 覆盖:
getType在类中AbstractAttribute
-
getAssociationKey
public AssociationKey getAssociationKey()
-
getAssociationNature
public AssociationAttributeDefinition.AssociationNature getAssociationNature()
-
toAnyDefinition
public AnyMappingDefinition toAnyDefinition()
-
getJoinable
protected Joinable getJoinable()
-
toEntityDefinition
public EntityDefinition toEntityDefinition()
-
toCollectionDefinition
public CollectionDefinition toCollectionDefinition()
-
determineFetchPlan
public FetchStrategy determineFetchPlan(LoadQueryInfluencers loadQueryInfluencers, PropertyPath propertyPath)
-
determineCascadeStyle
public CascadeStyle determineCascadeStyle()
-
getHydratedCompoundValueExtractor
public HydratedCompoundValueHandler getHydratedCompoundValueExtractor()
-
loggableMetadata
protected String loggableMetadata()
-
-