Uses of Class
org.ehrbase.aql.sql.queryImpl.JsonbEntryQuery.OTHER_ITEM
-
Packages that use JsonbEntryQuery.OTHER_ITEM Package Description org.ehrbase.aql.sql.queryImpl -
-
Uses of JsonbEntryQuery.OTHER_ITEM in org.ehrbase.aql.sql.queryImpl
Methods in org.ehrbase.aql.sql.queryImpl that return JsonbEntryQuery.OTHER_ITEM Modifier and Type Method Description static JsonbEntryQuery.OTHER_ITEMJsonbEntryQuery.OTHER_ITEM. valueOf(String name)Returns the enum constant of this type with the specified name.static JsonbEntryQuery.OTHER_ITEM[]JsonbEntryQuery.OTHER_ITEM. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ehrbase.aql.sql.queryImpl with parameters of type JsonbEntryQuery.OTHER_ITEM Modifier and Type Method Description org.jooq.Field<?>JsonbEntryQuery. makeField(JsonbEntryQuery.OTHER_ITEM type, String path, String alias, String variablePath, boolean withAlias)
-