Uses of Class
ru.cg.webbpm.modules.database.bean.QueryTable
Packages that use QueryTable
Package
Description
-
Uses of QueryTable in ru.cg.webbpm.modules.database.api
Methods in ru.cg.webbpm.modules.database.api that return types with arguments of type QueryTableModifier and TypeMethodDescriptiondefault Optional<QueryTable>
TableProvider.getTableByAlias
(String alias) TableProvider.getUsedTables()
Methods in ru.cg.webbpm.modules.database.api with parameters of type QueryTableModifier and TypeMethodDescriptionDatabaseStructureManager.getTablePrimaryKeyFields
(QueryTable table) DatabaseStructureManager.getUniqueConstraintColumns
(QueryTable table) -
Uses of QueryTable in ru.cg.webbpm.modules.database.api.entity_graph.dao
Methods in ru.cg.webbpm.modules.database.api.entity_graph.dao that return types with arguments of type QueryTable -
Uses of QueryTable in ru.cg.webbpm.modules.database.bean
Methods in ru.cg.webbpm.modules.database.bean that return QueryTable -
Uses of QueryTable in ru.cg.webbpm.modules.database.bean.entity_graph
Methods in ru.cg.webbpm.modules.database.bean.entity_graph that return types with arguments of type QueryTable -
Uses of QueryTable in ru.cg.webbpm.modules.database.impl.structure
Methods in ru.cg.webbpm.modules.database.impl.structure with parameters of type QueryTableModifier and TypeMethodDescriptionDatabaseStructureManagerImpl.getTablePrimaryKeyFields
(QueryTable table) DatabaseStructureManagerImpl.getUniqueConstraintColumns
(QueryTable table) -
Uses of QueryTable in ru.cg.webbpm.relational_db.metadata.models
Methods in ru.cg.webbpm.relational_db.metadata.models that return types with arguments of type QueryTableMethod parameters in ru.cg.webbpm.relational_db.metadata.models with type arguments of type QueryTable -
Uses of QueryTable in ru.cg.webbpm.studio.database.api
Methods in ru.cg.webbpm.studio.database.api that return types with arguments of type QueryTableModifier and TypeMethodDescriptionEntityAccessor.getEntities
(PageObject pageObject, PropertyContext propertyContext, PropertyValue propertyValue) EntityAccessorManager.getEntities
(PageObject pageObject, PropertyContext propertyContext, PropertyValue propertyValue) -
Uses of QueryTable in ru.cg.webbpm.studio.database.impl.entity_accessor
Methods in ru.cg.webbpm.studio.database.impl.entity_accessor that return types with arguments of type QueryTableModifier and TypeMethodDescriptionDaoLocalFieldEntityAccessor.getEntities
(PageObject pageObject, PropertyContext propertyContext, PropertyValue propertyValue) EntityAccessorManagerImpl.getEntities
(PageObject pageObject, PropertyContext propertyContext, PropertyValue propertyValue) PageDaoProviderEntityAccessor.getEntities
(PageObject pageObject, PropertyContext propertyContext, PropertyValue propertyValue) protected List<QueryTable>
AbstractEntityAccessor.getEntitiesFromDaoField
(PropertyValue daoPropertyValue) Method parameters in ru.cg.webbpm.studio.database.impl.entity_accessor with type arguments of type QueryTableModifier and TypeMethodDescriptionprotected List<EntityColumn>
AbstractEntityAccessor.getEntityColumns
(PropertyValue propertyValue, PageObject pageObject, List<QueryTable> queryTables)