Uses of Class
io.ebean.Version
-
Packages that use Version Package Description io.ebean -
-
Uses of Version in io.ebean
Methods in io.ebean that return types with arguments of type Version Modifier and Type Method Description List<Version<T>>ExpressionList. findVersions()Return versions of a @History entity bean.<T> List<Version<T>>ExtendedServer. findVersions(Query<T> query, Transaction transaction)Return versions of a @History entity bean.List<Version<T>>Query. findVersions()Return versions of a @History entity bean.List<Version<T>>ExpressionList. findVersionsBetween(Timestamp start, Timestamp end)Return versions of a @History entity bean between the 2 timestamps.List<Version<T>>Query. findVersionsBetween(Timestamp start, Timestamp end)Return versions of a @History entity bean between the 2 timestamps.
-