public interface EnversService extends Service
Modifier and Type | Field and Description |
---|---|
static String |
INTEGRATION_ENABLED
The name of the configuration setting used to control whether the Envers integration
is enabled.
|
static final String INTEGRATION_ENABLED
boolean isEnabled()
true
If the integration is enabled; false
otherwise.boolean isInitialized()
isEnabled()
is true
, has initialize(org.hibernate.boot.spi.MetadataImplementor, org.hibernate.envers.configuration.internal.MappingCollector)
been called yet?true
indicates initialize(org.hibernate.boot.spi.MetadataImplementor, org.hibernate.envers.configuration.internal.MappingCollector)
has been called; false
indicates that initialize(org.hibernate.boot.spi.MetadataImplementor, org.hibernate.envers.configuration.internal.MappingCollector)
has not (yet) been called.void initialize(MetadataImplementor metadata, MappingCollector mappingCollector)
XMLHelper getXmlHelper()
GlobalConfiguration getGlobalConfiguration()
AuditEntitiesConfiguration getAuditEntitiesConfiguration()
AuditProcessManager getAuditProcessManager()
AuditStrategy getAuditStrategy()
EntitiesConfigurations getEntitiesConfigurations()
RevisionInfoQueryCreator getRevisionInfoQueryCreator()
RevisionInfoNumberReader getRevisionInfoNumberReader()
ModifiedEntityNamesReader getModifiedEntityNamesReader()
ClassLoaderService getClassLoaderService()
ServiceRegistry getServiceRegistry()
Copyright © 2016 JBoss by Red Hat. All rights reserved.