Groovy Documentation

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

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

@DBImageContainer(field = 'logo')
class TestDbContainerDomainThird

Domain class used in tests of DBImageContainer AST transformation

author:
pawel.gdula@burningice.pl


Property Summary
static def constraints

static def mapping

java.lang.String name

java.lang.String namePrefix

static def transients

 
Constructor Summary
TestDbContainerDomainThird()

 
Method Summary
def beforeDelete()

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

Property Detail

constraints

static def constraints


mapping

static def mapping


name

java.lang.String name


namePrefix

java.lang.String namePrefix


transients

static def transients


 
Constructor Detail

TestDbContainerDomainThird

TestDbContainerDomainThird()


 
Method Detail

beforeDelete

public def beforeDelete()


 

Groovy Documentation