Uses of Class
com.querydsl.core.types.dsl.DatePath
Packages that use DatePath
Package
Description
Alias functionality
DSL expression types
-
Uses of DatePath in com.querydsl.core.alias
Methods in com.querydsl.core.alias that return DatePath -
Uses of DatePath in com.querydsl.core.types.dsl
Methods in com.querydsl.core.types.dsl that return DatePathModifier and TypeMethodDescriptionprotected <A extends Comparable>
DatePath<A>BeanPath.createDate(String property, Class<? super A> type) Create a new Date pathstatic <T extends Comparable<?>>
DatePath<T>Create a new Path expressionstatic <T extends Comparable<?>>
DatePath<T>Expressions.datePath(Class<? extends T> type, PathMetadata metadata) Create a new Path expressionstatic <T extends Comparable<?>>
DatePath<T>Create a new Path expression<A extends Comparable<?>>
DatePath<A>Create a new Date path<A extends Comparable<?>>
DatePath<A>Create a new Date pathMethods in com.querydsl.core.types.dsl with parameters of type DatePath