B C D G H I L N O R S T

B

buildCache(String, Properties) - Method in class org.jboss.hibernate.cache.DeployedTreeCacheProvider
Called by Hibernate in order to build the given named cache "region".

C

createSchema() - Method in class org.jboss.hibernate.jmx.Hibernate
 
createSchema() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
Export the CREATE DDL to the database
createService() - Method in class org.jboss.hibernate.jmx.Hibernate
 

D

DEFAULT_OBJECT_NAME - Static variable in class org.jboss.hibernate.cache.DeployedTreeCacheProvider
 
DeployedTreeCacheProvider - Class in org.jboss.hibernate.cache
A Hibernate CacheProvider implementation which knows how to obtain a deployed JBossCache via its JMX ObjectName.
DeployedTreeCacheProvider() - Constructor for class org.jboss.hibernate.cache.DeployedTreeCacheProvider
 
dropSchema() - Method in class org.jboss.hibernate.jmx.Hibernate
 
dropSchema() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
Export the DROP DDL to the database

G

getBatchVersionedDataEnabled() - Method in class org.jboss.hibernate.jmx.Hibernate
 
getBatchVersionedDataEnabled() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
Should Hibernate allow JDBC batch-updating of versioned entities?

Many drivers have bugs regarding the row counts returned in response to JDBC Batch API operations; in these cases, this should definitely be set to false.

getCacheProviderClass() - Method in class org.jboss.hibernate.jmx.Hibernate
 
getCacheProviderClass() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
The name of the CacheProvider implementation class to use for second level caching.
getCacheRegionPrefix() - Method in class org.jboss.hibernate.jmx.Hibernate
 
getCacheRegionPrefix() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
The prefix to use for this session factory within the second level cache.
getDatasourceName() - Method in class org.jboss.hibernate.jmx.Hibernate
 
getDatasourceName() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
The JNDI namespace of the DataSource which should be used by the managed SessionFactory.
getDefaultCatalog() - Method in class org.jboss.hibernate.jmx.Hibernate
 
getDefaultCatalog() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
The default database catalog to use within the database being mapped.
getDefaultSchema() - Method in class org.jboss.hibernate.jmx.Hibernate
 
getDefaultSchema() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
The default database schema to use within the database being mapped.
getDeployedTreeCacheObjectName() - Method in class org.jboss.hibernate.jmx.Hibernate
 
getDeployedTreeCacheObjectName() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
The JMX name of a TreeCache MBean to be used as the second level cache.
getDialect() - Method in class org.jboss.hibernate.jmx.Hibernate
 
getDialect() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
The name of the dialect class to use for communicating with the database.
getGetGeneratedKeysEnabled() - Method in class org.jboss.hibernate.jmx.Hibernate
 
getGetGeneratedKeysEnabled() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
Is the use of JDBC3 getGeneratedKeys() enabled?
getHarUrl() - Method in class org.jboss.hibernate.jmx.Hibernate
 
getHarUrl() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
The url to the har deployment, if MBean is operating in har deployment mode.
getHbm2ddlAuto() - Method in class org.jboss.hibernate.jmx.Hibernate
 
getHbm2ddlAuto() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
The form, if any, of schema generation which should be used.
getInstance() - Method in class org.jboss.hibernate.jmx.Hibernate
 
getInstance() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
Exposes the internally managed session factory via a read-only JMX managed attribute.
getJdbcBatchSize() - Method in class org.jboss.hibernate.jmx.Hibernate
 
getJdbcBatchSize() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
The JDBC batch update batch size.
getJdbcFetchSize() - Method in class org.jboss.hibernate.jmx.Hibernate
 
getJdbcFetchSize() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
The JDBC fetch size.
getJdbcScrollableResultSetEnabled() - Method in class org.jboss.hibernate.jmx.Hibernate
 
getJdbcScrollableResultSetEnabled() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
Are scrollable result sets enabled?
getListenerInjector() - Method in class org.jboss.hibernate.jmx.Hibernate
 
