public interface ObjectColumnSelector<T> extends ColumnValueSelector<T>
| Modifier and Type | Method and Description |
|---|---|
default double |
getDouble()
Deprecated.
This method is marked as deprecated in ObjectColumnSelector to minimize the probability of accidential
calling. "Polymorphism" of ObjectColumnSelector should be used only when operating on
ColumnValueSelector
objects. |
default float |
getFloat()
Deprecated.
This method is marked as deprecated in ObjectColumnSelector to minimize the probability of accidential
calling. "Polymorphism" of ObjectColumnSelector should be used only when operating on
ColumnValueSelector
objects. |
default long |
getLong()
Deprecated.
This method is marked as deprecated in ObjectColumnSelector to minimize the probability of accidential
calling. "Polymorphism" of ObjectColumnSelector should be used only when operating on
ColumnValueSelector
objects. |
classOfObject, getObject@Deprecated default float getFloat()
ColumnValueSelector
objects.getFloat in interface ColumnValueSelector<T>@Deprecated default double getDouble()
ColumnValueSelector
objects.getDouble in interface ColumnValueSelector<T>@Deprecated default long getLong()
ColumnValueSelector
objects.getLong in interface ColumnValueSelector<T>Copyright © 2011–2017. All rights reserved.