|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.spi.config.ds.AbstractDataSourceDescriptor
public abstract class AbstractDataSourceDescriptor
Helper to create database configurations with a data source.
Nested Class Summary | |
---|---|
static class |
AbstractDataSourceDescriptor.Builder The builder of descriptor instances. |
Constructor Summary | |
---|---|
protected |
AbstractDataSourceDescriptor(AbstractDataSourceDescriptor.Builder builder) Default constructor. |
Method Summary | |
---|---|
String |
getConfigColumn() Returns the name of the configuration key column. |
String |
getNameColumn() Returns the name of the property name column. |
String |
getTable() Returns the name of the configuration table. |
String |
getValueColumn() Returns the name of the property value column. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface de.smartics.properties.spi.config.ds.PropertiesDataSourceDescriptor |
---|
getDataSourceId |
Constructor Detail |
---|
protected AbstractDataSourceDescriptor(AbstractDataSourceDescriptor.Builder builder)
builder
- the builder of descriptor instances.
Method Detail |
---|
public final String getTable()
PropertiesDataSourceDescriptor
getTable
in interface
PropertiesDataSourceDescriptor
public final String getConfigColumn()
PropertiesDataSourceDescriptor
getConfigColumn
in interface
PropertiesDataSourceDescriptor
public final String getNameColumn()
PropertiesDataSourceDescriptor
getNameColumn
in interface
PropertiesDataSourceDescriptor
public final String getValueColumn()
PropertiesDataSourceDescriptor
getValueColumn
in interface
PropertiesDataSourceDescriptor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |