| Modifier and Type | Optional Element and Description | 
|---|---|
| String | cacheableWhether this field/property is cacheable in a Level2 cache. | 
| String | columnColumn name where the values are stored for this member. | 
| Column[] | columnsColumn definition(s) for this member. | 
| String | customValueStrategyCustom value strategy to use to generate the value for this field 
 or property (if any). | 
| String | defaultFetchGroupWhether this member is in the default fetch group. | 
| String | dependentWhether related object(s) of this member are dependent
 and so deleted when this object is deleted. | 
| String | dependentElementWhether the elements of this member are dependent. | 
| String | dependentKeyWhether the keys of this member are dependent. | 
| String | dependentValueWhether the values of this member are dependent. | 
| String | embeddedWhether this member is embedded. | 
| String | embeddedElementWhether the elements of this member are embedded. | 
| String | embeddedKeyWhether the keys of this member are embedded. | 
| String | embeddedValueWhether the values of this member are embedded. | 
| Extension[] | extensionsVendor extensions for this member. | 
| String | loadFetchGroupName of the fetch-group to use when this member is loaded 
 due to being referenced when not already loaded. | 
| String | mappedByName of the related member in the other class 
 where this value is mapped (bidirectional relationship). | 
| String | nameName of the member when this is embedded in another object. | 
| String | nullIndicatorColumnNull indicator column for this member. | 
| NullValue | nullValueBehavior when this member contains a null value. | 
| PersistenceModifier | persistenceModifierModifier for this field. | 
| String | primaryKeyWhether this member is part of the primary key for application
 identity. | 
| int | recursionDepthRecursion depth for this member. | 
| String | sequenceName of the sequence to use with particular value strategies. | 
| String | serializedWhether this member is serialized into a single column. | 
| String | serializedElementWhether the elements of this member are serialized. | 
| String | serializedKeyWhether the keys of this member are serialized. | 
| String | serializedValueWhether the values of this member are serialized. | 
| String | tableTable to use for persisting this member. | 
| Class[] | typesTypes of the member. | 
| IdGeneratorStrategy | valueStrategyValue strategy to use to generate the value for this field 
 or property (if any). | 
public abstract PersistenceModifier persistenceModifier
public abstract String table
public abstract String defaultFetchGroup
public abstract NullValue nullValue
public abstract String embedded
public abstract String embeddedElement
public abstract String embeddedKey
public abstract String embeddedValue
public abstract String serialized
public abstract String serializedElement
public abstract String serializedKey
public abstract String serializedValue
public abstract String dependent
public abstract String dependentElement
public abstract String dependentKey
public abstract String dependentValue
public abstract String primaryKey
public abstract IdGeneratorStrategy valueStrategy
public abstract String customValueStrategy
public abstract String sequence
public abstract String loadFetchGroup
public abstract Class[] types
public abstract String mappedBy
public abstract Column[] columns
public abstract String column
public abstract String nullIndicatorColumn
public abstract String name
public abstract int recursionDepth
public abstract String cacheable
public abstract Extension[] extensions
Copyright © 2005–2020 Apache Software Foundation. All rights reserved.