See: Description
| Interface | Description |
|---|---|
| EntityInterface | |
| JpqlBuilder |
Responsible for building where and order by clauses in jpql
|
| Param.Builder.WildcardMapping |
translation table a wildcard for more characters and a wildcard for
one character
|
| Class | Description |
|---|---|
| AbstractEntity |
superclass for entities, defines auto generated id (
GenerationType.IDENTITY), a version column and a function to check if the entity is transient (not in db yet). |
| AbstractWsEntity |
Base for 'readonly' entities in for example webservices.
|
| FARevisionListener | |
| JpaUtil | |
| JpqlBuilderImpl | |
| Param |
Holder for parameter info that can be used when
building
a jpql query. |
| Param.Builder |
helps building a list of Param, by default supports a bit of syntax in
String values: "is [not] null/empty" and ! at the beginning of a value.
|
| Param.Builder.DefaultWildcardMapping |
* => %, ? => _
|
| RevInfo<T> |
container for revision info for an entity, constructed in
Auditing.getRevisionInfo(java.io.Serializable, java.lang.Integer, java.lang.Class) |
| RevisionInfo |
| Enum | Description |
|---|---|
| Param.AndOr | |
| RevInfo.TYPE |
Copyright © 2018 Fryske Akademy. All rights reserved.