Uses of Package
com.vladmihalcea.hibernate.query

Packages that use com.vladmihalcea.hibernate.query
com.vladmihalcea.hibernate.type.util   
 

Classes in com.vladmihalcea.hibernate.query used by com.vladmihalcea.hibernate.type.util
ListResultTransformer
          The ListResultTransformer simplifies the way we can use a ResultTransformer by defining a default implementation for the ResultTransformer.transformList(List) method.
MapResultTransformer
          The MapResultTransformer allows us to return a Map from a JPA Query.
SQLExtractor
          The SQLExtractor allows you to extract the underlying SQL query generated by a JPQL or JPA Criteria API query.
 



Copyright © 2022. All rights reserved.