com.googlecode.flyway.sample.appengine
Class DataSourceFactory

java.lang.Object
  extended by com.googlecode.flyway.sample.appengine.DataSourceFactory

public class DataSourceFactory
extends java.lang.Object

Factory for the datasource of this application.


Constructor Summary
DataSourceFactory()
           
 
Method Summary
static javax.sql.DataSource createDataSource()
          Creates a new datasource.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSourceFactory

public DataSourceFactory()
Method Detail

createDataSource

public static javax.sql.DataSource createDataSource()
Creates a new datasource.

Returns:
The Google Cloud SQL datasource.


Copyright © 2012. All Rights Reserved.