getListenerInjector() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
The ListenerInjector implementor class to use.
getMaxFetchDepth() - Method in class org.jboss.hibernate.jmx.Hibernate
 
getMaxFetchDepth() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
The maximum outer join fetch depth.
getMinimalPutsEnabled() - Method in class org.jboss.hibernate.jmx.Hibernate
 
getMinimalPutsEnabled() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
Should minimal puts be enabled against the given cache provider?
getQueryCacheEnabled() - Method in class org.jboss.hibernate.jmx.Hibernate
 
getQueryCacheEnabled() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
Is use of the query cache enabled?
getQuerySubstitutions() - Method in class org.jboss.hibernate.jmx.Hibernate
 
getQuerySubstitutions() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
Query substitutions to use.
getReflectionOptimizationEnabled() - Method in class org.jboss.hibernate.jmx.Hibernate
 
getReflectionOptimizationEnabled() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
Should Hibernate use cglib-based reflection optimizations?

Note : this may or may not improve performance based on the JVM you are using.

getRunningSince() - Method in class org.jboss.hibernate.jmx.Hibernate
 
getRunningSince() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
The date and time since which the currently managed SessionFactory has been running.
getSecondLevelCacheEnabled() - Method in class org.jboss.hibernate.jmx.Hibernate
 
getSecondLevelCacheEnabled() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
 
getSession(String) - Static method in class org.jboss.hibernate.session.HibernateContext
Deprecated. Given a SessionFactory, sf (usually obtained from JNDI), this method is equivalent to
sf.getCurrentSession()
.
getSessionFactoryInterceptor() - Method in class org.jboss.hibernate.jmx.Hibernate
 
getSessionFactoryInterceptor() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
The name of an Interceptor impl class to be attached to the managed SessionFactory.
getSessionFactoryName() - Method in class org.jboss.hibernate.jmx.Hibernate
 
getSessionFactoryName() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
The JNDI namespace where the managed SessionFactory is to be bound.
getShowSqlEnabled() - Method in class org.jboss.hibernate.jmx.Hibernate
 
getShowSqlEnabled() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
Should all SQL be shown (dumped to console and logged)?
getSqlCommentsEnabled() - Method in class org.jboss.hibernate.jmx.Hibernate
 
getSqlCommentsEnabled() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
Should sql comments be used?
getStatGenerationEnabled() - Method in class org.jboss.hibernate.jmx.Hibernate
 
getStatGenerationEnabled() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
Should generation and collection of Hibernate3 statistics be enabled?
getStatisticsServiceName() - Method in class org.jboss.hibernate.jmx.Hibernate
 
getStatisticsServiceName() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
Retreive the service name of the managed stats mbean.
getStreamsForBinaryEnabled() - Method in class org.jboss.hibernate.jmx.Hibernate
 
getStreamsForBinaryEnabled() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
Should Hibernate use I/O streaming for handling binary/LOB data?
getUnmanagedSession(String) - Static method in class org.jboss.hibernate.session.HibernateContext
Deprecated. Given a SessionFactory, sf (usually obtained from JNDI), this method is equivalent to
sf.openSession( sf.getCurrentSession().connection() )
getUsername() - Method in class org.jboss.hibernate.jmx.Hibernate
 
getUsername() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
The username used to access the specified datasource.
getUseStructuredCacheEntriesEnabled() - Method in class org.jboss.hibernate.jmx.Hibernate
 
getUseStructuredCacheEntriesEnabled() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
Should Hibernate use structured cache entries when putting stuff into the second level cache?

Mainly useful if users wish to directly browse the second level caches as it is easier to see what the cache entries actually represent.

getVersion() - Method in class org.jboss.hibernate.jmx.Hibernate
 
getVersion() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
The version Hibernate for the managed SessionFactory.

H

Hibernate - Class in org.jboss.hibernate.jmx
The HibernateMBean implementation.
Hibernate() - Constructor for class org.jboss.hibernate.jmx.Hibernate
 
HibernateContext - Class in org.jboss.hibernate.session
Deprecated. Direct use of the new SessionFactory.getCurrentSession() method is the preferred approach to managing "transaction contextual sessions".
HibernateContext() - Constructor for class org.jboss.hibernate.session.HibernateContext
Deprecated.  
HibernateMBean - Interface in org.jboss.hibernate.jmx
Describes a Hibernate service MBean.

I

injectListeners(ObjectName, Configuration) - Method in interface org.jboss.hibernate.ListenerInjector
Called by the Hibernate MBean when it is time to generate any custom listeners.
isDirty() - Method in class org.jboss.hibernate.jmx.Hibernate
 
isDirty() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
Is this MBean dirty? Meaning, have any changes been made to it that have not yet been propogated to the managed SessionFactory?

Note : the only way to propogate these changes to the SF is by calling the HibernateMBean.rebuildSessionFactory() managed operation.

isMinimalPutsEnabledByDefault() - Method in class org.jboss.hibernate.cache.DeployedTreeCacheProvider
 
isScanForMappingsEnabled() - Method in class org.jboss.hibernate.jmx.Hibernate
 
isScanForMappingsEnabled() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
Enables scanning of the entire deployment classpath for any potential mapping sources (jars or directories).
isSessionFactoryRunning() - Method in class org.jboss.hibernate.jmx.Hibernate
 
isSessionFactoryRunning() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
Does this MBean instance have a currently running managed SessionFactory?

L

ListenerInjector - Interface in org.jboss.hibernate
Implementors are responsible for injecting any custom Hibernate3 event listeners into the Configuration which will then later be used to build the SessionFactory.

N

nextTimestamp() - Method in class org.jboss.hibernate.cache.DeployedTreeCacheProvider
 

O

OBJECT_NAME_PROP - Static variable in class org.jboss.hibernate.cache.DeployedTreeCacheProvider
 
org.jboss.hibernate - package org.jboss.hibernate
 
org.jboss.hibernate.cache - package org.jboss.hibernate.cache
 
org.jboss.hibernate.jmx - package org.jboss.hibernate.jmx
 
org.jboss.hibernate.session - package org.jboss.hibernate.session
 

R

rebuildSessionFactory() - Method in class org.jboss.hibernate.jmx.Hibernate
 
rebuildSessionFactory() - Method in interface org.jboss.hibernate.jmx.HibernateMBean
A JMX managed operation to rebuild the managed SessionFactory such that any setting changes made can take effect.
releaseUnmanagedSession(Session) - Static method in class org.jboss.hibernate.session.HibernateContext
Deprecated. See getUnmanagedSession(String)

S

SESSION_FACTORY_CREATE - Static variable in class org.jboss.hibernate.jmx.Hibernate
 
SESSION_FACTORY_DESTROY - Static variable in class org.jboss.hibernate.jmx.Hibernate
 
setBatchVersionedDataEnabled(Boolean) - Method in class org.jboss.hibernate.jmx.Hibernate
 
setBatchVersionedDataEnabled(Boolean) - Method in interface org.jboss.hibernate.jmx.HibernateMBean
Should Hibernate allow JDBC batch-updating of versioned entities?
setCacheProviderClass(String) - Method in class org.jboss.hibernate.jmx.Hibernate
 
setCacheProviderClass(String) - Method in interface org.jboss.hibernate.jmx.HibernateMBean
The name of the CacheProvider implementation class to use for second level caching.
setCacheRegionPrefix(String) - Method in class org.jboss.hibernate.jmx.Hibernate
 
setCacheRegionPrefix(String) - Method in interface org.jboss.hibernate.jmx.HibernateMBean
The prefix to use for this session factory within the second level cache.
setDatasourceName(String) - Method in class org.jboss.hibernate.jmx.Hibernate
 
