接口 HibernateEntityManagerFactoryAware
-
@Deprecated public interface HibernateEntityManagerFactoryAware
已过时。(since 5.2) Why do we need an over-arching access to HibernateEntityManagerFactory across multiple contract hierarchies?Internal contact for things that haveHibernateEntityManagerFactoryaccess.- 作者:
- Strong Liu
-
-
方法概要
所有方法 实例方法 抽象方法 已过时的方法 修饰符和类型 方法 说明 HibernateEntityManagerFactorygetFactory()已过时。Get access to the Hibernate extended EMF contract.
-
-
-
方法详细资料
-
getFactory
HibernateEntityManagerFactory getFactory()
已过时。Get access to the Hibernate extended EMF contract.- 返回:
- The Hibernate EMF contract for this EM.
-
-