org.caleigo.core
Interface IBaseEntityDescriptor

All Superinterfaces:
IEntityDescriptor, java.io.Serializable

public interface IBaseEntityDescriptor
extends IEntityDescriptor

Marker interface to indicate that the implementing entity decriptor class is directly mirrored in the underlying data source layer. E.g. if connected to a relational database (SQL) the implementing class reflects an entity (a table) in the database.

Version:
1.00
Author:
Niklas Norberg

Field Summary
 
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
 
Methods inherited from interface org.caleigo.core.IEntityDescriptor
contains, createEntity, createEntity, getAction, getAction, getActionCount, getActions, getCacheTime, getCodeName, getDataFieldCount, getDataSourceDescriptor, getDisplayName, getEntityClass, getEntityRelation, getEntityRelationCount, getEntityRelationIndex, getEntityRelations, getEntityType, getFieldCount, getFieldDescriptor, getFieldDescriptor, getFieldDescriptors, getFieldIndex, getFieldIndex, getHomeClass, getJNDIName, getNaturalOrder, getRemoteClass, getSourceName, isCacheable, isCreatable, isDeletable, isEditable, isListable, isScanable, isSelectable, loadEntity, loadSelection
 



Copyright © 2005 Caleigo. All Rights Reserved.