Contents
Class TypedNativeQuery
java.lang.Object
com.flowlogix.jeedao.TypedNativeQuery
type-safe native query, avoids casts or unchecked warnings
Example:
List<Integer> intList = new TypedNativeQuery(em
.createNativeQuery("myQuery", Integer.class)).getResultList();
- Author:
- lprimak