Groovy Documentation

grails-app.domain.pl.burningice.plugins.image.ast.test
Class TestDbContainerDomainSecond

java.lang.Object
  grails-app.domain.pl.burningice.plugins.image.ast.test.TestDbContainerDomainSecond

@DBImageContainer(field = 'logo')
class TestDbContainerDomainSecond

Domain class used in tests of DBImageContainer AST transformation

author:
pawel.gdula@burningice.pl


Property Summary
java.util.Map children

static def constraints

static def hasMany

java.lang.String name

 
Constructor Summary
TestDbContainerDomainSecond()

 
Method Summary
 
Methods inherited from class java.lang.Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

children

java.util.Map children


constraints

static def constraints


hasMany

static def hasMany


name

java.lang.String name


 
Constructor Detail

TestDbContainerDomainSecond

TestDbContainerDomainSecond()


 

Groovy Documentation