Package | Description |
---|---|
org.hibernate.bytecode.spi | |
org.hibernate.tuple.entity |
Modifier and Type | Method and Description |
---|---|
FieldInterceptor |
EntityInstrumentationMetadata.extractInterceptor(java.lang.Object entity)
Extract the field interceptor instance from the instrumented entity.
|
FieldInterceptor |
EntityInstrumentationMetadata.injectInterceptor(java.lang.Object entity,
java.lang.String entityName,
java.util.Set uninitializedFieldNames,
SessionImplementor session)
Build and inject a field interceptor instance into the instrumented entity.
|
Modifier and Type | Method and Description |
---|---|
FieldInterceptor |
NonPojoInstrumentationMetadata.extractInterceptor(java.lang.Object entity) |
FieldInterceptor |
NonPojoInstrumentationMetadata.injectInterceptor(java.lang.Object entity,
java.lang.String entityName,
java.util.Set uninitializedFieldNames,
SessionImplementor session) |
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.