Eclipse
IntelliJ
NetBeans
XpoLog
Upload
API List
Favorites
Packages
Classes
Methods
Limit search to favorites
Recent
Register
Login
Classic Mode
Library:
Hibernate3.2.5
Package:
org.hibernate.bytecode
Interface
public
interface
BytecodeProvider
Overview
Inheritance
Members
Usage
Source
Books
Since
Not specified.
Version
Not specified.
Author(s)
Steve Ebersole
Contract for providers of bytecode services to Hibernate.
Bytecode requirements break down into basically 3 areas
proxy generation (both for runtime-lazy-loading and basic proxy generation)
getProxyFactoryFactory()
bean relection optimization
getReflectionOptimizer(Class, String[], String[], Class[])
field-access instumentation
getTransformer(ClassFilter, FieldFilter)
Wiki javadoc
Use
textile entry format
.
Add your comments here.
NOTE: Usage information is based only on libraries in your favorites list.
In Constructors
In Fields
Returned by
As method parameter
Home
-
About
-
FAQ
-
Privacy
-
Contact