Groovy Documentation

org.devnull.orm.boot
[Groovy] Class DataBootStrap

java.lang.Object
  org.devnull.orm.boot.DataBootStrap
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

class DataBootStrap
extends Object

Import data into your mock database.


Property Summary
org.springframework.core.io.Resource csvImportsPath

Directory containing the CSV files and table-ordering.txt file (see dbunit docs)

Boolean enabled

Will not import data unless this is true

def log

org.dbunit.IDatabaseTester tester

DBUnit database tester.

 
Method Summary
void afterPropertiesSet()

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

Property Detail

csvImportsPath

org.springframework.core.io.Resource csvImportsPath
Directory containing the CSV files and table-ordering.txt file (see dbunit docs)


enabled

Boolean enabled
Will not import data unless this is true


log

final def log


tester

org.dbunit.IDatabaseTester tester
DBUnit database tester.
See Also:
org.dbunit.DataSourceDatabaseTester


 
Method Detail

afterPropertiesSet

void afterPropertiesSet()


 

Groovy Documentation