Modifier and Type | Optional Element and Description |
---|---|
String |
column
Name of the column for the version.
|
Column[] |
columns
The column(s) making up the version.
|
String |
customStrategy
Custom strategy for versioning of objects of this class.
|
Extension[] |
extensions
Vendor extensions.
|
String |
indexed
Whether the version column(s) is(are) indexed.
|
VersionStrategy |
strategy
Strategy for versioning of objects of this class.
|
public abstract VersionStrategy strategy
public abstract String customStrategy
public abstract String column
public abstract String indexed
public abstract Column[] columns
public abstract Extension[] extensions
Copyright © 2005–1970 Apache Software Foundation. All rights reserved.