| Package | Description |
|---|---|
| com.h3c.util.persistence.cassandra.entitymgr.column |
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnVisitorAdapter<K extends Serializable & Comparable<K>>
Column visitor adapter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValuelessColumn.accept(ColumnVisitor<C> visitor) |
void |
CustomColumn.accept(ColumnVisitor<C> visitor)
Calls a visit method of the visitor, this class object passes itself as
an argument to the visit method this class object.
|
void |
StringColumn.accept(ColumnVisitor<K> visitor)
Method accept.
|
void |
LongColumn.accept(ColumnVisitor<K> visitor)
Calls a visit method of the visitor, this class object passes itself as
an argument to the visit method this class object.
|
void |
IntegerColumn.accept(ColumnVisitor<K> visitor)
Calls a visit method of the visitor, this class object passes itself as
an argument to the visit method this class object.
|
void |
FloatColumn.accept(ColumnVisitor<K> visitor)
Calls a visit method of the visitor, this class object passes itself as
an argument to the visit method this class object.
|
void |
EnumColumn.accept(ColumnVisitor<K> visitor)
Calls a visit method of the visitor, this class object passes itself as
an argument to the visit method this class object.
|
void |
DoubleColumn.accept(ColumnVisitor<K> visitor)
Calls a visit method of the visitor, this class object passes itself as
an argument to the visit method this class object.
|
void |
DateColumn.accept(ColumnVisitor<K> visitor)
Calls a visit method of the visitor, this class object passes itself as
an argument to the visit method this class object.
|
void |
ByteColumn.accept(ColumnVisitor<K> visitor)
Calls a visit method of the visitor, this class object passes itself as
an argument to the visit method this class object.
|
void |
ByteArrayColumn.accept(ColumnVisitor<K> visitor)
Calls a visit method of the visitor, this class object passes itself as
an argument to the visit method this class object.
|
void |
BooleanColumn.accept(ColumnVisitor<K> visitor)
Calls a visit method of the visitor, this class object passes itself as
an argument to the visit method this class object.
|
Copyright © 2014. All Rights Reserved.