类 HibernateModelMeta
- java.lang.Object
-
- org.beangle.commons.entity.metadata.impl.DefaultModelMeta
-
- org.beangle.orm.hibernate.internal.HibernateModelMeta
-
- 所有已实现的接口:
Initializing,ModelMeta,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
public class HibernateModelMeta extends DefaultModelMeta implements org.springframework.context.ApplicationContextAware, Initializing
Building model from Hibernate.- 从以下版本开始:
- 2.0
- 作者:
- chaostone
-
-
字段概要
-
从类继承的字段 org.beangle.commons.entity.metadata.impl.DefaultModelMeta
populator
-
-
构造器概要
构造器 构造器 说明 HibernateModelMeta()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidinit()voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)-
从类继承的方法 org.beangle.commons.entity.metadata.impl.DefaultModelMeta
getEntityName, getEntityType, getEntityType, getPopulator, getType, newInstance, newInstance, setContext, setPopulator
-
-
-
-
方法详细资料
-
init
public void init() throws Exception- 指定者:
init在接口中Initializing- 抛出:
Exception
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException- 指定者:
setApplicationContext在接口中org.springframework.context.ApplicationContextAware- 抛出:
org.springframework.beans.BeansException
-
-