Module org.dellroad.querystream.jpa
Package org.dellroad.querystream.jpa.querytype
package org.dellroad.querystream.jpa.querytype
- See Also:
-
ClassesClassDescriptionDeleteType<X>Represents the JPA Criteria API bulk delete query type.QueryType<X,
C extends jakarta.persistence.criteria.CommonAbstractCriteria, C2 extends C, Q extends jakarta.persistence.Query> SearchType<X>Represents the JPA Criteria API search query type.UpdateType<X>Represents the JPA Criteria API bulk update query type.