| Package | Description |
|---|---|
| org.fryske_akademy.ejb |
This package contains interfaces, base classes and a helper 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 |
|---|
| 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). |
| 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 |
| RevInfo.TYPE |
| RevisionInfo |
Copyright © 2018 Fryske Akademy. All rights reserved.