Class AbstractEntityAccessor
java.lang.Object
ru.cg.webbpm.studio.database.impl.entity_accessor.AbstractEntityAccessor
- All Implemented Interfaces:
EntityAccessor
- Direct Known Subclasses:
DaoLocalFieldEntityAccessor
,PageDaoProviderEntityAccessor
- Author:
- a.petrov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<QueryTable>
getEntitiesFromDaoField
(PropertyValue daoPropertyValue) protected List<EntityColumn>
getEntityColumns
(PropertyValue propertyValue, PageObject pageObject, List<QueryTable> queryTables) protected ClassMetadata
getImplMetadata
(PropertyValue propertyValue) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ru.cg.webbpm.studio.database.api.EntityAccessor
accept, getEntities, getEntityColumns, weight
-
Field Details
-
databaseManager
-
metadataManager
-
-
Constructor Details
-
AbstractEntityAccessor
public AbstractEntityAccessor()
-
-
Method Details
-
getEntitiesFromDaoField
-
getEntityColumns
protected List<EntityColumn> getEntityColumns(PropertyValue propertyValue, PageObject pageObject, List<QueryTable> queryTables) -
getImplMetadata
-