Package org.dellroad.querystream.jpa.querytype


package org.dellroad.querystream.jpa.querytype
Classes that represent the three types of JPA criteria API queries: search, update, and delete.
See Also:
  • Classes
    Class
    Description
    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>
    Instances represent one of the three types of JPA criteria API queries: search, update, or delete, for a specific target type.
    Represents the JPA Criteria API search query type.
    Represents the JPA Criteria API bulk update query type.