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

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

Introduction

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

The text is from its open source code.

Field

CacheRetrieveModeBYPASS
Bypass the cache: get data directly from the database.