public interface CriteriaTranslator
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.TypedQuery<java.io.Serializable> |
translateCountQuery(DynamicEntityDao dynamicEntityDao,
java.lang.String ceilingEntity,
java.util.List<FilterMapping> filterMappings) |
javax.persistence.TypedQuery<java.io.Serializable> |
translateQuery(DynamicEntityDao dynamicEntityDao,
java.lang.String ceilingEntity,
java.util.List<FilterMapping> filterMappings,
java.lang.Integer firstResult,
java.lang.Integer maxResults) |
javax.persistence.TypedQuery<java.io.Serializable> translateQuery(DynamicEntityDao dynamicEntityDao, java.lang.String ceilingEntity, java.util.List<FilterMapping> filterMappings, java.lang.Integer firstResult, java.lang.Integer maxResults)
javax.persistence.TypedQuery<java.io.Serializable> translateCountQuery(DynamicEntityDao dynamicEntityDao, java.lang.String ceilingEntity, java.util.List<FilterMapping> filterMappings)
Copyright © 2018. All Rights Reserved.