Definition of a properties interface for parameters of a database configuration.
The properties defined by this interface are used to configure a {@code DatabaseConfiguration} instance. They mainly specify the databasetables containing configuration properties. Note that many properties are mandatory; they must be provided, otherwise the builder for database configurations throws an exception.
Important note: This interface is not intended to be implemented by client code! It defines a set of available properties and may be extended even in minor releases.
@version $Id: DatabaseBuilderProperties.java 1624757 2014-09-13 15:47:43Z oheger $ @since 2.0 @param < T> the type of the result of all set methods for method chaining
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|