Uses of Class
org.seasar.doma.internal.util.Pair
Packages that use Pair
Package
Description
Internal implementation details for the Doma framework.
Provides contexts and settings used to build the criteria query statements.
Provides classes that represent the SQL expressions.
-
Uses of Pair in org.seasar.doma.internal.util
Methods in org.seasar.doma.internal.util that return PairMethods in org.seasar.doma.internal.util that return types with arguments of type PairMethods in org.seasar.doma.internal.util with parameters of type Pair -
Uses of Pair in org.seasar.doma.jdbc.criteria.context
Fields in org.seasar.doma.jdbc.criteria.context with type parameters of type PairModifier and TypeFieldDescriptionfinal Map<Pair<EntityMetamodel<?>,EntityMetamodel<?>>, BiFunction<Object, Object, Object>> SelectContext.associationsfinal List<Pair<OrderByItem,String>> SelectContext.orderByfinal List<Pair<OrderByItem.Index,String>> SetOperationContext.Union.orderByfinal List<Pair<OrderByItem.Index,String>> SetOperationContext.UnionAll.orderBy -
Uses of Pair in org.seasar.doma.jdbc.criteria.expression
Fields in org.seasar.doma.jdbc.criteria.expression with type parameters of type Pair