See: Description
| Interface | Description |
|---|---|
| Specification<T> |
Specification in the sense of Domain Driven Design.
|
| Class | Description |
|---|---|
| AbstractAuditable<U,PK extends Serializable> |
Abstract base class for auditable entities.
|
| AbstractAuditable_ | |
| AbstractPersistable<PK extends Serializable> |
Abstract base class for entities.
|
| AbstractPersistable_ | |
| JpaSort |
Sort option for queries that wraps JPA meta-model
Attributes for sorting. |
| JpaSort.JpaOrder |
Custom
Order that keeps a flag to indicate unsafe property handling, i.e. the String provided is not
necessarily a property but can be an arbitrary expression piped into the query execution. |
| JpaSort.Path<T,S> |
Value object to abstract a collection of
Attributes. |
| QAbstractAuditable |
QAbstractAuditable is a Querydsl query type for AbstractAuditable
|
| QAbstractPersistable |
QAbstractPersistable is a Querydsl query type for AbstractPersistable
|
| Specifications<T> |
Helper class to easily combine
Specification instances. |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.