Class HibernateEntityContext
- java.lang.Object
-
- org.beangle.commons.entity.metadata.impl.AbstractEntityContext
-
- org.beangle.orm.hibernate.internal.HibernateEntityContext
-
- All Implemented Interfaces:
EntityContext
public class HibernateEntityContext extends AbstractEntityContext
-
-
Field Summary
-
Fields inherited from class org.beangle.commons.entity.metadata.impl.AbstractEntityContext
classEntityTypes, entityTypes
-
-
Constructor Summary
Constructors Constructor Description HibernateEntityContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEntityName(Object target)voidinitFrom(org.hibernate.SessionFactory sessionFactory)Build context from session factory-
Methods inherited from class org.beangle.commons.entity.metadata.impl.AbstractEntityContext
getEntityNames, getEntityType, getEntityType, getType
-
-
-
-
Method Detail
-
getEntityName
public String getEntityName(Object target)
- Specified by:
getEntityNamein interfaceEntityContext- Overrides:
getEntityNamein classAbstractEntityContext
-
initFrom
public void initFrom(org.hibernate.SessionFactory sessionFactory)
Build context from session factory
-
-