Class CassandraParameters.CassandraParameter
java.lang.Object
org.springframework.data.repository.query.Parameter
org.springframework.data.cassandra.repository.query.CassandraParameters.CassandraParameter
- Enclosing class:
CassandraParameters
Custom
Parameter implementation adding CassandraType support.- Author:
- Mark Paluch
-
Method Summary
Modifier and TypeMethodDescription@Nullable CassandraTypeReturns theCassandraTypefor the declared parameter if specified usingCassandraType.Class<?> getType()booleanMethods inherited from class Parameter
getIndex, getName, getPlaceholder, getRequiredName, isBindable, isDynamicProjectionParameter, isExplicitlyNamed, isNamedParameter, toString
-
Method Details
-
isSpecialParameter
public boolean isSpecialParameter()- Overrides:
isSpecialParameterin classParameter
-
getCassandraType
Returns theCassandraTypefor the declared parameter if specified usingCassandraType.- Returns:
- the
CassandraTypeor null.
-
getType
-