Package javax.persistence
Interface EntityTransaction
-
public interface EntityTransaction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
begin()
void
commit()
boolean
getRollbackOnly()
boolean
isActive()
void
rollback()
void
setRollbackOnly()
-