Groovy Documentation

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

java.lang.Object
  org.devnull.orm.boot.DataBootStrap
      org.devnull.orm.boot.EmptyDatabaseBootStrap

class EmptyDatabaseBootStrap
extends DataBootStrap

Constructor Summary
EmptyDatabaseBootStrap(DataSource dataSource, String query)

Set the enable/disable flag based upon the results of a query.

 
Method Summary
 
Methods inherited from class DataBootStrap
afterPropertiesSet
 
Methods inherited from class Object
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmptyDatabaseBootStrap

EmptyDatabaseBootStrap(DataSource dataSource, String query)
Set the enable/disable flag based upon the results of a query. If rows are returned from the query, the bootstrap flag will be set to false.


 

Groovy Documentation