public class

ValueInclusion

extends Object
implements Serializable
java.lang.Object
   ↳ org.hibernate.engine.ValueInclusion

Class Overview

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.

Summary

Fields
public static final ValueInclusion FULL
public static final ValueInclusion NONE
public static final ValueInclusion PARTIAL
Public Constructors
ValueInclusion(String name)
Public Methods
String getName()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final ValueInclusion FULL

public static final ValueInclusion NONE

public static final ValueInclusion PARTIAL

Public Constructors

public ValueInclusion (String name)

Public Methods

public String getName ()

public String toString ()