Thread Safety - mhewedy/spwrap GitHub Wiki

User-defined DAOs that created from the interfaces using DAO.create() method should be thread safe and can be shared between multiple thread.

Even it is better to cache these DAO objects into some place and reuse them. see using with spring boot and other DI frameworks.