Uses of Class
ru.cg.webbpm.modules.database.bean.entity_graph.DefaultGraphBinding
Packages that use DefaultGraphBinding
-
Uses of DefaultGraphBinding in dao.field
Methods in dao.field with parameters of type DefaultGraphBindingModifier and TypeMethodDescriptionprotected void
LinkFieldDao.addLeftJoins
(org.jooq.SelectJoinStep<org.jooq.Record> selectJoinStep, int currentIndex, int parentIndex, DefaultGraphBinding[][] matrix, String linkEntityName) -
Uses of DefaultGraphBinding in database.dao
Methods in database.dao that return DefaultGraphBindingMethods in database.dao with parameters of type DefaultGraphBindingModifier and TypeMethodDescriptionprotected void
AbstractLoadDao.addJoins
(org.jooq.SelectJoinStep<org.jooq.Record> selectJoinStep, int currentIndex, int parentIndex, DefaultGraphBinding[][] matrix) -
Uses of DefaultGraphBinding in ru.cg.webbpm.modules.database.bean.entity_graph
Classes in ru.cg.webbpm.modules.database.bean.entity_graph with type parameters of type DefaultGraphBindingModifier and TypeClassDescriptionclass
AbstractEntityGraph<B extends DefaultGraphBinding,
N extends DefaultGraphNode> Methods in ru.cg.webbpm.modules.database.bean.entity_graph that return DefaultGraphBindingModifier and TypeMethodDescriptionstatic DefaultGraphBinding
DefaultGraphBinding.create
(String refOnEntityName, String refToEntityName, EntityColumn refOnColumn, EntityColumn refToColumn, boolean required) protected abstract B[][]
AbstractEntityGraph.createGraphMatrix
(int entityCount) protected DefaultGraphBinding[][]
DefaultEntityGraph.createGraphMatrix
(int entityCount) B[][]
AbstractEntityGraph.getMatrix()