Interface DocSignDao

    • Method Detail

      • create

        void create​(DocSign entity)
        Adds an instance of DocSign to the persistent store.
      • update

        void update​(DocSign entity)
        Updates an instance of DocSign at the persistent store.
      • remove

        void remove​(DocSign entity)
        Removes an instance of DocSign from the persistent store.
      • loadAll

        List<DocSign> loadAll()
        Loads all instances of DocSign from the persistent store.
      • create

        void create​(Collection<? extends DocSign> entities)
        Creates a collection of DocSign and adds it to the persistent store.
      • update

        void update​(Collection<? extends DocSign> entities)
        Updates a collection of DocSign in the persistent store.
      • remove

        void remove​(Collection<? extends DocSign> entities)
        Removes a collection of DocSign from the persistent store.
      • remove

        void remove​(Long id)
        Removes an instance of DocSign from the persistent store.
      • query

        List<DocSign> query​(String query,
                            Parameter[] parameters)
        Query of DocSign from the persistent store. parameter query HQL Query String parameter parameters HQL Parameters