public class EnhancerHelper
extends java.lang.Object
| Constructor and Description |
|---|
EnhancerHelper() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Enhancer<T> |
getDirtyableDBObjectEnhancer(java.lang.Class<T> baseClass)
Creates a new dirtyableDBObject Enhancer for the given class.
|
static <T> Enhancer<T> |
getUpdateObjectEnhancer(java.lang.Class<T> baseClass)
Creates a new dirtyableDBObject Enhancer for the given class.
|
public static <T> Enhancer<T> getDirtyableDBObjectEnhancer(java.lang.Class<T> baseClass)
DirtyableDBObject, then a special "no-op" enhancer will be returned that
doesn't do any special enhancement. Otherwise, a byte-code enhancer is returned.baseClass - class for which to create an enhancerpublic static <T> Enhancer<T> getUpdateObjectEnhancer(java.lang.Class<T> baseClass)
DirtyableDBObject, then a special "no-op" enhancer will be returned that
doesn't do any special enhancement. Otherwise, a byte-code enhancer is returned.baseClass - class for which to create an enhancerCopyright © 2017. All Rights Reserved.