接口的使用
org.hibernate.jpa.HibernateEntityManagerFactory
-
使用HibernateEntityManagerFactory的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.org.hibernate.ejb org.hibernate.engine.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.jpa.spi -
-
org.hibernate中HibernateEntityManagerFactory的使用
org.hibernate中HibernateEntityManagerFactory的子接口 修饰符和类型 接口 说明 interfaceSessionFactoryThe main contract here is the creation ofSessioninstances. -
org.hibernate.ejb中HibernateEntityManagerFactory的使用
org.hibernate.ejb中HibernateEntityManagerFactory的子接口 修饰符和类型 接口 说明 interfaceHibernateEntityManagerFactory已过时。UseHibernateEntityManagerFactoryinstead -
org.hibernate.engine.spi中HibernateEntityManagerFactory的使用
org.hibernate.engine.spi中HibernateEntityManagerFactory的子接口 修饰符和类型 接口 说明 interfaceSessionFactoryImplementorDefines the internal contract between the SessionFactory and other parts of Hibernate such as implementors of Type.实现HibernateEntityManagerFactory的org.hibernate.engine.spi中的类 修饰符和类型 类 说明 classSessionFactoryDelegatingImplBase delegating implementation of the SessionFactory and SessionFactoryImplementor contracts for intended for easier implementation of SessionFactory. -
org.hibernate.internal中HibernateEntityManagerFactory的使用
实现HibernateEntityManagerFactory的org.hibernate.internal中的类 修饰符和类型 类 说明 classSessionFactoryImplConcrete implementation of the SessionFactory interface. -
org.hibernate.jpa.spi中HibernateEntityManagerFactory的使用
返回HibernateEntityManagerFactory的org.hibernate.jpa.spi中的方法 修饰符和类型 方法 说明 HibernateEntityManagerFactoryHibernateEntityManagerFactoryAware. getFactory()已过时。Get access to the Hibernate extended EMF contract.
-