Make Transactable extensible via metadata
This is the only missing piece for a metadata-based no-op "component".
This commit is contained in:
parent
7d5ee09e79
commit
ae9ffd9a09
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@
|
|||
(prepare ^java.sql.PreparedStatement [this sql-params opts]
|
||||
"Produce a new `java.sql.PreparedStatement` for use with `with-open`."))
|
||||
|
||||
(defprotocol Transactable
|
||||
(defprotocol Transactable :extend-via-metadata true
|
||||
"Protocol for running SQL operations in a transaction.
|
||||
|
||||
Implementations are provided for `Connection`, `DataSource`, and `Object`
|
||||
|
|
|
|||
Loading…
Reference in a new issue