Uses of Enum Class
org.fryske_akademy.jpa.RevInfo.TYPE
Packages that use RevInfo.TYPE
Package
Description
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.TYPEModifier and TypeMethodDescriptionRevInfo.type()Returns the value of thetyperecord component.static RevInfo.TYPEReturns the enum constant of this class with the specified name.static RevInfo.TYPE[]RevInfo.TYPE.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.fryske_akademy.jpa with parameters of type RevInfo.TYPEModifierConstructorDescriptionRevInfo(T entity, RevInfo.TYPE type, RevisionInfo revisionInfo) Creates an instance of aRevInforecord class.