Java org.hibernate.cache.spi.access AccessType fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.cache.spi.access AccessType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.cache.spi.access AccessType.

The text is from its open source code.

Field

AccessTypeREAD_ONLY
Read-only access.
AccessTypeREAD_WRITE
Read and write access (strict).
AccessTypeNONSTRICT_READ_WRITE
Read and write access (non-strict).
AccessTypeTRANSACTIONAL
A read and write strategy where isolation/locking is maintained in conjunction with a JTA transaction.

Method

AccessTypefromExternalName(String externalName)
Resolve an AccessType from its external name.
StringgetExternalName()
Get the corresponding externalized name for this value.