No. Caching is enabled/disabled per persistent entity. You would need to add
the necessary caching strategy either in the configuration for each
persistent entity, or you need to add the caching instructions in the
hibernate config file. The entries in the configuration element below is
simply a m
In the appfuse jars, in the applicationContext-dao.xml file, the following
configuration snippet exists:
hibernate.dialect=${hibernate.dialect}
hibernate.query.substitutions=true 'Y', false 'N'
hibernate.cache.us