Skip to content

Thread Safety

Muhammad Hewedy edited this page Mar 4, 2017 · 1 revision

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.