Uses of Class
com.flowlogix.jeedao.TypedNativeQuery
Packages that use TypedNativeQuery
Package
Description
This package contains the main API classes for the Flow Logix JPA DAO framework
Jakarta EE DAO Helper and Typed Native Query
-
Uses of TypedNativeQuery in com.flowlogix.api.dao
Methods in com.flowlogix.api.dao that return TypedNativeQueryModifier and TypeMethodDescriptionJPANativeQuery.createNativeQuery
(String sql, Class<?> resultClass) Creates a type-safe JPA native queryJPANativeQuery.createNativeQuery
(String sql, String resultMapping) Creates a type-safe JPA native query -
Uses of TypedNativeQuery in com.flowlogix.jeedao
Methods in com.flowlogix.jeedao that return TypedNativeQueryModifier and TypeMethodDescriptionDaoHelper.createNativeQuery
(String sql, Class<?> resultClass) Creates a type-safe JPA native queryDaoHelper.createNativeQuery
(String sql, String resultMapping) Creates a type-safe JPA native query