Uses of Interface
de.calamanari.adl.sql.QueryParameterCreator
Packages that use QueryParameterCreator
-
Uses of QueryParameterCreator in de.calamanari.adl.sql
Classes in de.calamanari.adl.sql that implement QueryParameterCreatorModifier and TypeClassDescriptionclassTheDefaultQueryParameterCreatortakes the base type (AdlType.getBaseType()) of an argument's type and tries to create aQueryParameterapplicable to the base type (AdlSqlType.getBaseType()) of the requested SQL-type.Methods in de.calamanari.adl.sql that return QueryParameterCreatorModifier and TypeMethodDescriptionAdlSqlType.getQueryParameterCreator()AdlSqlTypeDecorator.getQueryParameterCreator()DefaultAdlSqlType.getQueryParameterCreator()Methods in de.calamanari.adl.sql with parameters of type QueryParameterCreatorModifier and TypeMethodDescriptiondefault AdlSqlTypeAdlSqlType.withQueryParameterCreator(QueryParameterCreator queryParameterCreator) Allows adding a newQueryParameterCreatorto an existing type to refine the behavior of the composedAdlSqlTypedefault AdlSqlTypeAdlSqlType.withQueryParameterCreator(String name, QueryParameterCreator queryParameterCreator) Allows adding a newQueryParameterCreatorto an existing type to refine the behavior of the composedAdlSqlType