| Package | Description |
|---|---|
| org.fryske_akademy.ejb |
This package contains interfaces and base classes for the development of EJB crud beans.
|
| org.fryske_akademy.jpa |
This package contains an interface and a mapped superclass for entities, classes to support revisions (history) of entities and
a helper class.
|
| Class and Description |
|---|
| EntityInterface |
| JpqlBuilder
Responsible for building where and order by clauses in jpql
|
| Param
Holder for parameter info that can be used when
building
a jpql query. |
| RevInfo
container for revision info for an entity, constructed in
Auditing.getRevisionInfo(java.io.Serializable, java.lang.Integer, java.lang.Class) |
| Class and Description |
|---|
| EntityInterface |
| JpqlBuilder
Responsible for building where and order by clauses in jpql
|
| Param
Holder for parameter info that can be used when
building
a jpql query. |
| Param.AndOr |
| 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.WildcardMapping
translation table a wildcard for more characters and a wildcard for
one character
|
| RevInfo.TYPE |
| RevisionInfo |
Copyright © 2018 Fryske Akademy. All rights reserved.