当前页面:
在线文档首页 >
Hibernate 3.2.4 正式版 API 英文文档
ValueInclusion (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档
org.hibernate.engine
Class ValueInclusion
java.lang.Object
org.hibernate.engine.ValueInclusion
- All Implemented Interfaces:
- Serializable
- public class ValueInclusion
- extends Object
- implements Serializable
An enum of the different ways a value might be "included".
This is really an expanded true/false notion with "PARTIAL" being the
expansion. PARTIAL deals with components in the cases where
parts of the referenced component might define inclusion, but the
component overall does not.
- Author:
- Steve Ebersole
- See Also:
- Serialized Form
NONE
public static final ValueInclusion NONE
FULL
public static final ValueInclusion FULL
PARTIAL
public static final ValueInclusion PARTIAL
ValueInclusion
public ValueInclusion(String name)
getName
public String getName()
toString
public String toString()