| Home >> All >> org >> hibernate >> intercept >> [ javassist Javadoc ] |
org.hibernate.intercept.javassist: Javadoc index of package org.hibernate.intercept.javassist.
Package Samples:
org.hibernate.intercept.javassist
Classes:
FieldInterceptorImpl: A field-level interceptor that initializes lazily fetched properties. This interceptor can be attached to classes instrumented by Javassist. Note that this implementation assumes that the instance variable name is the same as the name of the persistent property that must be loaded. Note: most of the interesting functionality here is farmed off to the super-class. The stuff here mainly acts as an adapter to the Javassist-specific functionality, routing interception through the super-class's intercept() method
JavassistHelper
| Home | Contact Us | Privacy Policy | Terms of Service |