Uses of Interface
org.springframework.data.cassandra.core.StatementFactory.ProjectionFunction
Packages that use StatementFactory.ProjectionFunction
-
Uses of StatementFactory.ProjectionFunction in org.springframework.data.cassandra.core
Methods in org.springframework.data.cassandra.core that return StatementFactory.ProjectionFunctionModifier and TypeMethodDescriptionStatementFactory.ProjectionFunction.empty()Empty projection function that returnsColumns.empty().StatementFactory.getProjectionFunction()StatementFactory.ProjectionFunction.mappedProperties()Projection function that selects mapped properties only.StatementFactory.ProjectionFunction.otherwise(StatementFactory.ProjectionFunction fallback) Compose this projection function with afallbackfunction that is invoked when this function returns an emptyColumnsobject.StatementFactory.ProjectionFunction.primaryKey()Projection function that selects the primary key.StatementFactory.ProjectionFunction.projecting()Projection function that computes columns to be selected for DTO and closed interface projections.Methods in org.springframework.data.cassandra.core with parameters of type StatementFactory.ProjectionFunctionModifier and TypeMethodDescriptionStatementFactory.ProjectionFunction.otherwise(StatementFactory.ProjectionFunction fallback) Compose this projection function with afallbackfunction that is invoked when this function returns an emptyColumnsobject.voidStatementFactory.setProjectionFunction(StatementFactory.ProjectionFunction projectionFunction) Set the defaultStatementFactory.ProjectionFunctionto determineColumnsfor aSelectstatement if the query did not specify any columns.