@Target(value={FIELD,METHOD,TYPE}) @Retention(value=RUNTIME) @Inherited @Documented public @interface ReferenceConfig
ModelField.reference() attribute
See Ext.data.field.Field#reference for more information
| Modifier and Type | Optional Element and Description |
|---|---|
String |
association
The name of the association.
|
String |
child
Set this property instead of reference.type to indicate that the referenced entity
is an owned child of this entity.
|
String |
inverse
The name of the inverse role (of this entity with respect to the reference entity).
|
String |
parent
Set this property instead of reference.type to indicate that the referenced entity
is the owning parent of this entity.
|
String |
role
The name of the role played by the referenced entity.
|
String |
type
The type which this field references.
|
public abstract String type
public abstract String association
public abstract String child
public abstract String parent
public abstract String role
public abstract String inverse
Copyright © 2013–2015. All rights reserved.