Interface BeanPersister


public interface BeanPersister
Defines bean insert update and delete implementation.
  • Method Details

    • insert

      void insert(PersistRequestBean<?> request) throws jakarta.persistence.PersistenceException
      execute the insert bean request.
      Throws:
      jakarta.persistence.PersistenceException
    • update

      void update(PersistRequestBean<?> request) throws jakarta.persistence.PersistenceException
      execute the update bean request.
      Throws:
      jakarta.persistence.PersistenceException
    • delete

      int delete(PersistRequestBean<?> request) throws jakarta.persistence.PersistenceException
      execute the delete bean request.
      Throws:
      jakarta.persistence.PersistenceException