Skip to content

Commit

Permalink
#49 Load Cachable after Transactional
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Jun 26, 2018
1 parent 9fe0f7f commit abb34dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ abstract class AbstractCacheTransformation extends AbstractMethodDecoratingTrans
/**
* The position of the transform. Before the transactional transform
*/
public static final int POSITION = TenantTransform.POSITION + 50
public static final int POSITION = TenantTransform.POSITION + 150
@Override
int getOrder() {
return POSITION
Expand Down

0 comments on commit abb34dc

Please sign in to comment.