omnipersistence icon indicating copy to clipboard operation
omnipersistence copied to clipboard

Utilities for JPA, JDBC and DataSources

Results 4 omnipersistence issues
Sort by recently updated
recently updated
newest added

Queries using Page have an option to be cached, queries executed through find/list/etc methods are not. It would be useful to give them the option to cache as well. Perhaps...

`getPage` on the following service will throw an `IllegalAccessError`, when using `@Stateless` it works as expected. ``` @Service public class TestService extends BaseEntityService {} ```

This seems like a very useful project that can save a ton of code, however, it's very difficult to get an overview of the different functions, main classes and use...

We've been upgrading our infrastructure and as part of that we're planning to upgrade to Hibernate 6. I've tried to modify the Provider class to match the new Hibernate apis...