org.hibernate.bytecode
public static interface: ReflectionOptimizer.InstantiationOptimizer [javadoc |
source]
All Known Implementing Classes:
InstantiationOptimizerAdapter, InstantiationOptimizerAdapter
Represents optimized entity instantiation.
Method from org.hibernate.bytecode.ReflectionOptimizer$InstantiationOptimizer Summary: |
---|
newInstance |
Method from org.hibernate.bytecode.ReflectionOptimizer$InstantiationOptimizer Detail: |
public Object newInstance()
Perform instantiation of an instance of the underlying class. |