Simple data type to represent the datastore configuration.
| Type | Name and description |
|---|---|
static SeuacDatastore |
defaultDatastore()Convenience factory method to create the default datastore (H2) instance. |
void |
password(java.lang.String aPassword)Short hand method to set the datastore password. |
void |
url(java.lang.String aUrl)Short hand method to set the URL via method. |
void |
user(java.lang.String aUser)Short hand method to set the datastore user. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Convenience factory method to create the default datastore (H2) instance.
Short hand method to set the datastore password. Might be NULL.
aPassword - a datastore password if requiredShort hand method to set the URL via method.
aUrl - a datastore provider URLShort hand method to set the datastore user. Might be NULL.
aUser - a datastore user if required