@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface Any
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.
|
java.lang.String |
metaDef
Metadata definition used.
|
boolean |
optional
Whether the association is optional.
|
public abstract javax.persistence.Column metaColumn
public abstract java.lang.String metaDef
public abstract javax.persistence.FetchType fetch
public abstract boolean optional
Copyright © 2013. All Rights Reserved.