Class SearchByStatusPagedGenericDao<M extends ItemModel>

  • All Implemented Interfaces:
    PagedGenericDao<M>

    public class SearchByStatusPagedGenericDao<M extends ItemModel>
    extends DefaultPagedGenericDao<M>
    SearchByStatusPagedGenericDao is a specific dao that will apply IN operator on the status search params
    • Field Detail

      • typeCode

        protected final java.lang.String typeCode
    • Constructor Detail

      • SearchByStatusPagedGenericDao

        public SearchByStatusPagedGenericDao​(java.lang.String typeCode)