Uses of Class
ru.cg.webbpm.modules.database.bean.entity_graph.DefaultEntityGraph
Packages that use DefaultEntityGraph
Package
Description
-
Uses of DefaultEntityGraph in dao
Constructors in dao with parameters of type DefaultEntityGraphModifierConstructorDescriptionprotected
FilePreviewDaoImpl
(DefaultEntityGraph graph, org.jooq.DSLContext dsl, DslProvider dslProvider) TreeGridLoadDaoImpl
(DefaultEntityGraph graph, org.jooq.DSLContext dsl, DslProvider dslProvider) -
Uses of DefaultEntityGraph in dao.container
Constructors in dao.container with parameters of type DefaultEntityGraphModifierConstructorDescriptionprotected
CustomSqlFormDao
(DefaultEntityGraph graph, org.jooq.DSLContext dsl, DslProvider dslProvider, SecurityContext securityContext, VariableService variableService) protected
FormDaoImpl
(DefaultEntityGraph graph, org.jooq.DSLContext dsl, DslProvider dslProvider) -
Uses of DefaultEntityGraph in dao.gantt
Constructors in dao.gantt with parameters of type DefaultEntityGraphModifierConstructorDescriptionGanttChartLoadDaoImpl
(DefaultEntityGraph graph, org.jooq.DSLContext dsl, DslProvider dslProvider) -
Uses of DefaultEntityGraph in database.dao
Constructors in database.dao with parameters of type DefaultEntityGraphModifierConstructorDescriptionAbstractLoadDao
(DefaultEntityGraph graph, org.jooq.DSLContext dsl, DslProvider dslProvider) CustomSqlLoadDao
(DefaultEntityGraph graph, org.jooq.DSLContext dsl, DslProvider dslProvider, String sql, QueryParam[] parameterVariables, SecurityContext securityContext, VariableService variableService) DefaultDeleteDao
(DefaultEntityGraph graph, org.jooq.DSLContext dsl, DslProvider dslProvider) DefaultLoadDao
(DefaultEntityGraph graph, org.jooq.DSLContext dsl, DslProvider dslProvider) DefaultSaveDao
(DefaultEntityGraph graph, org.jooq.DSLContext dsl, DslProvider dslProvider) TreeDefaultLoadDao
(DefaultEntityGraph graph, org.jooq.DSLContext dsl, DslProvider dslProvider) -
Uses of DefaultEntityGraph in ru.cg.webbpm.modules.database.api.entity_graph
Methods in ru.cg.webbpm.modules.database.api.entity_graph with parameters of type DefaultEntityGraphModifier and TypeMethodDescriptionstatic Stack<List<DefaultGraphNode>>
EntityGraphUtils.getEntitySaveStack
(DefaultEntityGraph graph) -
Uses of DefaultEntityGraph in ru.cg.webbpm.modules.database.api.entity_graph.dao
Fields in ru.cg.webbpm.modules.database.api.entity_graph.dao declared as DefaultEntityGraphMethods in ru.cg.webbpm.modules.database.api.entity_graph.dao with parameters of type DefaultEntityGraphConstructors in ru.cg.webbpm.modules.database.api.entity_graph.dao with parameters of type DefaultEntityGraphModifierConstructorDescriptionprotected
DefaultGraphDao
(DefaultEntityGraph graph, org.jooq.DSLContext dsl, DslProvider dslProvider) -
Uses of DefaultEntityGraph in ru.cg.webbpm.modules.database.bean.entity_graph
Methods in ru.cg.webbpm.modules.database.bean.entity_graph that return DefaultEntityGraphModifier and TypeMethodDescriptionstatic DefaultEntityGraph
DefaultEntityGraph.create()
static DefaultEntityGraph
DefaultEntityGraph.create
(int entityCount) -
Uses of DefaultEntityGraph in ru.cg.webbpm.studio.database.api.property
Methods in ru.cg.webbpm.studio.database.api.property that return types with arguments of type DefaultEntityGraph -
Uses of DefaultEntityGraph in ru.cg.webbpm.studio.database.impl.inject
Methods in ru.cg.webbpm.studio.database.impl.inject that return types with arguments of type DefaultEntityGraph -
Uses of DefaultEntityGraph in ru.cg.webbpm.studio.subsystem.database.editors.entity_graph
Methods in ru.cg.webbpm.studio.subsystem.database.editors.entity_graph that return DefaultEntityGraphMethods in ru.cg.webbpm.studio.subsystem.database.editors.entity_graph that return types with arguments of type DefaultEntityGraphModifier and TypeMethodDescriptionjavafx.beans.property.SimpleObjectProperty<DefaultEntityGraph>
EntityGraphEditor.getProperty()
Constructors in ru.cg.webbpm.studio.subsystem.database.editors.entity_graph with parameters of type DefaultEntityGraphModifierConstructorDescriptionEntityGraphEditorDlg
(javafx.stage.Window owner, DatabaseManager databaseManager, Object context, ConditionValueEditorManager conditionValueEditorManager, DefaultEntityGraph entityGraph, Alerts alerts)