Interface ModelDataManager

    • Method Detail

      • findModelCountByQueryCriteria

        long findModelCountByQueryCriteria​(ModelQueryImpl query)
      • findModelsByNativeQuery

        List<Model> findModelsByNativeQuery​(Map<String,​Object> parameterMap,
                                            int firstResult,
                                            int maxResults)
      • findModelCountByNativeQuery

        long findModelCountByNativeQuery​(Map<String,​Object> parameterMap)