public class AndroidConnectionSourceFactory extends Object implements ConnectionSourceFactory
| Constructor and Description |
|---|
AndroidConnectionSourceFactory(OpenEventHandler... openEventHandlerArray)
Construct an AndroidConnectionSourceFactory instance
|
| Modifier and Type | Method and Description |
|---|---|
OpenHelperConnectionSource |
getConnectionSource(String databaseName,
Properties properties)
Returns an OpenHelperConnectionSource object
|
public AndroidConnectionSourceFactory(OpenEventHandler... openEventHandlerArray)
public OpenHelperConnectionSource getConnectionSource(String databaseName, Properties properties)
getConnectionSource in interface ConnectionSourceFactorydatabaseName - The name passed in the SQLiteOpenHelper constructorproperties - Properties defined in persistence unitThis documentation is licensed by Andrew Bowley under the GPLv3 License.