Uses of Class
ru.cg.webbpm.modules.database.bean.entity_graph.DefaultGraphNode
Packages that use DefaultGraphNode
Package
Description
-
Uses of DefaultGraphNode in dao
Methods in dao with parameters of type DefaultGraphNodeModifier and TypeMethodDescriptionprotected org.jooq.Condition
TreeGridLoadDaoImpl.getChildCountWhereCondition
(DefaultGraphNode treeTableNode) protected EntityColumn
TreeGridLoadDaoImpl.getNodePKField
(DefaultGraphNode node) -
Uses of DefaultGraphNode in database.dao
Methods in database.dao with parameters of type DefaultGraphNodeModifier and TypeMethodDescriptionprotected void
DefaultSaveDao.insertOrUpdate
(HashMap<DefaultGraphNode, List<TableFieldData>> savedTables, DefaultGraphNode node, List<TableFieldData> tableValues, List<EntityColumn> pkFieldList, boolean isUpdate) protected void
DefaultSaveDao.update
(HashMap<DefaultGraphNode, List<TableFieldData>> savedTables, DefaultGraphNode node, List<TableFieldData> tableValues, List<EntityColumn> pkFieldList) Method parameters in database.dao with type arguments of type DefaultGraphNodeModifier and TypeMethodDescriptionprotected void
DefaultSaveDao.insertOrUpdate
(HashMap<DefaultGraphNode, List<TableFieldData>> savedTables, DefaultGraphNode node, List<TableFieldData> tableValues, List<EntityColumn> pkFieldList, boolean isUpdate) protected void
DefaultSaveDao.update
(HashMap<DefaultGraphNode, List<TableFieldData>> savedTables, DefaultGraphNode node, List<TableFieldData> tableValues, List<EntityColumn> pkFieldList) -
Uses of DefaultGraphNode in ru.cg.webbpm.modules.database.api.bean
Methods in ru.cg.webbpm.modules.database.api.bean that return DefaultGraphNodeMethods in ru.cg.webbpm.modules.database.api.bean with parameters of type DefaultGraphNodeModifier and TypeMethodDescriptionvoid
GraphNodeValues.setDefaultGraphNode
(DefaultGraphNode defaultGraphNode) Constructors in ru.cg.webbpm.modules.database.api.bean with parameters of type DefaultGraphNodeModifierConstructorDescriptionGraphNodeValues
(DefaultGraphNode defaultGraphNode, List<TableFieldData> values) -
Uses of DefaultGraphNode in ru.cg.webbpm.modules.database.api.entity_graph
Methods in ru.cg.webbpm.modules.database.api.entity_graph that return types with arguments of type DefaultGraphNodeModifier and TypeMethodDescriptionstatic Stack<List<DefaultGraphNode>>
EntityGraphUtils.getEntitySaveStack
(DefaultEntityGraph graph) -
Uses of DefaultGraphNode in ru.cg.webbpm.modules.database.api.entity_graph.dao
Methods in ru.cg.webbpm.modules.database.api.entity_graph.dao with parameters of type DefaultGraphNodeModifier and TypeMethodDescriptionprotected EntityColumn[]
DefaultGraphDao.getGraphNodeTablePkFields
(DefaultGraphNode node) protected org.jooq.Sequence<?>
DefaultGraphDao.getSequence
(DefaultGraphNode node, String sequenceName) DefaultGraphDao.getStructureTable
(DefaultGraphNode node) protected org.jooq.Table<?>
DefaultGraphDao.getTable
(DefaultGraphNode node) Deprecated.protected org.jooq.Table<?>
DefaultGraphDao.getTableWithAlias
(DefaultGraphNode node) -
Uses of DefaultGraphNode in ru.cg.webbpm.modules.database.bean.entity_graph
Classes in ru.cg.webbpm.modules.database.bean.entity_graph with type parameters of type DefaultGraphNodeModifier and TypeClassDescriptionclass
AbstractEntityGraph<B extends DefaultGraphBinding,
N extends DefaultGraphNode>