Uses of Class
org.ehrbase.aql.sql.binding.JsonbBlockDef
-
Packages that use JsonbBlockDef Package Description org.ehrbase.aql.sql org.ehrbase.aql.sql.binding -
-
Uses of JsonbBlockDef in org.ehrbase.aql.sql
Methods in org.ehrbase.aql.sql that return types with arguments of type JsonbBlockDef Modifier and Type Method Description List<JsonbBlockDef>QuerySteps. getJsonColumns()Constructor parameters in org.ehrbase.aql.sql with type arguments of type JsonbBlockDef Constructor Description QuerySteps(org.jooq.SelectQuery selectQuery, org.jooq.Condition whereCondition, String templateId, CompositionAttributeQuery compositionAttributeQuery, List<JsonbBlockDef> jsonColumns, boolean containsJQueryPath) -
Uses of JsonbBlockDef in org.ehrbase.aql.sql.binding
Methods in org.ehrbase.aql.sql.binding that return types with arguments of type JsonbBlockDef Modifier and Type Method Description List<JsonbBlockDef>SelectBinder. getJsonDataBlock()
-