Uses of Interface
org.seasar.doma.jdbc.InParameter
Packages that use InParameter
Package
Description
Internal implementation details for the Doma framework.
Internal implementation details for the Doma framework.
Provides JDBC related interfaces and classes.
Provides contexts and settings used to build the criteria query statements.
Provides criteria query statements.
Provides classes and interfaces for entity mapping and lifecycle management.
Provides query objects that build and execute SQL statements.
-
Uses of InParameter in org.seasar.doma.internal.jdbc.command
Methods in org.seasar.doma.internal.jdbc.command with type parameters of type InParameterModifier and TypeMethodDescription<BASIC,INOUT extends InParameter<BASIC> & OutParameter<BASIC>>
VoidCallableSqlParameterBinder.BindingVisitor.visitInOutParameter(INOUT parameter, Void p) <BASIC,INOUT extends InParameter<BASIC> & OutParameter<BASIC>>
VoidCallableSqlParameterFetcher.FetchingVisitor.visitInOutParameter(INOUT parameter, Void p) Methods in org.seasar.doma.internal.jdbc.command with parameters of type InParameterModifier and TypeMethodDescriptionprotected <BASIC> voidCallableSqlParameterBinder.BindingVisitor.bindInParameter(InParameter<BASIC> parameter) <BASIC> VoidCallableSqlParameterBinder.BindingVisitor.visitInParameter(InParameter<BASIC> parameter, Void p) <BASIC> VoidCallableSqlParameterFetcher.FetchingVisitor.visitInParameter(InParameter<BASIC> parameter, Void p) Method parameters in org.seasar.doma.internal.jdbc.command with type arguments of type InParameterModifier and TypeMethodDescriptionvoidPreparedSqlParameterBinder.bind(PreparedStatement preparedStatement, List<? extends InParameter<?>> parameters) -
Uses of InParameter in org.seasar.doma.internal.jdbc.sql
Classes in org.seasar.doma.internal.jdbc.sql that implement InParameterModifier and TypeClassDescriptionclassBasicInOutParameter<BASIC>classBasicInParameter<BASIC>classDomainInOutParameter<BASIC,DOMAIN> classDomainInParameter<BASIC,DOMAIN> classOptionalBasicInOutParameter<BASIC>classOptionalBasicInParameter<BASIC>classOptionalDomainInOutParameter<BASIC,DOMAIN> classOptionalDomainInParameter<BASIC,DOMAIN> classclassclassclassclassclassclassScalarInOutParameter<BASIC,CONTAINER> classScalarInParameter<BASIC,CONTAINER> Fields in org.seasar.doma.internal.jdbc.sql with type parameters of type InParameterModifier and TypeFieldDescriptionprotected final List<InParameter<?>>PreparedSqlBuilder.parametersMethods in org.seasar.doma.internal.jdbc.sql with type parameters of type InParameterModifier and TypeMethodDescription<BASIC,INOUT extends InParameter<BASIC> & OutParameter<BASIC>>
VoidCallableSqlBuilder.visitInOutParameter(INOUT parameter, CallableSqlBuilder.Context p) Methods in org.seasar.doma.internal.jdbc.sql that return types with arguments of type InParameterModifier and TypeMethodDescriptionList<InParameter<?>>NodePreparedSqlBuilder.BlankLineRemovalContext.getParameters()List<InParameter<?>>NodePreparedSqlBuilder.DefaultContext.getParameters()Methods in org.seasar.doma.internal.jdbc.sql with parameters of type InParameterModifier and TypeMethodDescription<BASIC> voidNodePreparedSqlBuilder.BlankLineRemovalContext.appendParameter(InParameter<BASIC> parameter) <BASIC> voidNodePreparedSqlBuilder.DefaultContext.appendParameter(InParameter<BASIC> parameter) <BASIC> voidPreparedSqlBuilder.appendParameter(InParameter<BASIC> parameter) <BASIC> voidSqlContext.appendParameter(InParameter<BASIC> parameter) protected <BASIC> voidNodePreparedSqlBuilder.DefaultContext.appendParameterInternal(InParameter<BASIC> parameter) <BASIC> VoidCallableSqlBuilder.visitInParameter(InParameter<BASIC> parameter, CallableSqlBuilder.Context p) Method parameters in org.seasar.doma.internal.jdbc.sql with type arguments of type InParameterModifier and TypeMethodDescriptionvoidNodePreparedSqlBuilder.BlankLineRemovalContext.addAllParameters(List<InParameter<?>> values) voidNodePreparedSqlBuilder.DefaultContext.addAllParameters(List<InParameter<?>> values) -
Uses of InParameter in org.seasar.doma.jdbc
Methods in org.seasar.doma.jdbc with type parameters of type InParameterModifier and TypeMethodDescription<BASIC,INOUT extends InParameter<BASIC> & OutParameter<BASIC>>
RSqlParameterVisitor.visitInOutParameter(INOUT parameter, P p) Methods in org.seasar.doma.jdbc with parameters of type InParameterModifier and TypeMethodDescription<BASIC> RSqlParameterVisitor.visitInParameter(InParameter<BASIC> parameter, P p) Constructor parameters in org.seasar.doma.jdbc with type arguments of type InParameterModifierConstructorDescriptionPreparedSql(SqlKind kind, CharSequence rawSql, CharSequence formattedSql, String sqlFilePath, List<? extends InParameter<?>> parameters, SqlLogType sqlLogType) PreparedSql(SqlKind kind, CharSequence rawSql, CharSequence formattedSql, String sqlFilePath, List<? extends InParameter<?>> parameters, SqlLogType sqlLogType, Function<String, String> commenter) -
Uses of InParameter in org.seasar.doma.jdbc.criteria.context
Methods in org.seasar.doma.jdbc.criteria.context that return InParameter -
Uses of InParameter in org.seasar.doma.jdbc.criteria.statement
Methods in org.seasar.doma.jdbc.criteria.statement that return types with arguments of type InParameter -
Uses of InParameter in org.seasar.doma.jdbc.entity
Methods in org.seasar.doma.jdbc.entity that return InParameterModifier and TypeMethodDescriptionDefaultPropertyType.DefaultProperty.asInParameter()Property.asInParameter()Returns this property as anInParameterfor use in SQL execution. -
Uses of InParameter in org.seasar.doma.jdbc.query
Fields in org.seasar.doma.jdbc.query declared as InParameterModifier and TypeFieldDescriptionfinal InParameter<?>QueryOperand.Param.inParameterThe input parameter to be bound to the query.Methods in org.seasar.doma.jdbc.query that return InParameterModifier and TypeMethodDescriptionInParameter<?>UpsertAssemblerSupport.param(EntityPropertyType<?, ?> propertyType, Map<EntityPropertyType<?, ?>, InParameter<?>> values) Gets the input parameter for the specified property type from the values map.Method parameters in org.seasar.doma.jdbc.query with type arguments of type InParameterModifier and TypeMethodDescriptionInParameter<?>UpsertAssemblerSupport.param(EntityPropertyType<?, ?> propertyType, Map<EntityPropertyType<?, ?>, InParameter<?>> values) Gets the input parameter for the specified property type from the values map.Constructors in org.seasar.doma.jdbc.query with parameters of type InParameterModifierConstructorDescriptionParam(EntityPropertyType<?, ?> propertyType, InParameter<?> inParameter) Constructs a new parameter operand.