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()
- Overrides:
toString
in class Object