Package | Description |
---|---|
org.hibernate.cache.spi.support |
Package intended for simplifying the worked needed to implement
a caching provider.
|
Modifier and Type | Method and Description |
---|---|
protected abstract AccessedDataClassification |
AbstractReadWriteAccess.getAccessedDataClassification() |
protected AccessedDataClassification |
CollectionReadWriteAccess.getAccessedDataClassification() |
protected AccessedDataClassification |
EntityReadWriteAccess.getAccessedDataClassification() |
protected AccessedDataClassification |
NaturalIdReadWriteAccess.getAccessedDataClassification() |
static AccessedDataClassification |
AccessedDataClassification.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessedDataClassification[] |
AccessedDataClassification.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.