public abstract class TypeWrapper extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
TypeWrapper(ClassPreProcessor injector,
javassist.CtClass type,
Class<?> javaClass) |
| Modifier and Type | Method and Description |
|---|---|
TypeWrapper |
getSupertype() |
javassist.CtClass |
getType() |
protected void |
init() |
abstract boolean |
isDirty() |
boolean |
isImplemets(TypeWrapper itype) |
boolean |
isInherited(TypeWrapper type) |
boolean |
isLoaded() |
boolean |
isNaturalIdCached() |
void |
prepare() |
Class<?> |
toClass() |
protected TypeWrapper(ClassPreProcessor injector, javassist.CtClass type, Class<?> javaClass) throws javassist.NotFoundException, ClassNotFoundException
javassist.NotFoundExceptionClassNotFoundExceptionpublic void prepare()
throws ClassNotFoundException,
javassist.NotFoundException,
javassist.CannotCompileException
ClassNotFoundExceptionjavassist.NotFoundExceptionjavassist.CannotCompileExceptionprotected void init()
throws javassist.NotFoundException,
ClassNotFoundException
javassist.NotFoundExceptionClassNotFoundExceptionpublic javassist.CtClass getType()
public TypeWrapper getSupertype()
public boolean isInherited(TypeWrapper type)
public boolean isImplemets(TypeWrapper itype)
public boolean isNaturalIdCached()
public Class<?> toClass() throws javassist.CannotCompileException
javassist.CannotCompileExceptionpublic abstract boolean isDirty()
public boolean isLoaded()
Copyright © 2018. All rights reserved.