接口的使用
org.hibernate.persister.walking.spi.EntityDefinition
-
使用EntityDefinition的程序包 程序包 说明 org.hibernate.id This package contains internal implementation classes for the main API interfaces.org.hibernate.loader.plan.build.internal Contains the internal implementations used for building a metamodel-driven LoadPlan.org.hibernate.loader.plan.build.internal.returns Contains the internal implementations of the building blocks that make up a metamodel-driven LoadPlan. .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.component org.hibernate.tuple.entity -
-
org.hibernate.id中EntityDefinition的使用
org.hibernate.id中EntityDefinition的子接口 修饰符和类型 接口 说明 interfacePostInsertIdentityPersisterA persister that may have an identity assigned by execution of a SQL INSERT. -
org.hibernate.loader.plan.build.internal中EntityDefinition的使用
参数类型为EntityDefinition的org.hibernate.loader.plan.build.internal中的方法 修饰符和类型 方法 说明 voidAbstractLoadPlanBuildingAssociationVisitationStrategy. finishingEntity(EntityDefinition entityDefinition)voidAbstractLoadPlanBuildingAssociationVisitationStrategy. startingEntity(EntityDefinition entityDefinition) -
org.hibernate.loader.plan.build.internal.returns中EntityDefinition的使用
参数类型为EntityDefinition的org.hibernate.loader.plan.build.internal.returns中的构造器 构造器 说明 EntityReturnImpl(EntityDefinition entityDefinition, ExpandingQuerySpaces querySpaces) -
org.hibernate.persister.entity中EntityDefinition的使用
org.hibernate.persister.entity中EntityDefinition的子接口 修饰符和类型 接口 说明 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实现EntityDefinition的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中EntityDefinition的使用
返回EntityDefinition的org.hibernate.persister.walking.spi中的方法 修饰符和类型 方法 说明 EntityDefinitionEntityIdentifierDefinition. getEntityDefinition()EntityDefinitionAssociationAttributeDefinition. toEntityDefinition()EntityDefinitionCollectionElementDefinition. toEntityDefinition()If the element type returned byCollectionElementDefinition.getType()is anEntityType, then the entity definition for the collection element is returned; otherwise, IllegalStateException is thrown.EntityDefinitionCollectionIndexDefinition. toEntityDefinition()If the index type returned byCollectionIndexDefinition.getType()is anEntityType, then the entity definition for the collection index is returned; otherwise, IllegalStateException is thrown.参数类型为EntityDefinition的org.hibernate.persister.walking.spi中的方法 修饰符和类型 方法 说明 voidAssociationVisitationStrategy. finishingEntity(EntityDefinition entityDefinition)Notification we are finishing walking an entity.voidAssociationVisitationStrategy. startingEntity(EntityDefinition entityDefinition)Notification we are starting to walk an entity. -
org.hibernate.tuple.component中EntityDefinition的使用
返回EntityDefinition的org.hibernate.tuple.component中的方法 修饰符和类型 方法 说明 EntityDefinitionCompositeBasedAssociationAttribute. toEntityDefinition() -
org.hibernate.tuple.entity中EntityDefinition的使用
返回EntityDefinition的org.hibernate.tuple.entity中的方法 修饰符和类型 方法 说明 EntityDefinitionEntityBasedAssociationAttribute. toEntityDefinition()
-