Uses of Record Class
org.tentackle.maven.plugin.wizard.pdodata.SqlCondition
Packages that use SqlCondition
-
Uses of SqlCondition in org.tentackle.maven.plugin.wizard.pdodata
Methods in org.tentackle.maven.plugin.wizard.pdodata that return SqlConditionModifier and TypeMethodDescriptionDataDiff.getSqlCondition()DataItem.getSqlCondition()DataList.getSqlCondition()DataNode.getSqlCondition()Returns the SQL select configuration for the where clause.DataObject.getSqlCondition()Constructors in org.tentackle.maven.plugin.wizard.pdodata with parameters of type SqlConditionModifierConstructorDescriptionDataItem(String type, String name, Object value, String comment, Entity entity, Attribute attribute, boolean idOfCompositeRelation, NonCompositeRelation nonCompositeRelation, SqlCondition sqlCondition) Creates a DataItem.DataList(String genericType, String name, String comment, List<DataObject> nodes, Relation relation, SqlCondition sqlCondition) Creates a DataList.DataObject(org.tentackle.pdo.PersistentDomainObject<?> pdo, String name, String comment, List<DataNode> nodes, Entity entity, Relation relation, NonCompositeRelation nmRelation, boolean hidden, SqlCondition sqlCondition) Creates a DataObject.