Interface DatatypeDao

  • All Known Implementing Classes:
    DatatypeDaoJena

    public interface DatatypeDao
    • Method Detail

      • updateDatatype

        void updateDatatype​(Datatype dtp)
      • deleteDatatype

        void deleteDatatype​(Datatype dtp)
        deletes a datatype row by getting the id from a Datatype bean
      • deleteDatatype

        void deleteDatatype​(int id)
        deletes a datatype row
      • getDatatypeById

        Datatype getDatatypeById​(int id)
      • getDatatypeIdByURI

        int getDatatypeIdByURI​(String uri)