public static interface

ReflectionOptimizer.InstantiationOptimizer

org.hibernate.bytecode.ReflectionOptimizer.InstantiationOptimizer
Known Indirect Subclasses

Class Overview

Represents optimized entity instantiation.

Summary

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

Public Methods

public abstract Object newInstance ()

Perform instantiation of an instance of the underlying class.

Returns
  • The new instance.