Uses of Class
org.fryske_akademy.jpa.RevInfo.TYPE
-
Packages that use RevInfo.TYPE Package Description org.fryske_akademy.jpa Interfaces classes to support working with entities, most notably an entity interface, a Param class with support for syntax in values and value conversion and a JpqlBuilder that facilitates building (dynamic) queries. -
-
Uses of RevInfo.TYPE in org.fryske_akademy.jpa
Methods in org.fryske_akademy.jpa that return RevInfo.TYPE Modifier and Type Method Description RevInfo.TYPERevInfo. getType()static RevInfo.TYPERevInfo.TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static RevInfo.TYPE[]RevInfo.TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.fryske_akademy.jpa with parameters of type RevInfo.TYPE Constructor Description RevInfo(T entity, RevInfo.TYPE type, RevisionInfo revisionInfo)
-