BeanTableSchema<T> |
Implementation of TableSchema that builds a table schema based on properties and annotations of a bean
class.
|
ImmutableAttribute<T,B,R> |
A class that represents an attribute on an mapped immutable item.
|
ImmutableAttribute.Builder<T,B,R> |
|
ImmutableTableSchema<T> |
Implementation of TableSchema that builds a table schema based on properties and annotations of an immutable
class with an associated builder class.
|
StaticAttribute<T,R> |
A class that represents an attribute that can be read from and written to an mapped item.
|
StaticAttribute.Builder<T,R> |
|
StaticAttributeTags |
|
StaticImmutableTableSchema<T,B> |
Implementation of TableSchema that builds a schema for immutable data objects based on directly declared
attributes.
|
StaticImmutableTableSchema.Builder<T,B> |
|
StaticTableMetadata |
Implementation of TableMetadata that can be constructed directly using literal values for metadata objects.
|
StaticTableMetadata.Builder |
|
StaticTableSchema<T> |
Implementation of TableSchema that builds a schema based on directly declared attributes and methods to
get and set those attributes.
|
StaticTableSchema.Builder<T> |
|
WrappedTableSchema<T,R extends TableSchema<T>> |
|