接口的使用
org.hibernate.engine.spi.EntityEntryFactory
-
使用EntityEntryFactory的程序包 程序包 说明 org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. -
-
org.hibernate.engine.internal中EntityEntryFactory的使用
实现EntityEntryFactory的org.hibernate.engine.internal中的类 修饰符和类型 类 说明 classImmutableEntityEntryFactoryFactory for the safe approach implementation ofEntityEntry.classMutableEntityEntryFactoryFactory for the safe approach implementation ofEntityEntry. -
org.hibernate.persister.entity中EntityEntryFactory的使用
返回EntityEntryFactory的org.hibernate.persister.entity中的方法 修饰符和类型 方法 说明 EntityEntryFactoryAbstractEntityPersister. getEntityEntryFactory()EntityEntryFactoryEntityPersister. getEntityEntryFactory()Get the EntityEntryFactory indicated for the entity mapped by this persister.
-