All Classes Interface Summary Class Summary Annotation Types Summary
| Class |
Description |
| Activatable |
The best word ever!.
|
| BasicModel |
The Class BasicModel.
|
| BasicModelFilter<T extends BasicModelFilter<T,R>,R extends BasicModel> |
|
| BetterHSQLDialect |
Hibernate's HSQL dialect uses clob(255) when length is not specified.
|
| ClassPK |
ClassPK allows us to reference Java full class names efficiently in the
database.
|
| ClassPKRepository |
The Interface ClassPKRepository.
|
| Copyable<T> |
The Interface Copyable.
|
| DateFilter |
Deprecated.
|
| DefaultModelConstants |
Database column lengths.
|
| EmptyModel |
|
| EmptyModelFilter<T extends EmptyModelFilter<T,R>,R extends EmptyModel> |
|
| EntityId |
The Interface EntityId.
|
| EntityIdSerializer |
Serializes EntityId types only by their `getId()`.
|
| Filter |
The Filter interface
|
| FilterUtils |
|
| IdUUID |
Models that use UUID as permanent identifier.
|
| InstantFilter |
Deprecated.
|
| JsonClassNameWriter |
The ClassNameWriter is applied to BasicModel and it instructs Jackson
to to include class simple name as a virtual property.
|
| JsonViews |
JsonViews for use with @JsonView annotation.
|
| JsonViews.Indexed |
Marks fields that may not be serialized by default (in lieu of
JsonIgnore) TBD: check JsonViews.Root.
|
| JsonViews.Internal |
Includes internal details.
|
| JsonViews.Minimal |
The minimal JSON view.
|
| JsonViews.Protected |
The Interface Protected.
|
| JsonViews.Public |
The Interface Public.
|
| JsonViews.Root |
Include related entities (many to one).
|
| JsonViews.Update |
Consider only selected properties in incoming JSON.
|
| LocalDateFilter |
Deprecated.
|
| NotCopyable |
Add this annotation to exclude a field from a list of copyable fields in Copyable
|
| NumberFilter<T extends Number & Comparable<?>> |
Utility filtering for numeric types.
|
| PropertyFilter<R extends PropertyFilter<R,T>,T extends com.querydsl.core.types.Expression<?>> |
The Interface PropertyFilter.
|
| Publishable |
The Interface Publishable.
|
| QBasicModel |
QBasicModel is a Querydsl query type for BasicModel
|
| QClassPK |
QClassPK is a Querydsl query type for ClassPK
|
| QEmptyModel |
QEmptyModel is a Querydsl query type for EmptyModel
|
| QVersionedModel |
QVersionedModel is a Querydsl query type for VersionedModel
|
| SelfCleaning |
Automatically trims all strings down to null on persist or merge.
|
| StringFilter |
Utility filtering for String types.
|
| StringToJavaTimeConverter |
|
| StringToJavaTimeConverter.StringToInstantConverter |
|
| StringToJavaTimeConverter.StringToLocalDateConverter |
|
| SuperModelFilter<T extends SuperModelFilter<T,R>,R> |
|
| TemporalFilter<T extends Comparable<?>> |
Utility filtering for numeric types.
|
| TemporalFilterBase<R extends TemporalFilterBase<R,T>,T extends Comparable<?>> |
Deprecated.
|
| VersionedModel |
The Class VersionedModel.
|
| VersionedModelFilter<T extends VersionedModelFilter<T,R>,R extends VersionedModel> |
|