| Package | Description |
|---|---|
| org.fryske_akademy.services |
This package contains interfaces and base classes for the development of crud (EJB/CDI) beans.
|
| Modifier and Type | Method and Description |
|---|---|
<E> List<RevInfo<E>> |
AbstractCrudServiceEnvers.changes(E e,
Integer max) |
<E> List<RevInfo<E>> |
Auditing.changes(E e,
Integer max) |
<T> List<RevInfo<T>> |
AbstractCrudServiceEnvers.getRevisionInfo(Serializable id,
Integer max,
Class<T> type) |
<T> List<RevInfo<T>> |
Auditing.getRevisionInfo(Serializable id,
Integer max,
Class<T> type)
return a list holding revision information, newest come first
|
Copyright © 2018–2021 Fryske Akademy. All rights reserved.