|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.caleigo.core.AbstractEntityDescriptor
org.caleigo.core.meta.AbstractMetaEntityDescriptor
org.caleigo.core.meta.MetaEntityRelation
MetaEntityRelation is the descriptor for MetaEntityRelationEntity objects.
Nested Class Summary |
Nested classes inherited from class org.caleigo.core.AbstractEntityDescriptor |
AbstractEntityDescriptor.DeleteEntityAction, AbstractEntityDescriptor.Dezerializer, AbstractEntityDescriptor.StoreEntityAction |
Field Summary | |
static IFieldDescriptor |
CodeName
The CodeName field (index=1) has the data type STRING(100). |
static IFieldDescriptor |
ForwardName
The ForwardName field (index=2) has the data type STRING(50). |
static MetaEntityRelation |
instance
The singleton instance for the MetaEntityRelation entity descriptor. |
static IFieldDescriptor |
ReferenceEntity
The ReferenceEntity field (index=4) has the data type STRING(50). |
static IFieldDescriptor |
ReverseName
The ReververseName field (index=3) has the data type STRING(50). |
static IFieldDescriptor |
SourceName
The SourceName field (index=0) has the data type STRING(100). |
static IFieldDescriptor |
TargetEntity
The TargetEntity field (index=5) has the data type STRING(50). |
Fields inherited from class org.caleigo.core.AbstractEntityDescriptor |
CACHEABLE, CREATABLE, DELETABLE, EDITABLE, LISTABLE, SCANABLE, SELECTABLE |
Fields inherited from interface org.caleigo.core.IEntityDescriptor |
CUSTOM_ENTITY, DELETE_ACTION, LINK_ENTITY, MASTER_ENTITY, NO_TIME_LIMIT, SLAVE_ENTITY, STATIC_ENTITY, STORE_ACTION |
Method Summary | |
static MetaEntityRelationEntity |
create()
Creates a new MetaEntityRelationEntity with default values set |
static MetaEntityRelationEntity |
create(IDataProvider propertySource)
Creates a new MetaEntityRelationEntity, setting any field values avaivlable from the provided IDataProvider. |
protected IEntityAction |
createDeleteAction()
Creates and returns the delete action for entity objects of the type described by the called entity descriptor. |
static MetaEntityRelationEntity |
load(Qualifier identityQualifier)
Loads a single MetaEntityRelationEntity instance identified by by the provided identity-qualifier from the default data source. |
static MetaEntityRelationEntity |
load(java.lang.String aSourceName)
Loads a single MetaEntityRelationEntity instance identified by by the provided identity field values from the default data source. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final MetaEntityRelation instance
public static final IFieldDescriptor SourceName
public static final IFieldDescriptor CodeName
public static final IFieldDescriptor ForwardName
public static final IFieldDescriptor ReverseName
public static final IFieldDescriptor ReferenceEntity
public static final IFieldDescriptor TargetEntity
Method Detail |
public static MetaEntityRelationEntity create()
public static MetaEntityRelationEntity create(IDataProvider propertySource)
public static MetaEntityRelationEntity load(java.lang.String aSourceName)
public static MetaEntityRelationEntity load(Qualifier identityQualifier)
protected IEntityAction createDeleteAction()
AbstractEntityDescriptor
createDeleteAction
in class AbstractEntityDescriptor
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |