Uses of Class
com.querydsl.core.types.dsl.PathInits
Packages that use PathInits
-
Uses of PathInits in com.querydsl.core.types.dsl
Fields in com.querydsl.core.types.dsl declared as PathInitsModifier and TypeFieldDescriptionstatic final PathInitsPathInits.DEFAULTstatic final PathInitsPathInits.DIRECTstatic final PathInitsPathInits.DIRECT2Methods in com.querydsl.core.types.dsl that return PathInitsModifier and TypeMethodDescriptionstatic PathInitsPathInits.getFor(PathMetadata metadata, PathInits root) Methods in com.querydsl.core.types.dsl with parameters of type PathInitsModifier and TypeMethodDescriptionprotected <A,Q extends SimpleExpression<? super A>>
CollectionPath<A,Q> BeanPath.createCollection(String property, Class<? super A> type, Class<? super Q> queryType, PathInits inits) Create a new Collection typed pathprotected <A,E extends SimpleExpression<? super A>>
ListPath<A,E> BeanPath.createList(String property, Class<? super A> type, Class<? super E> queryType, PathInits inits) Create a new List typed pathprotected <A,E extends SimpleExpression<? super A>>
SetPath<A,E> BeanPath.createSet(String property, Class<? super A> type, Class<? super E> queryType, PathInits inits) Create a new Set typed pathstatic PathInitsPathInits.getFor(PathMetadata metadata, PathInits root) Constructors in com.querydsl.core.types.dsl with parameters of type PathInitsModifierConstructorDescriptionBeanPath(Class<? extends T> type, PathMetadata metadata, @Nullable PathInits inits) protectedCollectionPath(Class<? super E> type, Class<Q> queryType, PathMetadata metadata, PathInits inits) CollectionPathBase(PathImpl<C> mixin, PathInits inits) EntityPathBase(Class<? extends T> type, PathMetadata metadata, @Nullable PathInits inits) protectedprotected