I would appreciate a confirmation of the following:
If no cache-provider is specified, the EHCache-provider will be "setup" by default. Nevertheless, (jvm-level) caching will ONLY take place for class objects specified in <cache ...> elements (within a class or collection element), or in <class-cache...> elements (hibernate.cfg.xml), or in <collection-cache...> elements (hibernate.cfg.xml). That is, an abscence of any such specifications effectively "disables" second level caching.?
Thank you.
Hibernate version=2.1
|