Serialized Form
-
Package org.springframework.r2dbc
-
Exception org.springframework.r2dbc.BadSqlGrammarException
class BadSqlGrammarException extends org.springframework.dao.InvalidDataAccessResourceUsageException implements Serializable-
Serialized Fields
-
sql
String sql
-
-
-
Exception org.springframework.r2dbc.UncategorizedR2dbcException
class UncategorizedR2dbcException extends org.springframework.dao.UncategorizedDataAccessException implements Serializable-
Serialized Fields
-
sql
String sql
SQL that led to the problem.
-
-
-
-
Package org.springframework.r2dbc.connection
-
Class org.springframework.r2dbc.connection.R2dbcTransactionManager
class R2dbcTransactionManager extends org.springframework.transaction.reactive.AbstractReactiveTransactionManager implements Serializable-
Serialized Fields
-
connectionFactory
ConnectionFactory connectionFactory
-
enforceReadOnly
boolean enforceReadOnly
-
-
-
-
Package org.springframework.r2dbc.connection.init
-
Exception org.springframework.r2dbc.connection.init.CannotReadScriptException
class CannotReadScriptException extends ScriptException implements Serializable -
Exception org.springframework.r2dbc.connection.init.ScriptException
class ScriptException extends org.springframework.dao.DataAccessException implements Serializable -
Exception org.springframework.r2dbc.connection.init.ScriptParseException
class ScriptParseException extends ScriptException implements Serializable -
Exception org.springframework.r2dbc.connection.init.ScriptStatementFailedException
class ScriptStatementFailedException extends ScriptException implements Serializable -
Exception org.springframework.r2dbc.connection.init.UncategorizedScriptException
class UncategorizedScriptException extends ScriptException implements Serializable
-
-
Package org.springframework.r2dbc.connection.lookup
-
Exception org.springframework.r2dbc.connection.lookup.ConnectionFactoryLookupFailureException
class ConnectionFactoryLookupFailureException extends org.springframework.dao.NonTransientDataAccessException implements Serializable
-
-
Package org.springframework.r2dbc.core.binding
-
Exception org.springframework.r2dbc.core.binding.BindMarkersFactoryResolver.NoBindMarkersFactoryException
class NoBindMarkersFactoryException extends org.springframework.dao.NonTransientDataAccessException implements Serializable
-