Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Complete
-
Affects Version/s: 1.2.2.RELEASE
-
Fix Version/s: 1.2.3.RELEASE
-
Component/s: PERSISTENCE
-
Labels:None
-
Environment:ubuntu v12
Description
According to the end of section 8.2 of the Spring Roo Reference documentation, I define in my entity class the annotation
@RooJpaActiveRecord(persistMethod = "save", removeMethod="")
but in the persistence Active Record class the remove() method isn't delete and the method persist() isn't rename.