A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

AbstractMultipleDataSourceAggregatePersistenceContextInterceptor - Class in org.grails.plugin.hibernate.support
Abstract implementation of the grails.persistence.support.PersistenceContextInterceptor interface that supports multiple data sources
AbstractMultipleDataSourceAggregatePersistenceContextInterceptor(org.grails.orm.hibernate.AbstractHibernateDatastore) - Constructor in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
AggregatePersistenceContextInterceptor - Class in org.grails.plugin.hibernate.support
Concrete implementation of the AbstractMultipleDataSourceAggregatePersistenceContextInterceptor class for Hibernate 4
AggregatePersistenceContextInterceptor(org.grails.orm.hibernate.AbstractHibernateDatastore) - Constructor in AggregatePersistenceContextInterceptor
Application - Class in grails.plugin.hibernate
Application() - Constructor in Application
applyFlushMode(org.hibernate.Session) - Method in GrailsOpenSessionInViewInterceptor
author - Property in HibernateGrailsPlugin

B

C

cleanup() - Method in HibernateSpec
clear() - Method in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
clear() - Method in HibernatePersistenceContextInterceptor
configure() - Method in HibernateDatastoreSpringInitializer
Configures an in-memory test data source, don't use in production
configureDataSources(org.springframework.core.env.PropertyResolver) - Method in HibernateDatastoreSpringInitializer
configureForDataSource(javax.sql.DataSource) - Method in HibernateDatastoreSpringInitializer
convert(java.lang.String) - Method in HibernateGrailsPlugin.1
createApplicationContext() - Method in HibernateDatastoreSpringInitializer
createPersistenceContextInterceptor(java.lang.String) - Method in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
createPersistenceContextInterceptor(java.lang.String) - Method in AggregatePersistenceContextInterceptor

D

DATA_SOURCES - Field in HibernateDatastoreSpringInitializer
dataSourceNames - Property in HibernateGrailsPlugin
dataSources - Property in HibernateDatastoreSpringInitializer
DEFAULT_DATA_SOURCE_NAME - Field in HibernateDatastoreSpringInitializer
DEFAULT_DATA_SOURCE_NAME - Field in HibernateGrailsPlugin
defaultDataSourceBeanName - Property in HibernateDatastoreSpringInitializer
defaultSessionFactoryBeanName - Property in HibernateDatastoreSpringInitializer
description - Property in HibernateGrailsPlugin
description - Property in SchemaExportCommand
destroy() - Method in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
destroy() - Method in HibernatePersistenceContextInterceptor
disconnect() - Method in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
disconnect() - Method in HibernatePersistenceContextInterceptor
documentation - Property in HibernateGrailsPlugin
doWithSpring() - Method in HibernateGrailsPlugin

E

enableReload - Property in HibernateDatastoreSpringInitializer

F

flush() - Method in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
flush() - Method in HibernatePersistenceContextInterceptor

G

getBeanDefinitions(org.springframework.beans.factory.support.BeanDefinitionRegistry) - Method in HibernateDatastoreSpringInitializer
getConfiguration() - Method in HibernateSpec
Returns:
The configuration
getDomainClasses() - Method in HibernateSpec
Returns:
The domain classes
getHibernateSession() - Method in HibernateSpec
Returns:
the current Hibernate session
getPackageToScan(grails.config.Config) - Method in HibernateSpec
Obtains the default package to scan
getPersistenceInterceptorClass() - Method in HibernateDatastoreSpringInitializer
getSessionFactory() - Method in HibernatePersistenceContextInterceptor
Returns:
the sessionFactory
getSessionFactory() - Method in HibernateSpec
Returns:
the current session factory
getTestDbUrl() - Method in HibernateDatastoreSpringInitializer
GrailsOpenSessionInViewInterceptor - Class in org.grails.plugin.hibernate.support
Extends the default spring OSIV and doesn't flush the session if it has been set to MANUAL on the session itself.
grailsPlugin - Property in HibernateDatastoreSpringInitializer
grailsVersion - Property in HibernateGrailsPlugin

H

handle(grails.dev.commands.ExecutionContext) - Method in SchemaExportCommand
hibernateDatastore - Field in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
hibernateDatastore - Property in HibernateSpec
HibernateDatastoreSpringInitializer - Class in grails.orm.bootstrap
Class that handles the details of initializing GORM for Hibernate
HibernateDatastoreSpringInitializer(java.util.Map, Collection<Class>) - Constructor in HibernateDatastoreSpringInitializer
hibernateFlushMode - Field in GrailsOpenSessionInViewInterceptor
HibernateGrailsPlugin - Class in grails.plugin.hibernate
Plugin that integrates Hibernate into a Grails application
HibernateGrailsPlugin.1 - Class in grails.plugin.hibernate
HibernateGrailsPlugin.1() - Constructor in HibernateGrailsPlugin.1
HibernateGrailsPlugin() - Constructor in HibernateGrailsPlugin
HibernatePersistenceContextInterceptor - Class in org.grails.plugin.hibernate.support
Authors:
Graeme Rocher
HibernatePersistenceContextInterceptor(java.lang.String) - Constructor in HibernatePersistenceContextInterceptor
Parameters:
dataSourceName - a name of dataSource
HibernateSpec - Class in grails.test.hibernate
Specification for Hibernate tests
HibernateSpec() - Constructor in HibernateSpec

I

init() - Method in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
init() - Method in HibernatePersistenceContextInterceptor
interceptors - Field in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
isOpen() - Method in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
isOpen() - Method in HibernatePersistenceContextInterceptor
isRollback() - Method in HibernateSpec
Whether to rollback on each test (defaults to true)
issueManagement - Property in HibernateGrailsPlugin

J

K

L

license - Property in HibernateGrailsPlugin
loadAfter - Property in HibernateGrailsPlugin

M

main(java.lang.String) - Method in Application

N

O

observe - Property in HibernateGrailsPlugin
onChange(Map<String, Object>) - Method in HibernateGrailsPlugin
openSession() - Method in GrailsOpenSessionInViewInterceptor
organization - Property in HibernateGrailsPlugin

P

pluginExcludes - Property in HibernateGrailsPlugin
postHandle(org.springframework.web.context.request.WebRequest, org.springframework.ui.ModelMap) - Method in GrailsOpenSessionInViewInterceptor

Q

R

reconnect() - Method in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
reconnect() - Method in HibernatePersistenceContextInterceptor

S

SchemaExportCommand - Class in grails.plugin.hibernate.commands
Adds a schema-export command
SchemaExportCommand() - Constructor in SchemaExportCommand
scm - Property in HibernateGrailsPlugin
SESSION_FACTORY_BEAN_NAME - Field in HibernateDatastoreSpringInitializer
SessionFactoryAwarePersistenceContextInterceptor - Interface in org.grails.plugin.hibernate.support
Interface for grails.persistence.support.PersistenceContextInterceptor instances that are aware of the org.hibernate.SessionFactory
setHibernateDatastore(org.grails.orm.hibernate.AbstractHibernateDatastore) - Method in GrailsOpenSessionInViewInterceptor
setHibernateDatastore(org.grails.orm.hibernate.AbstractHibernateDatastore) - Method in HibernatePersistenceContextInterceptor
setReadOnly() - Method in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
setReadOnly() - Method in HibernatePersistenceContextInterceptor
setReadWrite() - Method in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
setReadWrite() - Method in HibernatePersistenceContextInterceptor
setSessionFactory(org.hibernate.SessionFactory) - Method in HibernatePersistenceContextInterceptor
setSessionFactory(org.hibernate.SessionFactory) - Method in SessionFactoryAwarePersistenceContextInterceptor
setup() - Method in HibernateSpec
setupSpec() - Method in HibernateSpec
skipBootstrap - Property in SchemaExportCommand

T

TEST_DB_URL - Field in HibernateDatastoreSpringInitializer
title - Property in HibernateGrailsPlugin
transactionManager - Property in HibernateSpec
transactionStatus - Property in HibernateSpec
The transaction status

U

V

W

watchedResources - Property in HibernateGrailsPlugin

X

Y

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _