Sign in
apache
/
grails-data-mapping
/
ecc608831967aee5f035b1bba28dee848aaa93e7
/
.
/
grails-data-hibernate5
/
examples
/
grails-multiple-datasources
/
grails-app
/
domain
/
example
/
Book.groovy
blob: 38699f19540ad84adef98b1a4d4e81a751cf674f [
file
] [
log
] [
blame
]
package
example
import
org
.
grails
.
datastore
.
gorm
.
GormEntity
class
Book
implements
GormEntity
<
Book
>{
String
title
static
constraints
=
{
}
}