Class MapDao<E extends Map>


  • @Repository("mapDao")
    public class MapDao<E extends Map>
    extends ModuleDao<E>
    • Constructor Detail

      • MapDao

        public MapDao()
        Public default constructor for this DAO.
      • MapDao

        protected MapDao​(Class<E> clazz)
        Constructor that has to be called by subclasses.
        Parameters:
        clazz -
    • Method Detail

      • findMapsWithLayer

        public Set<E> findMapsWithLayer​(Layer layer)
                                 throws org.hibernate.HibernateException
        Throws:
        org.hibernate.HibernateException