Skip to content

Instantly share code, notes, and snippets.

@jdewind
Created August 10, 2012 14:43
Show Gist options
  • Save jdewind/3314722 to your computer and use it in GitHub Desktop.
Save jdewind/3314722 to your computer and use it in GitHub Desktop.
AOP Transaction
@Transactional
public void save(Object entity) {
getEntityManager().persist(entity);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment