Uses of Package
org.fryske_akademy.jpa
Packages that use org.fryske_akademy.jpa
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.
This package contains interfaces and base classes for the development of crud (EJB/CDI) beans.
-
Classes in org.fryske_akademy.jpa used by org.fryske_akademy.jpaClassDescriptionResponsible for building where and order by clauses in jpqlA series of operators supported by this library, encapsulates all intelligence around them.Holder for parameter info used when
buildinga jpql query.A factory for Param objects, parameter values can be added in two ways: as (the correct) Object => only syntax and wildcard support for String values as a String optionally using a converter => syntax support also for non String values, no wildcard support when converter is usedtranslation table for wildcardsInclude this entity in the list of entity classes in your persistence context. -
Classes in org.fryske_akademy.jpa used by org.fryske_akademy.servicesClassDescriptionResponsible for building where and order by clauses in jpqlHolder for parameter info used when
buildinga jpql query.container for revision info for an entity, used inAuditing.getRevisionInfo(java.io.Serializable, Integer, Class)