Package org.hibernate.bytecode.spi
Interface ReflectionOptimizer.InstantiationOptimizer
-
- Enclosing interface:
- ReflectionOptimizer
public static interface ReflectionOptimizer.InstantiationOptimizer
Represents optimized entity instantiation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
newInstance()
Perform instantiation of an instance of the underlying class.
-
-
-
Method Detail
-
newInstance
Object newInstance()
Perform instantiation of an instance of the underlying class.
-
-