setDatasourceName(String) - Method in interface org.jboss.hibernate.jmx.HibernateMBean
The JNDI namespace of the DataSource which should be used by the managed SessionFactory.
setDefaultCatalog(String) - Method in class org.jboss.hibernate.jmx.Hibernate
 
setDefaultCatalog(String) - Method in interface org.jboss.hibernate.jmx.HibernateMBean
The default database catalog to use within the database being mapped.
setDefaultSchema(String) - Method in class org.jboss.hibernate.jmx.Hibernate
 
setDefaultSchema(String) - Method in interface org.jboss.hibernate.jmx.HibernateMBean
The default database schema to use within the database being mapped.
setDeployedTreeCacheObjectName(ObjectName) - Method in class org.jboss.hibernate.jmx.Hibernate
 
setDeployedTreeCacheObjectName(ObjectName) - Method in interface org.jboss.hibernate.jmx.HibernateMBean
The JMX name of a TreeCache MBean to be used as the second level cache.
setDialect(String) - Method in class org.jboss.hibernate.jmx.Hibernate
 
setDialect(String) - Method in interface org.jboss.hibernate.jmx.HibernateMBean
The name of the dialect class to use for communicating with the database.
setGetGeneratedKeysEnabled(Boolean) - Method in class org.jboss.hibernate.jmx.Hibernate
 
setGetGeneratedKeysEnabled(Boolean) - Method in interface org.jboss.hibernate.jmx.HibernateMBean
Is the use of JDBC3 getGeneratedKeys() enabled?
setHbm2ddlAuto(String) - Method in class org.jboss.hibernate.jmx.Hibernate
 
setHbm2ddlAuto(String) - Method in interface org.jboss.hibernate.jmx.HibernateMBean
The form, if any, of schema generation which should be used.
setJdbcBatchSize(Integer) - Method in class org.jboss.hibernate.jmx.Hibernate
 
setJdbcBatchSize(Integer) - Method in interface org.jboss.hibernate.jmx.HibernateMBean
The JDBC batch update batch size.
setJdbcFetchSize(Integer) - Method in class org.jboss.hibernate.jmx.Hibernate
 
setJdbcFetchSize(Integer) - Method in interface org.jboss.hibernate.jmx.HibernateMBean
The JDBC fetch size.
setJdbcScrollableResultSetEnabled(Boolean) - Method in class org.jboss.hibernate.jmx.Hibernate
 
setJdbcScrollableResultSetEnabled(Boolean) - Method in interface org.jboss.hibernate.jmx.HibernateMBean
Are scrollable result sets enabled?
setListenerInjector(String) - Method in class org.jboss.hibernate.jmx.Hibernate
 
setListenerInjector(String) - Method in interface org.jboss.hibernate.jmx.HibernateMBean
The ListenerInjector implementor class to use.
setMaxFetchDepth(Integer) - Method in class org.jboss.hibernate.jmx.Hibernate
 
setMaxFetchDepth(Integer) - Method in interface org.jboss.hibernate.jmx.HibernateMBean
The maximum outer join fetch depth.
setMinimalPutsEnabled(Boolean) - Method in class org.jboss.hibernate.jmx.Hibernate
 
setMinimalPutsEnabled(Boolean) - Method in interface org.jboss.hibernate.jmx.HibernateMBean
Should minimal puts be enabled against the given cache provider?
setPassword(String) - Method in class org.jboss.hibernate.jmx.Hibernate
 
setPassword(String) - Method in interface org.jboss.hibernate.jmx.HibernateMBean
The password used to access the specified datasource.
setQueryCacheEnabled(Boolean) - Method in class org.jboss.hibernate.jmx.Hibernate
 
setQueryCacheEnabled(Boolean) - Method in interface org.jboss.hibernate.jmx.HibernateMBean
Is use of the query cache enabled?
setQuerySubstitutions(String) - Method in class org.jboss.hibernate.jmx.Hibernate
 
