public interface QueryHelper
Modifier and Type | Method and Description |
---|---|
Object |
getQueryHint(String hintKey) |
List |
getResultListWithHint(javax.persistence.Query query,
String hintKey,
Object hintValue) |
<X> List<X> |
getResultListWithHint(javax.persistence.TypedQuery<X> query,
String hintKey,
Object hintValue) |
Object |
getSingleResultWithHint(javax.persistence.Query query,
String hintKey,
Object hintValue) |
<X> X |
getSingleResultWithHint(javax.persistence.TypedQuery<X> query,
String hintKey,
Object hintValue) |
<X> List<X> getResultListWithHint(javax.persistence.TypedQuery<X> query, String hintKey, Object hintValue)
<X> X getSingleResultWithHint(javax.persistence.TypedQuery<X> query, String hintKey, Object hintValue)
List getResultListWithHint(javax.persistence.Query query, String hintKey, Object hintValue)
Object getSingleResultWithHint(javax.persistence.Query query, String hintKey, Object hintValue)
Copyright © 2022. All rights reserved.