Uses of Class
org.hotrod.dynamicsql.Parameters
-
Packages that use Parameters Package Description org.hotrod.dynamicsql org.hotrod.dynamicsql.assembler org.hotrod.dynamicsql.jexl org.hotrod.dynamicsql.segments -
-
Uses of Parameters in org.hotrod.dynamicsql
Methods in org.hotrod.dynamicsql that return Parameters Modifier and Type Method Description abstract ParametersDynamicExpressionFactory. newObjectContext(Object wrapped)abstract ParametersDynamicExpressionFactory. newParameterContext()Methods in org.hotrod.dynamicsql with parameters of type Parameters Modifier and Type Method Description static voidDShield. bind(Parameters params, String name, Object obj)abstract ObjectDynamicExpression. evaluate(Parameters context)abstract <T> TDynamicExpression. evaluate(Parameters context, Class<T> targetClass)intDynamicModificationQuery. execute(Connection conn, Parameters params)static ObjectDShield. getParameterValue(Parameters params, String name)static booleanDShield. hasParameter(Parameters params, String name)PreparedInsertQueryDynamicInsertQuery. prepare(Parameters context)PreparedModificationQueryDynamicModificationQuery. prepare(Parameters params)PreparedSelectQuery<Row>DynamicSelectQuery. prepare(Parameters context)<A> PreparedSelectQuery<A>DynamicSelectQuery. prepare(Parameters context, Class<A> a)<A,B>
PreparedSelectQuery<DTuple2<A,B>>DynamicSelectQuery. prepare(Parameters context, Class<A> a, Class<B> b)<A,B,C>
PreparedSelectQuery<DTuple3<A,B,C>>DynamicSelectQuery. prepare(Parameters context, Class<A> a, Class<B> b, Class<C> c)<A,B,C,D>
PreparedSelectQuery<DTuple4<A,B,C,D>>DynamicSelectQuery. prepare(Parameters context, Class<A> a, Class<B> b, Class<C> c, Class<D> d)<A,B,C,D,E>
PreparedSelectQuery<DTuple5<A,B,C,D,E>>DynamicSelectQuery. prepare(Parameters context, Class<A> a, Class<B> b, Class<C> c, Class<D> d, Class<E> e)<A,B,C,D,E,F>
PreparedSelectQuery<DTuple6<A,B,C,D,E,F>>DynamicSelectQuery. prepare(Parameters context, Class<A> a, Class<B> b, Class<C> c, Class<D> d, Class<E> e, Class<F> f)<T> PreparedSelectQuery<T>DynamicSelectQuery. prepare(Parameters context, RowReader<T> rr)static ObjectDShield. unbind(Parameters params, String name) -
Uses of Parameters in org.hotrod.dynamicsql.assembler
Methods in org.hotrod.dynamicsql.assembler that return Parameters Modifier and Type Method Description ParametersDynamicSQL. newParameters() -
Uses of Parameters in org.hotrod.dynamicsql.jexl
Subclasses of Parameters in org.hotrod.dynamicsql.jexl Modifier and Type Class Description classJEXLObjectParameterContextclassJEXLParameterContextMethods in org.hotrod.dynamicsql.jexl that return Parameters Modifier and Type Method Description ParametersJEXLDynamicExpressionFactory. newObjectContext(Object wrapped)ParametersJEXLDynamicExpressionFactory. newParameterContext()Methods in org.hotrod.dynamicsql.jexl with parameters of type Parameters Modifier and Type Method Description ObjectJEXLDynamicExpression. evaluate(Parameters context)<T> TJEXLDynamicExpression. evaluate(Parameters context, Class<T> targetClass) -
Uses of Parameters in org.hotrod.dynamicsql.segments
Methods in org.hotrod.dynamicsql.segments with parameters of type Parameters Modifier and Type Method Description booleanBindSegment. prepare(StaticSegmentConsumer sc, Parameters context, int loopNestingLevel)booleanChooseSegment. prepare(StaticSegmentConsumer sc, Parameters context, int loopNestingLevel)booleanForEachSegment. prepare(StaticSegmentConsumer sc, Parameters context, int loopNestingLevel)booleanIfSegment. prepare(StaticSegmentConsumer sc, Parameters context, int loopNestingLevel)booleanOtherwiseSegment. prepare(StaticSegmentConsumer sc, Parameters context, int loopNestingLevel)booleanParameterInjectionSegment. prepare(StaticSegmentConsumer sc, Parameters context, int loopNestingLevel)booleanParameterNotNullableSegment. prepare(StaticSegmentConsumer sc, Parameters context, int loopNestingLevel)booleanParameterNullableSegment. prepare(StaticSegmentConsumer sc, Parameters context, int loopNestingLevel)abstract booleanQuerySegment. prepare(StaticSegmentConsumer sc, Parameters context, int loopNestingLevel)booleanSetSegment. prepare(StaticSegmentConsumer sc, Parameters context, int loopNestingLevel)booleanSettersSegment. prepare(StaticSegmentConsumer sc, Parameters context, int loopNestingLevel)booleanStaticContentSegment. prepare(StaticSegmentConsumer sc, Parameters context, int loopNestingLevel)booleanTrimSegment. prepare(StaticSegmentConsumer sc, Parameters context, int loopNestingLevel)booleanVariableSegment. prepare(StaticSegmentConsumer sc, Parameters context, int loopNestingLevel)booleanWhenSegment. prepare(StaticSegmentConsumer sc, Parameters context, int loopNestingLevel)booleanWhereSegment. prepare(StaticSegmentConsumer sc, Parameters context, int loopNestingLevel)
-