Uses of Interface
org.seasar.doma.jdbc.criteria.tuple.Row
Packages that use Row
-
Uses of Row in org.seasar.doma.jdbc.criteria.statement
Methods in org.seasar.doma.jdbc.criteria.statement that return types with arguments of type RowModifier and TypeMethodDescriptionNativeSqlSelectStarting.select(PropertyMetamodel<?> propertyMetamodel, PropertyMetamodel<?>... propertyMetamodels) UnifiedSelectStarting.select(PropertyMetamodel<?> propertyMetamodel, PropertyMetamodel<?>... propertyMetamodels) Projects the result as a List ofRowimplicitly with the specified properties.NativeSqlSelectStarting.selectAsRow(PropertyMetamodel<?> propertyMetamodel, PropertyMetamodel<?>... propertyMetamodels) UnifiedSelectStarting.selectAsRow(PropertyMetamodel<?> propertyMetamodel, PropertyMetamodel<?>... propertyMetamodels) Projects the result as a List ofRowexplicitly with the specified properties.