Szymon Tarnowski

Results 4 comments of Szymon Tarnowski

Use decorator component added in https://github.com/starnowski/posmulten/issues/283

Use decorator component added in https://github.com/starnowski/posmulten/issues/283

Consider adding the interface (defined just like below), implemented by all the SQLDefinition objects. interface HasSQLObjectsWithNames { List getSQLObjectNames(); } SQLObjectName { String getName(); String getSchema(); }

Examples: https://vladmihalcea.com/the-anatomy-of-connection-pooling/ https://twitter.com/java/status/907090074109652992/photo/1 https://reyrahadian.wordpress.com/2012/12/21/sql-connection-pooling/ https://www.techbloginterview.com/connection-pooling/ https://devdotcode.com/connection-pooling-vs-single-connection/