Uses of Class
org.fryske_akademy.jpa.RevInfo
-
Packages that use RevInfo Package Description org.fryske_akademy.services This package contains interfaces and base classes for the development of crud (EJB/CDI) beans. -
-
Uses of RevInfo in org.fryske_akademy.services
Methods in org.fryske_akademy.services that return types with arguments of type RevInfo Modifier and Type Method 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
-