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 java.lang.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)

java.lang.Boolean enabled

Will not import data unless this is true

java.lang.Object log

org.dbunit.IDatabaseTester tester

DBUnit database tester.

 
Method Summary
void afterPropertiesSet()

 
Methods inherited from class java.lang.Object
java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long)
 

Property Detail

csvImportsPath

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


enabled

java.lang.Boolean enabled
Will not import data unless this is true


log

final java.lang.Object log


tester

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


 
Method Detail

afterPropertiesSet

void afterPropertiesSet()


 

Groovy Documentation