类 AbstractCompositionAttribute
- java.lang.Object
-
- org.hibernate.tuple.AbstractAttribute
-
- org.hibernate.tuple.AbstractNonIdentifierAttribute
-
- org.hibernate.tuple.component.AbstractCompositionAttribute
-
- 所有已实现的接口:
AttributeDefinition,AttributeSource,CompositionDefinition,Attribute,NonIdentifierAttribute,Property
public abstract class AbstractCompositionAttribute extends AbstractNonIdentifierAttribute implements CompositionDefinition
A base class for a composite, non-identifier attribute.- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 限定符 构造器 说明 protectedAbstractCompositionAttribute(AttributeSource source, SessionFactoryImplementor sessionFactory, int entityBasedAttributeNumber, String attributeName, CompositeType attributeType, int columnStartPosition, BaselineAttributeInformation baselineInfo)
-
方法概要
所有方法 实例方法 抽象方法 具体方法 修饰符和类型 方法 说明 Iterable<AttributeDefinition>getAttributes()CompositeTypegetType()protected abstract EntityPersisterlocateOwningPersister()protected StringloggableMetadata()-
从类继承的方法 org.hibernate.tuple.AbstractNonIdentifierAttribute
attributeNumber, getCascadeStyle, getFetchMode, getSource, 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
-
-
-
-
构造器详细资料
-
AbstractCompositionAttribute
protected AbstractCompositionAttribute(AttributeSource source, SessionFactoryImplementor sessionFactory, int entityBasedAttributeNumber, String attributeName, CompositeType attributeType, int columnStartPosition, BaselineAttributeInformation baselineInfo)
-
-
方法详细资料
-
getType
public CompositeType getType()
- 指定者:
getType在接口中Attribute- 指定者:
getType在接口中AttributeDefinition- 指定者:
getType在接口中CompositionDefinition- 覆盖:
getType在类中AbstractAttribute
-
getAttributes
public Iterable<AttributeDefinition> getAttributes()
- 指定者:
getAttributes在接口中AttributeSource
-
locateOwningPersister
protected abstract EntityPersister locateOwningPersister()
-
loggableMetadata
protected String loggableMetadata()
-
-