- AbstractClosureEventTriggeringInterceptor - Class in org.grails.orm.hibernate.support
Abstract class for defining the event triggering interceptor
- AbstractGrailsDomainBinder - Class in org.grails.orm.hibernate.cfg
Handles the binding Grails domain classes and properties to the Hibernate runtime meta model.
- AbstractHibernateConnectionSourceFactory - Class in org.grails.orm.hibernate.connections
Constructs a Hibernate org.hibernate.SessionFactory
- AbstractHibernateCriteriaBuilder - Class in org.grails.orm.hibernate.query
Abstract super class for sharing code between Hibernate 3 and 4 implementations of HibernateCriteriaBuilder
- AbstractHibernateCriteriaBuilder.LogicalExpression - Class in org.grails.orm.hibernate.query
instances of this class are pushed onto the logicalExpressionStack
to represent all the unfinished "and", "or", and "not" expressions.
- AbstractHibernateCriteriaBuilder(java.lang.Class, org.hibernate.SessionFactory, boolean) - Constructor in AbstractHibernateCriteriaBuilder
-
- AbstractHibernateCriterionAdapter - Class in org.grails.orm.hibernate.query
Adapts Grails datastore API to Hibernate API
- AbstractHibernateCriterionAdapter.CriterionAdaptor - Class in org.grails.orm.hibernate.query
- AbstractHibernateCriterionAdapter() - Constructor in AbstractHibernateCriterionAdapter
-
- abstractHibernateCriterionAdapter - Field in AbstractHibernateQuery
-
- AbstractHibernateDatastore - Class in org.grails.orm.hibernate
Datastore implementation that uses a Hibernate SessionFactory underneath.
- AbstractHibernateDatastore.FlushMode - Enum in org.grails.orm.hibernate
We use a separate enum here because the classes differ between Hibernate 3 and 4
- AbstractHibernateDatastore(org.grails.datastore.mapping.model.MappingContext, org.hibernate.SessionFactory, org.springframework.core.env.PropertyResolver) - Constructor in AbstractHibernateDatastore
-
- AbstractHibernateEventListener - Class in org.grails.orm.hibernate.event.listener
- AbstractHibernateEventListener(org.grails.orm.hibernate.AbstractHibernateDatastore) - Constructor in AbstractHibernateEventListener
-
- AbstractHibernateGormInstanceApi - Class in org.grails.orm.hibernate
Abstract extension of the org.grails.datastore.gorm.GormInstanceApi class that provides common logic shared by Hibernate 3 and Hibernate 4
- AbstractHibernateGormInstanceApi(Class<D>, org.grails.orm.hibernate.AbstractHibernateDatastore, java.lang.ClassLoader, org.grails.orm.hibernate.IHibernateTemplate) - Constructor in AbstractHibernateGormInstanceApi
-
- AbstractHibernateGormStaticApi - Class in org.grails.orm.hibernate
Abstract implementation of the Hibernate static API for GORM, providing String-based method implementations
- AbstractHibernateGormStaticApi.1 - Class in org.grails.orm.hibernate
- AbstractHibernateGormStaticApi.1() - Constructor in AbstractHibernateGormStaticApi.1
-
- AbstractHibernateGormStaticApi(Class<D>, org.grails.orm.hibernate.HibernateDatastore, List<FinderMethod>, org.springframework.transaction.PlatformTransactionManager) - Constructor in AbstractHibernateGormStaticApi
-
- AbstractHibernateGormValidationApi - Class in org.grails.orm.hibernate
- AbstractHibernateGormValidationApi(Class<D>, org.grails.orm.hibernate.AbstractHibernateDatastore, java.lang.ClassLoader) - Constructor in AbstractHibernateGormValidationApi
-
- AbstractHibernateQuery - Class in org.grails.orm.hibernate.query
Bridges the Query API with the Hibernate Criteria API
- AbstractHibernateQuery.CriteriaAndAlias - Class in org.grails.orm.hibernate.query
- AbstractHibernateQuery.HibernateAssociationQuery - Class in org.grails.orm.hibernate.query
- AbstractHibernateQuery.HibernateJunction - Class in org.grails.orm.hibernate.query
- AbstractHibernateQuery.HibernateProjectionList - Class in org.grails.orm.hibernate.query
- AbstractHibernateQuery(org.hibernate.Criteria, org.grails.orm.hibernate.AbstractHibernateSession, org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Constructor in AbstractHibernateQuery
-
- AbstractHibernateSession - Class in org.grails.orm.hibernate
Session implementation that wraps a Hibernate org.hibernate.Session.
- AbstractHibernateSession(org.grails.orm.hibernate.AbstractHibernateDatastore, org.hibernate.SessionFactory) - Constructor in AbstractHibernateSession
-
- AbstractMongoConnectionSourceSettings - Class in org.grails.datastore.mapping.mongo.connections
- AbstractMongoConnectionSourceSettings() - Constructor in AbstractMongoConnectionSourceSettings
-
- AbstractMongoObectEntityPersister - Class in org.grails.datastore.mapping.mongo.engine
Abstract implementation of MongoDB mongo object mapping entity persister.
- AbstractMongoObectEntityPersister.MongoAssociationIndexer - Class in org.grails.datastore.mapping.mongo.engine
- AbstractMongoObectEntityPersister(org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.model.PersistentEntity, org.hibernate.Session, org.springframework.context.ApplicationEventPublisher) - Constructor in AbstractMongoObectEntityPersister
-
- AbstractMongoSession - Class in org.grails.datastore.mapping.mongo
Abstract implementation on the org.grails.datastore.mapping.core.Session interface for MongoDB
- AbstractMongoSession(org.grails.datastore.mapping.mongo.MongoDatastore, org.grails.datastore.mapping.model.MappingContext, org.springframework.context.ApplicationEventPublisher, boolean) - Constructor in AbstractMongoSession
-
- 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
-
- AbstractShapeCoordsType - Class in org.grails.datastore.gorm.mongo.geo
Abstract implementation for custom types that persist shapes using their coordinate values
- AbstractShapeCoordsType(Class<T>) - Constructor in AbstractShapeCoordsType
-
- add(org.hibernate.criterion.Criterion) - Method in AbstractHibernateQuery
-
- add(org.hibernate.criterion.Criterion) - Method in AbstractHibernateQuery.HibernateAssociationQuery
-
- add(org.hibernate.criterion.Criterion) - Method in AbstractHibernateQuery.HibernateJunction
-
- add(Projection) - Method in AbstractHibernateQuery.HibernateProjectionList
-
- addAnnotatedClass(java.lang.Class) - Method in HibernateMappingContextConfiguration
-
- addAnnotatedClasses(Class<?>) - Method in HibernateMappingContextConfiguration
-
Add the given annotated classes in a batch.
- addAssociationQueryCriterionAdapters() - Method in AbstractHibernateCriterionAdapter
-
- addConnectionSource(java.lang.String, Map<String, Object>) - Method in MongoConnectionSources
-
- additionalProperties - Property in HibernateConnectionSourceSettings.HibernateSettings
-
Any additional properties that should be passed through as is.
- addJunctionCriterionAdapters() - Method in AbstractHibernateCriterionAdapter
-
- addLikeCriterionAdapters() - Method in AbstractHibernateCriterionAdapter
-
- addMultiTenantFilterIfNecessary(org.grails.orm.hibernate.cfg.HibernatePersistentEntity, org.hibernate.mapping.PersistentClass, org.hibernate.boot.spi.InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
-
Add a Hibernate filter for multitenancy if the persistent class is multitenant
- addPackages(java.lang.String) - Method in HibernateMappingContextConfiguration
-
Add the given annotated packages in a batch.
- addPostFlushOperations(List<PendingOperation>) - Method in AbstractMongoSession
-
- addProjectionToList(Projection, java.lang.String) - Method in AbstractHibernateCriteriaBuilder
-
Adds a projection to the projectList for the given alias
- addPropertyComparisonCriterionAdapters() - Method in AbstractHibernateCriterionAdapter
-
- addRangeQueryCriterionAdapters() - Method in AbstractHibernateCriterionAdapter
-
- addSimpleCriterionAdapters() - Method in AbstractHibernateCriterionAdapter
-
- addSimplePropertyCriterionAdapters() - Method in AbstractHibernateCriterionAdapter
-
- addSizeComparisonCriterionAdapters() - Method in AbstractHibernateCriterionAdapter
-
- addSubqueryCriterionAdapters() - Method in AbstractHibernateCriterionAdapter
-
- addTenantForSchema(java.lang.String) - Method in HibernateDatastore
-
- addToCriteria(org.hibernate.criterion.Criterion) - Method in AbstractHibernateCriteriaBuilder
-
adds and returns the given criterion to the currently active criteria set.
- addToCriteria(org.hibernate.criterion.Criterion) - Method in AbstractHibernateQuery
-
- addToCriteria(org.hibernate.criterion.Criterion) - Method in AbstractHibernateQuery.HibernateAssociationQuery
-
- addUnderscore(java.lang.String, java.lang.String) - Method in GrailsDomainBinder
-
- AFTER_DELETE_EVENT - Field in ClosureEventTriggeringInterceptor
-
- deprecated:
- Use org.grails.datastore.mapping.engine.event.AbstractPersistenceEvent#AFTER_DELETE_EVENT instead
- AFTER_INSERT_EVENT - Field in ClosureEventTriggeringInterceptor
-
- deprecated:
- Use org.grails.datastore.mapping.engine.event.AbstractPersistenceEvent#AFTER_INSERT_EVENT instead
- AFTER_LOAD_EVENT - Field in ClosureEventTriggeringInterceptor
-
- deprecated:
- Use org.grails.datastore.mapping.engine.event.AbstractPersistenceEvent#AFTER_LOAD_EVENT instead
- AFTER_UPDATE_EVENT - Field in ClosureEventTriggeringInterceptor
-
- deprecated:
- Use org.grails.datastore.mapping.engine.event.AbstractPersistenceEvent#AFTER_UPDATE_EVENT instead
- afterPropertiesSet() - Method in HibernateDialectDetectorFactoryBean
-
- afterPropertiesSet() - Method in HibernateMappingContextSessionFactoryBean
-
- aggregate(java.util.List, Function<AggregateIterable, AggregateIterable>, com.mongodb.ReadPreference) - Method in MongoEntity
-
Execute a MongoDB aggregation pipeline.
- aggregate(MongoCollection<Document>, List<? extends Map<String, Object>>, Class<T>) - Method in MongoExtensions
-
- aggregate(java.util.List, Function<AggregateIterable, AggregateIterable>, com.mongodb.ReadPreference) - Method in MongoStaticApi
-
- aggregate(java.util.List, Function<AggregateIterable, AggregateIterable>, com.mongodb.ReadPreference) - Method in MongoStaticOperations
-
Execute a MongoDB aggregation pipeline.
- AggregatedResultList(org.grails.datastore.mapping.mongo.AbstractMongoSession, MongoCursor<Document>, List<ProjectedProperty>) - Constructor in MongoQuery.AggregatedResultList
-
- AggregatePersistenceContextInterceptor - Class in org.grails.plugin.hibernate.support
- AggregatePersistenceContextInterceptor(org.grails.orm.hibernate.AbstractHibernateDatastore) - Constructor in AggregatePersistenceContextInterceptor
-
- AggregatePipeline(org.grails.datastore.mapping.mongo.query.MongoQuery, org.grails.datastore.mapping.model.PersistentEntity, org.bson.Document, List<Projection>) - Constructor in MongoQuery.AggregatePipeline
-
- ALIAS - Field in AbstractHibernateCriteriaBuilder
-
- ALIAS - Field in AbstractHibernateCriterionAdapter
-
- alias - Field in AbstractHibernateQuery
-
- alias - Field in AbstractHibernateQuery.CriteriaAndAlias
-
- alias - Field in AbstractHibernateQuery.HibernateAssociationQuery
-
- alias - Field in AbstractHibernateQuery.HibernateJunction
-
- aliasCount - Field in AbstractHibernateCriteriaBuilder
-
- aliasCount - Field in AbstractHibernateQuery
-
- aliasInstanceStack - Field in AbstractHibernateCriteriaBuilder
-
- aliasInstanceStack - Field in AbstractHibernateQuery
-
- aliasMap - Field in AbstractHibernateCriteriaBuilder
-
- aliasStack - Field in AbstractHibernateCriteriaBuilder
-
- aliasStack - Field in AbstractHibernateQuery
-
- allEq(Map<String,Object>) - Method in AbstractHibernateCriteriaBuilder
-
- allEq(Map<String,Object>) - Method in AbstractHibernateQuery
-
- allEq(Map<String,Object>) - Method in AbstractHibernateQuery.HibernateAssociationQuery
-
- allowCreate - Field in GrailsSessionContext
-
- allQualifiers(org.grails.datastore.mapping.core.Datastore, org.grails.datastore.mapping.model.PersistentEntity) - Method in HibernateDatastore
-
- allStatements - Property in GroovyChange
-
- ALWAYS - Enum Constant in AbstractHibernateDatastore.FlushMode
-
- ALWAYS - Enum Constant in HibernateConnectionSourceSettings.HibernateSettings.FlushSettings.FlushMode
-
- AND - Field in AbstractHibernateCriteriaBuilder
-
- and(org.hibernate.criterion.Criterion, org.hibernate.criterion.Criterion) - Method in AbstractHibernateQuery
-
- and(org.hibernate.criterion.Criterion, org.hibernate.criterion.Criterion) - Method in AbstractHibernateQuery.HibernateAssociationQuery
-
- AND_OPERATOR - Field in BsonQuery
-
- annotatedClasses - Property in HibernateConnectionSourceSettings.HibernateSettings
-
Specify annotated entity classes to register with this Hibernate SessionFactory.
- annotatedPackages - Property in HibernateConnectionSourceSettings.HibernateSettings
-
Specify the names of annotated packages, for which package-level
annotation metadata will be read.
- append(liquibase.changelog.ChangeSet, java.io.File) - Method in GroovyChangeLogSerializer
-
- appendAttrs(java.lang.StringBuilder, groovy.util.Node, java.lang.String) - Method in ChangelogXml2Groovy
-
- appendListeners(org.hibernate.event.service.spi.EventListenerRegistry, EventType<T>, Map<String,Object>) - Method in EventListenerIntegrator
-
- appendToChangeLog(java.io.File, java.io.File) - Method in DatabaseMigrationCommand
-
- appendWithIndent(int, java.lang.StringBuilder, java.lang.String) - Method in ChangelogXml2Groovy
-
- applicationContext - Property in ApplicationContextDatabaseMigrationCommand
-
- applicationContext - Property in DatabaseChangeLogBuilder
-
- applicationContext - Property in DatabaseMigrationTransactionManager
-
- applicationContext - Property in GroovyChangeLogParser
-
- applicationContext - Property in HibernateDatastoreFactoryBean
-
- applicationContext - Property in HibernateGormAutoConfiguration
-
- applicationContext - Field in HibernateMappingContextSessionFactoryBean
-
- applicationContext - Property in MongoDbGormAutoConfiguration
-
- ApplicationContextDatabaseMigrationCommand - Trait in org.grails.plugins.databasemigration.command
- applyConnectionString(java.lang.Object) - Method in MongoConnectionSourceSettingsBuilder
-
- applyCredentials(java.lang.Object) - Method in MongoConnectionSourceSettingsBuilder
-
- applyDefaultSortOrderAndCaching() - Method in AbstractHibernateQuery
-
- applyDependencies(org.grails.cli.compiler.DependencyCustomizer) - Method in GormCompilerAutoConfiguration
-
- applyFetchStrategies() - Method in AbstractHibernateQuery
-
- applyFlushMode(org.hibernate.Session, boolean) - Method in GrailsHibernateTemplate
-
Apply the flush mode that's been specified for this accessor to the given Session.
- applyFlushMode(org.hibernate.Session) - Method in GrailsOpenSessionInViewInterceptor
-
- applyImports(org.codehaus.groovy.control.customizers.ImportCustomizer) - Method in GormCompilerAutoConfiguration
-
- applyManualFlush(org.hibernate.Session) - Method in AbstractHibernateGormValidationApi
-
- applyManualFlush(org.hibernate.Session) - Method in HibernateGormValidationApi
-
- applyNewInstance(org.springframework.context.annotation.Configuration) - Method in GrailsIdentifierGeneratorFactory
-
- applySettings(org.hibernate.Criteria) - Method in GrailsHibernateTemplate
-
- applySettings(org.hibernate.Criteria) - Method in IHibernateTemplate
-
- applySubCriteriaToJunction(org.grails.datastore.mapping.model.PersistentEntity, org.grails.orm.hibernate.query.AbstractHibernateQuery, List<Query.Criterion>, Junction, java.lang.String) - Method in AbstractHibernateCriterionAdapter
-
- args - Field in AbstractHibernateCriteriaBuilder.LogicalExpression
-
- ARGUMENT_CACHE - Field in GrailsHibernateUtil
-
- ARGUMENT_DEEP_VALIDATE - Field in AbstractHibernateGormValidationApi
-
- ARGUMENT_FETCH - Field in GrailsHibernateUtil
-
- ARGUMENT_FETCH_SIZE - Field in GrailsHibernateUtil
-
- ARGUMENT_FLUSH_MODE - Field in GrailsHibernateUtil
-
- ARGUMENT_IGNORE_CASE - Field in GrailsHibernateUtil
-
- ARGUMENT_LOCK - Field in GrailsHibernateUtil
-
- ARGUMENT_MAX - Field in GrailsHibernateUtil
-
- ARGUMENT_OFFSET - Field in GrailsHibernateUtil
-
- ARGUMENT_ORDER - Field in GrailsHibernateUtil
-
- ARGUMENT_READ_ONLY - Field in GrailsHibernateUtil
-
- ARGUMENT_SORT - Field in GrailsHibernateUtil
-
- ARGUMENT_TIMEOUT - Field in GrailsHibernateUtil
-
- arguments(java.util.Map) - Method in MongoCriteriaBuilder
-
- asArray() - Method in Point
-
- Returns:
- An array representation of the point
- asList() - Method in Box
-
Converts the Polygon to a multi-dimensional list of coordinates.
- asList() - Method in Circle
-
- Returns:
- The circle as a coordinate list
- asList() - Method in GeoJSON
-
Converts the GeoJSON shape into a coordinate list
- asList() - Method in GeometryCollection
-
- asList() - Method in LineString
-
Converts the line string to a multi dimensional coordinate list.
- asList() - Method in MultiLineString
-
- asList() - Method in MultiPoint
-
- asList() - Method in MultiPolygon
-
- asList() - Method in Point
-
- Returns:
- A list representation of the point
- asList() - Method in Polygon
-
Converts the Polygon to a multi-dimensional list of coordinates.
- asList() - Method in Shape
-
Converts the Shape into a coordinate list
- asList() - Method in Sphere
-
The sphere coordinate list with the radius in radians
- assemble(java.io.Serializable, java.lang.Object) - Method in IdentityEnumType
-
- ASSIGNED_IDENTIFIER_MAPPING - Field in MongoCodecEntityPersister
-
- ASSIGNED_IDENTIFIER_MAPPING - Field in MongoConstants
-
- assocationCriteria - Field in AbstractHibernateQuery.HibernateAssociationQuery
-
- associationPath - Field in AbstractHibernateQuery.CriteriaAndAlias
-
- associationStack - Field in AbstractHibernateCriteriaBuilder
-
- associationStack - Field in AbstractHibernateQuery
-
- asType(com.mongodb.client.FindIterable, Class<T>) - Method in MongoExtensions
-
- attach(D) - Method in AbstractHibernateGormInstanceApi
-
- attach(java.lang.Object) - Method in AbstractHibernateSession
-
- author - Property in DatabaseMigrationGrailsPlugin
-
- author - Property in HibernateGrailsPlugin
-
- authorEmail - Property in DatabaseMigrationGrailsPlugin
-
- AUTO - Enum Constant in AbstractHibernateDatastore.FlushMode
-
- AUTO - Enum Constant in HibernateConnectionSourceSettings.HibernateSettings.FlushSettings.FlushMode
-
- autoAssociateBidirectionalOneToOnes(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in HibernateRuntimeUtils
-
- autoFlush - Property in AbstractHibernateGormInstanceApi
-
- autoImport(boolean) - Method in HibernateMappingBuilder
-
- autoImport - Property in Mapping
-
Sets whether packaged domain classes should be auto-imported in HQL queries
- autoTimestamp(boolean) - Method in HibernateMappingBuilder
-
Set whether auto time stamping should occur for last_updated and date_created columns
- autoTimestampEventListener - Field in AbstractHibernateDatastore
-
- autoTimestampEventListener - Field in MongoDatastore
-
- autowire(boolean) - Method in HibernateMappingBuilder
-
- available - Property in MongoEntityTraitProvider
-
- AVERAGE_OPERATOR - Field in BsonQuery
-
- avg(java.lang.String, java.lang.String) - Method in AbstractHibernateCriteriaBuilder
-
Adds a projection that allows the criteria to return the property average value
- avg(java.lang.String) - Method in AbstractHibernateQuery.HibernateProjectionList
-
- BACKTICK - Field in GrailsDomainBinder
-
- BasicCollectionTypeDecoder - Class in org.grails.datastore.bson.codecs.decoders
A {@PropertyDecoder} capable of decoding {@Basic} collection types
- BasicCollectionTypeDecoder() - Constructor in BasicCollectionTypeDecoder
-
- BasicCollectionTypeEncoder - Class in org.grails.datastore.bson.codecs.encoders
A {@PropertyEncoder} capable of encoding {@Basic} collection types
- BasicCollectionTypeEncoder() - Constructor in BasicCollectionTypeEncoder
-
- batchSize(java.lang.Integer) - Method in HibernateMappingBuilder
-
Configures the batch-size used for lazy loading
- batchSize - Property in Mapping
-
The batch size to use for lazy loading
- batchSize - Property in PropertyConfig
-
The batch size used for lazy loading
- BEAN_ID - Field in SessionFactoryHolder
-
- beanFactory - Property in HibernateGormAutoConfiguration
-
- BEFORE_DELETE_EVENT - Field in ClosureEventTriggeringInterceptor
-
- deprecated:
- Use org.grails.datastore.mapping.engine.event.AbstractPersistenceEvent#BEFORE_DELETE_EVENT instead
- BEFORE_INSERT_EVENT - Field in ClosureEventTriggeringInterceptor
-
- deprecated:
- Use org.grails.datastore.mapping.engine.event.AbstractPersistenceEvent#BEFORE_INSERT_EVENT instead
- BEFORE_LOAD_EVENT - Field in ClosureEventTriggeringInterceptor
-
- deprecated:
- Use org.grails.datastore.mapping.engine.event.AbstractPersistenceEvent#BEFORE_LOAD_EVENT instead
- BEFORE_UPDATE_EVENT - Field in ClosureEventTriggeringInterceptor
-
- deprecated:
- Use org.grails.datastore.mapping.engine.event.AbstractPersistenceEvent#BEFORE_UPDATE_EVENT instead
- beforeFinishDocument(org.bson.BsonWriter, org.grails.datastore.mapping.engine.EntityAccess) - Method in BsonPersistentEntityCodec
-
Called directly before the last call to finish the document writing process
- begin() - Method in HibernateJtaTransactionManagerAdapter
-
- beginTransaction(org.springframework.transaction.TransactionDefinition) - Method in AbstractHibernateSession
-
- beginTransactionInternal() - Method in MongoCodecSession
-
- beginTransactionInternal() - Method in MongoSession
-
- BETWEEN - Field in AbstractHibernateCriteriaBuilder
-
- between(java.lang.String, java.lang.Object, java.lang.Object) - Method in AbstractHibernateQuery
-
- between(java.lang.String, java.lang.Object, java.lang.Object) - Method in AbstractHibernateQuery.HibernateAssociationQuery
-
- bidiMap - Field in IdentityEnumType
-
- BIG_DECIMAL - Field in HibernateCriteriaBuilder
-
- BIG_INTEGER - Field in HibernateCriteriaBuilder
-
- BigDecimalCodec - Class in org.grails.datastore.bson.codecs
A codec for BigDecimal
- BigDecimalCodec() - Constructor in BigDecimalCodec
-
- BigIntegerCodec - Class in org.grails.datastore.bson.codecs
A codec for BigDecimal
- BigIntegerCodec() - Constructor in BigIntegerCodec
-
- BINARY - Field in HibernateCriteriaBuilder
-
- bindClass(org.grails.datastore.mapping.model.PersistentEntity, org.hibernate.mapping.PersistentClass, org.hibernate.boot.spi.InFlightMetadataCollector) - Method in GrailsDomainBinder
-
Binds the specified persistant class to the runtime model based on the
properties defined in the domain class
- bindCollection(org.grails.datastore.mapping.model.types.ToMany, java.util.Collection, org.hibernate.mapping.PersistentClass, org.hibernate.boot.spi.InFlightMetadataCollector, java.lang.String, java.lang.String) - Method in GrailsDomainBinder
-
First pass to bind collection to Hibernate metamodel, sets up second pass
- bindCollectionForPropertyConfig(java.util.Collection, org.grails.orm.hibernate.cfg.PropertyConfig) - Method in GrailsDomainBinder
-
- bindCollectionSecondPass(org.grails.datastore.mapping.model.types.ToMany, org.hibernate.boot.spi.InFlightMetadataCollector, Map<?,?>, java.util.Collection, java.lang.String) - Method in GrailsDomainBinder
-
- bindCollectionTable(org.grails.datastore.mapping.model.types.ToMany, org.hibernate.boot.spi.InFlightMetadataCollector, java.util.Collection, org.grails.orm.hibernate.cfg.Table, java.lang.String) - Method in GrailsDomainBinder
-
- bindCollectionWithJoinTable(org.grails.datastore.mapping.model.types.ToMany, org.hibernate.boot.spi.InFlightMetadataCollector, java.util.Collection, org.grails.orm.hibernate.cfg.PropertyConfig, java.lang.String) - Method in GrailsDomainBinder
-
- bindColumn(org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.model.PersistentProperty, org.hibernate.mapping.Column, org.grails.orm.hibernate.cfg.ColumnConfig, java.lang.String, org.grails.orm.hibernate.cfg.Table, java.lang.String) - Method in GrailsDomainBinder
-
Binds a Column instance to the Hibernate meta model
- bindColumnConfigToColumn(org.grails.datastore.mapping.model.PersistentProperty, org.hibernate.mapping.Column, org.grails.orm.hibernate.cfg.ColumnConfig) - Method in GrailsDomainBinder
-
- bindComponent(org.hibernate.mapping.Component, org.grails.datastore.mapping.model.types.Embedded, boolean, org.hibernate.boot.spi.InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
-
Binds a Hibernate component type using the given GrailsDomainClassProperty instance
- bindComponentProperty(org.hibernate.mapping.Component, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.model.PersistentProperty, org.hibernate.mapping.PersistentClass, java.lang.String, org.grails.orm.hibernate.cfg.Table, org.hibernate.boot.spi.InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
-
- bindCompositeId(org.grails.datastore.mapping.model.PersistentEntity, org.hibernate.mapping.RootClass, org.grails.orm.hibernate.cfg.CompositeIdentity, org.hibernate.boot.spi.InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
-
- bindCompositeIdentifierToManyToOne(org.grails.datastore.mapping.model.types.Association, org.hibernate.mapping.SimpleValue, org.grails.orm.hibernate.cfg.CompositeIdentity, org.grails.datastore.mapping.model.PersistentEntity, java.lang.String, java.lang.String) - Method in GrailsDomainBinder
-
- bindDependentKeyValue(org.grails.datastore.mapping.model.PersistentProperty, org.hibernate.mapping.DependantValue, org.hibernate.boot.spi.InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
-
Binds the primary key value column
- bindDiscriminatorProperty(org.grails.orm.hibernate.cfg.Table, org.hibernate.mapping.RootClass, org.hibernate.boot.spi.InFlightMetadataCollector) - Method in GrailsDomainBinder
-
Creates and binds the discriminator property used in table-per-hierarchy inheritance to
discriminate between sub class instances
- bindEnumType(org.grails.datastore.mapping.model.PersistentProperty, Class<?>, org.hibernate.mapping.SimpleValue, java.lang.String) - Method in GrailsDomainBinder
-
- bindIdentity(org.grails.orm.hibernate.cfg.HibernatePersistentEntity, org.hibernate.mapping.RootClass, org.hibernate.boot.spi.InFlightMetadataCollector, org.grails.orm.hibernate.cfg.Mapping, java.lang.String) - Method in GrailsDomainBinder
-
- bindIndex(java.lang.String, org.hibernate.mapping.Column, org.grails.orm.hibernate.cfg.ColumnConfig, org.grails.orm.hibernate.cfg.Table) - Method in GrailsDomainBinder
-
- bindJoinedSubClass(org.grails.orm.hibernate.cfg.HibernatePersistentEntity, org.hibernate.mapping.JoinedSubclass, org.hibernate.boot.spi.InFlightMetadataCollector, org.grails.orm.hibernate.cfg.Mapping, java.lang.String) - Method in GrailsDomainBinder
-
Binds a joined sub-class mapping using table-per-subclass
- bindListSecondPass(org.grails.datastore.mapping.model.types.ToMany, org.hibernate.boot.spi.InFlightMetadataCollector, Map<?,?>, org.hibernate.mapping.List, java.lang.String) - Method in GrailsDomainBinder
-
- bindManyToMany(org.grails.datastore.mapping.model.types.Association, org.grails.datastore.mapping.model.types.ManyToOne, org.hibernate.boot.spi.InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
-
Binds a many-to-many relationship.
- bindManyToOne(org.grails.datastore.mapping.model.types.Association, org.grails.datastore.mapping.model.types.ManyToOne, java.lang.String, org.hibernate.boot.spi.InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
-
Binds a many-to-one relationship to the
- bindManyToOneValues(org.grails.datastore.mapping.model.types.Association, org.grails.datastore.mapping.model.types.ManyToOne) - Method in GrailsDomainBinder
-
- bindMapSecondPass(org.grails.datastore.mapping.model.types.ToMany, org.hibernate.boot.spi.InFlightMetadataCollector, Map<?,?>, org.hibernate.mapping.Map, java.lang.String) - Method in GrailsDomainBinder
-
- bindNaturalIdentifier(org.grails.orm.hibernate.cfg.Table, org.grails.orm.hibernate.cfg.Mapping, org.hibernate.mapping.PersistentClass) - Method in GrailsDomainBinder
-
- bindNumericColumnConstraints(org.hibernate.mapping.Column, org.grails.datastore.mapping.model.PersistentProperty, org.grails.orm.hibernate.cfg.ColumnConfig) - Method in GrailsDomainBinder
-
Interrogates the specified constraints looking for any constraints that would limit the
precision and/or scale of the property's value.
- bindOneToMany(org.grails.datastore.mapping.model.types.OneToMany, org.grails.datastore.mapping.model.types.OneToMany, org.hibernate.boot.spi.InFlightMetadataCollector) - Method in GrailsDomainBinder
-
- bindOneToOne(org.grails.datastore.mapping.model.types.OneToOne, org.grails.datastore.mapping.model.types.OneToOne, java.lang.String, java.lang.String) - Method in GrailsDomainBinder
-
- bindOneToOneInternal(org.grails.datastore.mapping.model.types.OneToOne, org.grails.datastore.mapping.model.types.OneToOne, java.lang.String) - Method in GrailsDomainBinder
-
- bindProperty(org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.config.Property, org.hibernate.boot.spi.InFlightMetadataCollector) - Method in GrailsDomainBinder
-
Binds a property to Hibernate runtime meta model.
- bindRoot(org.grails.orm.hibernate.cfg.HibernatePersistentEntity, org.hibernate.boot.spi.InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
-
Binds a root class (one with no super classes) to the runtime meta model
based on the supplied Grails domain class
- bindRootPersistentClassCommonValues(org.grails.orm.hibernate.cfg.HibernatePersistentEntity, org.hibernate.mapping.RootClass, org.hibernate.boot.spi.InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
-
- bindSimpleId(org.grails.datastore.mapping.model.PersistentProperty, org.hibernate.mapping.RootClass, org.hibernate.boot.spi.InFlightMetadataCollector, org.grails.orm.hibernate.cfg.Identity, java.lang.String) - Method in GrailsDomainBinder
-
- bindSimpleValue(java.lang.String, org.hibernate.mapping.SimpleValue, boolean, java.lang.String, org.hibernate.boot.spi.InFlightMetadataCollector) - Method in GrailsDomainBinder
-
Binds a value for the specified parameters to the meta model.
- bindStringColumnConstraints(org.hibernate.mapping.Column, org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
-
Interrogates the specified constraints looking for any constraints that would limit the
length of the property's value.
- bindSubClass(org.grails.orm.hibernate.cfg.HibernatePersistentEntity, org.hibernate.mapping.Subclass, org.hibernate.boot.spi.InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
-
Binds a sub-class using table-per-hierarchy inheritance mapping
- bindSubClasses(org.grails.orm.hibernate.cfg.HibernatePersistentEntity, org.hibernate.mapping.PersistentClass, org.hibernate.boot.spi.InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
-
Binds the sub classes of a root class using table-per-heirarchy inheritance mapping
- bindUnidirectionalOneToMany(org.grails.datastore.mapping.model.types.OneToMany, org.hibernate.boot.spi.InFlightMetadataCollector, java.util.Collection) - Method in GrailsDomainBinder
-
Binds a unidirectional one-to-many creating a psuedo back reference property in the process.
- bindUnidirectionalOneToManyInverseValues(org.grails.datastore.mapping.model.types.ToMany, org.grails.datastore.mapping.model.types.ManyToOne) - Method in GrailsDomainBinder
-
- Parameters:
property
- The property to bind
- bindUnionSubclass(org.grails.orm.hibernate.cfg.HibernatePersistentEntity, org.hibernate.mapping.UnionSubclass, org.hibernate.boot.spi.InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
-
- bindVersion(org.grails.datastore.mapping.model.PersistentProperty, org.hibernate.mapping.RootClass, org.hibernate.boot.spi.InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
-
- BLOB - Field in HibernateCriteriaBuilder
-
- BOOLEAN - Field in HibernateCriteriaBuilder
-
- Box - Class in grails.mongodb.geo
Represents a box for use in Geo data models
- Box(grails.mongodb.geo.Point, grails.mongodb.geo.Point) - Constructor in Box
-
Construct a box from 2 points representing the lower left corner and the uppper right corner
- BOX_OPERATOR - Field in MongoQuery
-
- BoxType - Class in org.grails.datastore.gorm.mongo.geo
A custom type for persisting
Box instances
- BoxType() - Constructor in BoxType
-
- BsonPersistentEntityCodec - Class in org.grails.datastore.bson.codecs
Encodes and decodes org.grails.datastore.mapping.model.PersistentEntity objects from a BSON stream
- BsonPersistentEntityCodec(org.bson.codecs.configuration.CodecRegistry, org.grails.datastore.mapping.model.PersistentEntity, boolean) - Constructor in BsonPersistentEntityCodec
-
- BsonQuery - Class in org.grails.datastore.bson.query
A base class for Query implementations that create BSON queries based on MongoDB query format.
- BsonQuery.OperatorHandler - Interface in org.grails.datastore.bson.query
Handles query operators when reading BSON
- BsonQuery.ProjectionHandler - Interface in org.grails.datastore.bson.query
Handles a projection
- BsonQuery.QueryHandler - Interface in org.grails.datastore.bson.query
Handles an individual criterion
- BsonQuery(org.grails.datastore.mapping.model.PersistentEntity) - Constructor in BsonQuery
-
- bsonType() - Method in IdentityDecoder.1
-
- bsonType() - Method in IdentityDecoder.2
-
- bsonType() - Method in IdentityDecoder.3
-
- bsonType() - Method in IdentityDecoder.4
-
- bsonType() - Method in IdentityDecoder.5
-
- bsonType() - Method in IdentityDecoder.6
-
- bsonType() - Method in IdentityDecoder.7
-
- bsonType() - Method in IdentityDecoder.8
-
- bsonType() - Method in IdentityDecoder.IdentityTypeDecoder
-
- bsonType() - Method in InstantBsonConverter
-
- bsonType() - Method in LocalDateBsonConverter
-
- bsonType() - Method in LocalDateTimeBsonConverter
-
- bsonType() - Method in LocalTimeBsonConverter
-
- bsonType() - Method in OffsetDateTimeBsonConverter
-
- bsonType() - Method in OffsetTimeBsonConverter
-
- bsonType() - Method in PeriodBsonConverter
-
- bsonType() - Method in SimpleDecoder.1
-
- bsonType() - Method in SimpleDecoder.10
-
- bsonType() - Method in SimpleDecoder.11
-
- bsonType() - Method in SimpleDecoder.12
-
- bsonType() - Method in SimpleDecoder.13
-
- bsonType() - Method in SimpleDecoder.14
-
- bsonType() - Method in SimpleDecoder.15
-
- bsonType() - Method in SimpleDecoder.16
-
- bsonType() - Method in SimpleDecoder.2
-
- bsonType() - Method in SimpleDecoder.3
-
- bsonType() - Method in SimpleDecoder.4
-
- bsonType() - Method in SimpleDecoder.5
-
- bsonType() - Method in SimpleDecoder.6
-
- bsonType() - Method in SimpleDecoder.7
-
- bsonType() - Method in SimpleDecoder.8
-
- bsonType() - Method in SimpleDecoder.9
-
- bsonType() - Method in SimpleDecoder.TypeDecoder
-
- bsonType() - Method in TemporalBsonConverter
-
- bsonType() - Method in ZonedDateTimeBsonConverter
-
- build() - Method in HibernateConnectionSourceSettingsBuilder
-
- build() - Method in MongoClientOptionsBuilder
-
- build() - Method in MongoQuery.AggregatePipeline
-
- buildAggregatePipeline(org.grails.datastore.mapping.model.PersistentEntity, org.bson.Document, List<Projection>) - Method in MongoQuery
-
- buildConfiguration(java.lang.String, ConnectionSource<DataSource,DataSourceSettings>, org.grails.orm.hibernate.connections.HibernateConnectionSourceSettings) - Method in HibernateConnectionSourceFactory
-
- buildCriteria(Closure<?>) - Method in AbstractHibernateCriteriaBuilder
-
- buildDiscriminatorSet(org.grails.orm.hibernate.cfg.HibernatePersistentEntity) - Method in GrailsDomainBinder
-
- buildIndex() - Method in MongoDatastore
-
Builds the MongoDB index for this datastore
- buildJunction(Junction, List<Criterion>) - Method in AbstractHibernateCriteriaBuilder.LogicalExpression
-
- buildNamedParameterQueryFromGString(groovy.lang.GString, java.util.Map) - Method in AbstractHibernateGormStaticApi
-
Processes a query converting GString expressions into parameters
- buildOrderByClause(java.lang.String, org.hibernate.mapping.PersistentClass, java.lang.String, java.lang.String) - Method in GrailsDomainBinder
-
- buildOrdinalParameterQueryFromGString(groovy.lang.GString, java.util.List) - Method in AbstractHibernateGormStaticApi
-
Processes a query converting GString expressions into parameters
- buildPropertyAccess(java.lang.Class, java.lang.String) - Method in TraitPropertyAccessStrategy
-
- buildRuntimeSettings(java.lang.String, org.springframework.core.env.PropertyResolver, F) - Method in AbstractHibernateConnectionSourceFactory
-
- buildRuntimeSettings(java.lang.String, org.springframework.core.env.PropertyResolver, F) - Method in MongoConnectionSourceFactory
-
- buildSessionFactory() - Method in HibernateMappingContextConfiguration
-
- buildSessionFactory() - Method in HibernateMappingContextSessionFactoryBean
-
- buildSettings(java.lang.String, org.springframework.core.env.PropertyResolver, F, boolean) - Method in AbstractHibernateConnectionSourceFactory
-
- buildSettings(java.lang.String, org.springframework.core.env.PropertyResolver, F, boolean) - Method in MongoConnectionSourceFactory
-
- BYTE - Field in HibernateCriteriaBuilder
-
- cache(boolean) - Method in AbstractHibernateCriteriaBuilder
-
Whether to use the query cache
- cache(boolean) - Method in AbstractHibernateQuery
-
- cache - Property in HibernateConnectionSourceSettings.HibernateSettings
-
Cache settings
- cache(boolean) - Method in HibernateMappingBuilder
-
- cache - Property in Mapping
-
Caching config
- cache - Property in PropertyConfig
-
The cache configuration
- cacheableMappingLocations - Property in HibernateConnectionSourceSettings.HibernateSettings
-
Set locations of cacheable Hibernate mapping files, for example as web app
resource "/WEB-INF/mapping/example.hbm.xml".
- CacheConfig - Class in org.grails.orm.hibernate.cfg
Defines the cache configuration.
- CacheConfig() - Constructor in CacheConfig
-
- cacheCriteriaByMapping(org.grails.orm.hibernate.AbstractHibernateDatastore, Class<?>, org.hibernate.Criteria) - Method in GrailsHibernateUtil
-
- cacheCriteriaMapping() - Method in AbstractHibernateCriteriaBuilder
-
- cacheCriteriaMapping() - Method in HibernateCriteriaBuilder
-
- cachedShouldTrigger - Field in AbstractHibernateEventListener
-
- cacheEntry(java.io.Serializable, java.lang.Object, Map<Serializable,Object>, boolean) - Method in MongoSession
-
- cacheQueries - Field in GrailsHibernateTemplate
-
- calculatePropertyName(java.lang.String) - Method in AbstractHibernateCriteriaBuilder
-
Calculates the property name including any alias paths
- calculatePropertyName(java.lang.String, java.lang.String) - Method in AbstractHibernateCriterionAdapter
-
- calculatePropertyName(java.lang.String) - Method in AbstractHibernateQuery
-
- calculatePropertyValue(java.lang.Object) - Method in AbstractHibernateCriteriaBuilder
-
Calculates the property value, converting GStrings if necessary
- calculateTableForMany(org.grails.datastore.mapping.model.types.ToMany, java.lang.String) - Method in GrailsDomainBinder
-
Calculates the mapping table for a many-to-many.
- CALENDAR_DATE - Field in HibernateCriteriaBuilder
-
- CALENDAR - Field in HibernateCriteriaBuilder
-
- call(java.lang.Object) - Method in AbstractHibernateDatastore
-
- call() - Method in ClosureEventListener
-
- canBindOneToOneWithSingleColumnAndForeignKey(org.grails.datastore.mapping.model.types.Association) - Method in GrailsDomainBinder
-
- canDirtyCheck(java.lang.Object, org.grails.datastore.mapping.engine.EntityPersister, org.hibernate.Session) - Method in GrailsEntityDirtinessStrategy
-
- CASCADE_ALL_DELETE_ORPHAN - Field in GrailsDomainBinder
-
- CASCADE_ALL - Field in GrailsDomainBinder
-
- CASCADE_NONE - Field in GrailsDomainBinder
-
- CASCADE_SAVE_UPDATE - Field in GrailsDomainBinder
-
- cascadeDeleteCollection(org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.model.types.Association) - Method in AbstractMongoObectEntityPersister
-
- catalog - Property in Table
-
The table catalog
- center - Property in Circle
-
The center of the circle
- CENTER_OPERATOR - Field in MongoQuery
-
- center - Property in Sphere
-
The center of there sphere
- CENTER_SPHERE_OPERATOR - Field in MongoQuery
-
- changeClosure - Property in GroovyChange
-
- changeClosureCalled - Property in GroovyChange
-
- changeLog - Property in GroovyPrecondition
-
- ChangelogXml2Groovy - Class in org.grails.plugins.databasemigration.liquibase
Generates a Groovy DSL version of a Liquibase XML changelog.
- ChangelogXml2Groovy() - Constructor in ChangelogXml2Groovy
-
- changeSet - Property in GroovyPrecondition
-
- CHAR_ARRAY - Field in HibernateCriteriaBuilder
-
- CHARACTER_ARRAY - Field in HibernateCriteriaBuilder
-
- CHARACTER - Field in HibernateCriteriaBuilder
-
- check(liquibase.database.Database, liquibase.changelog.DatabaseChangeLog, liquibase.changelog.ChangeSet, liquibase.changelog.visitor.ChangeExecListener) - Method in GroovyPrecondition
-
- checkClosure - Property in GroovyPrecondition
-
- checkHasSingleColumn() - Method in PropertyConfig
-
- checksumString - Property in GroovyChange
-
- Circle - Class in grails.mongodb.geo
Represents a circle with the radius specified in the unit of the coordinate system
- Circle(grails.mongodb.geo.Point, double) - Constructor in Circle
-
Construct a circle for the given center
Point and radius
- CircleType - Class in org.grails.datastore.gorm.mongo.geo
A custom type for persisting
Circle instances
- CircleType() - Constructor in CircleType
-
- CLASS - Field in HibernateCriteriaBuilder
-
- classLoader - Field in AbstractHibernateGormInstanceApi
-
- classLoader - Field in AbstractHibernateGormValidationApi
-
- classLoader - Field in HibernateGormStaticApi
-
- classLoader - Field in HibernateMappingContextSessionFactoryBean
-
- className - Property in HibernateMappingBuilder
-
- cleanup() - Method in HibernateSpec
-
- clear(java.lang.Object) - Method in AbstractHibernateSession
-
- clear() - Method in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
-
- clear() - Method in GrailsHibernateTemplate
-
- clear() - Method in HibernatePersistenceContextInterceptor
-
- clear() - Method in IHibernateTemplate
-
- clearMappingCache(Class<?>) - Method in AbstractGrailsDomainBinder
-
- clearMappingCache(Class<?>) - Method in GrailsDomainBinder
-
- clientOptionsBuilder - Property in MongoConnectionSourceFactory
-
The client options builder
- clientOptionsBuilder - Property in MongoConnectionSourceSettingsBuilder
-
- CLOB - Field in HibernateCriteriaBuilder
-
- clone() - Method in HibernateQuery
-
- clone() - Method in PropertyConfig
-
- cloneGlobalConstraint() - Method in Mapping
-
- close() - Method in AbstractHibernateDatastore
-
- close() - Method in EmbeddedJarResourceAccessor
-
- close() - Method in HibernateConnectionSource
-
- close() - Method in MongoDatastore
-
- close() - Method in MongoQuery.AggregatedResultList
-
- close() - Method in MongoQuery.MongoResultList
-
- closeResources(java.sql.Connection) - Method in GroovyChange.1
-
- closeResources(java.sql.Connection) - Method in GroovyPrecondition.1
-
- closeSession() - Method in AbstractHibernateCriteriaBuilder
-
Closes the session if it is copen
- closeSession() - Method in HibernateCriteriaBuilder
-
Closes the session if it is copen
- CloseSuppressingInvocationHandler(org.hibernate.Session) - Constructor in GrailsHibernateTemplate.CloseSuppressingInvocationHandler
-
- ClosureEventListener - Class in org.grails.orm.hibernate.support
- ClosureEventListener(org.grails.datastore.mapping.model.PersistentEntity, boolean, java.util.List) - Constructor in ClosureEventListener
-
- ClosureEventTriggeringInterceptor - Class in org.grails.orm.hibernate.support
Listens for Hibernate events and publishes corresponding Datastore events.
- closureEventTriggeringInterceptorClass - Property in HibernateConnectionSourceSettings.HibernateSettings
-
A subclass of AbstractClosureEventTriggeringInterceptor
- codec - Property in CodecCustomTypeMarshaller
-
- CODEC_ENGINE - Field in MongoConstants
-
- CODEC_ENGINE - Field in MongoDatastore
-
- CodecCustomTypeMarshaller - Class in org.grails.datastore.bson.codecs
Custom type handler for types that have codecs
- CodecCustomTypeMarshaller(org.bson.codecs.Codec, org.grails.datastore.mapping.model.MappingContext) - Constructor in CodecCustomTypeMarshaller
-
- codecEngine - Field in MongoDatastore
-
- CodecExtensions - Class in org.grails.datastore.bson.codecs
Additional org.bson.codecs.Codec extensions.
- CodecExtensions.1 - Class in org.grails.datastore.bson.codecs
- CodecExtensions.10 - Class in org.grails.datastore.bson.codecs
- CodecExtensions.10() - Constructor in CodecExtensions.10
-
- CodecExtensions.11 - Class in org.grails.datastore.bson.codecs
- CodecExtensions.11() - Constructor in CodecExtensions.11
-
- CodecExtensions.12 - Class in org.grails.datastore.bson.codecs
- CodecExtensions.12() - Constructor in CodecExtensions.12
-
- CodecExtensions.13 - Class in org.grails.datastore.bson.codecs
- CodecExtensions.13() - Constructor in CodecExtensions.13
-
- CodecExtensions.14 - Class in org.grails.datastore.bson.codecs
- CodecExtensions.14() - Constructor in CodecExtensions.14
-
- CodecExtensions.15 - Class in org.grails.datastore.bson.codecs
- CodecExtensions.15() - Constructor in CodecExtensions.15
-
- CodecExtensions.16 - Class in org.grails.datastore.bson.codecs
- CodecExtensions.16() - Constructor in CodecExtensions.16
-
- CodecExtensions.17 - Class in org.grails.datastore.bson.codecs
- CodecExtensions.17() - Constructor in CodecExtensions.17
-
- CodecExtensions.18 - Class in org.grails.datastore.bson.codecs
- CodecExtensions.18() - Constructor in CodecExtensions.18
-
- CodecExtensions.1() - Constructor in CodecExtensions.1
-
- CodecExtensions.2 - Class in org.grails.datastore.bson.codecs
- CodecExtensions.2() - Constructor in CodecExtensions.2
-
- CodecExtensions.3 - Class in org.grails.datastore.bson.codecs
- CodecExtensions.3() - Constructor in CodecExtensions.3
-
- CodecExtensions.4 - Class in org.grails.datastore.bson.codecs
- CodecExtensions.4() - Constructor in CodecExtensions.4
-
- CodecExtensions.5 - Class in org.grails.datastore.bson.codecs
- CodecExtensions.5() - Constructor in CodecExtensions.5
-
- CodecExtensions.6 - Class in org.grails.datastore.bson.codecs
- CodecExtensions.6() - Constructor in CodecExtensions.6
-
- CodecExtensions.7 - Class in org.grails.datastore.bson.codecs
- CodecExtensions.7() - Constructor in CodecExtensions.7
-
- CodecExtensions.8 - Class in org.grails.datastore.bson.codecs
- CodecExtensions.8() - Constructor in CodecExtensions.8
-
- CodecExtensions.9 - Class in org.grails.datastore.bson.codecs
- CodecExtensions.9() - Constructor in CodecExtensions.9
-
- CodecExtensions.CurrencyCodec - Class in org.grails.datastore.bson.codecs
- CodecExtensions.CurrencyCodec() - Constructor in CodecExtensions.CurrencyCodec
-
- CodecExtensions.GStringCodec - Class in org.grails.datastore.bson.codecs
- CodecExtensions.GStringCodec() - Constructor in CodecExtensions.GStringCodec
-
- CodecExtensions.IntRangeCodec - Class in org.grails.datastore.bson.codecs
- CodecExtensions.IntRangeCodec() - Constructor in CodecExtensions.IntRangeCodec
-
- CodecExtensions.ListCodec - Class in org.grails.datastore.bson.codecs
- CodecExtensions.ListCodec() - Constructor in CodecExtensions.ListCodec
-
- CodecExtensions.LocaleCodec - Class in org.grails.datastore.bson.codecs
- CodecExtensions.LocaleCodec() - Constructor in CodecExtensions.LocaleCodec
-
- CodecExtensions.MapCodec - Class in org.grails.datastore.bson.codecs
- CodecExtensions.MapCodec() - Constructor in CodecExtensions.MapCodec
-
- CodecExtensions() - Constructor in CodecExtensions
-
- codecRegistry - Property in AbstractMongoConnectionSourceSettings
-
An additional codec registry
- codecRegistry - Property in BsonPersistentEntityCodec
-
- codecRegistry - Property in CodecExtensions.ListCodec
-
- codecRegistry - Property in CodecExtensions.MapCodec
-
- codecRegistry - Property in CodecRegistryEmbeddedQueryEncoder
-
- codecRegistry - Property in MongoConnectionSourceFactory
-
An optional additional registry
- codecRegistry - Field in MongoDatastore
-
- CodecRegistryAware - Interface in org.grails.datastore.bson.codecs
Can be implemented by codecs to be made aware of the registry
- CodecRegistryEmbeddedQueryEncoder - Class in org.grails.datastore.bson.query
Default embedded encoder that uses the codec registry
- CodecRegistryEmbeddedQueryEncoder(org.bson.codecs.configuration.CodecRegistry) - Constructor in CodecRegistryEmbeddedQueryEncoder
-
- CodecRegistryProvider - Interface in org.grails.datastore.bson.codecs
An interface for objects that provide a codec registry
- codecs - Property in AbstractMongoConnectionSourceSettings
-
Custom MongoDB codecs
- codecs - Property in MongoConnectionSourceFactory
-
Optional additional codecs
- column - Property in DiscriminatorConfig
-
The column configuration
- column - Property in Identity
-
The column to map to
- column - Property in JoinTable
-
The child id column
- column(java.lang.String) - Method in PropertyConfig
-
Configure a column
- column(java.util.Map) - Method in PropertyDefinitionDelegate
-
- ColumnConfig - Class in org.grails.orm.hibernate.cfg
Defines a column within the mapping.
- ColumnConfig() - Constructor in ColumnConfig
-
- columns(groovy.lang.Closure) - Method in HibernateMappingBuilder
-
- columns - Property in Mapping
-
The configuration for each property
- columns - Property in PropertyConfig
-
The columns
- COMMAND_NAME - Field in GroovyDiffToChangeLogCommandStep
-
- COMMAND_NAME - Field in GroovyGenerateChangeLogCommandStep
-
- commandLine - Property in DatabaseMigrationCommand
-
- comment - Property in ColumnConfig
-
A comment to apply to the column
- comment(java.lang.String) - Method in HibernateMappingBuilder
-
- comment - Property in Mapping
-
DDL comment.
- COMMIT - Enum Constant in AbstractHibernateDatastore.FlushMode
-
- COMMIT - Enum Constant in HibernateConnectionSourceSettings.HibernateSettings.FlushSettings.FlushMode
-
- commit() - Method in HibernateJtaTransactionManagerAdapter
-
- commit(org.springframework.transaction.TransactionStatus) - Method in PlatformTransactionManagerProxy
-
- compilationUnit - Property in HibernateEntityTransformation
-
- composite(java.lang.String) - Method in Mapping
-
Define a new composite id
- compositeClass - Property in CompositeIdentity
-
The composite id class
- CompositeIdentity - Class in org.grails.orm.hibernate.cfg
Represents a composite identity, equivalent to Hibernate mapping.
- CompositeIdentity() - Constructor in CompositeIdentity
-
- compoundIndex(java.util.Map) - Method in MongoCollection
-
Sets a compound index definition
- config - Property in GroovyChangeLogParser
-
- CONFIG_MAIN_PREFIX - Property in DatabaseMigrationGrailsPlugin
-
- CONFIG_PROPERTY_CACHE_QUERIES - Field in AbstractHibernateDatastore
-
- CONFIG_PROPERTY_OSIV_READONLY - Field in AbstractHibernateDatastore
-
- CONFIG_PROPERTY_PASS_READONLY_TO_HIBERNATE - Field in AbstractHibernateDatastore
-
- config - Property in PropertyDefinitionDelegate
-
- config - Property in ScriptDatabaseMigrationCommand
-
- configClass - Property in HibernateConnectionSourceSettings.HibernateSettings
-
The configuration class
- configClass - Field in HibernateMappingContextSessionFactoryBean
-
- configLocations - Property in HibernateConnectionSourceSettings.HibernateSettings
-
Set the locations of multiple Hibernate XML config files, for example as
classpath resources "classpath:hibernate.cfg.xml,classpath:extension.cfg.xml".
- configure() - Method in HibernateDatastoreSpringInitializer
-
Configures an in-memory test data source, don't use in production
- configure() - Method in MongoDbDataStoreSpringInitializer
-
Configures for an existing Mongo instance
- configureDatabase(liquibase.database.Database) - Method in DatabaseMigrationCommand
-
- configureDataSources(org.springframework.core.env.PropertyResolver) - Method in HibernateDatastoreSpringInitializer
-
- configureDerivedProperties(org.grails.datastore.mapping.model.PersistentEntity, org.grails.orm.hibernate.cfg.Mapping) - Method in GrailsDomainBinder
-
- configureExisting(org.grails.orm.hibernate.cfg.CacheConfig, groovy.lang.Closure) - Method in CacheConfig
-
Configures an existing PropertyConfig instance
- configureExisting(org.grails.orm.hibernate.cfg.ColumnConfig, java.util.Map) - Method in ColumnConfig
-
Configures an existing PropertyConfig instance
- configureExisting(org.grails.orm.hibernate.cfg.Identity, groovy.lang.Closure) - Method in Identity
-
Configures an existing PropertyConfig instance
- configureExisting(org.grails.orm.hibernate.cfg.Mapping, groovy.lang.Closure) - Method in Mapping
-
Configures an existing Mapping instance
- configureExisting(org.grails.orm.hibernate.cfg.PropertyConfig, groovy.lang.Closure) - Method in PropertyConfig
-
Configures an existing PropertyConfig instance
- configureExisting(org.grails.orm.hibernate.cfg.Table, groovy.lang.Closure) - Method in Table
-
Configures an existing PropertyConfig instance
- configureForDataSource(javax.sql.DataSource) - Method in HibernateDatastoreSpringInitializer
-
- configureLiquibase() - Method in ApplicationContextDatabaseMigrationCommand
-
- configureLiquibase() - Method in ScriptDatabaseMigrationCommand
-
- configureNamingStrategy(java.lang.String, java.lang.Object) - Method in GrailsDomainBinder
-
Override the default naming strategy given a Class or a full class name,
or an instance of a NamingStrategy.
- configureNew(groovy.lang.Closure) - Method in CacheConfig
-
Configures a new CacheConfig instance
- configureNew(java.util.Map) - Method in ColumnConfig
-
Configures a new PropertyConfig instance
- configureNew(groovy.lang.Closure) - Method in Identity
-
Configures a new Identity instance
- configureNew(groovy.lang.Closure) - Method in Mapping
-
Configures a new Mapping instance
- configureNew(java.util.Map) - Method in PropertyConfig
-
Configures a new PropertyConfig instance
- configureNew(groovy.lang.Closure) - Method in Table
-
Configures a new Table instance
- configureSources(org.hibernate.boot.MetadataSources) - Method in GormDatabase
-
- configureValidatorRegistry(org.grails.orm.hibernate.connections.HibernateConnectionSourceSettings, org.grails.orm.hibernate.cfg.HibernateMappingContext, org.grails.datastore.mapping.validation.ValidatorRegistry, org.springframework.context.MessageSource) - Method in HibernateDatastore
-
- confirm(java.lang.String) - Method in GroovyChange
-
Called by the change or rollback closure.
- confirmationMessage - Property in GroovyChange
-
- connected - Field in AbstractHibernateSession
-
- connection - Property in GormDatabase
-
- connectionName - Property in DataSourceFactoryBean
-
- connectionsCollection - Property in AbstractMongoConnectionSourceSettings
-
- connectionSources - Field in AbstractHibernateDatastore
-
- connectionSources - Field in MongoDatastore
-
- connectionString - Field in AbstractMongoConnectionSourceSettings
-
The connection string
- contains(java.lang.Object) - Method in AbstractHibernateSession
-
- contains(java.lang.Object) - Method in GrailsHibernateTemplate
-
- contains(java.lang.Object) - Method in IHibernateTemplate
-
- Context(org.bson.AbstractBsonReader$Context, org.bson.BsonContextType) - Constructor in JsonReader.Context
-
- Context(org.grails.datastore.bson.json.JsonReader.Context, org.bson.BsonContextType, java.lang.String) - Constructor in JsonWriter.Context
-
Creates a new context.
- contexts - Property in DatabaseMigrationCommand
-
- contribute(org.hibernate.boot.spi.InFlightMetadataCollector, org.jboss.jandex.IndexView) - Method in GrailsDomainBinder
-
- conversionService - Field in AbstractHibernateCriteriaBuilder
-
- conversionService - Field in AbstractHibernateGormStaticApi
-
- conversionService - Field in AbstractHibernateQuery
-
- conversionService - Field in HibernateGormStaticApi
-
- convert(java.lang.String) - Method in ChangelogXml2Groovy
-
Convert a Liquibase XML changelog to Groovy DSL format.
- convert(org.bson.BsonBinary) - Method in CodecExtensions.1
-
- convert(org.bson.BsonDouble) - Method in CodecExtensions.10
-
- convert(org.bson.BsonDouble) - Method in CodecExtensions.11
-
- convert(org.bson.BsonInt32) - Method in CodecExtensions.12
-
- convert(org.bson.BsonInt32) - Method in CodecExtensions.13
-
- convert(org.bson.BsonInt64) - Method in CodecExtensions.14
-
- convert(org.bson.BsonArray) - Method in CodecExtensions.15
-
- convert(org.bson.BsonArray) - Method in CodecExtensions.16
-
- convert(org.bson.BsonDocument) - Method in CodecExtensions.17
-
- convert(org.bson.BsonDecimal128) - Method in CodecExtensions.18
-
- convert(org.bson.BsonObjectId) - Method in CodecExtensions.2
-
- convert(org.bson.BsonTimestamp) - Method in CodecExtensions.3
-
- convert(org.bson.BsonDateTime) - Method in CodecExtensions.4
-
- convert(org.bson.BsonString) - Method in CodecExtensions.5
-
- convert(org.bson.BsonString) - Method in CodecExtensions.6
-
- convert(org.bson.BsonRegularExpression) - Method in CodecExtensions.7
-
- convert(org.bson.BsonBoolean) - Method in CodecExtensions.8
-
- convert(org.bson.BsonNull) - Method in CodecExtensions.9
-
- convert(java.lang.String) - Method in HibernateGrailsPlugin.1
-
- convert(BigInteger) - Method in MongoMappingContext
-
- convertArgumentList(java.util.List) - Method in AbstractHibernateCriteriaBuilder
-
- convertDBObject(java.lang.Object) - Method in MongoQuery.MongoResultList
-
- convertHibernateAccessException(org.hibernate.HibernateException) - Method in GrailsHibernateTemplate
-
- convertIdentifier(java.io.Serializable) - Method in AbstractHibernateGormStaticApi
-
- convertJdbcAccessException(org.hibernate.JDBCException, org.springframework.jdbc.support.SQLExceptionTranslator) - Method in GrailsHibernateTemplate
-
- convertNode(groovy.util.Node, java.lang.StringBuilder, int) - Method in ChangelogXml2Groovy
-
- convertObject(java.lang.Object) - Method in MongoQuery.MongoResultList
-
- convertOrder(org.grails.datastore.mapping.query.Query$Order, java.lang.String) - Method in AbstractHibernateCriteriaBuilder
-
- convertStringValue(java.lang.Object) - Method in AbstractHibernateCriterionAdapter.CriterionAdaptor
-
- convertToGeoDocument(grails.mongodb.geo.Shape) - Method in GeoJSONType
-
- convertToHibernateCriteria(QueryableCriteria<?>) - Method in AbstractHibernateCriteriaBuilder
-
- convertToHibernateCriteria(QueryableCriteria<?>) - Method in HibernateCriteriaBuilder
-
- convertToJtaStatus(org.springframework.transaction.TransactionStatus) - Method in HibernateJtaTransactionManagerAdapter
-
- convertValueToType(java.lang.Object, java.lang.Class, org.springframework.core.convert.ConversionService) - Method in HibernateRuntimeUtils
-
- COORDINATES - Field in GeoJSONType
-
- coordinates - Property in LineString
-
The points that constitute the LineString
- coordinates - Property in MultiLineString
-
- CouldNotDetermineHibernateDialectException - Class in org.grails.orm.hibernate.exceptions
Thrown when no Hibernate dialect could be found for a database name.
- CouldNotDetermineHibernateDialectException(java.lang.String, java.lang.Throwable) - Constructor in CouldNotDetermineHibernateDialectException
-
- count - Field in AbstractHibernateCriteriaBuilder
-
- count() - Method in AbstractHibernateGormStaticApi
-
- count() - Method in AbstractHibernateQuery.HibernateProjectionList
-
- COUNT_CALL - Field in AbstractHibernateCriteriaBuilder
-
- count(org.bson.conversions.Bson) - Method in MongoEntity
-
Counts the number of the entities in the collection.
- count(MongoCollection<Document>, java.util.Map, Map<String, Object>) - Method in MongoExtensions
-
- count(org.bson.conversions.Bson) - Method in MongoStaticApi
-
- countDigits(java.lang.Number) - Method in GrailsDomainBinder
-
- Returns:
- a count of the digits in the specified number
- countDistinct(java.lang.String, java.lang.String) - Method in AbstractHibernateCriteriaBuilder
-
Adds a projection that allows the criteria to return the distinct property count
- countDistinct(java.lang.String) - Method in AbstractHibernateQuery.HibernateProjectionList
-
- countHits(java.lang.String) - Method in MongoEntity
-
Counts the number of hits
- countHits(java.lang.String) - Method in MongoStaticApi
-
- countHits(java.lang.String) - Method in MongoStaticOperations
-
Counts the number of hits
- create(java.lang.String, ConnectionSource<DataSource,DataSourceSettings>, org.grails.orm.hibernate.connections.HibernateConnectionSourceSettings) - Method in AbstractHibernateConnectionSourceFactory
-
Creates a ConnectionSource for the given DataSource
- create(org.grails.datastore.mapping.model.types.ToMany, org.hibernate.mapping.PersistentClass, java.lang.String, org.hibernate.boot.spi.InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
-
- create(java.lang.String, ConnectionSource<DataSource,DataSourceSettings>, org.grails.orm.hibernate.connections.HibernateConnectionSourceSettings) - Method in HibernateConnectionSourceFactory
-
- create(java.lang.String, org.grails.datastore.gorm.jdbc.connections.DataSourceSettings) - Method in HibernateDatastore
-
- create(java.lang.String, org.grails.datastore.mapping.mongo.connections.MongoConnectionSourceSettings) - Method in MongoConnectionSourceFactory
-
- createAlias(java.lang.String, java.lang.String, int) - Method in AbstractHibernateCriteriaBuilder
-
Join an association using the specified join-type, assigning an alias
to the joined association.
- createAlias(java.lang.String, java.lang.String, int) - Method in HibernateCriteriaBuilder
-
Join an association using the specified join-type, assigning an alias
to the joined association.
- createAndGetCollection(com.mongodb.client.MongoDatabase, java.lang.String, Map<String, Object>) - Method in MongoExtensions
-
- createApplicationContext() - Method in HibernateDatastoreSpringInitializer
-
- createBootstrapServiceRegistryBuilder() - Method in HibernateMappingContextConfiguration
-
Creates the org.hibernate.boot.registry.BootstrapServiceRegistryBuilder to use
- createBsonQuery(org.bson.codecs.configuration.CodecRegistry, org.grails.datastore.mapping.model.PersistentEntity, Junction) - Method in BsonQuery
-
Creates a new query for the given registry, entity and criteria
- createBuilder() - Method in HibernateConnectionSourceSettingsBuilder
-
- createBuilder() - Method in MongoConnectionSourceSettingsBuilder
-
- createClassProperties(org.grails.orm.hibernate.cfg.HibernatePersistentEntity, org.hibernate.mapping.PersistentClass, org.hibernate.boot.spi.InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
-
Creates and binds the properties for the specified Grails domain class and PersistentClass
and binds them to the Hibernate runtime meta model
- createCriteria() - Method in HibernateGormStaticApi
-
- createCriteria() - Method in MongoEntity
-
- Returns:
- Custom MongoDB criteria builder
- createCriteria() - Method in MongoStaticApi
-
- createCriteria() - Method in MongoStaticOperations
-
- Returns:
- Custom MongoDB criteria builder
- createCriteriaInstance() - Method in AbstractHibernateCriteriaBuilder
-
- createCriteriaInstance() - Method in HibernateCriteriaBuilder
-
- createCriterion() - Method in GeoIntersects
-
- createCriterion() - Method in GeoWithin
-
- createCriterion() - Method in Near
-
- createCriterion() - Method in NearSphere
-
- createCriterion() - Method in WithinBox
-
- createCriterion() - Method in WithinCircle
-
- createCriterion() - Method in WithinPolygon
-
- createdAssociationPaths - Field in AbstractHibernateQuery
-
- createDatabase(java.lang.String, java.lang.String, Map<String, String>) - Method in DatabaseMigrationCommand
-
- createDatabase(java.sql.Connection, liquibase.resource.ResourceAccessor) - Method in GrailsLiquibase
-
- createDatabaseSnapshot(java.lang.String) - Method in GroovyPrecondition
-
Called from the check closure.
- createDBObjectWithKey(java.lang.Object) - Method in MongoEntityPersister
-
- createDefaultConnectionSources(com.mongodb.client.MongoClient, org.springframework.core.env.PropertyResolver, org.grails.datastore.mapping.mongo.config.MongoMappingContext) - Method in MongoDatastore
-
Creates the connection sources for an existing com.mongodb.client.MongoClient
- createDialectFactory() - Method in HibernateDialectDetectorFactoryBean
-
- createDocumentMappingFactory(groovy.lang.Closure) - Method in MongoMappingContext
-
- createEmbeddedEntity(java.lang.Class) - Method in HibernateMappingContext
-
- createEmbeddedEntity(java.lang.Class) - Method in MongoMappingContext
-
- createEmbeddedEntityCodec(org.bson.codecs.configuration.CodecRegistry, org.grails.datastore.mapping.model.PersistentEntity) - Method in EmbeddedCollectionDecoder
-
- createEmbeddedEntityCodec(org.bson.codecs.configuration.CodecRegistry, org.grails.datastore.mapping.model.PersistentEntity) - Method in EmbeddedCollectionEncoder
-
- createEmbeddedEntityCodec(org.bson.codecs.configuration.CodecRegistry, org.grails.datastore.mapping.model.PersistentEntity) - Method in EmbeddedDecoder
-
- createEmbeddedEntityCodec(org.bson.codecs.configuration.CodecRegistry, org.grails.datastore.mapping.model.PersistentEntity) - Method in EmbeddedEncoder
-
- createEmbeddedEntityCodec(org.bson.codecs.configuration.CodecRegistry, org.grails.datastore.mapping.model.PersistentEntity) - Method in PersistentEntityCodec.2
-
- createEmbeddedEntityCodec(org.bson.codecs.configuration.CodecRegistry, org.grails.datastore.mapping.model.PersistentEntity) - Method in PersistentEntityCodec.3
-
- createEmbeddedEntityCodec(org.bson.codecs.configuration.CodecRegistry, org.grails.datastore.mapping.model.PersistentEntity) - Method in PersistentEntityCodec.4
-
- createEmbeddedEntityCodec(org.bson.codecs.configuration.CodecRegistry, org.grails.datastore.mapping.model.PersistentEntity) - Method in PersistentEntityCodec.5
-
- createEntityAccess(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in BsonPersistentEntityCodec
-
- createEntityAccess(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in MongoCodecEntityPersister
-
- createFromCoords(List<List<Double>>) - Method in GeoJSONType
-
- createFromCoords(List<List<Double>>) - Method in LineStringType
-
- createFromCoords(java.util.List) - Method in MultiLineStringType
-
- createFromCoords(java.util.List) - Method in MultiPointType
-
- createFromCoords(java.util.List) - Method in MultiPolygonType
-
- createFromCoords(java.util.List) - Method in PointType
-
- createFromCoords(java.util.List) - Method in PolygonType
-
- createFromCoords(java.util.List) - Method in ShapeType
-
- createHibernateCriterionAdapter() - Method in AbstractHibernateQuery
-
- createHibernateCriterionAdapter() - Method in HibernateQuery
-
- createHqlQuery(org.hibernate.Session, org.grails.datastore.mapping.query.Query) - Method in AbstractHibernateGormStaticApi
-
- createHqlQuery(org.hibernate.Session, org.grails.datastore.mapping.query.Query) - Method in HibernateGormStaticApi
-
- createIdQuery(java.lang.Object) - Method in MongoCodecEntityPersister
-
- createIndex(MongoCollection<Document>, Map<String, Object>, Map<String, Object>) - Method in MongoExtensions
-
- createInstance() - Method in GrailsLiquibaseFactory
-
- createInstanceCacheEntryKey(java.lang.Object) - Method in AbstractMongoObectEntityPersister
-
- createKeyForProps(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, org.grails.orm.hibernate.cfg.Table, java.lang.String, List<?>, java.lang.String) - Method in GrailsDomainBinder
-
- createLiquibase(java.sql.Connection) - Method in GrailsLiquibase
-
- createMappingContext(org.springframework.core.env.PropertyResolver, java.lang.Class) - Method in MongoDatastore
-
- createMongoClient(org.springframework.core.env.PropertyResolver, com.mongodb.MongoClientSettings$Builder, org.grails.datastore.mapping.mongo.config.MongoMappingContext) - Method in MongoDatastore
-
- createNewEntry(java.lang.String) - Method in MongoEntityPersister
-
- createNode(java.lang.Object, java.util.Map, java.lang.Object) - Method in DatabaseChangeLogBuilder
-
- createPagedResultList(java.util.Map) - Method in AbstractHibernateCriteriaBuilder
-
- createPagedResultList(java.util.Map) - Method in HibernateCriteriaBuilder
-
- createPersistenceContextInterceptor(java.lang.String) - Method in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
-
- createPersistenceContextInterceptor(java.lang.String) - Method in AggregatePersistenceContextInterceptor
-
- createPersistentEntity(java.lang.Class, boolean) - Method in HibernateMappingContext
-
- createPersister(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Method in MongoCodecSession
-
- createPersister(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Method in MongoSession
-
- createPrimaryKeyValue(org.hibernate.boot.spi.InFlightMetadataCollector, org.grails.datastore.mapping.model.PersistentProperty, java.util.Collection, Map<?,?>) - Method in GrailsDomainBinder
-
Creates the DependentValue object that forms a primary key reference for the collection.
- createProperty(org.hibernate.mapping.Value, org.hibernate.mapping.PersistentClass, org.grails.datastore.mapping.model.PersistentProperty, org.hibernate.boot.spi.InFlightMetadataCollector) - Method in GrailsDomainBinder
-
- createProxy(org.hibernate.Session, AssociationQueryExecutor<K,T>, K) - Method in HibernateProxyHandler
-
- createProxy(org.hibernate.Session, AssociationQueryExecutor<K,T>, K) - Method in SimpleHibernateProxyHandler
-
- createQuery(java.lang.String) - Method in AbstractHibernateQuery
-
- createQuery(java.lang.Class, java.lang.String) - Method in HibernateSession
-
- createQuery(org.hibernate.Session, java.lang.String) - Method in HibernateVersionSupport
-
Creates a query
- createQuery() - Method in MongoCodecEntityPersister
-
- createQuery() - Method in MongoEntityPersister
-
- createQuery(java.lang.Class) - Method in MongoSession
-
- createQueryObject(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoQuery
-
- createResource(java.nio.file.Path, java.lang.String) - Method in EmbeddedJarResourceAccessor
-
- createResourceAccessor() - Method in DatabaseMigrationCommand
-
- createRlikeExpression(java.lang.String, java.lang.String) - Method in AbstractHibernateCriterionAdapter
-
utility methods to group and clean up the initialization of the Criterion Adapters*
- createRlikeExpression(java.lang.String, java.lang.String) - Method in AbstractHibernateQuery
-
- createRlikeExpression(java.lang.String, java.lang.String) - Method in HibernateCriterionAdapter
-
- createRlikeExpression(java.lang.String, java.lang.String) - Method in HibernateQuery
-
- createSession(org.springframework.core.env.PropertyResolver) - Method in HibernateDatastore
-
- createSession(org.springframework.core.env.PropertyResolver) - Method in MongoDatastore
-
- createSessionProxy(org.hibernate.Session) - Method in GrailsHibernateTemplate
-
Create a close-suppressing proxy for the given Hibernate Session.
- createSetAndUnsetDoc(org.bson.Document) - Method in MongoSession
-
- createSpringFlushSynchronization(org.hibernate.Session) - Method in GrailsSessionContext
-
- createSpringSessionSynchronization(org.springframework.orm.hibernate5.SessionHolder) - Method in GrailsSessionContext
-
- createStandardServiceRegistryBuilder(org.hibernate.boot.registry.BootstrapServiceRegistry) - Method in HibernateMappingContextConfiguration
-
Creates the standard service registry builder.
- createStatelessSession(org.springframework.core.env.PropertyResolver) - Method in MongoDatastore
-
- createUniqueKeyForColumns(org.grails.orm.hibernate.cfg.Table, java.lang.String, List<Column>) - Method in GrailsDomainBinder
-
- createValidatorRegistry(org.springframework.context.MessageSource) - Method in AbstractHibernateDatastore
-
- criteria - Field in AbstractHibernateCriteriaBuilder
-
- criteria - Field in AbstractHibernateQuery
-
- criteria - Field in AbstractHibernateQuery.CriteriaAndAlias
-
- CriteriaAndAlias(org.hibernate.Criteria, java.lang.String, java.lang.String) - Constructor in AbstractHibernateQuery.CriteriaAndAlias
-
- criteriaMetaClass - Field in AbstractHibernateCriteriaBuilder
-
- criterionAdaptors - Field in AbstractHibernateCriterionAdapter
-
- CT - Field in GrailsDomainBinder
-
- ctx - Property in GroovyChange
-
- ctx - Property in GroovyPrecondition
-
- CURRENCY - Field in HibernateCriteriaBuilder
-
- currentSession() - Method in GrailsSessionContext
-
Retrieve the Spring-managed Session for the current thread, if any.
- currentSessionContextClass - Field in HibernateMappingContextSessionFactoryBean
-
- CustomTypeDecoder - Class in org.grails.datastore.bson.codecs.decoders
A {@PropertyDecoder} capable of decoding {@Custom} types
- CustomTypeDecoder() - Constructor in CustomTypeDecoder
-
- CustomTypeEncoder - Class in org.grails.datastore.bson.codecs.encoders
A {@PropertyEncoder} capable of encoding {@Custom} types
- CustomTypeEncoder() - Constructor in CustomTypeEncoder
-
- ge(java.lang.String, java.lang.Object) - Method in AbstractHibernateCriteriaBuilder
-
Creates a "greater than or equal to" Criterion based on the specified property name and value
- ge(java.lang.String, java.lang.Object) - Method in AbstractHibernateQuery
-
- ge(java.lang.String, java.lang.Object) - Method in AbstractHibernateQuery.HibernateAssociationQuery
-
- geAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractHibernateCriteriaBuilder
-
Creates a subquery criterion that ensures the given property is greater than all the given returned values
- generateAlias(java.lang.String) - Method in AbstractHibernateQuery
-
- generateCheckSum() - Method in GroovyChange
-
- generateIdentifier(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoCodecEntityPersister
-
- generateIdentifier(org.grails.datastore.mapping.model.PersistentEntity, org.bson.Document) - Method in MongoEntityPersister
-
- generateRollbackStatements(liquibase.database.Database) - Method in GroovyChange
-
- generateStatements(liquibase.database.Database) - Method in GroovyChange
-
- generator - Property in Identity
-
The generator to use
- GEO_INTERSECTS_OPERATOR - Field in MongoQuery
-
- GEO_TYPE - Field in GeoJSONType
-
- GEO_WITHIN_OPERATOR - Field in MongoQuery
-
- GeoCriterion(java.lang.String, java.lang.Object) - Constructor in MongoQuery.GeoCriterion
-
- geoIndex(java.lang.String) - Method in MongoAttribute
-
Sets the geo index type
- GeoIntersects - Class in org.grails.datastore.gorm.mongo
Dynamic finder extension for GeoIntersects style queries
- GeoIntersects(Class<?>, java.lang.String) - Constructor in GeoIntersects
-
- geoIntersects(java.lang.String, grails.mongodb.geo.GeoJSON) - Method in MongoCriteriaBuilder
-
Geospacial query for the given shape returning records that are found to intersect the given shape
- geoIntersects(java.lang.String, grails.mongodb.geo.GeoJSON) - Method in MongoQuery
-
Geospacial query for values within the given shape
- GeoIntersects(java.lang.String, java.lang.Object) - Constructor in MongoQuery.GeoIntersects
-
- GeoJSON - Interface in grails.mongodb.geo
Marker interface for shapes that are GeoJSON shapes
- GeoJSONType - Class in org.grails.datastore.gorm.mongo.geo
Abstract class for persisting
Shape instances in GeoJSON format.
- GeoJSONType(Class<T>) - Constructor in GeoJSONType
-
- geoJsonTypeMap - Property in ShapeType
-
- GEOMETRIES - Field in GeometryCollectionType
-
- GEOMETRY_OPERATOR - Field in MongoQuery
-
- GeometryCollection - Class in grails.mongodb.geo
Represents a GeoJSON GeometryCollection.
- GeometryCollection() - Constructor in GeometryCollection
-
- GeometryCollectionType - Class in org.grails.datastore.gorm.mongo.geo
Custom type implementation for persisting GeometryCollection instances
- GeometryCollectionType() - Constructor in GeometryCollectionType
-
- GeoWithin - Class in org.grails.datastore.gorm.mongo
Dynamic finder extension for GeoWithin style queries
- GeoWithin(Class<?>, java.lang.String) - Constructor in GeoWithin
-
- geoWithin(java.lang.String, grails.mongodb.geo.Shape) - Method in MongoCriteriaBuilder
-
Geospacial query for the given shape returning records that are found within the given shape
- geoWithin(java.lang.String, grails.mongodb.geo.Shape) - Method in MongoQuery
-
Geospacial query for values within the given shape
- GeoWithin(java.lang.String, java.lang.Object) - Constructor in MongoQuery.GeoWithin
-
- geProperty(java.lang.String, java.lang.String) - Method in AbstractHibernateCriteriaBuilder
-
Creates a Criterion that tests if the first property is greater than or equal to the second property
- geSome(java.lang.String, Closure<?>) - Method in AbstractHibernateCriteriaBuilder
-
- get(groovy.lang.Closure) - Method in AbstractHibernateCriteriaBuilder
-
- get(java.io.Serializable) - Method in AbstractHibernateGormStaticApi
-
- GET_CALL - Field in AbstractHibernateCriteriaBuilder
-
- get(Class<T>, org.bson.codecs.configuration.CodecRegistry) - Method in CodecExtensions
-
- get(Class<T>, java.io.Serializable, org.hibernate.LockMode) - Method in GrailsHibernateTemplate
-
- get(Class<T>, java.io.Serializable, org.hibernate.LockMode) - Method in IHibernateTemplate
-
- get(int) - Method in MongoQuery.AggregatedResultList
-
- getAggregationPipeline() - Method in MongoQuery.AggregatePipeline
-
- getAll(java.io.Serializable) - Method in AbstractHibernateGormStaticApi
-
- getAndRemoveStatus() - Method in HibernateJtaTransactionManagerAdapter
-
- getAnnotatedClasses() - Method in HibernateMappingContextSessionFactoryBean
-
- getAnnotatedPackages() - Method in HibernateMappingContextSessionFactoryBean
-
- getApplication() - Method in GroovyChange
-
Called from the change or rollback closure.
- getApplication() - Method in GroovyPrecondition
-
Called from the change or rollback closure.
- getApplicationEventPublisher() - Method in HibernateDatastore
-
- getApplicationEventPublisher() - Method in MongoDatastore
-
- Returns:
- The org.grails.datastore.gorm.events.ConfigurableApplicationEventPublisher instance used by this datastore
- getArgs() - Method in DatabaseMigrationCommand
-
- getAssociationDescription(org.grails.datastore.mapping.model.types.Association) - Method in GrailsDomainBinder
-
- getAssociationIndexer(T, org.grails.datastore.mapping.model.types.Association) - Method in AbstractMongoObectEntityPersister
-
- getAssociationPath(java.lang.String) - Method in AbstractHibernateQuery
-
- getAssociationProxy(java.lang.Object, java.lang.String) - Method in GrailsHibernateUtil
-
Returns the proxy for a given association or null if it is not proxied
- getAssociationProxy(java.lang.Object, java.lang.String) - Method in HibernateProxyHandler
-
returns the proxy for an association. returns null if its not a proxy.
- getAssociationProxy(java.lang.Object, java.lang.String) - Method in SimpleHibernateProxyHandler
-
- getAt(java.lang.String) - Method in InstanceProxy
-
- getAt(com.mongodb.client.MongoDatabase, java.lang.String) - Method in MongoExtensions
-
Adds a method to return a collection using the dot syntax
- getAutoTimestampEventListener() - Method in AbstractHibernateDatastore
-
- Returns:
- The event listener that populates lastUpdated and dateCreated
- getAutoTimestampEventListener() - Method in MongoDatastore
-
- getBeanDefinitions(org.springframework.beans.factory.support.BeanDefinitionRegistry) - Method in HibernateDatastoreSpringInitializer
-
- getBeanDefinitions(org.springframework.beans.factory.support.BeanDefinitionRegistry) - Method in MongoDbDataStoreSpringInitializer
-
- getBidiEnumMap(Class<? extends Enum<?>>) - Method in IdentityEnumType
-
- getBsonConverter(Class<? extends BsonValue>) - Method in CodecExtensions
-
- getBsonConverters() - Method in CodecExtensions
-
- getCacheableMappingLocations() - Method in HibernateMappingContextSessionFactoryBean
-
- getChangeLogFile() - Method in DatabaseMigrationCommand
-
- getChangeLogFileName() - Method in DatabaseMigrationCommand
-
- getChangeLogLocation() - Method in DatabaseMigrationCommand
-
- getClassForAssociationType(Attribute<?,?>) - Method in AbstractHibernateCriteriaBuilder
-
- getClassForAssociationType(Attribute<?,?>) - Method in HibernateCriteriaBuilder
-
- getCodecForBsonType(org.bson.BsonType, org.bson.codecs.configuration.CodecRegistry) - Method in CodecExtensions
-
- getCodecRegistry() - Method in CodecRegistryProvider
-
- getCodecRegistry() - Method in MongoDatastore
-
- Returns:
- The org.bson.codecs.configuration.CodecRegistry
- getCodecRegistry() - Method in MongoMappingContext
-
- Returns:
- The codec registry for this mapping context
- getCollection(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMongoSession
-
- getCollection(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoDatastore
-
Obtain the raw com.mongodb.client.MongoCollection for the given entity
- getCollection() - Method in MongoEntity
-
The actual collection that this entity maps to.
- getCollection() - Method in MongoStaticApi
-
- getCollection() - Method in MongoStaticOperations
-
The actual collection that this entity maps to.
- getCollectionName(org.grails.datastore.mapping.model.PersistentEntity, T) - Method in AbstractMongoObectEntityPersister
-
- getCollectionName(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMongoSession
-
- getCollectionName(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoCodecEntityPersister
-
- getCollectionName(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoDatastore
-
Gets the default collection name for the given entity
- getCollectionName() - Method in MongoEntity
-
- Returns:
- The name of the Mongo collection that entity maps to
- getCollectionName(org.grails.datastore.mapping.model.PersistentEntity, org.bson.Document) - Method in MongoEntityPersister
-
- getCollectionName() - Method in MongoStaticApi
-
- getCollectionName() - Method in MongoStaticOperations
-
- Returns:
- The name of the Mongo collection that entity maps to
- getCollectionNames(com.mongodb.client.MongoDatabase) - Method in MongoExtensions
-
********** MongoDatabase Extensions ************
- getColumn() - Method in PropertyConfig
-
Shortcut to get the column name for this property.
- getColumnForSimpleValue(org.hibernate.mapping.SimpleValue) - Method in GrailsDomainBinder
-
- getColumnNameForPropertyAndPath(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, org.grails.orm.hibernate.cfg.ColumnConfig, java.lang.String) - Method in GrailsDomainBinder
-
- getCompoundIndices() - Method in MongoCollection
-
Return all defined compound indices
- getConfig() - Method in ApplicationContextDatabaseMigrationCommand
-
- getConfig() - Method in DatabaseMigrationCommand
-
- getConfig() - Method in GroovyChange
-
Called from the change or rollback closure.
- getConfig() - Method in GroovyPrecondition
-
Called from the change or rollback closure.
- getConfigClass() - Method in HibernateMappingContextSessionFactoryBean
-
- getConfigLocations() - Method in HibernateMappingContextSessionFactoryBean
-
- getConfigPrefix() - Method in DatabaseMigrationCommand
-
- getConfiguration() - Method in HibernateMappingContextSessionFactoryBean
-
Return the Hibernate Configuration object used to build the SessionFactory.
- getConfiguration() - Method in HibernateSpec
-
- Returns:
- The configuration
- getConfirmationMessage() - Method in GroovyChange
-
- getConnection() - Method in GroovyChange
-
Called from the change or rollback closure.
- getConnection() - Method in GroovyPrecondition
-
Called from the change or rollback closure.
- getConnection(java.lang.String, java.lang.String) - Method in HibernateDatastore
-
- getConnectionsCollection(ConnectionSource<MongoClient, MongoConnectionSourceSettings>) - Method in MongoConnectionSources
-
- getConnectionSources() - Method in AbstractHibernateDatastore
-
- getConnectionSources() - Method in MongoDatastore
-
- Returns:
- The org.grails.datastore.mapping.core.connections.ConnectionSources for this datastore
- getConnectionSourcesConfigurationKey() - Method in AbstractHibernateConnectionSourceFactory
-
- getConnectionSourcesConfigurationKey() - Method in MongoConnectionSourceFactory
-
- getContext() - Method in JsonReader
-
- getContext() - Method in JsonWriter
-
- getContexts() - Method in DatabaseMigrationCommand
-
- getContextType() - Method in JsonReader.Context
-
- getCount(MongoCollection<Document>, Map<String, Object>, Map<String, Object>) - Method in MongoExtensions
-
- getCriteriaAndAlias(Association<?>) - Method in AbstractHibernateQuery
-
- getCurrentAlias() - Method in AbstractHibernateQuery
-
- getCurrentSession() - Method in HibernateDatastore
-
- getCurrentSessionContextClass() - Method in HibernateMappingContextSessionFactoryBean
-
- getCursor() - Method in MongoQuery.MongoResultList
-
- Returns:
- The underlying MongoDB cursor instance
- getDatabase() - Method in AbstractMongoConnectionSourceSettings
-
- Returns:
- Obtain the database name
- getDatabase(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMongoSession
-
- Returns:
- The name of the default database
- getDatabaseConnection() - Method in GroovyChange
-
Called from the change or rollback closure.
- getDatabaseConnection() - Method in GroovyPrecondition
-
Called from the change or rollback closure.
- getDatabaseName(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoDatastore
-
- getDataSource() - Method in AbstractHibernateDatastore
-
- Returns:
- The javax.sql.DataSource being used by this datastore instance
- getDataSource() - Method in HibernateConnectionSource
-
- Returns:
- The underlying SQL javax.sql.DataSource
- getDataSource() - Method in HibernateMappingContextSessionFactoryBean
-
- getDataSourceConfig(grails.config.ConfigMap) - Method in DatabaseMigrationCommand
-
- getDataSourceName() - Method in AbstractHibernateDatastore
-
- Returns:
- The data source name being used
- getDataSourceName(java.lang.String) - Method in DatabaseMigrationGrailsPlugin
-
- getDataSourceName() - Method in HibernateMappingContextSessionFactoryBean
-
- getDatasourceNames(org.grails.datastore.mapping.model.PersistentEntity) - Method in GrailsHibernateUtil
-
- getDatasourceNames(org.grails.datastore.mapping.model.PersistentEntity) - Method in MultipleDataSourceSupport
-
- getDatastore() - Method in AbstractHibernateEventListener
-
- Returns:
- The hibernate datastore
- getDatastore() - Method in AbstractHibernateSession
-
- getDatastore() - Method in AbstractMongoSession
-
- getDatastore() - Method in MongoCodecSession
-
- getDatastoreForConnection(java.lang.String) - Method in AbstractHibernateDatastore
-
Obtain a child datastore for the given connection name
- getDatastoreForConnection(java.lang.String) - Method in HibernateDatastore
-
- getDatastoreForConnection(java.lang.String) - Method in MongoDatastore
-
- getDatastoreForTenantId(java.io.Serializable) - Method in AbstractHibernateDatastore
-
- getDatastoreForTenantId(java.io.Serializable) - Method in MongoDatastore
-
- getDB() - Method in MongoEntity
-
- Returns:
- The database for this domain class
- getDB() - Method in MongoStaticApi
-
- getDB() - Method in MongoStaticOperations
-
- Returns:
- The database for this domain class
- getDbo() - Method in MongoEntity
-
Return the DBObject instance for the entity
- getDbo(D) - Method in MongoInstanceOperations
-
Return the DBObject instance for the entity
- getDbo(D) - Method in MongoStaticApi
-
- getDeclaredWriteConcern(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMongoSession
-
- getDefaultColumnName(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String) - Method in GrailsDomainBinder
-
- getDefaultDatabase() - Method in AbstractMongoSession
-
- Returns:
- The name of the default database
- getDefaultDatabase() - Method in MongoDatastore
-
- Returns:
- The default database name
- getDefaultDatabaseName(org.springframework.core.env.PropertyResolver) - Method in MongoMappingContext
-
- getDefaultDataSource(org.grails.datastore.mapping.model.PersistentEntity) - Method in GrailsHibernateUtil
-
- getDefaultDataSource(org.grails.datastore.mapping.model.PersistentEntity) - Method in MultipleDataSourceSupport
-
If a domain class uses more than one datasource, we need to know which one to use
when calling a method without a namespace qualifier.
- getDefaultFlushMode() - Method in AbstractHibernateCriteriaBuilder
-
- getDefaultFlushMode() - Method in AbstractHibernateDatastore
-
- Returns:
- Obtains the default flush mode level
- getDefaultFlushMode() - Method in MongoDatastore
-
- Returns:
- The default flush mode
- getDefaultFlushModeName() - Method in AbstractHibernateDatastore
-
- Returns:
- The name of the default value flush
- getDefinition() - Method in MongoCollection.Index
-
- getDeleteMap(java.lang.Iterable) - Method in MongoSession
-
- getDialect(org.hibernate.SessionFactory) - Method in AbstractHibernateQuery
-
- getDialect() - Method in GormDatabase
-
- getDialect(org.hibernate.SessionFactory) - Method in HibernateQuery
-
- getDialectResolutionInfo() - Method in HibernateDialectDetectorFactoryBean
-
- getDirection() - Method in NoopVisitor
-
- getDirtyPropertyNames(D) - Method in HibernateGormInstanceApi
-
Obtains a list of property names that are dirty
- getDiscriminatorAttributeName() - Method in BsonPersistentEntityCodec
-
- Returns:
- The name of the discriminator
- getDiscriminatorAttributeName() - Method in PersistentEntityCodec
-
- getDocumentMappingContext() - Method in AbstractMongoSession
-
- getDocumentMappingContext() - Method in MongoCodecSession
-
- getDomainClasses() - Method in HibernateSpec
-
- Returns:
- The domain classes
- getEmbedded(T, java.lang.String) - Method in AbstractMongoObectEntityPersister
-
- getEncoderClass() - Method in BigDecimalCodec
-
- getEncoderClass() - Method in BigIntegerCodec
-
- getEncoderClass() - Method in BsonPersistentEntityCodec
-
- getEncoderClass() - Method in CodecExtensions.CurrencyCodec
-
- getEncoderClass() - Method in CodecExtensions.GStringCodec
-
- getEncoderClass() - Method in CodecExtensions.IntRangeCodec
-
- getEncoderClass() - Method in CodecExtensions.ListCodec
-
- getEncoderClass() - Method in CodecExtensions.LocaleCodec
-
- getEncoderClass() - Method in CodecExtensions.MapCodec
-
- getEncoderClass() - Method in InstantCodec
-
- getEncoderClass() - Method in LocalDateCodec
-
- getEncoderClass() - Method in LocalDateTimeCodec
-
- getEncoderClass() - Method in LocalTimeCodec
-
- getEncoderClass() - Method in OffsetDateTimeCodec
-
- getEncoderClass() - Method in OffsetTimeCodec
-
- getEncoderClass() - Method in PeriodCodec
-
- getEncoderClass() - Method in ZonedDateTimeCodec
-
- getEntity() - Method in AbstractHibernateQuery
-
- getEntity(org.hibernate.event.spi.SaveOrUpdateEvent) - Method in ClosureEventTriggeringInterceptor
-
- getEntity() - Method in HibernatePersistentEntity
-
- getEntityFamily() - Method in AbstractMongoObectEntityPersister
-
- getEntityInterceptor() - Method in HibernateMappingContextSessionFactoryBean
-
- getEntityPersister(java.lang.String, org.hibernate.SessionFactory) - Method in AbstractHibernateQuery
-
- getEntityPersister(java.lang.String, org.hibernate.SessionFactory) - Method in HibernateQuery
-
- getEntryValue(T, java.lang.String) - Method in AbstractMongoObectEntityPersister
-
- getEnumType() - Method in PropertyConfig
-
- getEnvironmentConfig(java.lang.String) - Method in ApplicationContextDatabaseMigrationCommand
-
- getEventListeners() - Method in HibernateMappingContextSessionFactoryBean
-
- getEventTriggeringInterceptor() - Method in AbstractHibernateDatastore
-
- getFetchMode(java.lang.Object) - Method in GrailsHibernateQueryUtils
-
Retrieves the fetch mode for the specified instance; otherwise returns the default FetchMode.
- getFetchMode(java.lang.Object) - Method in GrailsHibernateUtil
-
Retrieves the fetch mode for the specified instance; otherwise returns the default FetchMode.
- getFetchMode() - Method in PropertyConfig
-
- Returns:
- The Hibernate org.hibernate.FetchMode
- getField() - Method in MongoAttribute
-
- Returns:
- The field name to map to
- getFlushMode() - Method in AbstractHibernateSession
-
- getFlushMode() - Method in GrailsHibernateTemplate
-
Return if a flush should be forced after executing the callback code.
- getFlushMode() - Method in HibernateSession
-
- getFlushMode(org.hibernate.Session) - Method in HibernateVersionSupport
-
Get the native Hibernate FlushMode, adapting between Hibernate 5.0/5.1 and 5.2+.
- getFlushMode() - Method in IHibernateTemplate
-
- getForeignKeyForPropertyDomainClass(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String) - Method in GrailsDomainBinder
-
- getGetter() - Method in TraitPropertyAccessStrategy
-
- getHibernateCriteria() - Method in HibernateQuery
-
- Returns:
- The hibernate criteria
- getHibernateCriterionAdapter() - Method in AbstractHibernateQuery
-
- getHibernateDetachedCriteria(org.grails.orm.hibernate.query.AbstractHibernateQuery, QueryableCriteria<?>, java.lang.String) - Method in HibernateCriteriaBuilder
-
- getHibernateEventListeners() - Method in HibernateMappingContextSessionFactoryBean
-
- getHibernateProjectionList() - Method in AbstractHibernateQuery.HibernateProjectionList
-
- getHibernateProperties() - Method in HibernateMappingContextSessionFactoryBean
-
Return the Hibernate properties, if any.
- getHibernateSession() - Method in HibernateSpec
-
- Returns:
- the current Hibernate session
- getHibernateTemplate() - Method in AbstractHibernateDatastore
-
- getHibernateTemplate() - Method in AbstractHibernateGormStaticApi
-
- getHibernateTemplate(int) - Method in HibernateDatastore
-
- getHibernateTemplate() - Method in HibernateGormStaticApi
-
- getHibernateTemplate() - Method in HibernateSession
-
- getId(java.lang.Enum) - Method in EnumType
-
- getIdentifier(java.lang.Object) - Method in HibernateProxyHandler
-
{@inheritDoc}
- getIdentifier(java.lang.Object) - Method in SimpleHibernateProxyHandler
-
- getIdentifierForKey(java.lang.Object) - Method in AbstractMongoObectEntityPersister
-
- getIdentifierGeneratorClass(java.lang.String) - Method in GrailsIdentifierGeneratorFactory
-
- getIdentifierName(org.grails.datastore.mapping.model.types.Identity) - Method in IdentityEncoder
-
- getIdentifierName(org.grails.datastore.mapping.model.ClassMapping) - Method in MongoCodecEntityPersister
-
- getIdentifierName(org.grails.datastore.mapping.model.types.Identity) - Method in PersistentEntityCodec.1
-
- getIndexAttributes() - Method in MongoAttribute
-
- Returns:
- The attributes for the index
- getIndexColumnName(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String) - Method in GrailsDomainBinder
-
- getIndexColumnType(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String) - Method in GrailsDomainBinder
-
- getIndexedEntity() - Method in AbstractMongoObectEntityPersister.MongoAssociationIndexer
-
- getIndexName() - Method in PropertyConfig
-
Shortcut to get the index setting for this property's column.
- getIndices() - Method in MongoCollection
-
- getInListQueryValues(org.grails.datastore.mapping.model.PersistentEntity, In) - Method in BsonQuery
-
Get the list of native values to use in the query.
- getInsertableness(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
-
- getInstance() - Method in AbstractHibernateCriteriaBuilder
-
Returns the criteria instance
- getInstanceApi(Class<D>, java.lang.String) - Method in HibernateGormEnhancer
-
- getInstanceApi(Class<D>, java.lang.String) - Method in MongoDatastore
-
- getIterableAsCollection(java.lang.Iterable) - Method in AbstractHibernateSession
-
- getIterableAsCollection(java.lang.Iterable) - Method in GrailsHibernateTemplate
-
- getJoinedSubClassTableName(org.grails.orm.hibernate.cfg.HibernatePersistentEntity, org.hibernate.mapping.PersistentClass, org.grails.orm.hibernate.cfg.Table, org.hibernate.boot.spi.InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
-
- getJtaTransactionManager(org.hibernate.Session) - Method in GrailsSessionContext
-
- getLaziness(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
-
- getLength() - Method in PropertyConfig
-
Shortcut to get the length of this property's column.
- getLevel() - Method in AbstractHibernateDatastore.FlushMode
-
- getLevel() - Method in HibernateConnectionSourceSettings.HibernateSettings.FlushSettings.FlushMode
-
- getListenerMap() - Method in HibernateEventListeners
-
- getManyToManyKeys(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object, java.io.Serializable, T, org.grails.datastore.mapping.model.types.ManyToMany) - Method in AbstractMongoObectEntityPersister
-
- getMapElementName(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String) - Method in GrailsDomainBinder
-
- getMappedForm() - Method in HibernatePersistentEntity
-
- getMappedForm() - Method in MongoMappingContext.DocumentEmbeddedPersistentEntity.DocumentCollectionMapping
-
- getMapping(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractGrailsDomainBinder
-
Obtains a mapping object for the given domain class nam
- getMapping(org.grails.datastore.mapping.model.PersistentEntity) - Method in GrailsDomainBinder
-
Obtains a mapping object for the given domain class nam
- getMapping() - Method in HibernatePersistentEntity
-
- getMappingContext() - Method in AbstractHibernateSession
-
- getMappingContext() - Method in AbstractMongoSession
-
- getMappingContext() - Method in HibernateConnectionSourceFactory
-
- getMappingContext() - Method in HibernateDatastore
-
- getMappingContext() - Method in MongoDatastore
-
- Returns:
- The mapping context
- getMappingDirectoryLocations() - Method in HibernateMappingContextSessionFactoryBean
-
- getMappingFactory() - Method in HibernateMappingContext
-
- getMappingJarLocations() - Method in HibernateMappingContextSessionFactoryBean
-
- getMappingLocations() - Method in HibernateMappingContextSessionFactoryBean
-
- getMappingResources() - Method in HibernateMappingContextSessionFactoryBean
-
- getMappingSyntaxStrategy() - Method in HibernateMappingContext
-
- getMark() - Method in JsonReader
-
- getMaxSize(List<?>) - Method in GrailsDomainBinder
-
- Returns:
- the maximum length of the strings in the specified list
- getMetadata() - Method in GormDatabase
-
Return the hibernate org.hibernate.boot.Metadata used by this database.
- getMetadata() - Method in HibernateDatastore
-
- getMetadataBuildingContext() - Method in GrailsDomainBinder
-
- getMongoClient() - Method in MongoDatastore
-
- Returns:
- The com.mongodb.client.MongoClient instance
- getMongoCollection(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoCodecEntityPersister
-
- getMongoQuery() - Method in MongoQuery
-
Gets the Mongo query for this query instance
- getMongoSession() - Method in AbstractMongoObectEntityPersister
-
- getMultiTenancyMode() - Method in AbstractHibernateDatastore
-
- getMultiTenancyMode() - Method in MongoDatastore
-
- getName(MongoCollection<Document>) - Method in MongoExtensions
-
- getName() - Method in ScriptDatabaseMigrationCommand
-
- getNameForPropertyAndPath(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String) - Method in GrailsDomainBinder
-
- getNamesAndDirections() - Method in SortConfig
-
- getNamingStrategy(java.lang.String) - Method in GrailsDomainBinder
-
- getNamingStrategy() - Method in HibernateMappingContextSessionFactoryBean
-
- getNativeInterface() - Method in AbstractHibernateSession
-
- getNativeInterface() - Method in AbstractMongoSession
-
- getNativeInterface() - Method in MongoCodecSession
-
- getObject() - Method in DataSourceFactoryBean
-
- getObject() - Method in HibernateDatastoreFactoryBean
-
- getObject() - Method in HibernateDialectDetectorFactoryBean
-
- getObject() - Method in HibernateMappingContextSessionFactoryBean
-
- getObjectIdentifier(java.lang.Object) - Method in HibernateSession
-
- getObjectType() - Method in DataSourceFactoryBean
-
- getObjectType() - Method in GrailsLiquibaseFactory
-
- getObjectType() - Method in HibernateDatastoreFactoryBean
-
- getObjectType() - Method in HibernateDialectDetectorFactoryBean
-
- getObjectType() - Method in HibernateMappingContextSessionFactoryBean
-
- getOptions() - Method in MongoCollection.Index
-
- getOrCreateAlias(java.lang.String, java.lang.String) - Method in AbstractHibernateQuery
-
- getOrCreatePropertyQuery(org.bson.Document, java.lang.String) - Method in BsonQuery
-
- getOrder() - Method in HibernateDatastoreConnectionSourcesRegistrar
-
- getOrder() - Method in MultiTenantEventListener
-
- getOrInitializePropertyConfig(java.lang.String) - Method in Mapping
-
- getPackagesToScan() - Method in HibernateMappingContextSessionFactoryBean
-
- getPackageToScan(grails.config.Config) - Method in HibernateSpec
-
Obtains the default package to scan
- getParentContext() - Method in JsonReader.Context
-
- getParentContext() - Method in JsonWriter.Context
-
- getParentServiceRegistry() - Method in HibernateDialectDetectorFactoryBean
-
- getPersistenceInterceptorClass() - Method in HibernateDatastoreSpringInitializer
-
- getPersistenceInterceptorClass() - Method in MongoDbDataStoreSpringInitializer
-
- getPersistentClasses() - Method in HibernateConnectionSourceFactory
-
- getPersistentEntity(java.lang.String) - Method in HibernateMappingContext
-
- getPersistentEntityCodec(java.lang.Class) - Method in MongoDatastore
-
- getPersistentValue(D, java.lang.String) - Method in HibernateGormInstanceApi
-
Gets the original persisted value of a field.
- getPersister(java.lang.Object) - Method in AbstractHibernateSession
-
- getPointAtIndex(java.util.List, int) - Method in Point
-
Gets a point from the given list of coordinate lists
- getPrecision() - Method in PropertyConfig
-
Shortcut to get the precision of this property's column.
- getPriority(java.lang.String) - Method in EmbeddedJarPathHandler
-
- getPriority() - Method in GroovyChangeLogSerializer
-
- getProjectedKeys() - Method in MongoQuery.AggregatePipeline
-
- getProperties() - Method in HibernateMappingBuilder
-
- getProperty(org.hibernate.mapping.PersistentClass, java.lang.String) - Method in GrailsDomainBinder
-
- getProperty(java.lang.String) - Method in InstanceProxy
-
- getPropertyAccessStrategy() - Method in TraitPropertyAccessStrategy
-
- getPropertyConfig(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
-
- getPropertyConfig(java.lang.String) - Method in Mapping
-
Obtains a PropertyConfig object for the given name
- getPropertyConfigs() - Method in Mapping
-
- getPropertyDecoder(Class<T>) - Method in BsonPersistentEntityCodec
-
Obtains the property encoder for the given property type
- getPropertyEncoder(Class<T>) - Method in BsonPersistentEntityCodec
-
Obtains the property encoder for the given property type
- getPropertyIndexer(org.grails.datastore.mapping.model.PersistentProperty) - Method in AbstractMongoObectEntityPersister
-
- getPropertyKey(org.grails.datastore.mapping.model.PersistentProperty) - Method in AbstractMongoObectEntityPersister
-
- getPropertyName(org.grails.datastore.mapping.query.Query$Criterion, java.lang.String) - Method in AbstractHibernateCriterionAdapter
-
- getPropertyName(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Method in BsonQuery
-
- getProxiedClass(java.lang.Object) - Method in HibernateProxyHandler
-
{@inheritDoc}
- getProxiedClass(java.lang.Object) - Method in SimpleHibernateProxyHandler
-
- getProxyIdentifier(java.lang.Object) - Method in SimpleHibernateProxyHandler
-
- getResourceAccessor(java.lang.String) - Method in EmbeddedJarPathHandler
-
- getRootMapping(org.grails.datastore.mapping.model.PersistentEntity) - Method in GrailsDomainBinder
-
- getRootPath() - Method in EmbeddedJarResourceAccessor
-
- getScale() - Method in PropertyConfig
-
Shortcut to get the scale of this property's column.
- getService(Class<R>) - Method in HibernateDialectDetectorFactoryBean
-
- getServiceRegistry() - Method in HibernateMappingContextConfiguration
-
- getSession() - Method in GrailsHibernateTemplate
-
- getSession() - Method in MongoCodecEntityPersister
-
- getSessionFactory() - Method in AbstractHibernateDatastore
-
- Returns:
- The Hibernate org.hibernate.SessionFactory being used by this datastore instance
- getSessionFactory() - Method in AbstractHibernateGormInstanceApi
-
- getSessionFactory() - Method in GrailsHibernateTemplate
-
- getSessionFactory() - Method in HibernatePersistenceContextInterceptor
-
- Returns:
- the sessionFactory
- getSessionFactory() - Method in HibernateSpec
-
- Returns:
- the current session factory
- getSessionFactory() - Method in IHibernateTemplate
-
- getSessionFactory() - Method in SessionFactoryHolder
-
- getSessionFactoryBeanName() - Method in HibernateMappingContextSessionFactoryBean
-
- getSetter() - Method in TraitPropertyAccessStrategy
-
- getSimpleNativePropertyValue(java.lang.Object, org.grails.datastore.mapping.model.MappingContext) - Method in MongoEntityPersister
-
Convert a value into a type suitable for use in Mongo.
- getSingleColumnConfig(org.grails.orm.hibernate.cfg.PropertyConfig) - Method in GrailsDomainBinder
-
- getSnapshot(liquibase.structure.DatabaseObject) - Method in GormDatabase.1
-
- getSort() - Method in MongoCollection
-
- getSourceUnit() - Method in HibernateEntityTransformation.1
-
- getSql() - Method in GroovyChange
-
Called from the change or rollback closure.
- getSql() - Method in GroovyPrecondition
-
Called from the change or rollback closure.
- getSqlType() - Method in PropertyConfig
-
Shortcut to get the SQL type of the corresponding column.
- getStaticApi(Class<D>, java.lang.String) - Method in HibernateGormEnhancer
-
- getStaticApi(Class<D>, java.lang.String) - Method in MongoDatastore
-
- getStatus(org.hibernate.Session, java.lang.Object) - Method in GrailsEntityDirtinessStrategy
-
- getStatus() - Method in HibernateJtaTransactionManagerAdapter
-
- getTableName(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Method in GrailsDomainBinder
-
Evaluates the table name for the given property
- getTableName() - Method in Mapping
-
The table name
- getTargetClass() - Method in AbstractHibernateCriteriaBuilder
-
- getTargetTransactionManager() - Method in PlatformTransactionManagerProxy
-
- getTargetType() - Method in CodecCustomTypeMarshaller
-
- getTenantResolver() - Method in AbstractHibernateDatastore
-
- getTenantResolver() - Method in MongoDatastore
-
- getTestDbUrl() - Method in HibernateDatastoreSpringInitializer
-
- getTimestampProvider() - Method in HibernateEventListener
-
- deprecated:
- Replaced by org.grails.datastore.gorm.events.AutoTimestampEventListener
- getTotalCount() - Method in PagedResultList
-
- getTransaction() - Method in AbstractHibernateSession
-
- getTransaction() - Method in HibernateJtaTransactionManagerAdapter
-
- getTransaction(org.springframework.transaction.TransactionDefinition) - Method in PlatformTransactionManagerProxy
-
- getTransactionManager() - Method in DatabaseMigrationTransactionManager
-
- Returns:
- The transactionManager bean for the current dataSource
- getTransactionManager() - Method in HibernateDatastore
-
- Returns:
- The org.springframework.transaction.PlatformTransactionManager instance
- getTransactionManager() - Method in HibernateMappingContextSessionFactoryBean
-
- getTransactionManager() - Method in MongoDatastore
-
- Returns:
- The transaction manager
- getTypedValues(org.hibernate.Criteria, org.hibernate.criterion.CriteriaQuery) - Method in RlikeExpression
-
- getTypeName(org.grails.datastore.mapping.model.PersistentProperty, org.grails.orm.hibernate.cfg.PropertyConfig, org.grails.orm.hibernate.cfg.Mapping) - Method in GrailsDomainBinder
-
- getTypeName(java.lang.Class) - Method in Mapping
-
Return a type name of the known custom user types
- getTypeResolver(org.hibernate.SessionFactory) - Method in AbstractHibernateQuery
-
- getTypeResolver(org.hibernate.SessionFactory) - Method in HibernateQuery
-
- getUpdateable() - Method in PropertyConfig
-
Whether or not this column is updatable by hibernate
- getUpdateableness(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
-
- getUrl() - Method in AbstractMongoConnectionSourceSettings
-
- Returns:
- Obtain the final URL whether from the connection string or the host/port setting
- getUserType(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
-
- getValidationApi(Class<D>, java.lang.String) - Method in HibernateGormEnhancer
-
- getValidationApi(Class<D>, java.lang.String) - Method in MongoDatastore
-
- getValidFileExtensions() - Method in GroovyChangeLogSerializer
-
- getValue(org.bson.Document, java.lang.String) - Method in MongoEntityPersister
-
- getValues() - Method in MongoQuery.WithinBox
-
- getValues() - Method in MongoQuery.WithinCircle
-
- getValues() - Method in MongoQuery.WithinPolygon
-
- getWriteConcern() - Method in AbstractMongoSession
-
Obtains the WriteConcern to use for the session
- getWriteModelsForEntity(org.grails.datastore.mapping.model.PersistentEntity, Map<PersistentEntity, List<WriteModel<?>>>) - Method in MongoCodecSession
-
- getWriteModelsForEntity(org.grails.datastore.mapping.model.PersistentEntity, Map<PersistentEntity,List<WriteModel<Document>>>) - Method in MongoSession
-
- GormCompilerAutoConfiguration - Class in org.grails.datastore.gorm.boot.compiler
A compiler configuration that automatically adds the necessary imports
- GormCompilerAutoConfiguration() - Constructor in GormCompilerAutoConfiguration
-
- GormDatabase - Class in org.grails.plugins.databasemigration.liquibase
- GormDatabase.1 - Class in org.grails.plugins.databasemigration.liquibase
- GormDatabase.1() - Constructor in GormDatabase.1
-
- GormDatabase(org.hibernate.dialect.Dialect, org.hibernate.service.ServiceRegistry, org.grails.orm.hibernate.HibernateDatastore) - Constructor in GormDatabase
-
- gormEnhancer - Field in HibernateDatastore
-
- gormEnhancer - Field in MongoDatastore
-
- GrailsDomainBinder - Class in org.grails.orm.hibernate.cfg
Handles the binding Grails domain classes and properties to the Hibernate runtime meta model.
- GrailsDomainBinder(java.lang.String, java.lang.String, org.grails.orm.hibernate.cfg.HibernateMappingContext) - Constructor in GrailsDomainBinder
-
- GrailsEntityDirtinessStrategy - Class in org.grails.orm.hibernate.dirty
A class to customize Hibernate dirtiness based on Grails org.grails.datastore.mapping.dirty.checking.DirtyCheckable interface
- GrailsEntityDirtinessStrategy.1 - Class in org.grails.orm.hibernate.dirty
- GrailsEntityDirtinessStrategy.1() - Constructor in GrailsEntityDirtinessStrategy.1
-
- GrailsEntityDirtinessStrategy() - Constructor in GrailsEntityDirtinessStrategy
-
- GrailsHibernateConfigurationException - Class in org.grails.orm.hibernate.exceptions
Thrown when configuration Hibernate for GORM features.
- GrailsHibernateConfigurationException(java.lang.String, java.lang.Throwable) - Constructor in GrailsHibernateConfigurationException
-
- GrailsHibernateException - Class in org.grails.orm.hibernate.exceptions
Base exception class for errors related to Hibernate configuration in Grails.
- GrailsHibernateException(java.lang.String, java.lang.Throwable) - Constructor in GrailsHibernateException
-
- GrailsHibernateQueryUtils - Class in org.grails.orm.hibernate.query
Utility methods for configuring Hibernate queries
- GrailsHibernateTemplate - Class in org.grails.orm.hibernate
- GrailsHibernateTemplate.CloseSuppressingInvocationHandler - Class in org.grails.orm.hibernate
Invocation handler that suppresses close calls on Hibernate Sessions.
- GrailsHibernateTemplate.HibernateCallback - Interface in org.grails.orm.hibernate
- GrailsHibernateTemplate(org.hibernate.SessionFactory, org.grails.orm.hibernate.HibernateDatastore, int) - Constructor in GrailsHibernateTemplate
-
- GrailsHibernateTransactionManager - Class in org.grails.orm.hibernate
Extends the standard class to always set the flush mode to manual when in a read-only transaction.
- GrailsHibernateTransactionManager(org.hibernate.SessionFactory, javax.sql.DataSource, org.hibernate.FlushMode) - Constructor in GrailsHibernateTransactionManager
-
- GrailsHibernateUtil - Class in org.grails.orm.hibernate.cfg
Utility methods for configuring Hibernate inside Grails.
- GrailsIdentifierGeneratorFactory - Class in org.grails.orm.hibernate.cfg
Hibernate IdentifierGeneratorFactory that prefers sequence-identity generator over sequence generator
- GrailsLiquibase - Class in org.grails.plugins.databasemigration.liquibase
- GrailsLiquibase(org.springframework.context.ApplicationContext) - Constructor in GrailsLiquibase
-
- GrailsLiquibaseFactory - Class in org.grails.plugins.databasemigration.liquibase
- GrailsLiquibaseFactory(org.springframework.context.ApplicationContext) - Constructor in GrailsLiquibaseFactory
-
- 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
-
- GrailsQueryException - Class in org.grails.orm.hibernate.exceptions
Base exception class for errors related to Domain class queries in Grails.
- GrailsQueryException(java.lang.String) - Constructor in GrailsQueryException
-
- GrailsSessionContext - Class in org.grails.orm.hibernate
Based on org.springframework.orm.hibernate4.SpringSessionContext.
- GrailsSessionContext(org.hibernate.engine.spi.SessionFactoryImplementor) - Constructor in GrailsSessionContext
-
Constructor.
- grailsVersion - Property in DatabaseMigrationGrailsPlugin
-
- grailsVersion - Property in HibernateGrailsPlugin
-
- grailsVersion - Property in MongodbGrailsPlugin
-
- GREATER_THAN - Field in AbstractHibernateCriteriaBuilder
-
- GREATER_THAN_OR_EQUAL - Field in AbstractHibernateCriteriaBuilder
-
- GREATER_THAN_OR_EQUAL_PROPERTY - Field in AbstractHibernateCriteriaBuilder
-
- GREATER_THAN_PROPERTY - Field in AbstractHibernateCriteriaBuilder
-
- GroovyChange - Class in org.grails.plugins.databasemigration.liquibase
Custom Groovy-based change.
- GroovyChange.1 - Class in org.grails.plugins.databasemigration.liquibase
- GroovyChange.1() - Constructor in GroovyChange.1
-
- GroovyChange() - Constructor in GroovyChange
-
- GroovyChangeLogParser - Class in org.grails.plugins.databasemigration.liquibase
- GroovyChangeLogParser() - Constructor in GroovyChangeLogParser
-
- GroovyChangeLogSerializer - Class in org.grails.plugins.databasemigration.liquibase
- GroovyChangeLogSerializer() - Constructor in GroovyChangeLogSerializer
-
- GroovyDiffToChangeLogCommandStep - Class in org.grails.plugins.databasemigration.liquibase
- GroovyDiffToChangeLogCommandStep() - Constructor in GroovyDiffToChangeLogCommandStep
-
- GroovyGenerateChangeLogCommandStep - Class in org.grails.plugins.databasemigration.liquibase
- GroovyGenerateChangeLogCommandStep() - Constructor in GroovyGenerateChangeLogCommandStep
-
- GroovyPrecondition - Class in org.grails.plugins.databasemigration.liquibase
Custom Groovy-based precondition.
- GroovyPrecondition.1 - Class in org.grails.plugins.databasemigration.liquibase
- GroovyPrecondition.1() - Constructor in GroovyPrecondition.1
-
- GroovyPrecondition() - Constructor in GroovyPrecondition
-
- GROUP_OPERATOR - Field in BsonQuery
-
- groupByProjectionHandlers - Field in BsonQuery
-
- groupProperty(java.lang.String, java.lang.String) - Method in AbstractHibernateCriteriaBuilder
-
Adds a projection that allows the criteria's result to be grouped by a property
- gt(java.lang.String, java.lang.Object) - Method in AbstractHibernateCriteriaBuilder
-
Creates a "greater than" Criterion based on the specified property name and value
- gt(java.lang.String, java.lang.Object) - Method in AbstractHibernateQuery
-
- gt(java.lang.String, java.lang.Object) - Method in AbstractHibernateQuery.HibernateAssociationQuery
-
- GT_OPERATOR - Field in BsonQuery
-
- gtAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractHibernateCriteriaBuilder
-
Creates a subquery criterion that ensures the given property is greater than all the given returned values
- gte(java.lang.String, java.lang.Object) - Method in AbstractHibernateCriteriaBuilder
-
- gte(java.lang.String, java.lang.Object) - Method in AbstractHibernateQuery
-
- gte(java.lang.String, java.lang.Object) - Method in AbstractHibernateQuery.HibernateAssociationQuery
-
- GTE_OPERATOR - Field in BsonQuery
-
- gtProperty(java.lang.String, java.lang.String) - Method in AbstractHibernateCriteriaBuilder
-
Creates a Criterion that tests if the first property is greater than the second property
- gtSome(java.lang.String, Closure<?>) - Method in AbstractHibernateCriteriaBuilder
-
- handle() - Method in ApplicationContextDatabaseMigrationCommand
-
- handle(Junction, java.lang.String, org.bson.BsonReader) - Method in BsonQuery
-
- handle(Junction, java.lang.String, org.bson.BsonReader) - Method in BsonQuery.OperatorHandler
-
- handle(org.grails.datastore.mapping.model.PersistentEntity, org.bson.Document, org.bson.Document, T) - Method in BsonQuery.ProjectionHandler
-
Handles a projection modifying the aggregation pipeline appropriately
- handle(org.grails.datastore.bson.query.EmbeddedQueryEncoder, T, org.bson.Document, org.grails.datastore.mapping.model.PersistentEntity) - Method in BsonQuery.QueryHandler
-
- handle() - Method in DbmChangelogToGroovy
-
- handle() - Method in DbmCreateChangelog
-
- handle(org.grails.datastore.mapping.model.PersistentEntity, org.bson.Document, org.bson.Document, IdProjection) - Method in MongoQuery
-
- handle(grails.dev.commands.ExecutionContext) - Method in SchemaExportCommand
-
- handle() - Method in ScriptDatabaseMigrationCommand
-
- handleNoResults() - Method in MongoQuery.AggregatedResultList
-
- handleUniqueConstraint(org.grails.datastore.mapping.model.PersistentProperty, org.hibernate.mapping.Column, java.lang.String, org.grails.orm.hibernate.cfg.Table, java.lang.String, java.lang.String) - Method in GrailsDomainBinder
-
- handleValidationError(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object, org.springframework.validation.Errors) - Method in AbstractHibernateGormInstanceApi
-
Sets the flush mode to manual. which ensures that the database changes are not persisted to the database
if a validation error occurs.
- hasCompositeIdentifier(org.grails.orm.hibernate.cfg.Mapping) - Method in GrailsDomainBinder
-
- hasCurrentSession() - Method in HibernateDatastore
-
- hashCode(java.lang.Object) - Method in IdentityEnumType
-
- hashCode() - Method in SoftKey
-
- hasHibernatePlugin() - Method in MongodbGrailsPlugin
-
- hasJoinColumnMapping(org.grails.orm.hibernate.cfg.PropertyConfig) - Method in GrailsDomainBinder
-
- hasJoinKeyMapping(org.grails.orm.hibernate.cfg.PropertyConfig) - Method in GrailsDomainBinder
-
- hasJoinTableColumnNameMapping(org.grails.orm.hibernate.cfg.PropertyConfig) - Method in GrailsDomainBinder
-
- hasNext() - Method in MongoQuery.AggregatedResultList
-
- hasNumericalIdentifier - Field in AbstractMongoObectEntityPersister
-
- hasNumericalIdentifier - Field in MongoCodecEntityPersister
-
- hasOption(java.lang.String) - Method in DatabaseMigrationCommand
-
- hasStringIdentifier - Field in AbstractMongoObectEntityPersister
-
- hasStringIdentifier - Field in MongoCodecEntityPersister
-
- hasTransaction() - Method in AbstractHibernateSession
-
- hasTransaction() - Method in AbstractMongoSession
-
- HIBERNATE_CRITERION_ADAPTER - Field in HibernateQuery
-
- hibernate - Property in HibernateConnectionSourceSettings
-
Settings for Hibernate
- HibernateAssociationQuery(org.hibernate.criterion.DetachedCriteria, org.grails.orm.hibernate.AbstractHibernateSession, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.types.Association, java.lang.String) - Constructor in AbstractHibernateQuery.HibernateAssociationQuery
-
- HibernateConnectionSource - Class in org.grails.orm.hibernate.connections
Implements the org.grails.datastore.mapping.core.connections.ConnectionSource interface for Hibernate
- HibernateConnectionSource(java.lang.String, org.hibernate.SessionFactory, ConnectionSource<DataSource,DataSourceSettings>, org.grails.orm.hibernate.connections.HibernateConnectionSourceSettings) - Constructor in HibernateConnectionSource
-
- HibernateConnectionSourceFactory - Class in org.grails.orm.hibernate.connections
- HibernateConnectionSourceFactory(java.lang.Class) - Constructor in HibernateConnectionSourceFactory
-
- HibernateConnectionSourceSettings - Class in org.grails.orm.hibernate.connections
Settings for Hibernate
- HibernateConnectionSourceSettings.HibernateSettings - Class in org.grails.orm.hibernate.connections
- HibernateConnectionSourceSettings.HibernateSettings.CacheSettings - Class in org.grails.orm.hibernate.connections
- HibernateConnectionSourceSettings.HibernateSettings.CacheSettings() - Constructor in HibernateConnectionSourceSettings.HibernateSettings.CacheSettings
-
- HibernateConnectionSourceSettings.HibernateSettings.FlushSettings - Class in org.grails.orm.hibernate.connections
- HibernateConnectionSourceSettings.HibernateSettings.FlushSettings.FlushMode - Enum in org.grails.orm.hibernate.connections
We use a separate enum here because the classes differ between Hibernate 3 and 4
- HibernateConnectionSourceSettings.HibernateSettings.FlushSettings() - Constructor in HibernateConnectionSourceSettings.HibernateSettings.FlushSettings
-
- HibernateConnectionSourceSettings.HibernateSettings.OsivSettings - Class in org.grails.orm.hibernate.connections
Settings for OpenSessionInView
- HibernateConnectionSourceSettings.HibernateSettings.OsivSettings() - Constructor in HibernateConnectionSourceSettings.HibernateSettings.OsivSettings
-
- HibernateConnectionSourceSettings.HibernateSettings() - Constructor in HibernateConnectionSourceSettings.HibernateSettings
-
- HibernateConnectionSourceSettings() - Constructor in HibernateConnectionSourceSettings
-
- HibernateConnectionSourceSettingsBuilder - Class in org.grails.orm.hibernate.connections
Builds the GORM for Hibernate configuration
- HibernateConnectionSourceSettingsBuilder(org.springframework.core.env.PropertyResolver, java.lang.String, org.grails.datastore.mapping.core.connections.ConnectionSourceSettings) - Constructor in HibernateConnectionSourceSettingsBuilder
-
- HibernateCriteriaBuilder - Class in grails.orm
- HibernateCriteriaBuilder(java.lang.Class, org.hibernate.SessionFactory, boolean) - Constructor in HibernateCriteriaBuilder
-
- HibernateCriterionAdapter - Class in org.grails.orm.hibernate.query
- hibernateCustomUserType(java.util.Map) - Method in HibernateMappingBuilder
-
- HibernateDatastore - Class in org.grails.orm.hibernate
Datastore implementation that uses a Hibernate SessionFactory underneath.
- hibernateDatastore - Field in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
-
- HibernateDatastore(java.lang.Package) - Constructor in HibernateDatastore
-
Construct a Hibernate datastore scanning the given packages
- hibernateDatastore() - Method in HibernateGormAutoConfiguration
-
- hibernateDatastore - Property in HibernateSpec
-
- HibernateDatastoreConnectionSourcesRegistrar - Class in org.grails.orm.hibernate.support
A factory bean that looks up a datastore by connection name
- HibernateDatastoreConnectionSourcesRegistrar(Iterable<String>) - Constructor in HibernateDatastoreConnectionSourcesRegistrar
-
- HibernateDatastoreFactoryBean - Class in org.grails.orm.hibernate.support
Helper for constructing the datastore
- HibernateDatastoreFactoryBean(Class<T>, org.grails.datastore.mapping.model.MappingContext, org.hibernate.SessionFactory, org.springframework.core.env.PropertyResolver, java.lang.String) - Constructor in HibernateDatastoreFactoryBean
-
- 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
-
- HibernateDialectDetectorFactoryBean - Class in org.grails.orm.hibernate.support
- hibernateDirtyChecking - Property in HibernateConnectionSourceSettings.HibernateSettings
-
Whether to use Hibernate's dirty checking instead of Grails'
- HibernateEntity - Trait in grails.orm.hibernate
Extends the org.grails.datastore.gorm.GormEntity trait adding additional Hibernate specific methods
- HibernateEntityTransformation - Class in org.grails.orm.hibernate.compiler
A transformation that transforms entities that implement the grails.gorm.hibernate.annotation.ManagedEntity trait,
adding logic that intercepts getter and setter access to eliminate the need for proxies.
- HibernateEntityTransformation.1 - Class in org.grails.orm.hibernate.compiler
- HibernateEntityTransformation.1() - Constructor in HibernateEntityTransformation.1
-
- HibernateEntityTransformation() - Constructor in HibernateEntityTransformation
-
- HibernateEventListener - Class in org.grails.orm.hibernate.event.listener
- HibernateEventListener(org.grails.orm.hibernate.AbstractHibernateDatastore) - Constructor in HibernateEventListener
-
- HibernateEventListeners - Class in org.grails.orm.hibernate
- hibernateEventListeners - Field in EventListenerIntegrator
-
- hibernateEventListeners - Field in HibernateConnectionSourceFactory
-
- hibernateEventListeners - Property in HibernateConnectionSourceSettings.HibernateSettings
-
The default hibernate event listeners
- hibernateEventListeners - Field in HibernateMappingContextSessionFactoryBean
-
- hibernateFlushMode - Field in GrailsOpenSessionInViewInterceptor
-
- HibernateGormAutoConfiguration - Class in org.grails.datastore.gorm.boot.autoconfigure
Auto configuration for GORM for Hibernate
- HibernateGormAutoConfiguration() - Constructor in HibernateGormAutoConfiguration
-
- HibernateGormEnhancer - Class in org.grails.orm.hibernate
Extended GORM Enhancer that fills out the remaining GORM for Hibernate methods
and implements string-based query support via HQL.
- HibernateGormEnhancer(org.grails.datastore.mapping.core.Datastore, org.springframework.transaction.PlatformTransactionManager, org.grails.datastore.mapping.core.connections.ConnectionSourceSettings) - Constructor in HibernateGormEnhancer
-
- HibernateGormInstanceApi - Class in org.grails.orm.hibernate
The implementation of the GORM instance API contract for Hibernate.
- HibernateGormInstanceApi(Class<D>, org.grails.orm.hibernate.HibernateDatastore, java.lang.ClassLoader) - Constructor in HibernateGormInstanceApi
-
- HibernateGormStaticApi - Class in org.grails.orm.hibernate
The implementation of the GORM static method contract for Hibernate
- HibernateGormStaticApi(Class<D>, org.grails.orm.hibernate.HibernateDatastore, List<FinderMethod>, java.lang.ClassLoader, org.springframework.transaction.PlatformTransactionManager) - Constructor in HibernateGormStaticApi
-
- HibernateGormValidationApi - Class in org.grails.orm.hibernate
- HibernateGormValidationApi(Class<D>, org.grails.orm.hibernate.HibernateDatastore, java.lang.ClassLoader) - Constructor in HibernateGormValidationApi
-
- 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
-
- HibernateHqlQuery - Class in org.grails.orm.hibernate.query
A query implementation for HQL queries
- HibernateHqlQuery(org.hibernate.Session, org.grails.datastore.mapping.model.PersistentEntity, org.hibernate.query.Query) - Constructor in HibernateHqlQuery
-
- HibernateJtaTransactionManagerAdapter - Class in org.grails.orm.hibernate.transaction
Adapter for adding transaction controlling hooks for supporting
Hibernate's org.hibernate.engine.transaction.Isolater class's interaction with transactions
- HibernateJtaTransactionManagerAdapter(org.springframework.transaction.PlatformTransactionManager) - Constructor in HibernateJtaTransactionManagerAdapter
-
- hibernateJunction - Field in AbstractHibernateQuery.HibernateAssociationQuery
-
- hibernateJunction - Field in AbstractHibernateQuery.HibernateJunction
-
- HibernateMappingBuilder - Class in org.grails.orm.hibernate.cfg
Implements the ORM mapping DSL constructing a model that can be evaluated by the
GrailsDomainBinder class which maps GORM classes onto the database.
- HibernateMappingBuilder.1 - Class in org.grails.orm.hibernate.cfg
- HibernateMappingBuilder.1() - Constructor in HibernateMappingBuilder.1
-
- HibernateMappingBuilder(org.grails.orm.hibernate.cfg.Mapping, java.lang.String, groovy.lang.Closure) - Constructor in HibernateMappingBuilder
-
- HibernateMappingContext - Class in org.grails.orm.hibernate.cfg
A Mapping context for Hibernate
- hibernateMappingContext - Field in GrailsDomainBinder
-
- HibernateMappingContext() - Constructor in HibernateMappingContext
-
- hibernateMappingContext - Field in HibernateMappingContextConfiguration
-
- hibernateMappingContext - Field in HibernateMappingContextSessionFactoryBean
-
- HibernateMappingContextConfiguration - Class in org.grails.orm.hibernate.cfg
A Configuration that uses a MappingContext to configure Hibernate
- HibernateMappingContextSessionFactoryBean - Class in org.grails.orm.hibernate
- HibernatePersistenceContextInterceptor - Class in org.grails.plugin.hibernate.support
- HibernatePersistenceContextInterceptor(java.lang.String) - Constructor in HibernatePersistenceContextInterceptor
-
- Parameters:
dataSourceName
- a name of dataSource
- HibernatePersistentEntity - Class in org.grails.orm.hibernate.cfg
Persistent entity implementation for Hibernate
- HibernatePersistentEntity(java.lang.Class, org.grails.datastore.mapping.model.MappingContext) - Constructor in HibernatePersistentEntity
-
- HibernateProjectionAdapter - Class in org.grails.orm.hibernate.query
Adapts Grails datastore API to Hibernate projections.
- HibernateProjectionAdapter(org.grails.datastore.mapping.query.Query$Projection) - Constructor in HibernateProjectionAdapter
-
- hibernateProjectionList - Field in AbstractHibernateQuery
-
- HibernateProxyHandler - Class in org.grails.orm.hibernate.proxy
Implementation of the ProxyHandler interface for Hibernate using org.hibernate.Hibernate
and HibernateProxyHelper where possible.
- HibernateQuery - Class in org.grails.orm.hibernate.query
Bridges the Query API with the Hibernate Criteria API
- HibernateQuery(org.hibernate.criterion.DetachedCriteria, org.grails.datastore.mapping.model.PersistentEntity) - Constructor in HibernateQuery
-
- HibernateQueryConstants - Interface in org.grails.orm.hibernate.query
Constants used for query arguments etc.
- HibernateRuntimeUtils - Class in org.grails.orm.hibernate.support
Utility methods used at runtime by the GORM for Hibernate implementation
- HibernateRuntimeUtils() - Constructor in HibernateRuntimeUtils
-
- HibernateSession - Class in org.grails.orm.hibernate
Session implementation that wraps a Hibernate org.hibernate.Session.
- hibernateSession - Field in AbstractHibernateCriteriaBuilder
-
- hibernateSession - Field in AbstractHibernateGormStaticApi
-
- HibernateSession(org.grails.orm.hibernate.HibernateDatastore, org.hibernate.SessionFactory) - Constructor in HibernateSession
-
- HibernateSpec - Class in grails.test.hibernate
Specification for Hibernate tests
- HibernateSpec() - Constructor in HibernateSpec
-
- hibernateTemplate - Field in AbstractHibernateGormInstanceApi
-
- hibernateTemplate - Field in AbstractHibernateGormStaticApi
-
- hibernateTemplate - Field in AbstractHibernateGormValidationApi
-
- hibernateTemplate - Field in AbstractHibernateSession
-
- hibernateTemplate - Field in InstanceApiHelper
-
- hibernateTransactionManager() - Method in HibernateGormAutoConfiguration
-
- HibernateVersionSupport - Class in org.grails.orm.hibernate.support
Methods to deal with the differences in different Hibernate versions
- HINT_ARGUMENT - Field in MongoQuery
-
- hint(FindIterable<Document>, Map<String, Object>) - Method in MongoExtensions
-
- host - Property in AbstractMongoConnectionSourceSettings
-
The host name to use
- id() - Method in AbstractHibernateCriteriaBuilder
-
- id() - Method in AbstractHibernateQuery.HibernateProjectionList
-
- ID_EQUALS - Field in AbstractHibernateCriteriaBuilder
-
- id(java.util.Map) - Method in HibernateMappingBuilder
-
- id(org.grails.orm.hibernate.cfg.CompositeIdentity) - Method in Mapping
-
Define the identity config
- id(groovy.lang.Closure) - Method in MongoCollection
-
- ID_REFERENCE_SUFFIX - Field in BsonQuery
-
- Identity - Class in org.grails.orm.hibernate.cfg
Defines the identity generation strategy.
- IDENTITY_DECODERS - Field in IdentityDecoder
-
- Identity() - Constructor in Identity
-
- identity - Property in Mapping
-
The identity definition
- IdentityDecoder - Class in org.grails.datastore.bson.codecs.decoders
A {@PropertyDecoder} capable of decoding the org.grails.datastore.mapping.model.types.Identity
- IdentityDecoder.1 - Class in org.grails.datastore.bson.codecs.decoders
- IdentityDecoder.1() - Constructor in IdentityDecoder.1
-
- IdentityDecoder.2 - Class in org.grails.datastore.bson.codecs.decoders
- IdentityDecoder.2() - Constructor in IdentityDecoder.2
-
- IdentityDecoder.3 - Class in org.grails.datastore.bson.codecs.decoders
- IdentityDecoder.3() - Constructor in IdentityDecoder.3
-
- IdentityDecoder.4 - Class in org.grails.datastore.bson.codecs.decoders
- IdentityDecoder.4() - Constructor in IdentityDecoder.4
-
- IdentityDecoder.5 - Class in org.grails.datastore.bson.codecs.decoders
- IdentityDecoder.5() - Constructor in IdentityDecoder.5
-
- IdentityDecoder.6 - Class in org.grails.datastore.bson.codecs.decoders
- IdentityDecoder.6() - Constructor in IdentityDecoder.6
-
- IdentityDecoder.7 - Class in org.grails.datastore.bson.codecs.decoders
- IdentityDecoder.7() - Constructor in IdentityDecoder.7
-
- IdentityDecoder.8 - Class in org.grails.datastore.bson.codecs.decoders
- IdentityDecoder.8() - Constructor in IdentityDecoder.8
-
- IdentityDecoder.IdentityTypeDecoder - Interface in org.grails.datastore.bson.codecs.decoders
- IdentityDecoder() - Constructor in IdentityDecoder
-
- IdentityEncoder - Class in org.grails.datastore.bson.codecs.encoders
A {@PropertyEncoder} capable of encoding the org.grails.datastore.mapping.model.types.Identity
- IdentityEncoder() - Constructor in IdentityEncoder
-
- IdentityEnumType - Class in org.grails.orm.hibernate.cfg
Hibernate Usertype that enum values by their ID.
- identityType - Field in HibernateGormStaticApi
-
- idEq(java.lang.Object) - Method in AbstractHibernateCriteriaBuilder
-
- idEq(java.lang.Object) - Method in AbstractHibernateQuery
-
- idEq(java.lang.Object) - Method in AbstractHibernateQuery.HibernateAssociationQuery
-
- idEquals(java.lang.Object) - Method in AbstractHibernateCriteriaBuilder
-
- ignoreNotFound - Property in PropertyConfig
-
Whether to ignore ObjectNotFoundException
- IHibernateTemplate - Interface in org.grails.orm.hibernate
Template interface that can be used with both Hibernate 3 and Hibernate 4
- ILIKE - Field in AbstractHibernateCriteriaBuilder
-
- ilike(java.lang.String, java.lang.String) - Method in AbstractHibernateQuery
-
- ilike(java.lang.String, java.lang.String) - Method in AbstractHibernateQuery.HibernateAssociationQuery
-
- IMAGE - Field in HibernateCriteriaBuilder
-
- IN - Field in AbstractHibernateCriteriaBuilder
-
- in(java.lang.String, java.util.List) - Method in AbstractHibernateQuery
-
- in(java.lang.String, java.util.List) - Method in AbstractHibernateQuery.HibernateAssociationQuery
-
- IN_OPERATOR - Field in BsonQuery
-
- INC_OPERATOR - Field in MongoCodecEntityPersister
-
- INC_OPERATOR - Field in MongoConstants
-
- include - Property in CacheConfig
-
What to include in caching
- INCLUDE_OPTIONS - Property in CacheConfig
-
- includeIdentifiers() - Method in HibernatePersistentEntity
-
- includes(groovy.lang.Closure) - Method in HibernateMappingBuilder
-
Include another config in this one
- incrementVersion(java.lang.Object) - Method in AbstractHibernateGormInstanceApi
-
Increments the entities version number in order to force an update
- incrementVersion(java.lang.Object) - Method in GrailsHibernateUtil
-
Increments the entities version number in order to force an update
- index(java.lang.Object, java.lang.Object) - Method in AbstractMongoObectEntityPersister.MongoAssociationIndexer
-
- INDEX_ATTRIBUTES - Field in MongoDatastore
-
- index - Property in ColumnConfig
-
The index, can be either a boolean or a string for the name of the index
- index(java.lang.String) - Method in MongoAttribute
-
Configures the index type
- index(Map<String, Object>, Map<String, Object>) - Method in MongoCollection
-
Defines an index
- Index(Map<String, Object>, Map<String, Object>) - Constructor in MongoCollection.Index
-
- INDEX_TYPE_2D - Field in MongoAttribute
-
- INDEX_TYPE_2DSPHERE - Field in MongoAttribute
-
- INDEX_TYPE - Field in MongoAttribute
-
- indexAttributes(java.util.Map) - Method in MongoAttribute
-
Configures the index attributes
- indexColumn - Property in PropertyConfig
-
The column used to produce the index for index based collections (lists and maps)
- init() - Method in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
-
- init() - Method in HibernatePersistenceContextInterceptor
-
- initClosure - Property in GroovyChange
-
- initClosureCalled - Property in GroovyChange
-
- initialize() - Method in AbstractHibernateCriterionAdapter
-
- initialize() - Method in HibernateDatastore
-
- initialize(java.lang.Object) - Method in HibernateProxyHandler
-
Force initialization of a proxy or persistent collection.
- initialize(ConnectionSource<MongoClient, MongoConnectionSourceSettings>) - Method in MongoConnectionSources
-
- initialize(org.grails.datastore.mapping.mongo.connections.MongoConnectionSourceSettings) - Method in MongoDatastore
-
Runs the initialization sequence
- initialize(org.grails.datastore.mapping.core.connections.ConnectionSourceSettings) - Method in MongoMappingContext
-
- initialize() - Method in PagedResultList
-
- initialize(java.lang.Object) - Method in SimpleHibernateProxyHandler
-
- initialized - Field in AbstractHibernateCriterionAdapter
-
- initializeFully() - Method in MongoQuery.AggregatedResultList
-
- initializeIndices(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoDatastore
-
Indexes any properties that are mapped with index:true
- initializeJoinStatus() - Method in AbstractHibernateQuery
-
- initializePersistentCollection(org.hibernate.Session, org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.model.types.Association) - Method in PersistentEntityCodec.OneToManyDecoder
-
- initIndexAttributes() - Method in MongoAttribute
-
- initJta() - Method in GrailsSessionContext
-
- inList(java.lang.String, java.lang.Object) - Method in AbstractHibernateCriteriaBuilder
-
Delegates to in as in is a Groovy keyword
- inRadians() - Method in Distance
-
- Returns:
- The value of the distance in Radians
- insert(D, java.util.Map) - Method in AbstractHibernateGormInstanceApi
-
- insert(java.lang.Object) - Method in AbstractHibernateSession
-
- insert(MongoCollection<Document>, List<? extends Map>, com.mongodb.client.model.InsertManyOptions) - Method in MongoExtensions
-
- insertable - Property in DiscriminatorConfig
-
Whether it is insertable
- insertable - Property in PropertyConfig
-
Whether or not this is column is insertable by hibernate
- insertActiveThreadLocal - Property in AbstractHibernateGormInstanceApi
-
When a domain instance is saved without validation, we put it
into this thread local variable.
- instance - Field in InstanceProxy
-
- INSTANCE_PREFIX - Field in AbstractMongoObectEntityPersister
-
- INSTANCE_PREFIX - Field in MongoCodecEntityPersister
-
- instanceApi - Field in InstanceProxy
-
- InstanceApiHelper - Class in org.grails.orm.hibernate
Workaround for VerifyErrors in Groovy when using a HibernateCallback.
- instanceApiHelper - Field in HibernateGormInstanceApi
-
- InstanceApiHelper(org.grails.orm.hibernate.GrailsHibernateTemplate) - Constructor in InstanceApiHelper
-
- instanceOf(D, java.lang.Class) - Method in AbstractHibernateGormInstanceApi
-
- InstanceProxy - Class in org.grails.orm.hibernate.cfg
- InstanceProxy(java.lang.Object, org.grails.orm.hibernate.AbstractHibernateGormInstanceApi, org.grails.orm.hibernate.AbstractHibernateGormValidationApi) - Constructor in InstanceProxy
-
- InstantBsonConverter - Trait in org.grails.datastore.bson.codecs.temporal
A trait to read and write a java.time.Instant to MongoDB
- InstantCodec - Class in org.grails.datastore.bson.codecs
A class to translate a java.time.Instant in MongoDB
- InstantCodec() - Constructor in InstantCodec
-
- InstantDecoder - Class in org.grails.datastore.bson.codecs.decoders
A simple decoder for java.time.Instant
- InstantDecoder() - Constructor in InstantDecoder
-
- InstantEncoder - Class in org.grails.datastore.bson.codecs.encoders
A simple encoder for java.time.Instant
- InstantEncoder() - Constructor in InstantEncoder
-
- INTEGER - Field in HibernateCriteriaBuilder
-
- integrate(org.hibernate.boot.Metadata, org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.service.spi.SessionFactoryServiceRegistry) - Method in EventListenerIntegrator
-
- integrate(org.hibernate.boot.Metadata, org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.service.spi.SessionFactoryServiceRegistry) - Method in MetadataIntegrator
-
- interceptor - Field in HibernateConnectionSourceFactory
-
- interceptors - Field in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
-
- intValue(java.util.Map, java.lang.String) - Method in AbstractHibernateGormStaticApi
-
- invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object) - Method in GrailsHibernateTemplate.CloseSuppressingInvocationHandler
-
- invokeMethod(java.lang.String, java.lang.Object) - Method in AbstractHibernateCriteriaBuilder
-
- invokeMethod(java.lang.String, java.lang.Object) - Method in DatabaseChangeLogBuilder
-
- invokeMethod(java.lang.String, java.lang.Object) - Method in HibernateMappingBuilder.1
-
- invokeMethod(java.lang.String, java.lang.Object) - Method in InstanceProxy
-
- IS_EMPTY - Field in AbstractHibernateCriteriaBuilder
-
- IS_NOT_EMPTY - Field in AbstractHibernateCriteriaBuilder
-
- IS_NOT_NULL - Field in AbstractHibernateCriteriaBuilder
-
- IS_NULL - Field in AbstractHibernateCriteriaBuilder
-
- isApplyFlushModeOnlyToNonExistingTransactions() - Method in GrailsHibernateTemplate
-
- isAssignedId(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoCodecEntityPersister
-
- isAtLeastVersion(java.lang.String) - Method in HibernateVersionSupport
-
Check the current hibernate version
- isAttached(D) - Method in AbstractHibernateGormInstanceApi
-
- isAutoFlush() - Method in AbstractHibernateDatastore
-
- isBidirectionalManyToOne(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
-
- isBidirectionalManyToOneWithListMapping(org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.config.Property) - Method in GrailsDomainBinder
-
- isBidirectionalOneToManyMap(org.grails.datastore.mapping.model.types.Association) - Method in GrailsDomainBinder
-
- isCacheQueries - Field in AbstractHibernateDatastore
-
- isCacheQueries() - Method in GrailsHibernateTemplate
-
- isCircularAssociation(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
-
- isComponentPropertyNullable(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
-
- isCompositeIdProperty(org.grails.orm.hibernate.cfg.Mapping, org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
-
- isConnected() - Method in AbstractHibernateSession
-
- isCorrectDatabaseImplementation(liquibase.database.DatabaseConnection) - Method in GormDatabase
-
- isDefaultDataSource(java.lang.String) - Method in DatabaseMigrationGrailsPlugin
-
- isDirty(java.lang.Object) - Method in AbstractHibernateSession
-
- isDirty(java.lang.Object, java.lang.Object) - Method in AbstractMongoObectEntityPersister
-
- isDirty(java.lang.Object, org.grails.datastore.mapping.engine.EntityPersister, org.hibernate.Session) - Method in GrailsEntityDirtinessStrategy
-
- isDirty(org.hibernate.CustomEntityDirtinessStrategy$AttributeInformation) - Method in GrailsEntityDirtinessStrategy.1
-
- isDirty(D) - Method in HibernateGormInstanceApi
-
Checks whether an entity is dirty
- isDiscriminatorProperty(java.lang.String) - Method in BsonPersistentEntityCodec
-
- isDomainClass(java.lang.Class) - Method in HibernateMappingContext
-
- isEmbeddedEntry(java.lang.Object) - Method in MongoEntityPersister
-
- isEmpty(java.lang.String) - Method in AbstractHibernateCriteriaBuilder
-
- isEmpty(java.lang.String) - Method in AbstractHibernateQuery
-
- isEmpty(java.lang.String) - Method in AbstractHibernateQuery.HibernateAssociationQuery
-
- isEmpty() - Method in AbstractHibernateQuery.HibernateProjectionList
-
- isExposeNativeSession() - Method in GrailsHibernateTemplate
-
- isFailOnError() - Method in AbstractHibernateDatastore
-
- isIdentifierProperty(java.lang.String) - Method in BsonPersistentEntityCodec
-
Whether the given document attribute is the identifier
- isIdentifierProperty(java.lang.String) - Method in PersistentEntityCodec
-
- isIdentityProperty(org.grails.orm.hibernate.cfg.Mapping, org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
-
- isInitialized(java.lang.Object, java.lang.String) - Method in GrailsHibernateUtil
-
Checks whether an associated property is initialized and returns true if it is
- isInitialized(java.lang.Object, java.lang.String) - Method in HibernateProxyHandler
-
Check if an association proxy or persistent collection is initialized.
- isInitialized(java.lang.Object, java.lang.String) - Method in SimpleHibernateProxyHandler
-
- isJdbcBatchVersionedData - Property in GrailsHibernateTransactionManager
-
- isLocked(java.lang.Object) - Method in MongoCodecEntityPersister
-
- isMappedClass(java.lang.String, java.lang.Class) - Method in MongoDbDataStoreSpringInitializer
-
- isMappedWithHibernate(org.grails.datastore.mapping.model.PersistentEntity) - Method in GrailsHibernateUtil
-
- isMongoNativeType(java.lang.Class) - Method in MongoMappingContext
-
Check whether a type is a native mongo type that can be stored by the mongo driver without conversion.
- isMutable() - Method in IdentityEnumType
-
- isNonPropertyToken(java.lang.String) - Method in GrailsDomainBinder
-
- isNotEmpty(java.lang.String) - Method in AbstractHibernateCriteriaBuilder
-
- isNotEmpty(java.lang.String) - Method in AbstractHibernateQuery
-
- isNotEmpty(java.lang.String) - Method in AbstractHibernateQuery.HibernateAssociationQuery
-
- isNotEmpty(java.lang.String) - Method in GrailsDomainBinder
-
- isNotEmpty(java.lang.String) - Method in GrailsHibernateUtil
-
- isNotNull(java.lang.String) - Method in AbstractHibernateCriteriaBuilder
-
- isNotNull(java.lang.String) - Method in AbstractHibernateQuery
-
- isNotNull(java.lang.String) - Method in AbstractHibernateQuery.HibernateAssociationQuery
-
- isNull(java.lang.String) - Method in AbstractHibernateCriteriaBuilder
-
- isNull(java.lang.String) - Method in AbstractHibernateQuery
-
- isNull(java.lang.String) - Method in AbstractHibernateQuery.HibernateAssociationQuery
-
- ISO_8601 - Field in JsonWriter
-
- isOpen() - Method in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
-
- isOpen() - Method in HibernatePersistenceContextInterceptor
-
- isOsivReadOnly() - Method in AbstractHibernateDatastore
-
- isOsivReadOnly() - Method in GrailsHibernateTemplate
-
- isPassReadOnlyToHibernate() - Method in AbstractHibernateDatastore
-
- isProxy(java.lang.Object) - Method in HibernateProxyHandler
-
{@inheritDoc}
- isProxy(java.lang.Object) - Method in SimpleHibernateProxyHandler
-
- isProxyIfReloadEnabled() - Method in HibernateMappingContextSessionFactoryBean
-
- isReference(org.grails.datastore.mapping.model.types.Association) - Method in AbstractMongoObectEntityPersister
-
- isRollback() - Method in HibernateSpec
-
Whether to rollback on each test (defaults to true)
- isRowCount() - Method in AbstractHibernateQuery.HibernateProjectionList
-
- isSaveUpdateCascade(java.lang.String) - Method in GrailsDomainBinder
-
Check if a save-update cascade is defined within the Hibernate cascade properties string.
- isSchemaless() - Method in AbstractHibernateSession
-
- isSchemaless() - Method in MongoDatastore
-
- isSessionTransactional(org.hibernate.Session) - Method in GrailsHibernateTemplate
-
- isSingleResult() - Method in MongoQuery.AggregatePipeline
-
- isSingleton() - Method in DataSourceFactoryBean
-
- isSingleton() - Method in HibernateDatastoreFactoryBean
-
- isSingleton() - Method in HibernateDialectDetectorFactoryBean
-
- isSingleton() - Method in HibernateMappingContextSessionFactoryBean
-
- isSorted(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
-
Establish whether a collection property is sorted
- issueManagement - Property in HibernateGrailsPlugin
-
- issueManagement - Property in MongodbGrailsPlugin
-
- isTablePerConcreteClass() - Method in Mapping
-
- isTimeFormat(java.lang.String) - Method in DatabaseMigrationCommand
-
- isUnidirectionalOneToMany(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
-
Checks whether a property is a unidirectional non-circular one-to-many
- isUnique() - Method in PropertyConfig
-
Shortcut to determine whether the property's column is configured
to be unique.
- isValidMappingStrategy(java.lang.Class, java.lang.Object) - Method in HibernateMappingContext
-
- iterator() - Method in MongoQuery.AggregatedResultList
-
- ManagedEntity - Annotation Type in grails.orm.hibernate.annotation
- MANUAL - Enum Constant in AbstractHibernateDatastore.FlushMode
-
- MANUAL - Enum Constant in HibernateConnectionSourceSettings.HibernateSettings.FlushSettings.FlushMode
-
- Mapping - Class in org.grails.orm.hibernate.cfg
Models the mapping from GORM classes to the db.
- MAPPING_CACHE - Field in AbstractGrailsDomainBinder
-
- mapping - Property in HibernateMappingBuilder
-
- Mapping() - Constructor in Mapping
-
- MappingBuilder - Class in grails.orm.hibernate.mapping
Entry point for the ORM mapping configuration DSL
- MappingBuilder() - Constructor in MappingBuilder
-
- mappingContext - Property in BsonPersistentEntityCodec
-
- mappingContext - Property in CodecCustomTypeMarshaller
-
- mappingContext - Field in HibernateConnectionSourceFactory
-
- mappingDirectoryLocations - Property in HibernateConnectionSourceSettings.HibernateSettings
-
Set locations of directories that contain Hibernate mapping resources,
like "WEB-INF/mappings".
- mappingJarLocations - Property in HibernateConnectionSourceSettings.HibernateSettings
-
Set locations of jar files that contain Hibernate mapping resources,
like "WEB-INF/lib/example.hbm.jar".
- mappingLocations - Property in HibernateConnectionSourceSettings.HibernateSettings
-
Set locations of Hibernate mapping files, for example as classpath
resource "classpath:example.hbm.xml".
- mapToObject(Class<T>, Map<String, Object>) - Method in MongoConstants
-
- Mark() - Constructor in JsonReader.Mark
-
- markDirty - Field in AbstractHibernateDatastore
-
- markInsertActive() - Method in AbstractHibernateGormInstanceApi
-
Called by org.grails.orm.hibernate.metaclass.SavePersistentMethod's performInsert
to set a ThreadLocal variable that determines the value for getAssumedUnsaved().
- MATCH_OPERATOR - Field in BsonQuery
-
- matches(org.codehaus.groovy.ast.ClassNode) - Method in GormCompilerAutoConfiguration
-
- matchesFilter(org.springframework.core.type.classreading.MetadataReader, org.springframework.core.type.classreading.MetadataReaderFactory) - Method in HibernateMappingContextConfiguration
-
Check whether any of the configured entity type filters matches
the current class descriptor contained in the metadata reader.
- MATERIALIZED_BLOB - Field in HibernateCriteriaBuilder
-
- MATERIALIZED_CLOB - Field in HibernateCriteriaBuilder
-
- max(java.lang.String, java.lang.String) - Method in AbstractHibernateCriteriaBuilder
-
Adds a projection that allows the criteria to retrieve a maximum property value
- max(int) - Method in AbstractHibernateQuery
-
- max(java.lang.String) - Method in AbstractHibernateQuery.HibernateProjectionList
-
- MAX_DISTANCE_OPERATOR - Field in MongoQuery
-
- max(FindIterable<Document>, Map<String, Object>) - Method in MongoExtensions
-
- MAX_OPERATOR - Field in BsonQuery
-
- MAX_VALUE - Field in HibernateConnectionSourceSettings.HibernateSettings.FlushSettings.FlushMode
-
- maxResults(int) - Method in AbstractHibernateQuery
-
- merge(D, java.util.Map) - Method in AbstractHibernateGormInstanceApi
-
- messageSource - Field in HibernateConnectionSourceFactory
-
- metadata - Field in HibernateDatastore
-
- metadata - Property in MetadataIntegrator
-
- metadataBuildingContext - Field in GrailsDomainBinder
-
- metadataContributor - Field in HibernateConnectionSourceFactory
-
- MetadataIntegrator - Class in org.grails.orm.hibernate
- MetadataIntegrator() - Constructor in MetadataIntegrator
-
- methodMissing(java.lang.String, java.lang.Object) - Method in HibernateMappingBuilder
-
- methodMissing(java.lang.String, java.lang.Object) - Method in Mapping
-
- Metric - Class in grails.mongodb.geo
Defines a metric for calculating
Distance in radians.
- metric - Property in Distance
-
The metric used to calculate radians.
- Metric(double) - Constructor in Metric
-
Constructs a metric for the given multiplier
- MILES - Property in Metric
-
the radius of the earth in miles *
- min(java.lang.String, java.lang.String) - Method in AbstractHibernateCriteriaBuilder
-
Adds a projection that allows the criteria to retrieve a minimum property value
- min(java.lang.String) - Method in AbstractHibernateQuery.HibernateProjectionList
-
- min(FindIterable<Document>, Map<String, Object>) - Method in MongoExtensions
-
- MIN_OPERATOR - Field in BsonQuery
-
- MIN_VALUE - Field in HibernateConnectionSourceSettings.HibernateSettings.FlushSettings.FlushMode
-
- mode - Property in HibernateConnectionSourceSettings.HibernateSettings.FlushSettings
-
The default flush mode
- MONGO_AND_OPERATOR - Field in MongoQuery
-
- MONGO_CLASS_FIELD - Field in AbstractMongoObectEntityPersister
-
- MONGO_CLASS_FIELD - Field in MongoCodecEntityPersister
-
- MONGO_CLASS_FIELD - Field in MongoConstants
-
- MONGO_GT_OPERATOR - Field in MongoQuery
-
- MONGO_GTE_OPERATOR - Field in MongoQuery
-
- MONGO_ID_FIELD - Field in AbstractMongoObectEntityPersister
-
- MONGO_ID_FIELD - Field in MongoCodecEntityPersister
-
- MONGO_ID_FIELD - Field in MongoConstants
-
- MONGO_IN_OPERATOR - Field in MongoQuery
-
- MONGO_LT_OPERATOR - Field in MongoQuery
-
- MONGO_LTE_OPERATOR - Field in MongoQuery
-
- mongo - Field in MongoDatastore
-
- mongo - Field in MongoDbDataStoreSpringInitializer
-
- mongo - Property in MongoDbGormAutoConfiguration
-
- MONGO_NE_OPERATOR - Field in MongoQuery
-
- MONGO_NIN_OPERATOR - Field in MongoQuery
-
- MONGO_OR_OPERATOR - Field in MongoQuery
-
- MONGO_REGEX_OPERATOR - Field in MongoQuery
-
- MONGO_SET_OPERATOR - Field in AbstractMongoSession
-
- MONGO_SET_OPERATOR - Field in PersistentEntityCodec
-
- MONGO_UNSET_OPERATOR - Field in AbstractMongoSession
-
- MONGO_UNSET_OPERATOR - Field in PersistentEntityCodec
-
- MONGO_WHERE_OPERATOR - Field in MongoQuery
-
- MongoAllOperations - Interface in grails.mongodb.api
All MongoDB operations
- MongoAssociationIndexer(T, org.grails.datastore.mapping.model.types.Association, org.grails.datastore.mapping.mongo.MongoSession) - Constructor in AbstractMongoObectEntityPersister.MongoAssociationIndexer
-
- MongoAttribute - Class in org.grails.datastore.mapping.mongo.config
Extends org.grails.datastore.mapping.document.config.Attribute class with additional Mongo specific configuration
- MongoAttribute() - Constructor in MongoAttribute
-
- mongoBeanName - Field in MongoDbDataStoreSpringInitializer
-
- MongoClientOptionsBuilder - Class in org.grails.datastore.mapping.mongo.config
Helper class for building com.mongodb.MongoClientSettings from a org.springframework.core.env.PropertyResolver
- MongoClientOptionsBuilder(org.springframework.core.env.PropertyResolver, java.lang.String) - Constructor in MongoClientOptionsBuilder
-
- MongoCodecEntityPersister - Class in org.grails.datastore.mapping.mongo.engine
An {@org.grails.datastore.mapping.engine.EntityPersister} that uses the MongoDB 3.0 org.bson.codecs.configuration.CodecRegistry infrastructure
- MongoCodecEntityPersister.1 - Class in org.grails.datastore.mapping.mongo.engine
- MongoCodecEntityPersister.1.1 - Class in org.grails.datastore.mapping.mongo.engine
- MongoCodecEntityPersister.1.1() - Constructor in MongoCodecEntityPersister.1.1
-
- MongoCodecEntityPersister.1() - Constructor in MongoCodecEntityPersister.1
-
- MongoCodecEntityPersister.2 - Class in org.grails.datastore.mapping.mongo.engine
- MongoCodecEntityPersister.2.1 - Class in org.grails.datastore.mapping.mongo.engine
- MongoCodecEntityPersister.2.1() - Constructor in MongoCodecEntityPersister.2.1
-
- MongoCodecEntityPersister.2() - Constructor in MongoCodecEntityPersister.2
-
- MongoCodecEntityPersister.3 - Class in org.grails.datastore.mapping.mongo.engine
- MongoCodecEntityPersister.3.1 - Class in org.grails.datastore.mapping.mongo.engine
- MongoCodecEntityPersister.3.1() - Constructor in MongoCodecEntityPersister.3.1
-
- MongoCodecEntityPersister.3() - Constructor in MongoCodecEntityPersister.3
-
- MongoCodecEntityPersister(org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.mongo.MongoCodecSession, org.springframework.context.ApplicationEventPublisher, TPCacheAdapterRepository<Object>) - Constructor in MongoCodecEntityPersister
-
- mongoCodecEntityPersisterMap - Field in MongoCodecSession
-
- MongoCodecSession - Class in org.grails.datastore.mapping.mongo
A MongoDB session for codec mapping style
- MongoCodecSession(org.grails.datastore.mapping.mongo.MongoDatastore, org.grails.datastore.mapping.model.MappingContext, org.springframework.context.ApplicationEventPublisher, boolean) - Constructor in MongoCodecSession
-
- MongoCollection - Class in org.grails.datastore.mapping.mongo.config
Provides configuration options for mapping Mongo DBCollection instances
- MongoCollection.Index - Class in org.grails.datastore.mapping.mongo.config
Definition of an index
- MongoCollection() - Constructor in MongoCollection
-
- mongoCollections - Field in AbstractMongoSession
-
- mongoCollections - Field in MongoDatastore
-
- MongoConnectionSourceFactory - Class in org.grails.datastore.mapping.mongo.connections
A factory for building com.mongodb.client.MongoClient instances
- MongoConnectionSourceFactory() - Constructor in MongoConnectionSourceFactory
-
- MongoConnectionSources - Class in org.grails.datastore.mapping.mongo.connections
A org.grails.datastore.mapping.core.connections.ConnectionSources implementation that reads the connections from MongoDB
- MongoConnectionSources(ConnectionSource<MongoClient, MongoConnectionSourceSettings>, ConnectionSourceFactory<MongoClient, MongoConnectionSourceSettings>, org.springframework.core.env.PropertyResolver) - Constructor in MongoConnectionSources
-
- MongoConnectionSourceSettings - Class in org.grails.datastore.mapping.mongo.connections
Settings for MongoDB driver
- MongoConnectionSourceSettings() - Constructor in MongoConnectionSourceSettings
-
- MongoConnectionSourceSettingsBuilder - Class in org.grails.datastore.mapping.mongo.connections
Creates MongoDB configuration
- MongoConnectionSourceSettingsBuilder(org.springframework.core.env.PropertyResolver, org.grails.datastore.mapping.mongo.connections.MongoConnectionSourceSettings) - Constructor in MongoConnectionSourceSettingsBuilder
-
- MongoConstants - Class in org.grails.datastore.mapping.mongo
Constants for use with GORM for MongoDB
- MongoConstants() - Constructor in MongoConstants
-
- MongoCriteriaBuilder - Class in org.grails.datastore.gorm.mongo
Extends the default CriteriaBuilder implementation with Geolocation methods
- MongoCriteriaBuilder(Class<?>, org.hibernate.Session) - Constructor in MongoCriteriaBuilder
-
- mongoDatabases - Field in AbstractMongoSession
-
- mongoDatabases - Field in MongoDatastore
-
- MongoDatastore - Class in org.grails.datastore.mapping.mongo
A Datastore implementation for the Mongo document store.
- mongoDatastore - Field in AbstractMongoSession
-
- mongoDatastore - Field in MongoCodecEntityPersister
-
- MongoDatastore(org.springframework.core.env.PropertyResolver, org.grails.datastore.gorm.events.ConfigurableApplicationEventPublisher, java.lang.Package) - Constructor in MongoDatastore
-
Construct a Mongo datastore scanning the given packages
- mongoDatastore() - Method in MongoDbGormAutoConfiguration
-
- MongoDbDataStoreSpringInitializer - Class in grails.mongodb.bootstrap
Used to initialize GORM for MongoDB outside of Grails
- MongoDbDataStoreSpringInitializer() - Constructor in MongoDbDataStoreSpringInitializer
-
- MongoDbGormAutoConfiguration - Class in org.grails.datastore.gorm.mongodb.boot.autoconfigure
Auto configurer that configures GORM for MongoDB for use in Spring Boot
- MongoDbGormAutoConfiguration() - Constructor in MongoDbGormAutoConfiguration
-
- MongodbGrailsPlugin - Class in grails.plugins.mongodb
- MongodbGrailsPlugin() - Constructor in MongodbGrailsPlugin
-
- MongoEntity - Trait in grails.mongodb
Enhances the default org.grails.datastore.gorm.GormEntity class with MongoDB specific methods
- MongoEntityPersister - Class in org.grails.datastore.mapping.mongo.engine
A org.grails.datastore.mapping.engine.EntityPersister implementation for the Mongo document store
- MongoEntityPersister(org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.mongo.MongoSession, org.springframework.context.ApplicationEventPublisher) - Constructor in MongoEntityPersister
-
- MongoEntityTraitProvider - Class in org.grails.datastore.gorm.mongo
Tells GORM to use the
MongoEntity trait for Mongo entities
- MongoEntityTraitProvider() - Constructor in MongoEntityTraitProvider
-
- MongoExtensions - Class in org.grails.datastore.gorm.mongo.extensions
Extra methods for MongoDB API
- MongoExtensions() - Constructor in MongoExtensions
-
- MongoGormEnhancer - Class in org.grails.datastore.gorm.mongo
GORM enhancer for Mongo.
- MongoGormEnhancer(org.grails.datastore.mapping.mongo.MongoDatastore) - Constructor in MongoGormEnhancer
-
- MongoInstanceOperations - Interface in grails.mongodb.api
Instance methods for GORM for MongoDB
- MongoMappingContext - Class in org.grails.datastore.mapping.mongo.config
Models a org.grails.datastore.mapping.model.MappingContext for Mongo.
- MongoMappingContext.DocumentEmbeddedPersistentEntity.DocumentCollectionMapping - Class in org.grails.datastore.mapping.mongo.config
- MongoMappingContext(org.grails.datastore.mapping.mongo.connections.AbstractMongoConnectionSourceSettings, java.lang.Class) - Constructor in MongoMappingContext
-
Construct a new context for the given settings and classes
- mongoOptions - Field in MongoDbDataStoreSpringInitializer
-
- mongoOptions - Property in MongoDbGormAutoConfiguration
-
- mongoOptionsBeanName - Field in MongoDbDataStoreSpringInitializer
-
- MongoQuery - Class in org.grails.datastore.mapping.mongo.query
A org.grails.datastore.mapping.query.Query implementation for the Mongo document store.
- MongoQuery.AggregatedResultList - Class in org.grails.datastore.mapping.mongo.query
- MongoQuery.AggregatePipeline - Class in org.grails.datastore.mapping.mongo.query
- MongoQuery.GeoCriterion - Class in org.grails.datastore.mapping.mongo.query
Used for all GeoSpacial queries using 2dsphere indexes
- MongoQuery.GeoIntersects - Class in org.grails.datastore.mapping.mongo.query
- MongoQuery.GeoWithin - Class in org.grails.datastore.mapping.mongo.query
- MongoQuery.MongoResultList - Class in org.grails.datastore.mapping.mongo.query
- MongoQuery.Near - Class in org.grails.datastore.mapping.mongo.query
Used for Geospacial querying
- MongoQuery.NearSphere - Class in org.grails.datastore.mapping.mongo.query
Used for Geospacial querying with the $nearSphere operator
- MongoQuery.ProjectedProperty - Class in org.grails.datastore.mapping.mongo.query
- MongoQuery.WithinBox - Class in org.grails.datastore.mapping.mongo.query
Used for Geospacial querying of boxes
- MongoQuery.WithinCircle - Class in org.grails.datastore.mapping.mongo.query
Used for Geospacial querying of circles
- MongoQuery.WithinPolygon - Class in org.grails.datastore.mapping.mongo.query
Used for Geospacial querying of polygons
- MongoQuery(org.grails.datastore.mapping.mongo.AbstractMongoSession, org.grails.datastore.mapping.model.PersistentEntity) - Constructor in MongoQuery
-
- MongoResultList(com.mongodb.client.MongoCursor, int, org.grails.datastore.mapping.engine.EntityPersister) - Constructor in MongoQuery.MongoResultList
-
- MongoSession - Class in org.grails.datastore.mapping.mongo
A org.grails.datastore.mapping.core.Session implementation for the Mongo document store.
- mongoSession - Field in MongoCodecEntityPersister
-
- MongoSession(org.grails.datastore.mapping.mongo.MongoDatastore, org.grails.datastore.mapping.model.MappingContext, org.springframework.context.ApplicationEventPublisher, boolean) - Constructor in MongoSession
-
- MongoSettings - Interface in org.grails.datastore.mapping.mongo.config
Additional settings for MongoDB
- MongoStaticApi - Class in org.grails.datastore.gorm.mongo.api
MongoDB static API implementation
- MongoStaticApi(Class<D>, org.grails.datastore.mapping.core.Datastore, List<FinderMethod>, org.springframework.transaction.PlatformTransactionManager) - Constructor in MongoStaticApi
-
- MongoStaticOperations - Interface in grails.mongodb.api
Static operations for GORM for MongoDB
- mongoTransactionManager() - Method in MongoDbGormAutoConfiguration
-
- MultiLineString - Class in grails.mongodb.geo
Represents a GeoJSON MultiLineString.
- MultiLineString(List<LineString>) - Constructor in MultiLineString
-
- MultiLineStringType - Class in org.grails.datastore.gorm.mongo.geo
- MultiLineStringType() - Constructor in MultiLineStringType
-
- MultipleDataSourceSupport - Class in org.grails.orm.hibernate.datasource
Support methods for Multiple data source handling
- multiplier - Property in Metric
-
- MultiPoint - Class in grails.mongodb.geo
Represents a GeoJSON MultiPoint.
- MultiPoint(grails.mongodb.geo.Point, grails.mongodb.geo.Point) - Constructor in MultiPoint
-
- MultiPointType - Class in org.grails.datastore.gorm.mongo.geo
Adds support for the
MultiPoint type to GORM for MongoDB
- MultiPointType() - Constructor in MultiPointType
-
- MultiPolygon - Class in grails.mongodb.geo
Represents a GeoJSON MultiPolygon.
- MultiPolygon(List<Polygon>) - Constructor in MultiPolygon
-
- MultiPolygonType - Class in org.grails.datastore.gorm.mongo.geo
- MultiPolygonType() - Constructor in MultiPolygonType
-
- multiTenancyMode - Field in MongoDatastore
-
- MultiTenantEventListener - Class in org.grails.orm.hibernate.multitenancy
An event listener that hooks into persistence events to enable discriminator based multi tenancy (ie org.grails.datastore.mapping.multitenancy.MultiTenancySettings.MultiTenancyMode#DISCRIMINATOR
- multiTenantMode - Field in AbstractHibernateDatastore
-
- mutable - Property in NaturalId
-
Whether the natural id is mutable
- packagesToScan - Property in HibernateConnectionSourceSettings.HibernateSettings
-
Specify packages to search for autodetection of your entity classes in the
classpath.
- PagedResultList - Class in org.grails.orm.hibernate.query
- PagedResultList(org.grails.orm.hibernate.GrailsHibernateTemplate, org.grails.datastore.mapping.model.PersistentEntity, org.grails.orm.hibernate.query.HibernateHqlQuery, org.hibernate.criterion.CriteriaQuery, jakarta.persistence.criteria.Root, grails.gorm.CriteriaBuilder) - Constructor in PagedResultList
-
- paginationEnabledList - Field in AbstractHibernateCriteriaBuilder
-
- PARAM_ENUM_CLASS - Field in IdentityEnumType
-
- params - Property in Identity
-
Any parameters (for example for the generator)
- parse(Class<T>, org.bson.BsonReader) - Method in BsonQuery
-
Parse a query from a BsonReader into a DetachedCriteria
- parseDateTime(java.lang.String, java.lang.String) - Method in DatabaseMigrationCommand
-
- parseToNode(java.lang.String, liquibase.changelog.ChangeLogParameters, liquibase.resource.ResourceAccessor) - Method in GroovyChangeLogParser
-
- participate - Field in AbstractHibernateCriteriaBuilder
-
- passReadOnlyToHibernate - Field in AbstractHibernateDatastore
-
- password - Property in AbstractMongoConnectionSourceSettings
-
The password to use
- performInsert(D, boolean) - Method in AbstractHibernateGormInstanceApi
-
- performMerge(D, boolean) - Method in AbstractHibernateGormInstanceApi
-
- performSave(D, boolean) - Method in AbstractHibernateGormInstanceApi
-
- performUpdate(liquibase.Liquibase) - Method in GrailsLiquibase
-
- PeriodBsonConverter - Trait in org.grails.datastore.bson.codecs.temporal
A trait to read and write a java.time.Period to MongoDB
- PeriodCodec - Class in org.grails.datastore.bson.codecs
A class to translate a java.time.Period in MongoDB
- PeriodCodec() - Constructor in PeriodCodec
-
- PeriodDecoder - Class in org.grails.datastore.bson.codecs.decoders
A simple decoder for java.time.Period
- PeriodDecoder() - Constructor in PeriodDecoder
-
- PeriodEncoder - Class in org.grails.datastore.bson.codecs.encoders
A simple encoder for java.time.Period
- PeriodEncoder() - Constructor in PeriodEncoder
-
- persist(java.lang.Iterable) - Method in AbstractHibernateSession
-
- persistentClasses - Field in HibernateConnectionSourceFactory
-
- persistentEntityAdded(org.grails.datastore.mapping.model.PersistentEntity) - Method in HibernateDatastore
-
- persistentEntityAdded(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoDatastore
-
- PersistentEntityCodec - Class in org.grails.datastore.mapping.mongo.engine.codecs
A MongoDB codec for persisting org.grails.datastore.mapping.model.PersistentEntity instances
- PersistentEntityCodec.1 - Class in org.grails.datastore.mapping.mongo.engine.codecs
- PersistentEntityCodec.1() - Constructor in PersistentEntityCodec.1
-
- PersistentEntityCodec.2 - Class in org.grails.datastore.mapping.mongo.engine.codecs
- PersistentEntityCodec.2() - Constructor in PersistentEntityCodec.2
-
- PersistentEntityCodec.3 - Class in org.grails.datastore.mapping.mongo.engine.codecs
- PersistentEntityCodec.3() - Constructor in PersistentEntityCodec.3
-
- PersistentEntityCodec.4 - Class in org.grails.datastore.mapping.mongo.engine.codecs
- PersistentEntityCodec.4() - Constructor in PersistentEntityCodec.4
-
- PersistentEntityCodec.5 - Class in org.grails.datastore.mapping.mongo.engine.codecs
- PersistentEntityCodec.5() - Constructor in PersistentEntityCodec.5
-
- PersistentEntityCodec.OneToManyDecoder - Class in org.grails.datastore.mapping.mongo.engine.codecs
- PersistentEntityCodec.OneToManyDecoder() - Constructor in PersistentEntityCodec.OneToManyDecoder
-
- PersistentEntityCodec.OneToManyEncoder - Class in org.grails.datastore.mapping.mongo.engine.codecs
- PersistentEntityCodec.OneToManyEncoder() - Constructor in PersistentEntityCodec.OneToManyEncoder
-
- PersistentEntityCodec.ToOneDecoder - Class in org.grails.datastore.mapping.mongo.engine.codecs
A {@PropertyEncoder} capable of encoding {@ToOne} association types
- PersistentEntityCodec.ToOneDecoder() - Constructor in PersistentEntityCodec.ToOneDecoder
-
- PersistentEntityCodec.ToOneEncoder - Class in org.grails.datastore.mapping.mongo.engine.codecs
A {@PropertyEncoder} capable of encoding {@ToOne} association types
- PersistentEntityCodec.ToOneEncoder() - Constructor in PersistentEntityCodec.ToOneEncoder
-
- PersistentEntityCodec(org.bson.codecs.configuration.CodecRegistry, org.grails.datastore.mapping.model.PersistentEntity, boolean) - Constructor in PersistentEntityCodec
-
- PersistentEntityNamingStrategy - Interface in org.grails.orm.hibernate.cfg
Allows plugging into to custom naming strategies
- persistEntities(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Iterable) - Method in MongoCodecEntityPersister
-
- persistEntity(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in MongoCodecEntityPersister
-
- PlatformTransactionManagerProxy - Class in org.grails.orm.hibernate.transaction
A proxy for the org.springframework.transaction.PlatformTransactionManager instance
- PlatformTransactionManagerProxy() - Constructor in PlatformTransactionManagerProxy
-
- PluginConstants - Class in org.grails.plugins.databasemigration
- PluginConstants() - Constructor in PluginConstants
-
- pluginExcludes - Property in DatabaseMigrationGrailsPlugin
-
- pluginExcludes - Property in HibernateGrailsPlugin
-
- Point - Class in grails.mongodb.geo
Represents a GeoJSON point for use in GeoJSON data models.
- Point(double, double) - Constructor in Point
-
Construct a point for the given x and y coordinates
- points - Property in Polygon
-
The
Point instances that constitute the Polygon
- PointType - Class in org.grails.datastore.gorm.mongo.geo
Adds support for the
Point type to GORM for MongoDB
- PointType() - Constructor in PointType
-
- Polygon - Class in grails.mongodb.geo
Represents a GeoJSON polygon for use in Geo data models.
- POLYGON_OPERATOR - Field in MongoQuery
-
- Polygon(grails.mongodb.geo.Point, grails.mongodb.geo.Point, grails.mongodb.geo.Point, grails.mongodb.geo.Point) - Constructor in Polygon
-
Constructs a Polygon for the given
Point instances
- polygons - Property in MultiPolygon
-
- PolygonType - Class in org.grails.datastore.gorm.mongo.geo
Adds support for the
Polygon type to GORM for MongoDB
- PolygonType() - Constructor in PolygonType
-
- populateArgumentsForCriteria(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.query.Query, java.util.Map, org.springframework.core.convert.ConversionService, boolean) - Method in GrailsHibernateQueryUtils
-
Populates criteria arguments for the given target class and arguments map
- populateArgumentsForCriteria(org.hibernate.Criteria, java.util.Map, org.springframework.core.convert.ConversionService) - Method in GrailsHibernateUtil
-
- populateBsonQuery(org.grails.datastore.bson.query.EmbeddedQueryEncoder, org.bson.Document, Junction, org.grails.datastore.mapping.model.PersistentEntity) - Method in BsonQuery
-
- populateMongoQuery(org.grails.datastore.bson.query.EmbeddedQueryEncoder, org.bson.Document, Junction, org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoQuery
-
- populateProperties(java.util.Properties, java.util.Map, java.lang.String) - Method in HibernateConnectionSourceSettings.HibernateSettings
-
- populateQueryArguments(org.grails.datastore.mapping.query.Query, java.util.Map) - Method in AbstractHibernateGormStaticApi
-
- populateQueryWithNamedArguments(org.grails.datastore.mapping.query.Query, java.util.Map) - Method in AbstractHibernateGormStaticApi
-
- port - Property in AbstractMongoConnectionSourceSettings
-
The port to use
- positions - Property in MultiPoint
-
- postHandle(org.springframework.web.context.request.WebRequest, org.springframework.ui.ModelMap) - Method in GrailsOpenSessionInViewInterceptor
-
- postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry) - Method in HibernateDatastoreConnectionSourcesRegistrar
-
- postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory) - Method in HibernateDatastoreConnectionSourcesRegistrar
-
- precision - Property in ColumnConfig
-
The precision of the column
- PREFIX - Field in MongoSettings
-
The prefix
- preIndex(java.lang.Object, java.util.List) - Method in AbstractMongoObectEntityPersister.MongoAssociationIndexer
-
- prepareCriteria(Query<T>) - Method in GrailsHibernateTemplate
-
Prepare the given Query object, applying cache settings and/or a
transaction timeout.
- prepareMultiTenantClosure(Closure<T>) - Method in AbstractHibernateDatastore
-
- prepareQuery(org.hibernate.query.Query) - Method in GrailsHibernateTemplate
-
Prepare the given Query object, applying cache settings and/or a
transaction timeout.
- priority - Property in GroovyChangeLogParser
-
- processAssociations(org.grails.datastore.mapping.mongo.MongoCodecSession, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, java.lang.Object, org.grails.datastore.mapping.proxy.ProxyFactory, boolean) - Method in MongoCodecEntityPersister
-
- processGrailsChangeProperty(java.lang.String, java.lang.Object) - Method in DatabaseChangeLogBuilder
-
- processGrailsPreconditionProperty(java.lang.String, java.lang.Object) - Method in DatabaseChangeLogBuilder
-
- PROJECT_OPERATOR - Field in BsonQuery
-
- projection(FindIterable<Document>, Map<String, Object>) - Method in MongoExtensions
-
- projection - Field in MongoQuery.ProjectedProperty
-
- projectionKey - Field in MongoQuery.ProjectedProperty
-
- projectionList - Field in AbstractHibernateCriteriaBuilder
-
- PROJECTIONS - Field in AbstractHibernateCriteriaBuilder
-
- projections() - Method in AbstractHibernateQuery
-
- projectProjectionHandlers - Field in BsonQuery
-
- property(java.lang.String, java.lang.String) - Method in AbstractHibernateCriteriaBuilder
-
A projection that selects a property name
- property(java.lang.String) - Method in AbstractHibernateQuery.HibernateProjectionList
-
- property(java.util.Map) - Method in Mapping
-
Configure a new property
- property(java.util.Map) - Method in MongoCollection
-
- property - Field in MongoQuery.ProjectedProperty
-
- PropertyConfig - Class in org.grails.orm.hibernate.cfg
Custom mapping for a single domain property.
- PropertyConfig() - Constructor in PropertyConfig
-
- PropertyDecoder - Interface in org.grails.datastore.bson.codecs
An interface for encoding PersistentProperty instances
- PropertyDefinitionDelegate - Class in org.grails.orm.hibernate.cfg
Builder delegate that handles multiple-column definitions for a
single domain property, e.g.
- PropertyDefinitionDelegate(org.grails.orm.hibernate.cfg.PropertyConfig) - Constructor in PropertyDefinitionDelegate
-
- PropertyEncoder - Interface in org.grails.datastore.bson.codecs
An interface for encoding PersistentProperty instances
- propertyMissing(java.lang.String) - Method in HibernateGormStaticApi
-
- propertyMissing(java.lang.String, java.lang.Object) - Method in Mapping
-
- propertyMissing(java.lang.String, java.lang.Object) - Method in MongoEntity
-
Allows setting a dynamic property via the dot operator
- propertyMissing(com.mongodb.client.MongoDatabase, java.lang.String) - Method in MongoExtensions
-
Adds a method to return a collection using the dot syntax
- propertyNames - Property in CompositeIdentity
-
The property names that make up the custom identity
- propertyNames - Property in NaturalId
-
The property names that make up the natural id
- propertyResolver - Property in MongoClientOptionsBuilder
-
- proxy(Class<T>, java.io.Serializable) - Method in AbstractHibernateSession
-
- proxyHandler - Field in AbstractHibernateGormInstanceApi
-
- proxyHandler - Field in AbstractHibernateGormStaticApi
-
- proxyHandler - Field in AbstractHibernateQuery
-
- proxyIfReloadEnabled - Field in HibernateMappingContextSessionFactoryBean
-
- putAt(java.lang.String, java.lang.Object) - Method in InstanceProxy
-
- save(D, java.util.Map) - Method in AbstractHibernateGormInstanceApi
-
- save(java.lang.Object) - Method in GrailsHibernateTemplate
-
- save(java.lang.Object) - Method in IHibernateTemplate
-
- save(MongoCollection<Document>, Map<String, Object>, com.mongodb.WriteConcern) - Method in MongoExtensions
-
- scale - Property in ColumnConfig
-
The scale of the column
- scanPackages(java.lang.String) - Method in HibernateMappingContextConfiguration
-
Perform Spring-based scanning for entity classes, registering them
as annotated classes with this Configuration
.
- schema - Property in Table
-
The table schema
- SchemaExportCommand - Class in grails.plugin.hibernate.commands
Adds a schema-export command
- SchemaExportCommand() - Constructor in SchemaExportCommand
-
- schemaHandler - Field in AbstractHibernateDatastore
-
- SCHEMALESS_ATTRIBUTES - Field in PersistentEntityCodec
-
- scm - Property in DatabaseMigrationGrailsPlugin
-
- scm - Property in HibernateGrailsPlugin
-
- scm - Property in MongodbGrailsPlugin
-
- ScriptDatabaseMigrationCommand - Trait in org.grails.plugins.databasemigration.command
- scroll - Field in AbstractHibernateCriteriaBuilder
-
- SCROLL_CALL - Field in AbstractHibernateCriteriaBuilder
-
- search(java.lang.String, java.util.Map) - Method in MongoEntity
-
Search for entities using the given query
- search(java.lang.String, java.util.Map) - Method in MongoStaticApi
-
- search(java.lang.String, java.util.Map) - Method in MongoStaticOperations
-
Search for entities using the given query
- searchTop(java.lang.String, int, java.util.Map) - Method in MongoEntity
-
Searches for the top results ordered by the MongoDB score
- searchTop(java.lang.String, int, java.util.Map) - Method in MongoStaticApi
-
- searchTop(java.lang.String, int, java.util.Map) - Method in MongoStaticOperations
-
Searches for the top results ordered by the MongoDB score
- select(java.lang.String) - Method in AbstractHibernateCriteriaBuilder
-
Use a select query
- select(java.lang.String) - Method in AbstractHibernateQuery
-
- SEQUENCE_KEY - Field in GrailsDomainBinder
-
- SERIALIZABLE - Field in HibernateCriteriaBuilder
-
- serialize(liquibase.serializer.LiquibaseSerializable, boolean) - Method in GroovyChangeLogSerializer
-
- serializedObjectNamespace - Property in GroovyPrecondition
-
- SESSION_FACTORY_BEAN_NAME - Field in HibernateDatastoreSpringInitializer
-
- sessionFactory - Field in AbstractHibernateCriteriaBuilder
-
- sessionFactory - Field in AbstractHibernateDatastore
-
- sessionFactory - Field in AbstractHibernateGormInstanceApi
-
- sessionFactory - Field in GrailsHibernateTemplate
-
- sessionFactory - Field in GrailsSessionContext
-
- sessionFactory() - Method in HibernateGormAutoConfiguration
-
- sessionFactory - Field in HibernateGormStaticApi
-
- SessionFactoryAwarePersistenceContextInterceptor - Interface in org.grails.plugin.hibernate.support
Interface for grails.persistence.support.PersistenceContextInterceptor instances that are aware of the org.hibernate.SessionFactory
- sessionFactoryBeanName - Field in HibernateMappingContextConfiguration
-
- sessionFactoryBeanName - Field in HibernateMappingContextSessionFactoryBean
-
- sessionFactoryClosed(org.hibernate.SessionFactory) - Method in HibernateMappingContextConfiguration
-
- sessionFactoryCreated(org.hibernate.SessionFactory) - Method in HibernateMappingContextConfiguration
-
- SessionFactoryHolder - Class in org.grails.orm.hibernate
Holds a reference to the SessionFactory, used to allow proxying of the
session factory in development mode.
- sessionFactoryName - Field in GrailsDomainBinder
-
- set(int, java.lang.Object) - Method in MongoQuery.AggregatedResultList
-
- SET_OPERATOR - Field in MongoConstants
-
- SET_RESULT_TRANSFORMER_CALL - Field in AbstractHibernateCriteriaBuilder
-
- setAnnotatedClasses(Class<?>) - Method in HibernateMappingContextSessionFactoryBean
-
Specify annotated entity classes to register with this Hibernate SessionFactory.
- setAnnotatedPackages(java.lang.String) - Method in HibernateMappingContextSessionFactoryBean
-
Specify the names of annotated packages, for which package-level
annotation metadata will be read.
- setApplicationContext(org.springframework.context.ApplicationContext) - Method in ClosureEventTriggeringInterceptor
-
- setApplicationContext(org.springframework.context.ApplicationContext) - Method in HibernateConnectionSourceFactory
-
- setApplicationContext(org.springframework.context.ApplicationContext) - Method in HibernateDatastore
-
- setApplicationContext(org.springframework.context.ApplicationContext) - Method in HibernateDatastoreFactoryBean
-
- setApplicationContext(org.springframework.context.ApplicationContext) - Method in HibernateGormAutoConfiguration
-
- setApplicationContext(org.springframework.context.ApplicationContext) - Method in HibernateMappingContextConfiguration
-
- setApplicationContext(org.springframework.context.ApplicationContext) - Method in HibernateMappingContextSessionFactoryBean
-
- setApplicationContext(org.springframework.context.ApplicationContext) - Method in MongoDbGormAutoConfiguration
-
- setApplyFlushModeOnlyToNonExistingTransactions(boolean) - Method in GrailsHibernateTemplate
-
- setArguments(java.lang.Object) - Method in GeoIntersects
-
- setArguments(java.lang.Object) - Method in GeoWithin
-
- setArguments(java.util.Map) - Method in MongoQuery
-
- Parameters:
arguments
- The query arguments
- setArguments(java.lang.Object) - Method in Near
-
- setArguments(java.lang.Object) - Method in WithinBox
-
- setArguments(java.lang.Object) - Method in WithinCircle
-
- setArguments(java.lang.Object) - Method in WithinPolygon
-
- setBeanClassLoader(java.lang.ClassLoader) - Method in HibernateMappingContextSessionFactoryBean
-
- setBinder(org.grails.orm.hibernate.cfg.GrailsDomainBinder) - Method in GrailsHibernateUtil
-
- deprecated:
- No replacement.
- setCacheableMappingLocations(org.springframework.core.io.Resource) - Method in HibernateMappingContextSessionFactoryBean
-
Set locations of cacheable Hibernate mapping files, for example as web app
resource "/WEB-INF/mapping/example.hbm.xml".
- setCacheQueries(boolean) - Method in GrailsHibernateTemplate
-
- setCascadeBehaviour(org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.config.Property) - Method in GrailsDomainBinder
-
- setChangeLogProperties(java.util.Map, liquibase.changelog.ChangeLogParameters) - Method in GroovyChangeLogParser
-
- setCodecProviders(List<CodecProvider>) - Method in MongoDatastore
-
Sets any additional codec providers
- setCodecRegistries(List<CodecRegistry>) - Method in MongoDatastore
-
Sets any additional codec registries
- setCodecRegistry(org.bson.codecs.configuration.CodecRegistry) - Method in CodecRegistryAware
-
- setCodecs(List<Codec<?>>) - Method in MongoDatastore
-
Sets any additional codecs
- setCompoundIndex(java.util.Map) - Method in MongoCollection
-
Sets a compound index definition
- setConfig(grails.config.ConfigMap) - Method in ScriptDatabaseMigrationCommand
-
- setConfigClass(Class<? extends HibernateMappingContextConfiguration>) - Method in HibernateMappingContextSessionFactoryBean
-
Sets the class to be used for Hibernate Configuration.
- setConfigLocation(org.springframework.core.io.Resource) - Method in HibernateMappingContextSessionFactoryBean
-
Set the location of a single Hibernate XML config file, for example as
classpath resource "classpath:hibernate.cfg.xml".
- setConfigLocations(org.springframework.core.io.Resource) - Method in HibernateMappingContextSessionFactoryBean
-
Set the locations of multiple Hibernate XML config files, for example as
classpath resources "classpath:hibernate.cfg.xml,classpath:extension.cfg.xml".
- setConversionService(org.springframework.core.convert.ConversionService) - Method in AbstractHibernateCriteriaBuilder
-
- setCurrentSessionContextClass(Class<?>) - Method in HibernateMappingContextSessionFactoryBean
-
Sets class to be used for the Hibernate CurrentSessionContext.
- setDatabaseName(java.lang.String) - Method in MongoDbDataStoreSpringInitializer
-
Sets the name of the MongoDB database to use
- setDataSource(javax.sql.DataSource) - Method in HibernateDialectDetectorFactoryBean
-
- setDataSource(javax.sql.DataSource) - Method in HibernateMappingContextSessionFactoryBean
-
Set the DataSource to be used by the SessionFactory.
- setDataSourceConnectionSource(ConnectionSource<DataSource,DataSourceSettings>) - Method in HibernateMappingContextConfiguration
-
Set the target SQL javax.sql.DataSource
- setDataSourceConnectionSourceFactory(org.grails.datastore.gorm.jdbc.connections.DataSourceConnectionSourceFactory) - Method in AbstractHibernateConnectionSourceFactory
-
Sets the factory for creating SQL javax.sql.DataSource connection sources
- setDataSourceName(java.lang.String) - Method in HibernateMappingContextConfiguration
-
- setDataSourceName(java.lang.String) - Method in HibernateMappingContextSessionFactoryBean
-
- setDatastore(org.grails.orm.hibernate.AbstractHibernateDatastore) - Method in AbstractHibernateCriteriaBuilder
-
- setDatastore(org.grails.orm.hibernate.AbstractHibernateDatastore) - Method in ClosureEventTriggeringInterceptor
-
- setDBObjectValue(org.bson.Document, java.lang.String, java.lang.Object, org.grails.datastore.mapping.model.MappingContext) - Method in MongoEntityPersister
-
- setDefaultConstraints(groovy.lang.Closure) - Method in HibernateMappingContext
-
Sets the default constraints to be used
- setDefaultFlushMode(int) - Method in AbstractHibernateCriteriaBuilder
-
- setDefaultMapping(groovy.lang.Closure) - Method in GrailsDomainBinder
-
The default mapping defined by org.grails.datastore.mapping.config.Settings#SETTING_DEFAULT_MAPPING
- setDefaultMapping(groovy.lang.Closure) - Method in MongoDbDataStoreSpringInitializer
-
Sets the default MongoDB GORM mapping configuration
- setDetachedCriteriaValue(org.grails.datastore.mapping.query.api.QueryableCriteria, PropertyCriterion) - Method in AbstractHibernateQuery
-
- setDetachedCriteriaValue(org.grails.datastore.mapping.query.api.QueryableCriteria, PropertyCriterion) - Method in HibernateQuery
-
- setEmbedded(T, java.lang.String, T) - Method in AbstractMongoObectEntityPersister
-
- setEmbeddedCollection(T, java.lang.String, Collection<?>, List<T>) - Method in AbstractMongoObectEntityPersister
-
- setEmbeddedCollectionKeys(org.grails.datastore.mapping.model.types.Association, org.grails.datastore.mapping.engine.EntityAccess, T, List<Serializable>) - Method in AbstractMongoObectEntityPersister
-
- setEmbeddedMap(T, java.lang.String, java.util.Map, Map<Object,T>) - Method in AbstractMongoObectEntityPersister
-
- setEntityInterceptor(org.hibernate.Interceptor) - Method in HibernateMappingContextSessionFactoryBean
-
Set a Hibernate entity interceptor that allows to inspect and change
property values before writing to and reading from the database.
- setEntryValue(org.bson.Document, java.lang.String, java.lang.Object) - Method in MongoEntityPersister
-
- setErrorsOnInstance(java.lang.Object, org.springframework.validation.Errors) - Method in AbstractHibernateGormInstanceApi
-
Associates the Errors object on the instance
- setEventListeners(Map<String,Object>) - Method in HibernateMappingContextConfiguration
-
Default listeners.
- setEventListeners(Map<String,Object>) - Method in HibernateMappingContextSessionFactoryBean
-
Specify the Hibernate event listeners to register, with listener types
as keys and listener objects as values.
- setEventPublisher(org.grails.datastore.gorm.events.ConfigurableApplicationEventPublisher) - Method in ClosureEventTriggeringInterceptor
-
- setExecutionContext(grails.dev.commands.ExecutionContext) - Method in ApplicationContextDatabaseMigrationCommand
-
- setExposeNativeSession(boolean) - Method in GrailsHibernateTemplate
-
- setFetch(org.hibernate.FetchMode) - Method in PropertyConfig
-
- Parameters:
fetch
- The Hibernate org.hibernate.FetchMode
- setField(java.lang.String) - Method in MongoAttribute
-
Sets the field name to map to
- setFlushMode(int) - Method in GrailsHibernateTemplate
-
Set the flush behavior to one of the constants in this class.
- setFlushMode(jakarta.persistence.FlushModeType) - Method in HibernateSession
-
- setFlushMode(org.hibernate.Session, org.hibernate.FlushMode) - Method in HibernateVersionSupport
-
Set the native Hibernate FlushMode, adapting between Hibernate 5.0/5.1 and 5.2+.
- setFlushMode(int) - Method in IHibernateTemplate
-
- setFlushModeManual() - Method in InstanceApiHelper
-
- setGeneratedUniqueName(org.hibernate.mapping.UniqueKey) - Method in GrailsDomainBinder
-
- setGeoIndex(java.lang.String) - Method in MongoAttribute
-
Sets the geo index type
- setHibernateDatastore(org.grails.orm.hibernate.AbstractHibernateDatastore) - Method in GrailsOpenSessionInViewInterceptor
-
- setHibernateDatastore(org.grails.orm.hibernate.AbstractHibernateDatastore) - Method in HibernatePersistenceContextInterceptor
-
- setHibernateEventListeners(org.grails.orm.hibernate.HibernateEventListeners) - Method in HibernateConnectionSourceFactory
-
- setHibernateEventListeners(org.grails.orm.hibernate.HibernateEventListeners) - Method in HibernateMappingContextConfiguration
-
User-specifiable extra listeners.
- setHibernateEventListeners(org.grails.orm.hibernate.HibernateEventListeners) - Method in HibernateMappingContextSessionFactoryBean
-
- setHibernateMappingContext(org.grails.orm.hibernate.cfg.HibernateMappingContext) - Method in HibernateMappingContextConfiguration
-
- setHibernateMappingContext(org.grails.orm.hibernate.cfg.HibernateMappingContext) - Method in HibernateMappingContextSessionFactoryBean
-
- setHibernateProperties(java.util.Properties) - Method in HibernateDialectDetectorFactoryBean
-
- setHibernateProperties(java.util.Properties) - Method in HibernateMappingContextSessionFactoryBean
-
Set Hibernate properties, such as "hibernate.dialect".
- setIndex(java.lang.String) - Method in MongoAttribute
-
Sets the index type
- setIndexAttributes(java.util.Map) - Method in MongoAttribute
-
Sets index attributes
- setInsert(boolean) - Method in DiscriminatorConfig
-
Whether it is insertable
- setInterceptor(org.hibernate.Interceptor) - Method in HibernateConnectionSourceFactory
-
- setListenerMap(Map<String,Object>) - Method in HibernateEventListeners
-
- setManyToMany(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object, T, org.grails.datastore.mapping.model.types.ManyToMany, java.util.Collection, Map<Association,List<Serializable>>) - Method in AbstractMongoObectEntityPersister
-
- setMappingDirectoryLocations(org.springframework.core.io.Resource) - Method in HibernateMappingContextSessionFactoryBean
-
Set locations of directories that contain Hibernate mapping resources,
like "WEB-INF/mappings".
- setMappingJarLocations(org.springframework.core.io.Resource) - Method in HibernateMappingContextSessionFactoryBean
-
Set locations of jar files that contain Hibernate mapping resources,
like "WEB-INF/lib/example.hbm.jar".
- setMappingLocations(org.springframework.core.io.Resource) - Method in HibernateMappingContextSessionFactoryBean
-
Set locations of Hibernate mapping files, for example as classpath
resource "classpath:example.hbm.xml".
- setMappingResources(java.lang.String) - Method in HibernateMappingContextSessionFactoryBean
-
Set Hibernate mapping resources to be found in the class path,
like "example.hbm.xml" or "mypackage/example.hbm.xml".
- setMaxDistance(grails.mongodb.geo.Distance) - Method in MongoQuery.Near
-
- setMessageSource(org.springframework.context.MessageSource) - Method in AbstractHibernateDatastore
-
- setMessageSource(org.springframework.context.MessageSource) - Method in HibernateConnectionSourceFactory
-
- setMessageSource(org.springframework.context.MessageSource) - Method in HibernateDatastore
-
- setMessageSource(org.springframework.context.MessageSource) - Method in MongoDatastore
-
- setMetadataContributor(org.hibernate.boot.spi.MetadataContributor) - Method in HibernateConnectionSourceFactory
-
- setMetadataContributor(org.hibernate.boot.spi.MetadataContributor) - Method in HibernateMappingContextConfiguration
-
- setMongoBeanName(java.lang.String) - Method in MongoDbDataStoreSpringInitializer
-
Sets the name of the Mongo bean to use
- setMongoClient(com.mongodb.client.MongoClient) - Method in MongoDbDataStoreSpringInitializer
-
Sets a pre-existing Mongo instance to configure for
- setMongoOptions(com.mongodb.MongoClientSettings) - Method in MongoDbDataStoreSpringInitializer
-
Sets the MongoOptions instance to use when constructing the Mongo instance
- setMongoOptionsBeanName(java.lang.String) - Method in MongoDbDataStoreSpringInitializer
-
The name of the MongoOptions bean
- setNamingStrategy(org.grails.orm.hibernate.cfg.PersistentEntityNamingStrategy) - Method in GrailsDomainBinder
-
- Parameters:
namingStrategy
- Custom naming strategy to plugin into table naming
- setNamingStrategy(org.hibernate.cfg.NamingStrategy) - Method in HibernateMappingContextSessionFactoryBean
-
Set a Hibernate NamingStrategy for the SessionFactory, determining the
physical column and table names given the info in the mapping document.
- setObjectToReadOnly(java.lang.Object) - Method in AbstractHibernateGormInstanceApi
-
Sets the target object to read-only using the given SessionFactory instance.
- setObjectToReadOnly(java.lang.Object) - Method in HibernateGormInstanceApi
-
- setObjectToReadWrite(java.lang.Object) - Method in AbstractHibernateGormInstanceApi
-
Sets the target object to read-write, allowing Hibernate to dirty check it and auto-flush changes.
- setObjectToReadWrite(java.lang.Object, org.hibernate.SessionFactory) - Method in GrailsHibernateUtil
-
Sets the target object to read-write, allowing Hibernate to dirty check it and auto-flush changes.
- setObjectToReadWrite(java.lang.Object) - Method in HibernateGormInstanceApi
-
- setObjectToReadyOnly(java.lang.Object, org.hibernate.SessionFactory) - Method in GrailsHibernateUtil
-
Sets the target object to read-only using the given SessionFactory instance.
- setOsivReadOnly(boolean) - Method in GrailsHibernateTemplate
-
- setPackagesToScan(java.lang.String) - Method in HibernateMappingContextSessionFactoryBean
-
Specify packages to search for autodetection of your entity classes in the
classpath.
- setParameterValues(java.util.Properties) - Method in IdentityEnumType
-
- setParent(java.lang.Object, java.lang.Object) - Method in DatabaseChangeLogBuilder
-
- setProperty(java.lang.String, java.lang.Object) - Method in InstanceProxy
-
- setProxyIfReloadEnabled(boolean) - Method in HibernateMappingContextSessionFactoryBean
-
- Parameters:
proxyIfReloadEnabled
- Sets whether a proxy should be created if reload is enabled
- setReadOnly() - Method in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
-
- setReadOnly() - Method in HibernatePersistenceContextInterceptor
-
- setReadWrite() - Method in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
-
- setReadWrite() - Method in HibernatePersistenceContextInterceptor
-
- setResourceLoader(org.springframework.core.io.ResourceLoader) - Method in HibernateMappingContextSessionFactoryBean
-
- setResultTransformer(org.hibernate.Criteria) - Method in HibernateGormStaticApi
-
- setRollbackOnly() - Method in HibernateJtaTransactionManagerAdapter
-
- setScale(int) - Method in PropertyConfig
-
- setSessionFactory(org.hibernate.SessionFactory) - Method in GrailsHibernateTransactionManager
-
- setSessionFactory(org.hibernate.SessionFactory) - Method in HibernatePersistenceContextInterceptor
-
- setSessionFactory(org.hibernate.SessionFactory) - Method in SessionFactoryAwarePersistenceContextInterceptor
-
- setSessionFactory(org.hibernate.SessionFactory) - Method in SessionFactoryHolder
-
- setSessionFactoryBeanName(java.lang.String) - Method in HibernateMappingContextConfiguration
-
- setSessionFactoryBeanName(java.lang.String) - Method in HibernateMappingContextSessionFactoryBean
-
- setSort(java.lang.Object) - Method in MongoCollection
-
Sets the default sorting
- setSynchronizedWithTransaction(boolean) - Method in AbstractHibernateSession
-
- setTableName(java.lang.String) - Method in Mapping
-
Set the table name
- setTablePerConcreteClass(boolean) - Method in Mapping
-
- setTargetTransactionManager(org.springframework.transaction.PlatformTransactionManager) - Method in PlatformTransactionManagerProxy
-
- setTimestampProvider(org.grails.datastore.gorm.timestamp.TimestampProvider) - Method in HibernateEventListener
-
- deprecated:
- Replaced by org.grails.datastore.gorm.events.AutoTimestampEventListener
- SETTING_CODECS - Field in MongoSettings
-
All MongoDB codecs
- SETTING_CONNECTION_STRING - Field in MongoDatastore
-
- SETTING_CONNECTION_STRING - Field in MongoSettings
-
The connection string
- SETTING_CONNECTIONS - Field in MongoSettings
-
All MongoDB connections
- SETTING_DATABASE_NAME - Field in MongoDatastore
-
- SETTING_DATABASE_NAME - Field in MongoSettings
-
The database name
- SETTING_DECIMAL_TYPE - Field in MongoSettings
-
Whether to use the decimal type
- SETTING_DEFAULT_MAPPING - Field in MongoDatastore
-
- SETTING_DEFAULT_MAPPING - Field in MongoSettings
-
The default mapping
- SETTING_ENGINE - Field in MongoDatastore
-
- SETTING_ENGINE - Field in MongoSettings
-
- SETTING_HOST - Field in MongoDatastore
-
- SETTING_HOST - Field in MongoSettings
-
The host
- SETTING_OPTIONS - Field in MongoDatastore
-
- SETTING_OPTIONS - Field in MongoSettings
-
The client options
- SETTING_PASSWORD - Field in MongoDatastore
-
- SETTING_PASSWORD - Field in MongoSettings
-
The password
- SETTING_PORT - Field in MongoDatastore
-
- SETTING_PORT - Field in MongoSettings
-
The port
- SETTING_STATELESS - Field in MongoDatastore
-
- SETTING_STATELESS - Field in MongoSettings
-
- SETTING_URL - Field in MongoDatastore
-
- SETTING_URL - Field in MongoSettings
-
The URL
- SETTING_USERNAME - Field in MongoDatastore
-
- SETTING_USERNAME - Field in MongoSettings
-
The username
- Settings - Interface in org.grails.orm.hibernate.cfg
Settings for Hibernate
- settings - Field in JsonWriter
-
- setTotalCount(int) - Method in PagedResultList
-
- setTransactionManager(org.springframework.transaction.PlatformTransactionManager) - Method in HibernateMappingContextSessionFactoryBean
-
- setTransactionTimeout(int) - Method in HibernateJtaTransactionManagerAdapter
-
- setTypeForPropertyConfig(org.grails.datastore.mapping.model.PersistentProperty, org.hibernate.mapping.SimpleValue, org.grails.orm.hibernate.cfg.PropertyConfig) - Method in GrailsDomainBinder
-
- setUnique(boolean) - Method in PropertyConfig
-
- setUniqueResult(boolean) - Method in AbstractHibernateCriteriaBuilder
-
Set whether a unique result should be returned
- setup() - Method in HibernateSpec
-
- setUpdateable(boolean) - Method in PropertyConfig
-
Whether or not this column is updatable by hibernate
- setupErrorsProperty(java.lang.Object) - Method in AbstractHibernateGormValidationApi
-
Initializes the Errors property on target.
- setupErrorsProperty(java.lang.Object) - Method in HibernateRuntimeUtils
-
Initializes the Errors property on target.
- setupSpec() - Method in HibernateSpec
-
- setValue(org.bson.Document, java.lang.String, java.lang.Object) - Method in MongoEntityPersister
-
- setValue(java.util.List) - Method in MongoQuery.WithinBox
-
- setValue(java.util.List) - Method in MongoQuery.WithinCircle
-
- setValue(java.util.List) - Method in MongoQuery.WithinPolygon
-
- setVendorNameDialectMappings(java.util.Properties) - Method in HibernateDialectDetectorFactoryBean
-
- setWriteConcern(com.mongodb.WriteConcern) - Method in AbstractMongoSession
-
Sets the WriteConcern to use for the session
- Shape - Class in grails.mongodb.geo
An interface for all geo shapes to implement
- Shape() - Constructor in Shape
-
- ShapeType - Class in org.grails.datastore.gorm.mongo.geo
Custom type for persisting the
Shape type
- ShapeType() - Constructor in ShapeType
-
- SHORT - Field in HibernateCriteriaBuilder
-
- shortName - Property in GormDatabase
-
- shouldBindCollectionWithForeignKey(org.grails.datastore.mapping.model.types.ToMany) - Method in GrailsDomainBinder
-
- shouldCollectionBindWithJoinColumn(org.grails.datastore.mapping.model.types.ToMany) - Method in GrailsDomainBinder
-
- shouldFail(java.util.Map) - Method in AbstractHibernateGormInstanceApi
-
- shouldFlush(java.util.Map) - Method in AbstractHibernateGormInstanceApi
-
- shouldPassReadOnlyToHibernate() - Method in GrailsHibernateTemplate
-
- shouldRun() - Method in GroovyChange
-
- Returns:
- Whether the database executor is instance of LoggingExecutor
- SIMPLE_TYPE_DECODERS - Field in SimpleDecoder
-
- SIMPLE_TYPE_ENCODERS - Field in SimpleEncoder
-
- SimpleDecoder - Class in org.grails.datastore.bson.codecs.decoders
A {@PropertyDecoder} capable of decoding org.grails.datastore.mapping.model.types.Simple properties
- SimpleDecoder.1 - Class in org.grails.datastore.bson.codecs.decoders
- SimpleDecoder.10 - Class in org.grails.datastore.bson.codecs.decoders
- SimpleDecoder.10() - Constructor in SimpleDecoder.10
-
- SimpleDecoder.11 - Class in org.grails.datastore.bson.codecs.decoders
- SimpleDecoder.11() - Constructor in SimpleDecoder.11
-
- SimpleDecoder.12 - Class in org.grails.datastore.bson.codecs.decoders
- SimpleDecoder.12() - Constructor in SimpleDecoder.12
-
- SimpleDecoder.13 - Class in org.grails.datastore.bson.codecs.decoders
- SimpleDecoder.13() - Constructor in SimpleDecoder.13
-
- SimpleDecoder.14 - Class in org.grails.datastore.bson.codecs.decoders
- SimpleDecoder.14() - Constructor in SimpleDecoder.14
-
- SimpleDecoder.15 - Class in org.grails.datastore.bson.codecs.decoders
- SimpleDecoder.15() - Constructor in SimpleDecoder.15
-
- SimpleDecoder.16 - Class in org.grails.datastore.bson.codecs.decoders
- SimpleDecoder.16() - Constructor in SimpleDecoder.16
-
- SimpleDecoder.1() - Constructor in SimpleDecoder.1
-
- SimpleDecoder.2 - Class in org.grails.datastore.bson.codecs.decoders
- SimpleDecoder.2() - Constructor in SimpleDecoder.2
-
- SimpleDecoder.3 - Class in org.grails.datastore.bson.codecs.decoders
- SimpleDecoder.3() - Constructor in SimpleDecoder.3
-
- SimpleDecoder.4 - Class in org.grails.datastore.bson.codecs.decoders
- SimpleDecoder.4() - Constructor in SimpleDecoder.4
-
- SimpleDecoder.5 - Class in org.grails.datastore.bson.codecs.decoders
- SimpleDecoder.5() - Constructor in SimpleDecoder.5
-
- SimpleDecoder.6 - Class in org.grails.datastore.bson.codecs.decoders
- SimpleDecoder.6() - Constructor in SimpleDecoder.6
-
- SimpleDecoder.7 - Class in org.grails.datastore.bson.codecs.decoders
- SimpleDecoder.7() - Constructor in SimpleDecoder.7
-
- SimpleDecoder.8 - Class in org.grails.datastore.bson.codecs.decoders
- SimpleDecoder.8() - Constructor in SimpleDecoder.8
-
- SimpleDecoder.9 - Class in org.grails.datastore.bson.codecs.decoders
- SimpleDecoder.9() - Constructor in SimpleDecoder.9
-
- SimpleDecoder.TypeDecoder - Interface in org.grails.datastore.bson.codecs.decoders
- SimpleDecoder() - Constructor in SimpleDecoder
-
- SimpleEncoder - Class in org.grails.datastore.bson.codecs.encoders
An encoder for simple types persistable by MongoDB
- SimpleEncoder.1 - Class in org.grails.datastore.bson.codecs.encoders
- SimpleEncoder.10 - Class in org.grails.datastore.bson.codecs.encoders
- SimpleEncoder.10() - Constructor in SimpleEncoder.10
-
- SimpleEncoder.11 - Class in org.grails.datastore.bson.codecs.encoders
- SimpleEncoder.11() - Constructor in SimpleEncoder.11
-
- SimpleEncoder.12 - Class in org.grails.datastore.bson.codecs.encoders
- SimpleEncoder.12() - Constructor in SimpleEncoder.12
-
- SimpleEncoder.13 - Class in org.grails.datastore.bson.codecs.encoders
- SimpleEncoder.13() - Constructor in SimpleEncoder.13
-
- SimpleEncoder.1() - Constructor in SimpleEncoder.1
-
- SimpleEncoder.2 - Class in org.grails.datastore.bson.codecs.encoders
- SimpleEncoder.2() - Constructor in SimpleEncoder.2
-
- SimpleEncoder.3 - Class in org.grails.datastore.bson.codecs.encoders
- SimpleEncoder.3() - Constructor in SimpleEncoder.3
-
- SimpleEncoder.4 - Class in org.grails.datastore.bson.codecs.encoders
- SimpleEncoder.4() - Constructor in SimpleEncoder.4
-
- SimpleEncoder.5 - Class in org.grails.datastore.bson.codecs.encoders
- SimpleEncoder.5() - Constructor in SimpleEncoder.5
-
- SimpleEncoder.6 - Class in org.grails.datastore.bson.codecs.encoders
- SimpleEncoder.6() - Constructor in SimpleEncoder.6
-
- SimpleEncoder.7 - Class in org.grails.datastore.bson.codecs.encoders
- SimpleEncoder.7() - Constructor in SimpleEncoder.7
-
- SimpleEncoder.8 - Class in org.grails.datastore.bson.codecs.encoders
- SimpleEncoder.8() - Constructor in SimpleEncoder.8
-
- SimpleEncoder.9 - Class in org.grails.datastore.bson.codecs.encoders
- SimpleEncoder.9() - Constructor in SimpleEncoder.9
-
- SimpleEncoder.TypeEncoder - Interface in org.grails.datastore.bson.codecs.encoders
- SimpleEncoder() - Constructor in SimpleEncoder
-
- SimpleHibernateProxyHandler - Class in org.grails.orm.hibernate.proxy
- singleResult() - Method in AbstractHibernateQuery
-
- SIZE_CONSTRAINT_PREFIX - Field in AbstractHibernateQuery
-
- SIZE_EQUALS - Field in AbstractHibernateCriteriaBuilder
-
- size() - Method in MongoQuery.AggregatedResultList
-
- SIZE_OPERATOR - Field in BsonQuery
-
- sizeEq(java.lang.String, int) - Method in AbstractHibernateCriteriaBuilder
-
Creates a Criterion that contrains a collection property by size
- sizeGe(java.lang.String, int) - Method in AbstractHibernateCriteriaBuilder
-
Creates a Criterion that contrains a collection property to be greater than or equal to the given size
- sizeGt(java.lang.String, int) - Method in AbstractHibernateCriteriaBuilder
-
Creates a Criterion that contrains a collection property to be greater than the given size
- sizeLe(java.lang.String, int) - Method in AbstractHibernateCriteriaBuilder
-
Creates a Criterion that contrains a collection property to be less than or equal to the given size
- sizeLt(java.lang.String, int) - Method in AbstractHibernateCriteriaBuilder
-
Creates a Criterion that contrains a collection property to be less than to the given size
- sizeNe(java.lang.String, int) - Method in AbstractHibernateCriteriaBuilder
-
Creates a Criterion that contrains a collection property to be not equal to the given size
- skipBootstrap - Property in ApplicationContextDatabaseMigrationCommand
-
- skipBootstrap - Property in SchemaExportCommand
-
- SoftKey - Class in org.grails.orm.hibernate.support
SoftReference key to be used with ConcurrentHashMap.
- SoftKey(T) - Constructor in SoftKey
-
- sort(java.util.Map) - Method in HibernateMappingBuilder
-
- sort - Property in Mapping
-
Used to hold the names and directions of the default property to sort by
- sort(java.util.Map) - Method in MongoCollection
-
Sets the default sorting
- sort(FindIterable<Document>, Map<String, Object>) - Method in MongoExtensions
-
- SORT_OPERATOR - Field in BsonQuery
-
- sort - Property in PropertyConfig
-
The default sort property name
- SortConfig - Class in org.grails.orm.hibernate.cfg
Configures sorting
- SortConfig() - Constructor in SortConfig
-
- sourceConfig - Property in ScriptDatabaseMigrationCommand
-
- Sphere - Class in grails.mongodb.geo
Represents a Sphere with the radius calculated in radians
- Sphere(grails.mongodb.geo.Point, grails.mongodb.geo.Distance) - Constructor in Sphere
-
Construct a circle for the given center
Point and distance
- sql - Property in GroovyChange
-
- sql - Property in GroovyPrecondition
-
- sqlGroupProjection(java.lang.String, java.lang.String, List<String>, List<Type>) - Method in AbstractHibernateCriteriaBuilder
-
Adds a sql projection to the criteria
- sqlProjection(java.lang.String, List<String>, List<Type>) - Method in AbstractHibernateCriteriaBuilder
-
Adds a sql projection to the criteria
- sqlRestriction(java.lang.String, List<?>) - Method in AbstractHibernateCriteriaBuilder
-
Applies a sql restriction to the results to allow something like:
- sqlStatement(liquibase.statement.SqlStatement) - Method in GroovyChange
-
Called by the change or rollback closure.
- sqlStatements(java.util.List) - Method in GroovyChange
-
Called by the change or rollback closure.
- sqlType - Property in ColumnConfig
-
The SQL type
- sqlTypes - Field in IdentityEnumType
-
- startBuild(java.lang.Object, java.lang.String) - Method in MongoConnectionSourceSettingsBuilder
-
- stateful - Property in BsonPersistentEntityCodec
-
- stateless - Property in AbstractMongoConnectionSourceSettings
-
Whether to use stateless mode by default
- stateless - Field in MongoDatastore
-
- storeEntry(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, java.lang.Object, org.bson.Document) - Method in MongoEntityPersister
-
- STRING - Field in HibernateCriteriaBuilder
-
- STRING_TYPE - Field in GrailsDomainBinder
-
- sum(java.lang.String, java.lang.String) - Method in AbstractHibernateCriteriaBuilder
-
Adds a projection that allows the criteria to retrieve the sum of the results of a property
- sum(java.lang.String) - Method in AbstractHibernateQuery.HibernateProjectionList
-
- SUM_OPERATOR - Field in BsonQuery
-
- supports(org.grails.datastore.mapping.core.Datastore) - Method in AbstractShapeCoordsType
-
- supports(org.grails.datastore.mapping.core.Datastore) - Method in CodecCustomTypeMarshaller
-
- supports(org.grails.datastore.mapping.core.Datastore) - Method in EnumType
-
- supports(org.grails.datastore.mapping.core.Datastore) - Method in GeoJSONType
-
- supports(org.grails.datastore.mapping.model.MappingContext) - Method in GeometryCollectionType
-
- supports(java.lang.String, liquibase.resource.ResourceAccessor) - Method in GroovyChangeLogParser
-
- supportsCustomType(Class<?>) - Method in HibernateMappingContext
-
- supportsEventType(Class<? extends ApplicationEvent>) - Method in AbstractHibernateEventListener
-
{@inheritDoc}
- supportsEventType(Class<? extends ApplicationEvent>) - Method in HibernateEventListener
-
{@inheritDoc}
- supportsEventType(Class<? extends ApplicationEvent>) - Method in MultiTenantEventListener
-
- supportsJoinColumnMapping(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
-
- supportsRollback(liquibase.database.Database) - Method in GroovyChange
-
- supportsSourceType(Class<?>) - Method in MultiTenantEventListener
-
- suspend() - Method in HibernateJtaTransactionManagerAdapter
-