Class Overview
Settings that affect the behaviour of Hibernate at runtime.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Methods
public
String
getCacheRegionPrefix
()
public
int
getDefaultBatchFetchSize
()
public
String
getDefaultCatalogName
()
public
String
getDefaultSchemaName
()
public
String
getImportFiles
()
public
int
getJdbcBatchSize
()
public
Integer
getMaximumFetchDepth
()
public
Map
getQuerySubstitutions
()
public
String
getSessionFactoryName
()
public
boolean
isAutoCloseSessionEnabled
()
public
boolean
isAutoCreateSchema
()
public
boolean
isAutoDropSchema
()
public
boolean
isAutoUpdateSchema
()
public
boolean
isAutoValidateSchema
()
public
boolean
isCheckNullability
()
public
boolean
isCommentsEnabled
()
public
boolean
isDataDefinitionImplicitCommit
()
public
boolean
isDataDefinitionInTransactionSupported
()
public
boolean
isFlushBeforeCompletionEnabled
()
public
boolean
isGetGeneratedKeysEnabled
()
public
boolean
isIdentifierRollbackEnabled
()
public
boolean
isJdbcBatchVersionedData
()
public
boolean
isMinimalPutsEnabled
()
public
boolean
isNamedQueryStartupCheckingEnabled
()
public
boolean
isOrderInsertsEnabled
()
public
boolean
isOrderUpdatesEnabled
()
public
boolean
isQueryCacheEnabled
()
public
boolean
isScrollableResultSetsEnabled
()
public
boolean
isSecondLevelCacheEnabled
()
public
boolean
isStatisticsEnabled
()
public
boolean
isStrictJPAQLCompliance
()
public
boolean
isStructuredCacheEntriesEnabled
()
public
boolean
isWrapResultSetsEnabled
()
public
void
setCheckNullability
(boolean checkNullability)
public
void
setImportFiles
(String importFiles)