Uses of Class
org.hotrod.dynamicsql.segments.QuerySegment
-
Packages that use QuerySegment Package Description org.hotrod.dynamicsql org.hotrod.dynamicsql.assembler org.hotrod.dynamicsql.segments -
-
Uses of QuerySegment in org.hotrod.dynamicsql
Fields in org.hotrod.dynamicsql with type parameters of type QuerySegment Modifier and Type Field Description protected List<QuerySegment>DynamicQuery. segmentsConstructor parameters in org.hotrod.dynamicsql with type arguments of type QuerySegment Constructor Description DynamicInsertQuery(DynamicExpressionFactory factory, List<QuerySegment> segments, PrimaryKeyRetrievalMode primaryKeyRetrievalMode, String sequencePreFetchSQL, String primaryKeyParameterName, String[] generatedKeysNames)DynamicModificationQuery(DynamicExpressionFactory factory, List<QuerySegment> segments)DynamicQuery(DynamicExpressionFactory factory, List<QuerySegment> segments)DynamicSelectQuery(DynamicExpressionFactory factory, List<QuerySegment> segments) -
Uses of QuerySegment in org.hotrod.dynamicsql.assembler
Fields in org.hotrod.dynamicsql.assembler with type parameters of type QuerySegment Modifier and Type Field Description protected List<QuerySegment>AbstractSentence. segmentsMethods in org.hotrod.dynamicsql.assembler with parameters of type QuerySegment Modifier and Type Method Description static voidDynShield. addSegment(AbstractSentence<?,?> parent, QuerySegment segment) -
Uses of QuerySegment in org.hotrod.dynamicsql.segments
Subclasses of QuerySegment in org.hotrod.dynamicsql.segments Modifier and Type Class Description classBindSegmentclassChooseSegmentclassContentSegmentclassControlSegmentclassDynamicContentSegmentclassDynamicListSegmentclassForEachSegmentclassIfSegmentclassOtherwiseSegmentclassParameterInjectionSegmentclassParameterNotNullableSegmentclassParameterNotNullableUpdatableSegmentclassParameterNullableSegmentclassSetSegmentclassSettersSegmentclassStaticContentSegmentclassTrimSegmentclassVariableSegmentclassWhenSegmentclassWhereSegmentConstructor parameters in org.hotrod.dynamicsql.segments with type arguments of type QuerySegment Constructor Description ForEachSegment(String item, String collection, String open, String separator, String close, List<QuerySegment> segments, DynamicExpressionFactory factory)IfSegment(String test, List<QuerySegment> segments, DynamicExpressionFactory factory)OtherwiseSegment(List<QuerySegment> segments, DynamicExpressionFactory factory)WhenSegment(String test, List<QuerySegment> segments, DynamicExpressionFactory factory)
-