play.db.jpa
类 JPAEnhancer

java.lang.Object
  继承者 play.classloading.enhancers.Enhancer
      继承者 play.db.jpa.JPAEnhancer

public class JPAEnhancer
extends Enhancer

Enhance JPABase entities classes


嵌套类摘要
 
从类 play.classloading.enhancers.Enhancer 继承的嵌套类/接口
Enhancer.ApplicationClassesClasspath
 
字段摘要
 
从类 play.classloading.enhancers.Enhancer 继承的字段
classPool
 
构造方法摘要
JPAEnhancer()
           
 
方法摘要
 void enhanceThisClass(ApplicationClasses.ApplicationClass applicationClass)
          The magic happen here...
 
从类 play.classloading.enhancers.Enhancer 继承的方法
createAnnotation, createAnnotation, getAnnotations, getAnnotations, getAnnotations, hasAnnotation, hasAnnotation, hasAnnotation, makeClass, newClassPool
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

JPAEnhancer

public JPAEnhancer()
方法详细信息

enhanceThisClass

public void enhanceThisClass(ApplicationClasses.ApplicationClass applicationClass)
                      throws java.lang.Exception
从类 Enhancer 复制的描述
The magic happen here...

指定者:
Enhancer 中的 enhanceThisClass
抛出:
java.lang.Exception


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly