You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide-developer/src/main/docs/gettingStarted.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,8 @@ The project is essentially a multi-project Gradle build. There is a core API and
31
31
32
32
* `grails-datastore-core` - The core API, this provides core interfaces for implementing a GORM provider
33
33
* `grails-datastore-gorm` - The runtime meta-programming and AST transformation infrastructure behind GORM. This also provides end users with APIs like `grails.gorm.CriteriaBuilder` and `grails.gorm.DetachedCriteria`
34
-
* `grails-datastore-gorm-support` - Support classes for easing the writing of a GORM plugin for Grails
35
-
* `grails-datastore-gorm-tck` - The TCK that includes hundreds of Spock specifications that a GORM implementation will need to pass
34
+
* `grails-datamapping-support` - Support classes for easing the writing of a GORM plugin for Grails
35
+
* `grails-datamapping-tck-tests` - The TCK that includes hundreds of Spock specifications that a GORM implementation will need to pass
36
36
* `grails-datastore-web` - Classes required to integrate GORM into a web tier
37
37
38
38
In addition to this, there are separate projects of GORM implementations for various datastores:
0 commit comments