Skip to content

Commit

Permalink
make daos transactional
Browse files Browse the repository at this point in the history
  • Loading branch information
ojmakhura committed Oct 28, 2022
1 parent 293cfff commit e279034
Show file tree
Hide file tree
Showing 28 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
package $entity.packageName;
#end

import org.springframework.transaction.annotation.Transactional;

#if ($entity.generalization)
#set ($superclass = $entity.generalization)
#set ($daoInheritance = $superclass && $daoInheritanceEnabled)
Expand All @@ -35,6 +37,7 @@ package $entity.packageName;
$stringUtils.stripEnd($entity.getDocumentation(" * "),null)
* @see $entity.fullyQualifiedEntityName
*/
@Transactional
public interface $entity.daoName
#if ($daoInheritance)
extends $superclass.fullyQualifiedDaoName
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit e279034

Please sign in to comment.