Uses of Class
com.atlassian.confluence.impl.hibernate.query.InExpressionBuilder
Packages that use InExpressionBuilder
-
Uses of InExpressionBuilder in com.atlassian.confluence.impl.hibernate.query
Methods in com.atlassian.confluence.impl.hibernate.query that return InExpressionBuilderModifier and TypeMethodDescriptionstatic InExpressionBuilder
InExpressionBuilder.getInExpressionBuilderCustomLimit
(String fieldName, String parameterName, List<String> parameterValues, int inExpressionLimit) static InExpressionBuilder
InExpressionBuilder.getInExpressionBuilderDefaultLimit
(String fieldName, String parameterName, List<String> parameterValues, org.hibernate.dialect.Dialect dialect) static InExpressionBuilder
InExpressionBuilder.getInExpressionBuilderDefaultLimit
(String fieldName, String parameterName, org.hibernate.dialect.Dialect dialect) static InExpressionBuilder
InExpressionBuilder.getNotInExpressionBuilderCustomLimit
(String fieldName, String parameterName, List<String> parameterValues, int inExpressionLimit) static InExpressionBuilder
InExpressionBuilder.getNotInExpressionBuilderDefaultLimit
(String fieldName, String parameterName, List<String> parameterValues, org.hibernate.dialect.Dialect dialect) static InExpressionBuilder
InExpressionBuilder.getNotInExpressionBuilderDefaultLimit
(String fieldName, String parameterName, org.hibernate.dialect.Dialect dialect)