Modifier and Type | Required Element and Description |
---|---|
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 |
---|---|
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 Column metaColumn
public abstract String metaDef
public abstract FetchType fetch
public abstract boolean optional
Copyright © 2018 JBoss by Red Hat. All rights reserved.