public interface BeanPersister
Defines bean insert update and delete implementation.
-
Method Summary
Modifier and TypeMethodDescriptionintdelete(PersistRequestBean<?> request) execute the delete bean request.voidinsert(PersistRequestBean<?> request) execute the insert bean request.voidupdate(PersistRequestBean<?> request) execute the update bean request.
-
Method Details
-
insert
execute the insert bean request.- Throws:
jakarta.persistence.PersistenceException
-
update
execute the update bean request.- Throws:
jakarta.persistence.PersistenceException
-
delete
execute the delete bean request.- Throws:
jakarta.persistence.PersistenceException
-