Uses of Record Class
org.seasar.doma.jdbc.criteria.context.WithContext
Packages that use WithContext
Package
Description
Provides entry points for the Criteria API.
Provides contexts and settings used to build the criteria query statements.
Provides the SQL queries and builders.
-
Uses of WithContext in org.seasar.doma.jdbc.criteria
Method parameters in org.seasar.doma.jdbc.criteria with type arguments of type WithContextModifier and TypeMethodDescriptionQueryDsl.with(List<WithContext> withContexts) Creates a WithQueryDsl.WithQueryDsl.with(List<WithContext> withContexts) Creates a WithQueryDsl.Constructor parameters in org.seasar.doma.jdbc.criteria with type arguments of type WithContextModifierConstructorDescriptionWithQueryDsl(Config config, List<WithContext> withContexts) Creates an instance. -
Uses of WithContext in org.seasar.doma.jdbc.criteria.context
Fields in org.seasar.doma.jdbc.criteria.context with type parameters of type WithContextConstructor parameters in org.seasar.doma.jdbc.criteria.context with type arguments of type WithContextModifierConstructorDescriptionSelectContext(EntityMetamodel<?> entityMetamodel, Optional<SetOperationContext<?>> setOperationContextForSubQuery, List<WithContext> withContexts) -
Uses of WithContext in org.seasar.doma.jdbc.criteria.query
Method parameters in org.seasar.doma.jdbc.criteria.query with type arguments of type WithContext