Sign in
apache
/
grails-data-mapping
/
ecc608831967aee5f035b1bba28dee848aaa93e7
/
.
/
grails-data-mongodb
/
examples
/
base
/
grails-app
/
domain
/
functional
/
tests
/
Team.groovy
blob: 3b849805a7a16ad03f42dac5caecd24d84717a61 [
file
] [
log
] [
blame
]
package
functional
.
tests
import
grails
.
mongodb
.
MongoEntity
import
org
.
bson
.
types
.
ObjectId
class
Team
implements
MongoEntity
<
Team
>
{
ObjectId
id
String
name
}