|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassDescriptor | |
---|---|
org.hibernate.tool.instrument | The instrument tool for adding field-interception hooks to persistent classes using built-time bytecode processing. |
org.hibernate.tool.instrument.cglib | |
org.hibernate.tool.instrument.javassist |
Uses of ClassDescriptor in org.hibernate.tool.instrument |
---|
Methods in org.hibernate.tool.instrument that return ClassDescriptor | |
---|---|
protected abstract ClassDescriptor |
BasicInstrumentationTask.getClassDescriptor(byte[] byecode)
|
Methods in org.hibernate.tool.instrument with parameters of type ClassDescriptor | |
---|---|
protected abstract ClassTransformer |
BasicInstrumentationTask.getClassTransformer(ClassDescriptor descriptor)
|
Constructors in org.hibernate.tool.instrument with parameters of type ClassDescriptor | |
---|---|
BasicInstrumentationTask.CustomFieldFilter(ClassDescriptor descriptor)
|
Uses of ClassDescriptor in org.hibernate.tool.instrument.cglib |
---|
Methods in org.hibernate.tool.instrument.cglib that return ClassDescriptor | |
---|---|
protected ClassDescriptor |
InstrumentTask.getClassDescriptor(byte[] byecode)
|
Methods in org.hibernate.tool.instrument.cglib with parameters of type ClassDescriptor | |
---|---|
protected ClassTransformer |
InstrumentTask.getClassTransformer(ClassDescriptor descriptor)
|
Uses of ClassDescriptor in org.hibernate.tool.instrument.javassist |
---|
Methods in org.hibernate.tool.instrument.javassist that return ClassDescriptor | |
---|---|
protected ClassDescriptor |
InstrumentTask.getClassDescriptor(byte[] bytecode)
|
Methods in org.hibernate.tool.instrument.javassist with parameters of type ClassDescriptor | |
---|---|
protected ClassTransformer |
InstrumentTask.getClassTransformer(ClassDescriptor descriptor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |