| Modifier and Type | Method and Description |
|---|---|
void |
cannotDetermineRedisMode(String value) |
void |
connectedRedisNodeRunsIn(String redisMode) |
void |
connectingToRedis(String host,
long timeout) |
void |
connectingToRedisCluster(String hosts,
long timeout) |
void |
disconnectingFromRedis() |
org.hibernate.HibernateException |
embeddedToManyAssociationsNotSupportByRedisHash(String entityName,
String collectionRole) |
org.hibernate.HibernateException |
illegalDatabaseValue(int value) |
org.hibernate.HibernateException |
redisModeMismatchClusterModeConfigured(String redisMode) |
org.hibernate.HibernateException |
redisModeMismatchStandaloneModeConfigured(String redisMode) |
org.hibernate.HibernateException |
unableToInitializeRedis(RuntimeException e) |
ambigiousOptionConfiguration, cannotConvertAnnotation, cannotCreateEntityContextProxy, cannotCreateGlobalContextProxy, cannotCreateNewProxyInstance, cannotCreatePropertyContextProxy, cannotFindEntityEntryForEntity, cannotFindTypeForAttributeConverter, cannotInstantiateGridDialect, cannotLoadLuceneParserBackend, catalogOptionNotSupportedForSequenceGenerator, catalogOptionNotSupportedForTableGenerator, closedOperationQueue, couldNotConfigureProperty, couldNotRetrieveEntityForRetrievalOfGeneratedProperties, createdQuery, dialectDoesNotSupportSequences, entityTupleNotFound, errorOnEntityBatchLoad, failureWhenUsingAttributeConverter, getIdentityGenerationStrategyNotSupportedException, getPropertyDoesNotExistException, getUnknownAliasException, getUnsupportedElementTypeException, gridDialectHasNoProperConstructor, illegalDiscrimantorType, illegalPortValue, interruptedBatchIndexing, invalidConfigurationUrl, jbossTransactionManagerDetected, jtaCommitFailed, jtaCouldNotDetermineStatus, jtaRollbackFailed, jtaTransactionBeginFailed, mappingSubtypeNotInterface, missingConfigurationProperty, mustNotBeNull, mustNotInsertSameEntityTwice, noJtaPlatformDetected, notALong, notAnInteger, noValidDatastoreProviderShortName, parameterMustNotBeNull, parameterSringMustNotBeEmpty, persistenceXmlNotFoundInClassPath, querySyntaxException, schemaOptionNotSupportedForSequenceGenerator, schemaOptionNotSupportedForTableGenerator, transactionIdIsNotAvailable, tupleContextNotAvailable, unableToCloseSessionButSwallowingError, unableToConfigureDatastoreProvider, unableToConvertStringToDiscriminator, unableToFindGridType, unableToInstantiateType, unableToLoadClass, unableToLoadContext, unableToMarkTransactionForRollback, unableToParseHost, unableToSetTimeout, unableToStartDatastoreProvider, unexpectedClassType, unexpectedDatastoreProvider, unexpectedInstanceType, unknownAssociationStorageStrategy, unknownEnumerationValue, unsupportedIndexerConfigurationOption, unsupportedLockMode, unsupportedPropertyType, useDatastoreProvider, useGridDialect, usingNonAtomicOptimisticLocking, versiondebug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv@LogMessage(level=INFO)
@Message(id=1701,
value="Connecting to Redis at %1$s with a timeout set at %2$d millisecond(s)")
void connectingToRedis(String host,
long timeout)
@LogMessage(level=INFO)
@Message(id=1702,
value="Closing connection to Redis")
void disconnectingFromRedis()
@Message(id=1703,
value="Unable to find or initialize a connection to the Redis server")
org.hibernate.HibernateException unableToInitializeRedis(@Cause
RuntimeException e)
@Message(id=1704,
value="The value set for the configuration property \'hibernate.ogm.datastore.database\' must be a number between 0 and 15. Found \'%s\'.")
org.hibernate.HibernateException illegalDatabaseValue(int value)
@LogMessage(level=WARN)
@Message(id=1705,
value="Cannot determine redis_mode from INFO output. Found \'%s\'.")
void cannotDetermineRedisMode(String value)
@LogMessage(level=DEBUG)
@Message(id=1706,
value="Connected Redis node runs in mode \'%s\'.")
void connectedRedisNodeRunsIn(String redisMode)
@LogMessage(level=INFO)
@Message(id=1707,
value="Connecting to Redis Cluster at %1$s with a timeout set at %2$d millisecond(s)")
void connectingToRedisCluster(String hosts,
long timeout)
@Message(id=1708,
value="The connection is configured for cluster mode but Redis runs in \'%s\' mode")
org.hibernate.HibernateException redisModeMismatchClusterModeConfigured(String redisMode)
@Message(id=1709,
value="The connection is configured for standalone mode but Redis runs in \'%s\' mode")
org.hibernate.HibernateException redisModeMismatchStandaloneModeConfigured(String redisMode)
Copyright © 2010–2016 Hibernate. All rights reserved.