|
|||||||||||
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
AbstractMetaEntityDescriptor is the abstract base class for all entity descriptor classes in the Meta project. The class can be used to add functionality that should be shared by all entity descriptor objects in the Meta project.
Nested Class Summary |
Nested classes inherited from class org.caleigo.core.AbstractEntityDescriptor |
AbstractEntityDescriptor.DeleteEntityAction, AbstractEntityDescriptor.Dezerializer, AbstractEntityDescriptor.StoreEntityAction |
Field Summary |
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 |
Constructor Summary | |
protected |
AbstractMetaEntityDescriptor(java.lang.String codeName,
java.lang.String sourceName,
java.lang.String displayName,
java.lang.String entityClassName,
java.lang.String dataSourceClassName,
int entityType,
IFieldDescriptor[] fields,
IEntityRelation[] relations)
Note that the constructor for this class is protected. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected AbstractMetaEntityDescriptor(java.lang.String codeName, java.lang.String sourceName, java.lang.String displayName, java.lang.String entityClassName, java.lang.String dataSourceClassName, int entityType, IFieldDescriptor[] fields, IEntityRelation[] relations)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |