Package-level declarations
Functions
Creates a PredicateSpecification that tests whether a nested native array column contains a given element. Use this for properties mapped with @JdbcTypeCode(SqlTypes.ARRAY) and typed as Array.
Creates a PredicateSpecification that tests whether a native array column contains a given element. Use this for properties mapped with @JdbcTypeCode(SqlTypes.ARRAY) and typed as Array.
Creates a PredicateSpecification that tests whether a nested native array column contains all elements of the given sub-array. Use this for properties mapped with @JdbcTypeCode(SqlTypes.ARRAY) and typed as Array.
Creates a PredicateSpecification that tests whether a native array column contains all elements of the given sub-array. Use this for properties mapped with @JdbcTypeCode(SqlTypes.ARRAY) and typed as Array.
Creates a PredicateSpecification that tests whether a nested native array column shares at least one element with the given sub-array. Use this for properties mapped with @JdbcTypeCode(SqlTypes.ARRAY) and typed as Array.
Creates a PredicateSpecification that tests whether a native array column shares at least one element with the given sub-array. Use this for properties mapped with @JdbcTypeCode(SqlTypes.ARRAY) and typed as Array.
Creates a PredicateSpecification that tests whether a nested native array column does not contain a given element. Use this for properties mapped with @JdbcTypeCode(SqlTypes.ARRAY) and typed as Array.
Creates a PredicateSpecification that tests whether a native array column does not contain a given element. Use this for properties mapped with @JdbcTypeCode(SqlTypes.ARRAY) and typed as Array.
Creates a PredicateSpecification that tests whether a nested native array column does not contain all elements of the given sub-array. Use this for properties mapped with @JdbcTypeCode(SqlTypes.ARRAY) and typed as Array.
Creates a PredicateSpecification that tests whether a native array column does not contain all elements of the given sub-array. Use this for properties mapped with @JdbcTypeCode(SqlTypes.ARRAY) and typed as Array.
Creates a PredicateSpecification that tests whether a nested native array column does not share any element with the given sub-array. Use this for properties mapped with @JdbcTypeCode(SqlTypes.ARRAY) and typed as Array.
Creates a PredicateSpecification that tests whether a native array column does not share any element with the given sub-array. Use this for properties mapped with @JdbcTypeCode(SqlTypes.ARRAY) and typed as Array.