Uses of Class
com.appslandia.common.jpa.JpaSql
-
Packages that use JpaSql Package Description com.appslandia.common.jpa -
-
Uses of JpaSql in com.appslandia.common.jpa
Methods in com.appslandia.common.jpa that return JpaSql Modifier and Type Method Description JpaSqlJpaSql. arrayLen(String parameterName, int maxLength)protected JpaSqlQueryImpl. getJpaSql()protected JpaSqlTypedQueryImpl. getJpaSql()JpaSqlJpaSql. initialize()JpaSqlJpaSql. setName(String name)JpaSqlJpaSql. sql(String sql)Constructors in com.appslandia.common.jpa with parameters of type JpaSql Constructor Description QueryImpl(jakarta.persistence.Query query, JpaSql sql)TypedQueryImpl(jakarta.persistence.TypedQuery<X> query, JpaSql sql)
-