Interface Row
-
- All Known Implementing Classes:
DomainEntity,Entity,GroupEntity,GroupUnitEntity,MembershipEntity,UnitEntity,UserEntity,UserUnitEntity
public interface RowThe database row used for type mapping.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Tapply(String columnName, Class<T> clazz)Returns the value of a column in this row.
-