Uses of Interface
de.calamanari.adl.sql.QueryParameterApplicator
Packages that use QueryParameterApplicator
-
Uses of QueryParameterApplicator in de.calamanari.adl.sql
Classes in de.calamanari.adl.sql that implement QueryParameterApplicatorModifier and TypeClassDescriptionclassTheDefaultQueryParameterApplicatorexclusively supports theDefaultAdlSqlTypeas base types, means the types themselves or any type that returns aDefaultAdlSqlTypeas its base type.Methods in de.calamanari.adl.sql that return QueryParameterApplicatorModifier and TypeMethodDescriptionAdlSqlType.getQueryParameterApplicator()AdlSqlTypeDecorator.getQueryParameterApplicator()DefaultAdlSqlType.getQueryParameterApplicator()Methods in de.calamanari.adl.sql with parameters of type QueryParameterApplicatorModifier and TypeMethodDescriptiondefault AdlSqlTypeAdlSqlType.withQueryParameterApplicator(QueryParameterApplicator queryParameterApplicator) Allows adding a newQueryParameterApplicatorto an existing type to refine the behavior of the composedAdlSqlTypedefault AdlSqlTypeAdlSqlType.withQueryParameterApplicator(String name, QueryParameterApplicator queryParameterApplicator) Allows adding a newQueryParameterApplicatorto an existing type to refine the behavior of the composedAdlSqlType