Skip to content

Commit 29aae99

Browse files
committed
Use grails.gorm.annotation.Entity
1 parent ccde9f0 commit 29aae99

File tree

1 file changed

+1
-1
lines changed
  • examples/grace-hibernate5/src/main/groovy/another

1 file changed

+1
-1
lines changed

examples/grace-hibernate5/src/main/groovy/another/Item.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package another
22

33
import org.grails.core.artefact.DomainClassArtefactHandler
44

5-
import grails.persistence.Entity
5+
import grails.gorm.annotation.Entity
66

77
@Entity
88
class Item {

0 commit comments

Comments
 (0)