Interface ColumnAccessor<T>

Type Parameters:
T - the generic type
All Known Subinterfaces:
ColumnAccessor.ColumnProperty<T>
All Known Implementing Classes:
ColumnMismatchException

public interface ColumnAccessor<T>
Provides an accessor for a Column property.
  • Method Details

    • getColumn

      Column<T> getColumn()
      Retrieves the Column property.
      Returns:
      The Column being stored by this property.