@Component(value="blJCacheUriProvider") @ConditionalOnEhCacheMissing public class DefaultJCacheUriProvider extends Object implements JCacheUriProvider
Modifier and Type | Field and Description |
---|---|
protected String |
configLocation |
protected boolean |
isLocationRelative |
Constructor and Description |
---|
DefaultJCacheUriProvider() |
Modifier and Type | Method and Description |
---|---|
URI |
getJCacheUri()
Returns the URI that should be used for JCache configuration
|
@Value(value="${hibernate.javax.cache.uri:#{null}}") protected String configLocation
@Value(value="${hibernate.javax.cache.uri.relative:true}") protected boolean isLocationRelative
public URI getJCacheUri()
JCacheUriProvider
getJCacheUri
in interface JCacheUriProvider
Copyright © 2022. All rights reserved.