public class GlobalConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_MODIFIED_FLAG_SUFFIX |
static String |
GLOBAL_WITH_MODIFIED_FLAG_PROPERTY |
static String |
MODIFIED_FLAG_SUFFIX_PROPERTY |
Constructor and Description |
---|
GlobalConfiguration(Properties properties) |
Modifier and Type | Method and Description |
---|---|
String |
getCorrelatedSubqueryOperator() |
String |
getDefaultCatalogName() |
String |
getDefaultSchemaName() |
String |
getModifiedFlagSuffix() |
Class<? extends RevisionListener> |
getRevisionListenerClass() |
boolean |
hasSettingForUsingModifiedFlag() |
boolean |
isDoNotAuditOptimisticLockingField() |
boolean |
isGenerateRevisionsForCollections() |
boolean |
isGlobalWithModifiedFlag() |
boolean |
isStoreDataAtDelete() |
boolean |
isTrackEntitiesChangedInRevisionEnabled() |
void |
setTrackEntitiesChangedInRevisionEnabled(boolean trackEntitiesChangedInRevisionEnabled) |
public static final String GLOBAL_WITH_MODIFIED_FLAG_PROPERTY
public static final String MODIFIED_FLAG_SUFFIX_PROPERTY
public static final String DEFAULT_MODIFIED_FLAG_SUFFIX
public GlobalConfiguration(Properties properties)
public boolean isGenerateRevisionsForCollections()
public boolean isDoNotAuditOptimisticLockingField()
public String getCorrelatedSubqueryOperator()
public boolean isStoreDataAtDelete()
public String getDefaultSchemaName()
public String getDefaultCatalogName()
public boolean isTrackEntitiesChangedInRevisionEnabled()
public void setTrackEntitiesChangedInRevisionEnabled(boolean trackEntitiesChangedInRevisionEnabled)
public Class<? extends RevisionListener> getRevisionListenerClass()
public boolean hasSettingForUsingModifiedFlag()
public boolean isGlobalWithModifiedFlag()
public String getModifiedFlagSuffix()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.