接口的使用
org.hibernate.persister.entity.SQLLoadable
-
使用SQLLoadable的程序包 程序包 说明 org.hibernate.loader.custom.sql org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. -
-
org.hibernate.loader.custom.sql中SQLLoadable的使用
返回SQLLoadable的org.hibernate.loader.custom.sql中的方法 修饰符和类型 方法 说明 SQLLoadableSQLQueryReturnProcessor.ResultAliasContext. getEntityPersister(String alias) -
org.hibernate.persister.entity中SQLLoadable的使用
实现SQLLoadable的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.
-