Skip to content
This repository was archived by the owner on Jun 4, 2019. It is now read-only.
This repository was archived by the owner on Jun 4, 2019. It is now read-only.

transaction management across several DAOs #16

@vatel

Description

@vatel

I think in some cases it is handy to manage transactions from outside of DAO objects, ex:

class MyBusinessLogic {

def doSomething = {

inTransaction {
dao1.create
dao2.update
...
}

}

I have implemented this functionality for prequel (in a separate class, without patching in fact) and can share it here, Sorry, I am not experienced with github yet, so I could send it to email or post here, just let me know.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions