Package com.blazebit.persistence.impl
Class ValuesParameterBinder
java.lang.Object
com.blazebit.persistence.impl.ValuesParameterBinder
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
Constructor Summary
ConstructorDescriptionValuesParameterBinder
(String[][] parameterNames, AttributeAccessor<Object, Object>[] pathExpressions) -
Method Summary
Modifier and TypeMethodDescriptionvoid
bind
(javax.persistence.Query query, Collection<Object> value) String[][]
int
size()
-
Constructor Details
-
ValuesParameterBinder
public ValuesParameterBinder(String[][] parameterNames, AttributeAccessor<Object, Object>[] pathExpressions)
-
-
Method Details
-
bind
-
getParameterNames
-
getPathExpressions
-
size
public int size()
-