| Package | Description |
|---|---|
| org.dellroad.querystream.jpa |
QueryStream API for the Java Persistence Architecture (JPA).
|
| org.dellroad.querystream.jpa.querytype |
Classes that represent the three types of JPA criteria API queries: search,
update, and delete.
|
| Modifier and Type | Method and Description |
|---|---|
QueryType<X,C,C2,Q> |
QueryStream.getQueryType()
Get the
QueryType of this instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteType<X>
Represents the JPA Criteria API bulk delete query type.
|
class |
SearchType<X>
Represents the JPA Criteria API search query type.
|
class |
UpdateType<X>
Represents the JPA Criteria API bulk update query type.
|
Copyright © 2023. All rights reserved.