Modifier and Type | Required Element and Description |
---|---|
javax.persistence.Column |
metaColumn
Metadata discriminator column description, This column will hold the meta value corresponding to the
targeted entity.
|
Modifier and Type | Optional Element and Description |
---|---|
javax.persistence.FetchType |
fetch
Defines whether the value of the field or property should be lazily loaded or must be
eagerly fetched.
|
String |
metaDef
Metadata definition used.
|
boolean |
optional
Whether the association is optional.
|
public abstract javax.persistence.Column metaColumn
public abstract String metaDef
public abstract javax.persistence.FetchType fetch
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved