Uses of Class
com.querydsl.core.types.dsl.ComparableEntityPath
Packages that use ComparableEntityPath
-
Uses of ComparableEntityPath in com.querydsl.core.types.dsl
Methods in com.querydsl.core.types.dsl that return ComparableEntityPathModifier and TypeMethodDescriptionstatic <T extends Comparable<?>>
ComparableEntityPath<T>Expressions.comparableEntityPath(Class<? extends T> type, Path<?> parent, String property) Create a new Path expressionstatic <T extends Comparable<?>>
ComparableEntityPath<T>Expressions.comparableEntityPath(Class<? extends T> type, PathMetadata metadata) Create a new Path expressionstatic <T extends Comparable<?>>
ComparableEntityPath<T>Expressions.comparableEntityPath(Class<? extends T> type, String variable) Create a new Path expression