Sign in
apache
/
grails-data-mapping
/
ecc608831967aee5f035b1bba28dee848aaa93e7
/
.
/
grails-data-hibernate5
/
examples
/
grails-hibernate
/
grails-app
/
domain
/
functional
/
tests
/
Employee.groovy
blob: d47b40f7acb84857208959f71fe1101daff6781e [
file
] [
log
] [
blame
]
package
functional
.
tests
class
Employee
extends
Person
{
static
belongsTo
=
[
business
:
Business
]
}