Interface NamedQueryFactory

All Known Implementing Classes:
DefaultNamedQueryFactory

public interface NamedQueryFactory
NamedQuery Factory for NamedQueryService retrieve the NamedQueries
  • Method Summary

    Modifier and Type
    Method
    Description
    getNamedQuery(String queryName)
    Gets the query for this queryName
  • Method Details