Uses of Class
org.dellroad.querystream.jpa.querytype.QueryType
Packages that use QueryType
Package
Description
QueryStream API for the Java Persistence Architecture (JPA).
-
Uses of QueryType in org.dellroad.querystream.jpa
Methods in org.dellroad.querystream.jpa that return QueryType -
Uses of QueryType in org.dellroad.querystream.jpa.querytype
Subclasses of QueryType in org.dellroad.querystream.jpa.querytypeModifier and TypeClassDescriptionclassDeleteType<X>Represents the JPA Criteria API bulk delete query type.classSearchType<X>Represents the JPA Criteria API search query type.classUpdateType<X>Represents the JPA Criteria API bulk update query type.