Package org.hibernate.bytecode.spi
Interface ReflectionOptimizer.InstantiationOptimizer
- Enclosing interface:
- ReflectionOptimizer
public static interface ReflectionOptimizer.InstantiationOptimizer
Represents optimized entity instantiation.
-
Method Summary
Modifier and TypeMethodDescriptionPerform instantiation of an instance of the underlying class.
-
Method Details
-
newInstance
Object newInstance()Perform instantiation of an instance of the underlying class.
-