Shawn A
08/19/2019, 8:05 PMDatabase.connect
. I think it should be called one time when the application starts. But after I call it, do I need to reference it to interact with the db
. All the examples I've seen don't use the Database
object directly. How do the table objects get a handle to the current Database
?Shawn A
08/19/2019, 8:14 PMThreadLocalTransactionManager
manager is used.Jonathan Mew
08/20/2019, 7:37 AM