org.hibernate.engine
Class ValueInclusion
java.lang.Object
org.hibernate.engine.ValueInclusion
- Serializable
public class ValueInclusion
extends java.lang.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.
ValueInclusion
public ValueInclusion(String name)
getName
public String getName()
toString
public String toString()