Java javax.persistence SharedCacheMode fields, constructors, methods, implement or subclass

Example usage for Java javax.persistence SharedCacheMode fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.persistence SharedCacheMode.

The text is from its open source code.

Field

SharedCacheModeNONE
Caching is disabled for the persistence unit.
SharedCacheModeENABLE_SELECTIVE
Caching is enabled for all entities for Cacheable(true) is specified.