接口的使用
org.hibernate.persister.walking.spi.AttributeSource
-
使用AttributeSource的程序包 程序包 说明 org.hibernate.id This package contains internal implementation classes for the main API interfaces.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel.org.hibernate.persister.walking.spi org.hibernate.tuple This package defines a runtime metamodel for entities at the object level and abstracts the differences between the various entity modes.org.hibernate.tuple.component org.hibernate.tuple.entity -
-
org.hibernate.id中AttributeSource的使用
org.hibernate.id中AttributeSource的子接口 修饰符和类型 接口 说明 interfacePostInsertIdentityPersisterA persister that may have an identity assigned by execution of a SQL INSERT. -
org.hibernate.persister.entity中AttributeSource的使用
org.hibernate.persister.entity中AttributeSource的子接口 修饰符和类型 接口 说明 interfaceEntityPersisterContract describing mapping information and persistence logic for a particular strategy of entity mapping.interfaceLoadableImplemented by a EntityPersister that may be loaded using Loader.interfaceLockableContract for things that can be locked via aLockingStrategy.interfaceOuterJoinLoadableA EntityPersister that may be loaded by outer join using the OuterJoinLoader hierarchy and may be an element of a one-to-many association.interfaceQueryableExtends the generic EntityPersister contract to add operations required by the Hibernate Query LanguageinterfaceSQLLoadableA class persister that supports queries expressed in the platform native SQL dialectinterfaceUniqueKeyLoadable实现AttributeSource的org.hibernate.persister.entity中的类 修饰符和类型 类 说明 classAbstractEntityPersisterBasic functionality for persisting an entity via JDBC through either generated or custom SQLclassJoinedSubclassEntityPersisterAn EntityPersister implementing the normalized "table-per-subclass" mapping strategyclassSingleTableEntityPersisterThe default implementation of the EntityPersister interface.classUnionSubclassEntityPersisterImplementation of the "table-per-concrete-class" or "roll-down" mapping strategy for an entity and its inheritance hierarchy. -
org.hibernate.persister.walking.spi中AttributeSource的使用
org.hibernate.persister.walking.spi中AttributeSource的子接口 修饰符和类型 接口 说明 interfaceCompositeCollectionElementDefinitionThe definition for a composite collection element.interfaceCompositionDefinitioninterfaceEntityDefinitionDefines the contract for walking the attributes defined by an entityinterfaceNonEncapsulatedEntityIdentifierDefinition返回AttributeSource的org.hibernate.persister.walking.spi中的方法 修饰符和类型 方法 说明 AttributeSourceAttributeDefinition. getSource() -
org.hibernate.tuple中AttributeSource的使用
返回AttributeSource的org.hibernate.tuple中的方法 修饰符和类型 方法 说明 AttributeSourceAbstractNonIdentifierAttribute. getSource()protected AttributeSourceAbstractNonIdentifierAttribute. source()参数类型为AttributeSource的org.hibernate.tuple中的构造器 构造器 说明 AbstractNonIdentifierAttribute(AttributeSource source, SessionFactoryImplementor sessionFactory, int attributeNumber, String attributeName, Type attributeType, BaselineAttributeInformation attributeInformation) -
org.hibernate.tuple.component中AttributeSource的使用
实现AttributeSource的org.hibernate.tuple.component中的类 修饰符和类型 类 说明 classAbstractCompositionAttributeA base class for a composite, non-identifier attribute.classCompositionBasedCompositionAttribute参数类型为AttributeSource的org.hibernate.tuple.component中的构造器 构造器 说明 AbstractCompositionAttribute(AttributeSource source, SessionFactoryImplementor sessionFactory, int entityBasedAttributeNumber, String attributeName, CompositeType attributeType, int columnStartPosition, BaselineAttributeInformation baselineInfo)CompositeBasedBasicAttribute(AttributeSource source, SessionFactoryImplementor sessionFactory, int attributeNumber, String attributeName, Type attributeType, BaselineAttributeInformation baselineInfo) -
org.hibernate.tuple.entity中AttributeSource的使用
实现AttributeSource的org.hibernate.tuple.entity中的类 修饰符和类型 类 说明 classEntityBasedCompositionAttribute
-