|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IFieldRelation | |
| org.caleigo.core | |
| org.caleigo.core.meta | |
| Uses of IFieldRelation in org.caleigo.core |
| Classes in org.caleigo.core that implement IFieldRelation | |
protected static class |
CompositeEntityDescriptor.CompositeFieldRelation
Basic implementation of the IFieldRelation for Composite Field Relations. |
class |
FieldRelation
Basic implementation of the IFieldRelation An IFieldRelation is allways an agregate of an IEntityRelation that defines a link between two IEntityRelation objects. |
| Methods in org.caleigo.core that return IFieldRelation | |
IFieldRelation |
IFieldDescriptor.getReferenceFieldRelation()
Access method that returns the field relation that the called field is a reference to. |
IFieldRelation |
IEntityRelation.getFieldRelation(int index)
Access method that returns the indexed contained IFieldRelation. |
IFieldRelation |
FieldDescriptor.getReferenceFieldRelation()
Access method that returns the field relation that the called field is a reference to. |
IFieldRelation |
EntityRelation.getFieldRelation(int index)
Access method that returns the indexed contained IFieldRelation. |
IFieldRelation |
CompositeEntityDescriptor.CompositeFieldGroup.CompositeFieldDescriptor.getReferenceFieldRelation()
Access method that returns the field relation that the called field is a reference to. |
protected static IFieldRelation |
AbstractEntityDescriptor.createFieldRelation(java.lang.String sourceEntityDescriptorClassName,
java.lang.String sourceFieldDescriptorCodeName,
java.lang.String targetEntityDescriptorClassName,
java.lang.String targetFieldDescriptorCodeName)
This help method makes possible for sub classes in other packages to easily create field relations. |
| Methods in org.caleigo.core with parameters of type IFieldRelation | |
protected static IEntityRelation |
AbstractEntityDescriptor.createEntityRelation(IFieldRelation fieldRelation,
java.lang.String codeName,
java.lang.String forwardName,
java.lang.String reverseName)
This help method makes possible for sub classes in other packages to easily create entity relations. |
protected static IEntityRelation |
AbstractEntityDescriptor.createEntityRelation(IFieldRelation[] fieldRelation,
java.lang.String codeName,
java.lang.String forwardName,
java.lang.String reverseName)
This help method makes possible for sub classes in other packages to easily create entity relations. |
| Constructors in org.caleigo.core with parameters of type IFieldRelation | |
EntityRelation(IFieldRelation fieldRelation,
java.lang.String codeName,
java.lang.String forwardName,
java.lang.String reverseName)
Creates new EntityRelation. |
|
EntityRelation(IFieldRelation[] fieldRelation,
java.lang.String codeName,
java.lang.String forwardName,
java.lang.String reverseName)
Creates new EntityRelation. |
|
| Uses of IFieldRelation in org.caleigo.core.meta |
| Classes in org.caleigo.core.meta that implement IFieldRelation | |
(package private) class |
CustomFieldRelation
|
| Methods in org.caleigo.core.meta with parameters of type IFieldRelation | |
protected static IEntityRelation |
CustomEntityDescriptor.createEntityRelation(IFieldRelation[] fieldRelation,
java.lang.String codeName,
java.lang.String forwardName,
java.lang.String reverseName)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||