org.hibernate.bytecode

Interface ReflectionOptimizer.InstantiationOptimizer

Known Implementing Classes:
InstantiationOptimizerAdapter, InstantiationOptimizerAdapter

public static interface ReflectionOptimizer.InstantiationOptimizer

Represents optimized entity instantiation.

Method Summary

Object
newInstance()
Perform instantiation of an instance of the underlying class.

Method Details

newInstance

public Object newInstance()
Perform instantiation of an instance of the underlying class.
Returns:
The new instance.