Class StopwordStore

java.lang.Object
io.dropwizard.hibernate.AbstractDAO<Stopword>
org.ctan.site.stores.base.AbstractStore<Stopword>
org.ctan.site.stores.StopwordStore

public class StopwordStore extends AbstractStore<Stopword>
The class StopwordStore contains the repository for guest book stop words.
  • Constructor Summary

    Constructors
    Constructor
    Description
    StopwordStore(org.hibernate.SessionFactory sessionFactory)
    This is the constructor for the StopwordStore.
  • Method Summary

    Modifier and Type
    Method
    Description
    The method getById provides means to retrieve the stopword by id.
    protected jakarta.persistence.criteria.Root<Stopword>
    listQuery(String term, jakarta.persistence.criteria.CriteriaBuilder cb, jakarta.persistence.criteria.CriteriaQuery<Stopword> query)
    The method listQuery provides means to construct a query for the list of entities for a search.
    protected List<Map<String,Object>>
    map(List<Stopword> list)
    The method map provides means to format a list for external use.

    Methods inherited from class org.ctan.site.stores.base.AbstractStore

    list, remove, remove, remove, save

    Methods inherited from class io.dropwizard.hibernate.AbstractDAO

    criteriaQuery, currentSession, get, getEntityClass, initialize, list, list, namedQuery, namedTypedQuery, persist, query, uniqueResult, uniqueResult

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait