Uses of Class
org.litebridgedb.db.spi.tx.ManagedConnection
Packages that use ManagedConnection
Package
Description
H2 Database Provider
PostgreSQL Database Provider
Abstract implementation classes for the Litebridge Database SPI.
Transaction and connection management.
SQLite Database Provider for Litebridge.
Transaction management utilities for Litebridge
Spring Framework integration for Litebridge.
-
Uses of ManagedConnection in org.litebridgedb.db.h2
Methods in org.litebridgedb.db.h2 with parameters of type ManagedConnectionModifier and TypeMethodDescriptionprotected PreparedStatementH2DatabaseProvider.createPreparedStatementUsingConnection(PreparedSql preparedSql, boolean returnGeneratedKeys, TableMetaData tableMetaData, ManagedConnection connection) -
Uses of ManagedConnection in org.litebridgedb.db.postgres
Methods in org.litebridgedb.db.postgres with parameters of type ManagedConnectionModifier and TypeMethodDescriptionprotected PreparedStatementPostgresDatabaseProvider.createPreparedStatementUsingConnection(PreparedSql preparedSql, boolean returnGeneratedKeys, TableMetaData tableMetaData, ManagedConnection connection) -
Uses of ManagedConnection in org.litebridgedb.db.spi.impl
Methods in org.litebridgedb.db.spi.impl with parameters of type ManagedConnectionModifier and TypeMethodDescriptionprotected PreparedStatementAbstractDatabaseProvider.createPreparedStatementUsingConnection(PreparedSql preparedSql, boolean returnGeneratedKeys, TableMetaData tableMetaData, ManagedConnection connection) -
Uses of ManagedConnection in org.litebridgedb.db.spi.tx
Methods in org.litebridgedb.db.spi.tx that return ManagedConnectionModifier and TypeMethodDescriptionConnectionProvider.connection()Provides a transaction-bound managed connection to the underlying database. -
Uses of ManagedConnection in org.litebridgedb.db.sqlite
Methods in org.litebridgedb.db.sqlite with parameters of type ManagedConnectionModifier and TypeMethodDescriptionprotected PreparedStatementSQLiteDatabaseProvider.createPreparedStatementUsingConnection(PreparedSql preparedSql, boolean returnGeneratedKeys, TableMetaData tableMetaData, ManagedConnection connection) -
Uses of ManagedConnection in org.litebridgedb.orm.tx
Methods in org.litebridgedb.orm.tx that return ManagedConnectionModifier and TypeMethodDescriptionDefaultTransactionManager.connection()Transaction.connection() -
Uses of ManagedConnection in org.litebridgedb.spring
Methods in org.litebridgedb.spring that return ManagedConnection