Module org.seasar.doma.core
Class ScalarListParameter<BASIC,CONTAINER>
java.lang.Object
org.seasar.doma.internal.jdbc.sql.AbstractListParameter<CONTAINER>
org.seasar.doma.internal.jdbc.sql.ScalarListParameter<BASIC,CONTAINER>
- All Implemented Interfaces:
ListParameter<CONTAINER>,SqlParameter
- Direct Known Subclasses:
BasicListParameter,OptionalBasicListParameter,OptionalDomainListParameter,OptionalDoubleListParameter,OptionalIntListParameter,OptionalLongListParameter
-
Field Summary
FieldsFields inherited from class org.seasar.doma.internal.jdbc.sql.AbstractListParameter
list, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateObjectProvider(Query query) Creates the object provider that provides list elements.Methods inherited from class org.seasar.doma.internal.jdbc.sql.AbstractListParameter
accept, add, getName, getValue
-
Field Details
-
suppler
-
-
Constructor Details
-
ScalarListParameter
-
-
Method Details
-
createObjectProvider
Description copied from interface:ListParameterCreates the object provider that provides list elements.- Parameters:
query- the query- Returns:
- the object provider
-