类 HibernateEntityContext
java.lang.Object
org.beangle.commons.entity.metadata.impl.AbstractEntityContext
org.beangle.orm.hibernate.internal.HibernateEntityContext
- 所有已实现的接口:
EntityContext
-
字段概要
从类继承的字段 org.beangle.commons.entity.metadata.impl.AbstractEntityContext
classEntityTypes, entityTypes -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getEntityName(Object target) voidinitFrom(org.hibernate.SessionFactory sessionFactory) Build context from session factory从类继承的方法 org.beangle.commons.entity.metadata.impl.AbstractEntityContext
getEntityNames, getEntityType, getEntityType, getType
-
构造器详细资料
-
HibernateEntityContext
public HibernateEntityContext()
-
-
方法详细资料
-
getEntityName
- 指定者:
getEntityName在接口中EntityContext- 覆盖:
getEntityName在类中AbstractEntityContext
-
initFrom
public void initFrom(org.hibernate.SessionFactory sessionFactory) Build context from session factory
-