1. Should you default to the JPA provider of the application server? stackoverflow.comI have a 100% JPA2 compliant application which needs to be portable to many application servers. Being JPA compliant (theoretically) means we can switch JPA providers via configuration (e.g. without ... |
2. Default cache used by Hibernate? stackoverflow.comWhat is the name of the default cache used by Hibernate? Is there a default cache even, or do you have to add a cache provider in order to take advantage ... |