Class TimestampColumnConfigurationBuilder
java.lang.Object
org.infinispan.persistence.jdbc.configuration.TimestampColumnConfigurationBuilder
- All Implemented Interfaces:
Builder<TimestampColumnConfiguration>
public class TimestampColumnConfigurationBuilder
extends Object
implements Builder<TimestampColumnConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptioncreate()
Create the configuration beandataColumnName
(String dataColumnName) dataColumnType
(String dataColumnType) Builder<?>
read
(TimestampColumnConfiguration template, Combine combine) Reads the configuration from an already created configuration bean into this builder.void
validate()
Validate the data in this builder before building the configuration bean
-
Method Details
-
attributes
- Specified by:
attributes
in interfaceBuilder<TimestampColumnConfiguration>
-
dataColumnName
-
dataColumnType
-
validate
public void validate()Description copied from interface:Builder
Validate the data in this builder before building the configuration bean- Specified by:
validate
in interfaceBuilder<TimestampColumnConfiguration>
-
create
Description copied from interface:Builder
Create the configuration bean- Specified by:
create
in interfaceBuilder<TimestampColumnConfiguration>
- Returns:
-
read
Description copied from interface:Builder
Reads the configuration from an already created configuration bean into this builder. Returns an appropriate builder to allow fluent configuration- Specified by:
read
in interfaceBuilder<TimestampColumnConfiguration>
- Parameters:
template
- the configuration from which to "clone" this config if needed.combine
- the way attributes and children of this instance and the template should be combined.
-