setQuerySubstitutions(String) - Method in interface org.jboss.hibernate.jmx.HibernateMBean
Query substitutions to use.
setReflectionOptimizationEnabled(Boolean) - Method in class org.jboss.hibernate.jmx.Hibernate
 
setReflectionOptimizationEnabled(Boolean) - Method in interface org.jboss.hibernate.jmx.HibernateMBean
Should Hibernate use cglib-based reflection optimizations?
setScanForMappingsEnabled(boolean) - Method in class org.jboss.hibernate.jmx.Hibernate
 
setScanForMappingsEnabled(boolean) - Method in interface org.jboss.hibernate.jmx.HibernateMBean
Enables scanning of the entire deployment classpath for any potential mapping sources (jars or directories).
setSecondLevelCacheEnabled(Boolean) - Method in class org.jboss.hibernate.jmx.Hibernate
 
setSecondLevelCacheEnabled(Boolean) - Method in interface org.jboss.hibernate.jmx.HibernateMBean
 
setSessionFactoryInterceptor(String) - Method in class org.jboss.hibernate.jmx.Hibernate
 
setSessionFactoryInterceptor(String) - Method in interface org.jboss.hibernate.jmx.HibernateMBean
The name of an Interceptor impl class to be attached to the managed SessionFactory.
setSessionFactoryName(String) - Method in class org.jboss.hibernate.jmx.Hibernate
 
setSessionFactoryName(String) - Method in interface org.jboss.hibernate.jmx.HibernateMBean
The JNDI namespace where the managed SessionFactory is to be bound.
setShowSqlEnabled(Boolean) - Method in class org.jboss.hibernate.jmx.Hibernate
 
setShowSqlEnabled(Boolean) - Method in interface org.jboss.hibernate.jmx.HibernateMBean
Should all SQL be shown (dumped to console and logged)?
setSqlCommentsEnabled(Boolean) - Method in class org.jboss.hibernate.jmx.Hibernate
 
setSqlCommentsEnabled(Boolean) - Method in interface org.jboss.hibernate.jmx.HibernateMBean
Should sql comments be used?
setStatGenerationEnabled(Boolean) - Method in class org.jboss.hibernate.jmx.Hibernate
 
setStatGenerationEnabled(Boolean) - Method in interface org.jboss.hibernate.jmx.HibernateMBean
Should generation and collection of Hibernate3 statistics be enabled?
setStreamsForBinaryEnabled(Boolean) - Method in class org.jboss.hibernate.jmx.Hibernate
 
setStreamsForBinaryEnabled(Boolean) - Method in interface org.jboss.hibernate.jmx.HibernateMBean
Should Hibernate use I/O streaming for handling binary/LOB data?
setUsername(String) - Method in class org.jboss.hibernate.jmx.Hibernate
 
setUsername(String) - Method in interface org.jboss.hibernate.jmx.HibernateMBean
The username used to access the specified datasource.
setUseStructuredCacheEntriesEnabled(Boolean) - Method in class org.jboss.hibernate.jmx.Hibernate
 
setUseStructuredCacheEntriesEnabled(Boolean) - Method in interface org.jboss.hibernate.jmx.HibernateMBean
Should Hibernate use structured cache entries when putting stuff into the second level cache?
start(Properties) - Method in class org.jboss.hibernate.cache.DeployedTreeCacheProvider
 
startService() - Method in class org.jboss.hibernate.jmx.Hibernate
Configure Hibernate and bind the SessionFactory to JNDI.
stop() - Method in class org.jboss.hibernate.cache.DeployedTreeCacheProvider
 
stopService() - Method in class org.jboss.hibernate.jmx.Hibernate
Close the SessionFactory.

T

toString() - Method in class org.jboss.hibernate.jmx.Hibernate
 

B C D G H I L N O R S T

Copyright © 2002 JBoss Group, LLC. All Rights Reserved.