public class OrmLiteHelper extends Object
Constructor and Description |
---|
OrmLiteHelper(TargetAnnotationHelper helper) |
Modifier and Type | Method and Description |
---|---|
DeclaredType |
getDaoParametrizedType() |
TypeMirror |
getEntityIdType(Element element) |
TypeMirror |
getEntityType(Element element) |
DeclaredType |
getRuntimeExceptionDaoParametrizedType() |
DeclaredType |
getTypedDao(Element element) |
DeclaredType |
getTypedRuntimeExceptionDao(Element element) |
static void |
injectReleaseInDestroy(com.sun.codemodel.JFieldVar databaseHelperRef,
HasLifecycleMethods holder,
ProcessHolder.Classes classes) |
public OrmLiteHelper(TargetAnnotationHelper helper)
public TypeMirror getEntityType(Element element)
public TypeMirror getEntityIdType(Element element)
public DeclaredType getDaoParametrizedType()
public DeclaredType getRuntimeExceptionDaoParametrizedType()
public DeclaredType getTypedDao(Element element)
public DeclaredType getTypedRuntimeExceptionDao(Element element)
public static void injectReleaseInDestroy(com.sun.codemodel.JFieldVar databaseHelperRef, HasLifecycleMethods holder, ProcessHolder.Classes classes)
Copyright © 2010-2015. All Rights Reserved.