public class JavassistHelper extends Object
Modifier and Type | Method and Description |
---|---|
static FieldInterceptor |
extractFieldInterceptor(Object entity)
Perform the Javassist-specific field interceptor extraction
|
static FieldInterceptor |
injectFieldInterceptor(Object entity,
String entityName,
Set uninitializedFieldNames,
SessionImplementor session)
Perform the Javassist-specific field interceptor injection
|
public static FieldInterceptor extractFieldInterceptor(Object entity)
entity
- The entity from which to extract the interceptorpublic static FieldInterceptor injectFieldInterceptor(Object entity, String entityName, Set uninitializedFieldNames, SessionImplementor session)
entity
- The entity instanceentityName
- The entity nameuninitializedFieldNames
- The names of any uninitialized fieldssession
- The sessionCopyright © 2001-2017 Red Hat, Inc. All Rights Reserved.