Results 1 to 3 of 3

Thread: Service Layer Transactional in spring jpa without @transactional annotation

  1. #1
    Join Date
    Jun 2008
    Posts
    2

    Default Service Layer Transactional in spring jpa without @transactional annotation

    Hi All,

    I want to make the service layer transactional in spring jpa without
    using transactional annotation .Does anyone knows how to do this.

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,624

    Default

    I suggest you read chapter 9 of the reference guide, that explains the different options of applying transactions.
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

  3. #3
    Join Date
    Jun 2008
    Posts
    2

    Default thnks Marten

    Can u plz paste that url which has Chapter 9 of the reference guide..
    thnks in advance

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •