接口的使用
org.hibernate.persister.entity.PropertyMapping
-
使用PropertyMapping的程序包 程序包 说明 org.hibernate.hql.internal.ast.tree org.hibernate.hql.internal.ast.util org.hibernate.loader.plan.build.internal.spaces Contains the internal implementations of query spaces in a metamodel-driven LoadPlan.org.hibernate.loader.plan.spi Defines the SPI for the building blocks that make up a LoadPlan.org.hibernate.persister.collection This package abstracts the persistence mechanism for collections.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. -
-
org.hibernate.hql.internal.ast.tree中PropertyMapping的使用
返回PropertyMapping的org.hibernate.hql.internal.ast.tree中的方法 修饰符和类型 方法 说明 protected PropertyMappingComponentJoin. getBasePropertyMapping()PropertyMappingComponentJoin.ComponentFromElementType. getPropertyMapping(String propertyName)PropertyMappingFromElement. getPropertyMapping(String propertyName) -
org.hibernate.hql.internal.ast.util中PropertyMapping的使用
返回PropertyMapping的org.hibernate.hql.internal.ast.util中的方法 修饰符和类型 方法 说明 PropertyMappingSessionFactoryHelper. getCollectionPropertyMapping(String role)Retrieve a PropertyMapping describing the given collection role. -
org.hibernate.loader.plan.build.internal.spaces中PropertyMapping的使用
实现PropertyMapping的org.hibernate.loader.plan.build.internal.spaces中的类 修饰符和类型 类 说明 classCompositePropertyMappingA PropertyMapping for handling composites!返回PropertyMapping的org.hibernate.loader.plan.build.internal.spaces中的方法 修饰符和类型 方法 说明 PropertyMappingCollectionQuerySpaceImpl. getPropertyMapping()PropertyMappingCompositeQuerySpaceImpl. getPropertyMapping()PropertyMappingEntityQuerySpaceImpl. getPropertyMapping()参数类型为PropertyMapping的org.hibernate.loader.plan.build.internal.spaces中的构造器 构造器 说明 CompositePropertyMapping(CompositeType compositeType, PropertyMapping parentPropertyMapping, String parentPropertyName)Builds a CompositePropertyMapping -
org.hibernate.loader.plan.spi中PropertyMapping的使用
返回PropertyMapping的org.hibernate.loader.plan.spi中的方法 修饰符和类型 方法 说明 PropertyMappingQuerySpace. getPropertyMapping()Get thePropertyMappingfor this QuerySpace. -
org.hibernate.persister.collection中PropertyMapping的使用
org.hibernate.persister.collection中PropertyMapping的子接口 修饰符和类型 接口 说明 interfaceQueryableCollectionA collection role that may be queried or loaded by outer join.interfaceSQLLoadableCollection实现PropertyMapping的org.hibernate.persister.collection中的类 修饰符和类型 类 说明 classAbstractCollectionPersisterBase implementation of the QueryableCollection interface.classBasicCollectionPersisterCollection persister for collections of values and many-to-many associations.classCollectionPropertyMappingclassCompositeElementPropertyMappingclassElementPropertyMappingclassOneToManyPersisterCollection persister for one-to-many associations. -
org.hibernate.persister.entity中PropertyMapping的使用
org.hibernate.persister.entity中PropertyMapping的子接口 修饰符和类型 接口 说明 interfaceQueryableExtends the generic EntityPersister contract to add operations required by the Hibernate Query Language实现PropertyMapping的org.hibernate.persister.entity中的类 修饰符和类型 类 说明 classAbstractEntityPersisterBasic functionality for persisting an entity via JDBC through either generated or custom SQLclassAbstractPropertyMappingBasic implementation of thePropertyMappingcontract.classBasicEntityPropertyMappingclassJoinedSubclassEntityPersisterAn 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.
-