Annotation Interface Transactional


@Retention(RUNTIME) @Target(METHOD) public @interface Transactional
It's for transaction started in Dao methods. For service classes in Spring, org.springframework.transaction.annotation.Transactional should be used.
  • Element Details