当前页面:
在线文档首页 >
Hibernate 3.2.4 正式版 API 英文文档
ReflectionOptimizer.InstantiationOptimizer (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档
org.hibernate.bytecode
Interface ReflectionOptimizer.InstantiationOptimizer
- All Known Implementing Classes:
- InstantiationOptimizerAdapter, InstantiationOptimizerAdapter
- Enclosing interface:
- ReflectionOptimizer
- public static interface ReflectionOptimizer.InstantiationOptimizer
Represents optimized entity instantiation.
Method Summary |
Object |
newInstance()
Perform instantiation of an instance of the underlying class. |
newInstance
public Object newInstance()
- Perform instantiation of an instance of the underlying class.
- Returns:
- The new instance.