Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E G N O P R S T

A

AbstractClassTransformerImpl - class org.hibernate.bytecode.AbstractClassTransformerImpl.
 
AbstractClassTransformerImpl(String[], String[]) - Constructor for class org.hibernate.bytecode.AbstractClassTransformerImpl
 

B

BasicProxyFactory - interface org.hibernate.bytecode.BasicProxyFactory.
A proxy factory for "basic proxy" generation
BytecodeProvider - interface org.hibernate.bytecode.BytecodeProvider.
Contract for providers of bytecode services to Hibernate.
buildBasicProxyFactory(Class, Class[]) - Method in interface org.hibernate.bytecode.ProxyFactoryFactory
Build a proxy factory for basic proxy concerns.
buildProxyFactory() - Method in interface org.hibernate.bytecode.ProxyFactoryFactory
Build a proxy factory specifically for handling runtime lazy loading.

C

ClassTransformer - interface org.hibernate.bytecode.ClassTransformer.
A persistence provider provides an instance of this interface to the PersistenceUnitInfo.addTransformer method.

D

doTransform(ClassLoader, String, Class, ProtectionDomain, byte[]) - Method in class org.hibernate.bytecode.AbstractClassTransformerImpl
 

E

entities - Variable in class org.hibernate.bytecode.AbstractClassTransformerImpl
 

G

generateDynamicFieldInterceptionClassLoader(ClassLoader, String[], String[]) - Method in interface org.hibernate.bytecode.BytecodeProvider
Generate a ClassLoader capable of performing dynamic bytecode manipulation on classes as they are loaded for the purpose of field-level interception.
getAccessOptimizer() - Method in interface org.hibernate.bytecode.ReflectionOptimizer
 
getEntityClassTransformer(String[], String[]) - Method in interface org.hibernate.bytecode.BytecodeProvider
Generate a ClassTransformer capable of performing dynamic bytecode manipulation on classes as they are loaded for the purpose of field-level interception.
getInstantiationOptimizer() - Method in interface org.hibernate.bytecode.ReflectionOptimizer
 
getPropertyNames() - Method in interface org.hibernate.bytecode.ReflectionOptimizer.AccessOptimizer
 
getPropertyValues(Object) - Method in interface org.hibernate.bytecode.ReflectionOptimizer.AccessOptimizer
 
getProxy() - Method in interface org.hibernate.bytecode.BasicProxyFactory
 
getProxyFactoryFactory() - Method in interface org.hibernate.bytecode.BytecodeProvider
Retrieve the specific factory for this provider capable of generating run-time proxies for lazy-loading purposes.
getReflectionOptimizer(Class, String[], String[], Class[]) - Method in interface org.hibernate.bytecode.BytecodeProvider
Retrieve the ReflectionOptimizer delegate for this provider capable of generating reflection optimization components.

N

newInstance() - Method in interface org.hibernate.bytecode.ReflectionOptimizer.InstantiationOptimizer
Perform instantiation of an instance of the underlying class.

O

org.hibernate.bytecode - package org.hibernate.bytecode
 

P

ProxyFactoryFactory - interface org.hibernate.bytecode.ProxyFactoryFactory.
An interface for factories of proxy factory instances.
packages - Variable in class org.hibernate.bytecode.AbstractClassTransformerImpl
 

R

ReflectionOptimizer - interface org.hibernate.bytecode.ReflectionOptimizer.
Represents reflection optimization for a particular class.
ReflectionOptimizer.AccessOptimizer - interface org.hibernate.bytecode.ReflectionOptimizer.AccessOptimizer.
Represents optimized entity property access.
ReflectionOptimizer.InstantiationOptimizer - interface org.hibernate.bytecode.ReflectionOptimizer.InstantiationOptimizer.
Represents optimized entity instantiation.
releaseDynamicFieldInterceptionClassLoader(ClassLoader) - Method in interface org.hibernate.bytecode.BytecodeProvider
 

S

setPropertyValues(Object, Object[]) - Method in interface org.hibernate.bytecode.ReflectionOptimizer.AccessOptimizer
 

T

transform(ClassLoader, String, Class, ProtectionDomain, byte[]) - Method in class org.hibernate.bytecode.AbstractClassTransformerImpl
 
transform(ClassLoader, String, Class, ProtectionDomain, byte[]) - Method in interface org.hibernate.bytecode.ClassTransformer
Invoked when a class is being loaded or redefined to add hooks for persistence bytecode manipulation

A B C D E G N O P R S T