Uses of Interface
org.springframework.data.cassandra.core.cql.CqlExceptionTranslator
Packages that use CqlExceptionTranslator
-
Uses of CqlExceptionTranslator in org.springframework.data.cassandra.core.cql
Classes in org.springframework.data.cassandra.core.cql that implement CqlExceptionTranslatorMethods in org.springframework.data.cassandra.core.cql that return CqlExceptionTranslatorModifier and TypeMethodDescriptionCassandraAccessor.getExceptionTranslator()Return the exception translator used by this template to translate Cassandra specific Exceptions into Spring DAO's Exception Hierarchy.ReactiveCassandraAccessor.getExceptionTranslator()Returns the exception translator for this instance.Methods in org.springframework.data.cassandra.core.cql with parameters of type CqlExceptionTranslatorModifier and TypeMethodDescriptionvoidCassandraAccessor.setExceptionTranslator(CqlExceptionTranslator exceptionTranslator) Sets the exception translator used by this template to translate Cassandra specific Exceptions into Spring DAO's Exception Hierarchy.voidReactiveCassandraAccessor.setExceptionTranslator(CqlExceptionTranslator exceptionTranslator) Sets the exception translator used by this template to translate Cassandra specific exceptions into Spring DAO's Exception Hierarchy.