|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FlagAdapter | |
---|---|
org.hibernate.cache.infinispan.impl | |
org.hibernate.cache.infinispan.util |
Uses of FlagAdapter in org.hibernate.cache.infinispan.impl |
---|
Methods in org.hibernate.cache.infinispan.impl with parameters of type FlagAdapter | |
---|---|
protected Object |
BaseRegion.get(Object key,
boolean suppressTimeout,
FlagAdapter... flagAdapters)
Performs a Infinispan get(Fqn, Object) |
Uses of FlagAdapter in org.hibernate.cache.infinispan.util |
---|
Methods in org.hibernate.cache.infinispan.util that return FlagAdapter | |
---|---|
static FlagAdapter |
FlagAdapter.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FlagAdapter[] |
FlagAdapter.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.hibernate.cache.infinispan.util with parameters of type FlagAdapter | |
---|---|
CacheAdapter |
CacheAdapter.withFlags(FlagAdapter... flagAdapters)
A builder-style method that adds flags to any cache API call. |
CacheAdapter |
CacheAdapterImpl.withFlags(FlagAdapter... flagAdapters)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |