A C D E G H I L O S

A

addMapResource(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Add a mapping file

C

clear() - Method in class org.hibernate.jmx.StatisticsService
 
close() - Method in class org.hibernate.jmx.SessionFactoryStub
 
createSchema() - Method in class org.hibernate.jmx.HibernateService
 
createSchema() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Export the CREATE DDL to the database

D

dropSchema() - Method in class org.hibernate.jmx.HibernateService
 
dropSchema() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Export the DROP DDL to the database

E

evict(Class, Serializable) - Method in class org.hibernate.jmx.SessionFactoryStub
 
evict(Class) - Method in class org.hibernate.jmx.SessionFactoryStub
 
evictCollection(String, Serializable) - Method in class org.hibernate.jmx.SessionFactoryStub
 
evictCollection(String) - Method in class org.hibernate.jmx.SessionFactoryStub
 
evictEntity(String, Serializable) - Method in class org.hibernate.jmx.SessionFactoryStub
 
evictEntity(String) - Method in class org.hibernate.jmx.SessionFactoryStub
 
evictQueries() - Method in class org.hibernate.jmx.SessionFactoryStub
 
evictQueries(String) - Method in class org.hibernate.jmx.SessionFactoryStub
 

G

getAllClassMetadata() - Method in class org.hibernate.jmx.SessionFactoryStub
 
getAllCollectionMetadata() - Method in class org.hibernate.jmx.SessionFactoryStub
 
getAutoCloseSessionEnabled() - Method in class org.hibernate.jmx.HibernateService
 
getAutoCloseSessionEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Is automatic Session closing enabled?
getBatchVersionedDataEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Is JDBC batch update for versioned entities enabled?
getCacheProviderClass() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Get the second-level cache provider class name
getCacheProviderConfig() - Method in interface org.hibernate.jmx.HibernateServiceMBean
For cache providers which support this setting, get the provider's specific configuration resource.
getCacheRegionPrefix() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Get the cache region prefix
getClassMetadata(Class) - Method in class org.hibernate.jmx.SessionFactoryStub
 
getClassMetadata(String) - Method in class org.hibernate.jmx.SessionFactoryStub
 
getCloseStatementCount() - Method in class org.hibernate.jmx.StatisticsService
 
getCollectionFetchCount() - Method in class org.hibernate.jmx.StatisticsService
 
getCollectionLoadCount() - Method in class org.hibernate.jmx.StatisticsService
 
getCollectionMetadata(String) - Method in class org.hibernate.jmx.SessionFactoryStub
 
getCollectionRecreateCount() - Method in class org.hibernate.jmx.StatisticsService
 
getCollectionRemoveCount() - Method in class org.hibernate.jmx.StatisticsService
 
getCollectionRoleNames() - Method in class org.hibernate.jmx.StatisticsService
 
getCollectionStatistics(String) - Method in class org.hibernate.jmx.StatisticsService
 
getCollectionUpdateCount() - Method in class org.hibernate.jmx.StatisticsService
 
getCommentsEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Are SQL comments enabled?
getConnectCount() - Method in class org.hibernate.jmx.StatisticsService
 
getCurrentSession() - Method in class org.hibernate.jmx.SessionFactoryStub
 
getDatasource() - Method in class org.hibernate.jmx.HibernateService
 
getDatasource() - Method in interface org.hibernate.jmx.HibernateServiceMBean
The JNDI name of the datasource to use in this SessionFactory
getDefaultCatalog() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Get the default catalog
getDefaultSchema() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Get the default schema
getDefinedFilterNames() - Method in class org.hibernate.jmx.SessionFactoryStub
 
getDialect() - Method in interface org.hibernate.jmx.HibernateServiceMBean
The JNDI name of the dialect class to use in this SessionFactory
getEntityDeleteCount() - Method in class org.hibernate.jmx.StatisticsService
 
getEntityFetchCount() - Method in class org.hibernate.jmx.StatisticsService
 
getEntityInsertCount() - Method in class org.hibernate.jmx.StatisticsService
 
getEntityLoadCount() - Method in class org.hibernate.jmx.StatisticsService
 
getEntityNames() - Method in class org.hibernate.jmx.StatisticsService
 
getEntityStatistics(String) - Method in class org.hibernate.jmx.StatisticsService
 
getEntityUpdateCount() - Method in class org.hibernate.jmx.StatisticsService
 
getExtraProperties() - Method in class org.hibernate.jmx.HibernateService
 
getFilterDefinition(String) - Method in class org.hibernate.jmx.SessionFactoryStub
 
getFlushBeforeCompletionEnabled() - Method in class org.hibernate.jmx.HibernateService
 
getFlushBeforeCompletionEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Is automatic Session flusing enabled?
getFlushCount() - Method in class org.hibernate.jmx.StatisticsService
 
getGetGeneratedKeysEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Is use of JDBC3 getGeneratedKeys() enabled?
getJdbcBatchSize() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Get the maximum JDBC batch size
getJdbcFetchSize() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Get the JDBC fetch size
getJdbcScrollableResultSetEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Is use of scrollable resultsets enabled?
getJndiName() - Method in class org.hibernate.jmx.HibernateService
 
getJndiName() - Method in interface org.hibernate.jmx.HibernateServiceMBean
The JNDI name to bind to the SessionFactory
getMapResources() - Method in interface org.hibernate.jmx.HibernateServiceMBean
The Hibernate mapping files (might be overridden by subclasses that want to specify the mapping files by some other mechanism)
getMaximumFetchDepth() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Get the maximum outer join fetch depth
getMinimalPutsEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Is the second-level cache optimized for miminal puts?
getName() - Method in class org.hibernate.jmx.HibernateService
 
getOptimisticFailureCount() - Method in class org.hibernate.jmx.StatisticsService
 
getPassword() - Method in class org.hibernate.jmx.HibernateService
 
getPassword() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Log into the database with this password
getPrepareStatementCount() - Method in class org.hibernate.jmx.StatisticsService
 
getProperties() - Method in class org.hibernate.jmx.HibernateService
 
getProperty(String) - Method in class org.hibernate.jmx.HibernateService
 
getProperty(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Get a property
getPropertyList() - Method in class org.hibernate.jmx.HibernateService
 
getPropertyList() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Display the properties
getQueries() - Method in class org.hibernate.jmx.StatisticsService
 
getQueryCacheEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Is the query cache enabled?
getQueryCacheHitCount() - Method in class org.hibernate.jmx.StatisticsService
 
getQueryCacheMissCount() - Method in class org.hibernate.jmx.StatisticsService
 
getQueryCachePutCount() - Method in class org.hibernate.jmx.StatisticsService
 
getQueryExecutionCount() - Method in class org.hibernate.jmx.StatisticsService
 
getQueryExecutionMaxTime() - Method in class org.hibernate.jmx.StatisticsService
 
getQueryExecutionMaxTimeQueryString() - Method in class org.hibernate.jmx.StatisticsService
 
getQueryStatistics(String) - Method in class org.hibernate.jmx.StatisticsService
 
getQuerySubstitutions() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Get the query language substitutions
getReference() - Method in class org.hibernate.jmx.SessionFactoryStub
 
getSecondLevelCacheEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Is the second-level cache enabled?
getSecondLevelCacheHitCount() - Method in class org.hibernate.jmx.StatisticsService
 
getSecondLevelCacheMissCount() - Method in class org.hibernate.jmx.StatisticsService
 
getSecondLevelCachePutCount() - Method in class org.hibernate.jmx.StatisticsService
 
getSecondLevelCacheRegionNames() - Method in class org.hibernate.jmx.StatisticsService
 
getSecondLevelCacheStatistics(String) - Method in class org.hibernate.jmx.StatisticsService
 
getSessionCloseCount() - Method in class org.hibernate.jmx.StatisticsService
 
getSessionOpenCount() - Method in class org.hibernate.jmx.StatisticsService
 
getShowSqlEnabled() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Is SQL logging enabled?
getStartTime() - Method in class org.hibernate.jmx.StatisticsService
 
getStatistics() - Method in class org.hibernate.jmx.SessionFactoryStub
 
getSuccessfulTransactionCount() - Method in class org.hibernate.jmx.StatisticsService
 
getTransactionCount() - Method in class org.hibernate.jmx.StatisticsService
 
getTransactionManagerLookupStrategy() - Method in class org.hibernate.jmx.HibernateService
 
getTransactionManagerLookupStrategy() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Get the strategy for obtaining the JTA TransactionManager
getTransactionStrategy() - Method in class org.hibernate.jmx.HibernateService
 
getTransactionStrategy() - Method in interface org.hibernate.jmx.HibernateServiceMBean
The fully qualified class name of the Hibernate TransactionFactory implementation
getUserName() - Method in class org.hibernate.jmx.HibernateService
 
getUserName() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Log into the database with this name
getUserTransactionName() - Method in class org.hibernate.jmx.HibernateService
 
getUserTransactionName() - Method in interface org.hibernate.jmx.HibernateServiceMBean
The JNDI name of the JTA UserTransaction object (used only be JTATransaction).

H

HibernateService - Class in org.hibernate.jmx
Implementation of HibernateServiceMBean.
HibernateService() - Constructor for class org.hibernate.jmx.HibernateService
 
HibernateServiceMBean - Interface in org.hibernate.jmx
Hibernate JMX Management API

I

isClosed() - Method in class org.hibernate.jmx.SessionFactoryStub
 
isStatisticsEnabled() - Method in class org.hibernate.jmx.StatisticsService
 

L

logSummary() - Method in class org.hibernate.jmx.StatisticsService
 

O

openSession(Connection, Interceptor) - Method in class org.hibernate.jmx.SessionFactoryStub
 
openSession(Interceptor) - Method in class org.hibernate.jmx.SessionFactoryStub
 
openSession() - Method in class org.hibernate.jmx.SessionFactoryStub
 
openSession(Connection) - Method in class org.hibernate.jmx.SessionFactoryStub
 
openStatelessSession() - Method in class org.hibernate.jmx.SessionFactoryStub
 
openStatelessSession(Connection) - Method in class org.hibernate.jmx.SessionFactoryStub
 
org.hibernate.jmx - package org.hibernate.jmx
This package exposes a Hibernate instance via JMX.

S

SessionFactoryStub - Class in org.hibernate.jmx
A flyweight for SessionFactory.
setAutoCloseSessionEnabled(String) - Method in class org.hibernate.jmx.HibernateService
 
setAutoCloseSessionEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Enable automatic closing of Session when JTA transaction ends.
setBatchVersionedDataEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Enable or disable the use of batch updates for versioned entities
setCacheProviderClass(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Set the second-level cache provider class name
setCacheProviderConfig(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
For cache providers which support this setting, specify the provider's specific configuration resource.
setCacheRegionPrefix(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Set the cache region prefix
setCommentsEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Enable or disable the inclusion of comments in generated SQL
setDatasource(String) - Method in class org.hibernate.jmx.HibernateService
 
setDatasource(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Set the JNDI name of the datasource to use in this SessionFactory
setDefaultCatalog(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Set the default catalog
setDefaultSchema(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Set the default schema
setDialect(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
The name of the dialect class to use in this SessionFactory
setFlushBeforeCompletionEnabled(String) - Method in class org.hibernate.jmx.HibernateService
 
setFlushBeforeCompletionEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Enable automatic flushing of the Session when JTA transaction ends.
setGetGeneratedKeysEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Enable or disable the use getGeneratedKeys()
setJdbcBatchSize(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Set the maximum JDBC batch size
setJdbcFetchSize(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Set the JDBC fetch size
setJdbcScrollableResultSetEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Enable or disable the use of scrollable resultsets
setJndiName(String) - Method in class org.hibernate.jmx.HibernateService
 
setJndiName(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
The JNDI name to bind to the SessionFactory
setMapResources(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Specify the Hibernate mapping files
setMaximumFetchDepth(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Set the maximum outer join fetch depth
setMinimalPutsEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Enable or disable optimization of second-level cache for minimal puts
setPassword(String) - Method in class org.hibernate.jmx.HibernateService
 
setPassword(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Log into the database with this password
setProperty(String, String) - Method in class org.hibernate.jmx.HibernateService
 
setProperty(String, String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Set a property
setQueryCacheEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Enable or disable the query cache
setQuerySubstitutions(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Set the query language substitutions
setSecondLevelCacheEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Enable or disable the second-level cache
setSessionFactory(SessionFactory) - Method in class org.hibernate.jmx.StatisticsService
Useful to init this MBean wo a JNDI session factory name
setSessionFactoryJNDIName(String) - Method in class org.hibernate.jmx.StatisticsService
 
setSessionFactoryJNDIName(String) - Method in interface org.hibernate.jmx.StatisticsServiceMBean
Publish the statistics of a session factory bound to the default JNDI context
setShowSqlEnabled(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Enable logging of SQL to console
setStatisticsEnabled(boolean) - Method in class org.hibernate.jmx.StatisticsService
 
setTransactionManagerLookupStrategy(String) - Method in class org.hibernate.jmx.HibernateService
 
setTransactionManagerLookupStrategy(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Set the strategy for obtaining the JTA TransactionManager
setTransactionStrategy(String) - Method in class org.hibernate.jmx.HibernateService
 
setTransactionStrategy(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Set the fully qualified class name of the Hibernate TransactionFactory implementation
setUserName(String) - Method in class org.hibernate.jmx.HibernateService
 
setUserName(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Log into the database with this name
setUserTransactionName(String) - Method in class org.hibernate.jmx.HibernateService
 
setUserTransactionName(String) - Method in interface org.hibernate.jmx.HibernateServiceMBean
Set the JNDI name of the JTA UserTransaction object (used only by JTATransaction).
start() - Method in class org.hibernate.jmx.HibernateService
 
start() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Create the SessionFactory and bind to the jndi name on startup
StatisticsService - Class in org.hibernate.jmx
JMX service for Hibernate statistics

Register this MBean in your JMX server for a specific session factory
StatisticsService() - Constructor for class org.hibernate.jmx.StatisticsService
 
StatisticsServiceMBean - Interface in org.hibernate.jmx
MBean exposing Session Factory statistics
stop() - Method in class org.hibernate.jmx.HibernateService
 
stop() - Method in interface org.hibernate.jmx.HibernateServiceMBean
Unbind the SessionFactory or stub from JNDI

A C D E G H I L O S

Copyright © 2011 Hibernate.org. All Rights Reserved.