public enum CoreConstants extends Enum<CoreConstants>
| Enum Constant and Description |
|---|
HIBERNATE_CACHE_HAZELCAST_INSTANCE_EUREKA_CONFIG_NAME |
HIBERNATE_CACHE_HAZELCAST_INSTANCE_EUREKA_CONFIG_NAMESPACE |
HIBERNATE_CACHE_HAZELCAST_INSTANCE_NAME |
| Modifier and Type | Method and Description |
|---|---|
String |
stringValue() |
static CoreConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoreConstants HIBERNATE_CACHE_HAZELCAST_INSTANCE_NAME
public static final CoreConstants HIBERNATE_CACHE_HAZELCAST_INSTANCE_EUREKA_CONFIG_NAME
public static final CoreConstants HIBERNATE_CACHE_HAZELCAST_INSTANCE_EUREKA_CONFIG_NAMESPACE
public static CoreConstants[] values()
for (CoreConstants c : CoreConstants.values()) System.out.println(c);
public static CoreConstants valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String stringValue()
Copyright © 2025. All rights reserved.