|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@MessageLogger(projectCode="HHH") public interface EhCacheMessageLogger
The jboss-logging MessageLogger
for the hibernate-ehcache module. It reserves message ids ranging from
20001 to 25000 inclusively.
Method Summary | |
---|---|
void |
attemptToRestartAlreadyStartedEhCacheProvider()
|
void |
incompatibleCacheValueMode()
|
void |
incompatibleCacheValueModePerCache(String cacheName)
|
void |
readOnlyCacheConfiguredForMutableEntity(String entityName)
|
void |
softLockedCacheExpired(String regionName,
Object key,
String lock)
|
void |
unableToFindConfiguration(String name)
|
void |
unableToFindEhCacheConfiguration(String name)
|
void |
unableToLoadConfiguration(String configurationResourceName)
|
Methods inherited from interface org.jboss.logging.BasicLogger |
---|
debug, debug, debug, debug, 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, 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 |
Method Detail |
---|
@LogMessage(level=WARN) @Message(value="Attempt to restart an already started EhCacheProvider. Use sessionFactory.close() between repeated calls to buildSessionFactory. Using previously created EhCacheProvider. If this behaviour is required, consider using net.sf.ehcache.hibernate.SingletonEhCacheProvider.", id=20001) void attemptToRestartAlreadyStartedEhCacheProvider()
@LogMessage(level=WARN) @Message(value="Could not find configuration [%s]; using defaults.", id=20002) void unableToFindConfiguration(String name)
@LogMessage(level=WARN) @Message(value="Could not find a specific ehcache configuration for cache named [%s]; using defaults.", id=20003) void unableToFindEhCacheConfiguration(String name)
@LogMessage(level=WARN) @Message(value="A configurationResourceName was set to %s but the resource could not be loaded from the classpath. Ehcache will configure itself using defaults.", id=20004) void unableToLoadConfiguration(String configurationResourceName)
@LogMessage(level=WARN) @Message(value="The default cache value mode for this Ehcache configuration is \"identity\". This is incompatible with clustered Hibernate caching - the value mode has therefore been switched to \"serialization\"", id=20005) void incompatibleCacheValueMode()
@LogMessage(level=WARN) @Message(value="The value mode for the cache[%s] is \"identity\". This is incompatible with clustered Hibernate caching - the value mode has therefore been switched to \"serialization\"", id=20006) void incompatibleCacheValueModePerCache(String cacheName)
@LogMessage(level=WARN) @Message(value="read-only cache configured for mutable entity [%s]", id=20007) void readOnlyCacheConfiguredForMutableEntity(String entityName)
@LogMessage(level=WARN) @Message(value="Cache[%s] Key[%s] Lockable[%s]\nA soft-locked cache entry was expired by the underlying Ehcache. If this happens regularly you should consider increasing the cache timeouts and/or capacity limits", id=20008) void softLockedCacheExpired(String regionName, Object key, String lock)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |