public interface ColumnIdentity
The ColumnIdentity is saved as serialized bytes.
ColumnIdentity can be used to ensure that the columns used in view definition have not changed since the view was created.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Compare the identity of columns, even for deserialized instances from different releases.
|
int |
hashCode()
Must be implemented to properly compare the equality of ColumnIdentity.
|
byte[] |
serialize()
Serialize the column identity in a manner which is backwards compatible across releases.
|
byte[] serialize()
boolean equals(Object o)
Copyright © 2012-2017. All Rights Reserved.