Java org.hibernate.annotations CacheConcurrencyStrategy fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.annotations CacheConcurrencyStrategy fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.annotations CacheConcurrencyStrategy.

The text is from its open source code.

Field

CacheConcurrencyStrategyNONE
Indicates no concurrency strategy should be applied.
CacheConcurrencyStrategyREAD_ONLY
Indicates that read-only strategy should be applied.
CacheConcurrencyStrategyNONSTRICT_READ_WRITE
Indicates that the non-strict read-write strategy should be applied.
CacheConcurrencyStrategyREAD_WRITE
Indicates that the read-write strategy should be applied.
CacheConcurrencyStrategyTRANSACTIONAL
Indicates that the transaction strategy should be applied.