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

A

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(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
AbstractInputObjectTypeBuilder - Class in org.grails.gorm.graphql.types.input
The base class used to build an input object based on an entity
AbstractInputObjectTypeBuilder(org.grails.gorm.graphql.entity.property.manager.GraphQLDomainPropertyManager, org.grails.gorm.graphql.types.GraphQLTypeManager) - Constructor in AbstractInputObjectTypeBuilder
AbstractMongoConnectionSourceSettings - Class in org.grails.datastore.mapping.mongo.connections
Authors:
Graeme Rocher
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.grails.datastore.mapping.core.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
AbstractObjectTypeBuilder - Class in org.grails.gorm.graphql.types.output
A base class used to create object types that represent an entity
AbstractObjectTypeBuilder(graphql.schema.GraphQLCodeRegistry$Builder, org.grails.gorm.graphql.entity.property.manager.GraphQLDomainPropertyManager, org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.gorm.graphql.response.errors.GraphQLErrorsResponseHandler) - Constructor in AbstractObjectTypeBuilder
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
accept(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentProperty) - Method in ConfigureDerivedPropertiesConsumer
accepts(groovy.lang.Closure) - Method in ComplexArgument
adapt(org.grails.datastore.mapping.query.Query$ProjectionList, jakarta.persistence.criteria.AbstractQuery<?>) - Method in JpaProjectionAdapter
add(Criterion) - Method in AbstractHibernateQuery
add(Criterion) - Method in AbstractHibernateQuery.HibernateAssociationQuery
add(Criterion) - Method in AbstractHibernateQuery.HibernateJunction
add(Projection) - Method in AbstractHibernateQuery.HibernateProjectionList
add(java.lang.String, java.lang.String, groovy.lang.Closure) - Method in GraphQLMapping
Add a new property to be included in the schema.
add(org.grails.datastore.mapping.query.Query$Junction, org.grails.datastore.mapping.query.Query$Criterion) - Method in HibernateAssociationQuery
ADD - Enum Constant in PropertyArithmetic.Operator
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
addFieldArgs(graphql.schema.GraphQLFieldDefinition$Builder, org.grails.gorm.graphql.entity.property.GraphQLDomainProperty, org.grails.datastore.mapping.model.MappingContext) - Method in AbstractObjectTypeBuilder
addFrom(java.lang.String, From<?,?>) - Method in JpaQueryContext
additionalProperties - Property in HibernateConnectionSourceSettings.HibernateSettings
Any additional properties that should be passed through as is.
addJoin(java.lang.String, From<?,?>) - Method in JoinTracker
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(org.hibernate.criterion.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
addsTo() - Method in GormColumnSnapshotGenerator
addSubqueryCriterionAdapters() - Method in AbstractHibernateCriterionAdapter
addTenantForSchema(java.lang.String) - Method in HibernateDatastore
addTo(java.lang.String, java.lang.Object) - Method in HibernateEntity
Overrides org.grails.datastore.gorm.GormEntity#addTo to fix "Found two representations of same collection" in Hibernate 7.
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
afterCompletion(org.springframework.web.context.request.WebRequest, java.lang.Exception) - Method in GrailsOpenSessionInViewInterceptor
afterPropertiesSet() - Method in HibernateDialectDetectorFactoryBean
afterPropertiesSet() - Method in HibernateMappingContextSessionFactoryBean
aggregate(com.mongodb.client.MongoCollection<T>, List<? extends Bson>) - Method in AbstractMongoSession
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
Concrete implementation of the AbstractMultipleDataSourceAggregatePersistenceContextInterceptor class for Hibernate 4
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
AliasMapEntryFunction - Class in org.grails.orm.hibernate.query
Maps detached association criteria by association path for alias registration.
AliasRegistry - Class in org.grails.orm.hibernate.query
Registry for user-defined and auto-generated aliases in a JPA query.
AliasRegistry(org.grails.orm.hibernate.query.AliasRegistry) - Constructor in AliasRegistry
aliasStack - Field in AbstractHibernateCriteriaBuilder
aliasStack - Field in AbstractHibernateQuery
ALL - Enum Constant in CascadeBehavior
Cascades all operations, including delete-orphan.
ALL_DELETE_ORPHAN - Enum Constant in CascadeBehavior
Cascades all operations, including delete-orphan.
all - Property in Operations
allEq(Map<String,Object>) - Method in AbstractHibernateCriteriaBuilder
allEq(Map<String,Object>) - Method in AbstractHibernateQuery
allEq(Map<String,Object>) - Method in AbstractHibernateQuery.HibernateAssociationQuery
allowArbitraryCustomTypes() - Method in HibernateMappingFactory
allowCreate - Field in GrailsSessionContext
allQualifiers(org.grails.datastore.mapping.core.Datastore, org.grails.datastore.mapping.model.PersistentEntity) - Method in HibernateDatastore
allQualifiers(org.grails.datastore.mapping.core.Datastore, org.grails.datastore.mapping.model.PersistentEntity) - Method in SchemaTenantGormEnhancer
allStatements - Property in GroovyChange
ALWAYS - Enum Constant in AbstractHibernateDatastore.FlushMode
ALWAYS - Enum Constant in GrailsQueryFlushMode
ALWAYS - Enum Constant in HibernateConnectionSourceSettings.HibernateSettings.FlushSettings.FlushMode
alwaysNullable() - Method in GraphQLDomainPropertyManager.Builder
Whether or not properties should allow nulls should be overridden so that properties are nullable, even if they otherwise would not be.
AND - Field in AbstractHibernateCriteriaBuilder
and(Criterion, Criterion) - Method in AbstractHibernateQuery
and(Criterion, Criterion) - Method in AbstractHibernateQuery.HibernateAssociationQuery
AND - Enum Constant in CriteriaMethods
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
apply(DetachedAssociationCriteria<?>) - Method in AliasMapEntryFunction
apply(java.lang.String) - Method in BackticksRemover
apply(org.grails.datastore.mapping.query.Query$Criterion) - Method in DetachedAssociationFunction
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
applyGormIdentitySettings(liquibase.structure.core.Column, org.grails.orm.hibernate.cfg.domainbinding.hibernate.GrailsHibernatePersistentEntity) - Method in GormColumnSnapshotGenerator
applyGormPropertySettings(liquibase.structure.core.Column, org.grails.datastore.mapping.model.PersistentProperty) - Method in GormColumnSnapshotGenerator
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.hibernate.cfg.Configuration) - Method in GrailsIdentifierGeneratorFactory
applyQuerySettings(org.grails.orm.hibernate.query.HqlQueryDelegate) - Method in MutationHqlQuery
applyQuerySettings(org.grails.orm.hibernate.query.HqlQueryDelegate) - Method in SelectHqlQuery
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>, org.hibernate.criterion.Junction, java.lang.String) - Method in AbstractHibernateCriterionAdapter
args - Field in AbstractHibernateCriteriaBuilder.LogicalExpression
Arguable - Trait in org.grails.gorm.graphql.entity.dsl.helpers
Decorates a class with a description property and builder method.
argument(java.lang.String, java.lang.String, groovy.lang.Closure) - Method in Arguable
Creates an argument to the operation that is a custom type.
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 - Property in Arguable
ARGUMENTS - Property in EntityDataFetcher
arguments - Property in MockDataFetchingEnvironment
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 - Enum Constant in GrailsSequenceGeneratorEnum
ASSIGNED_IDENTIFIER_MAPPING - Field in MongoCodecEntityPersister
ASSIGNED_IDENTIFIER_MAPPING - Field in MongoConstants
assocationCriteria - Field in AbstractHibernateQuery.HibernateAssociationQuery
associationNames - Field in EntityFetchOptions
associationPath - Field in AbstractHibernateQuery.CriteriaAndAlias
associations - Field in DefaultGormDataFetcher
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 GrailsQueryFlushMode
AUTO - Enum Constant in HibernateConnectionSourceSettings.HibernateSettings.FlushSettings.FlushMode
AUTO_IMPORT - Enum Constant in HibernateMappingKeyword
AUTO_TIMESTAMP - Enum Constant in HibernateMappingKeyword
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
autoTimestampEventListener - Field in AbstractHibernateDatastore
autoTimestampEventListener - Field in MongoDatastore
autowire(boolean) - Method in HibernateMappingBuilder
AUTOWIRE - Enum Constant in HibernateMappingKeyword
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

B

BACKTICK - Field in BackticksRemover
BACKTICK - Field in GrailsDomainBinder
BackticksRemover - Class in org.grails.orm.hibernate.cfg.domainbinding.util
Removes matching leading and trailing backticks from mapping names.
BagCollectionType - Class in org.grails.orm.hibernate.cfg.domainbinding.collectionType
The bag collection type class.
BagCollectionType(org.hibernate.boot.spi.MetadataBuildingContext) - Constructor in BagCollectionType
Creates a new BagCollectionType instance.
BaseGraphQLFetcherInterceptor - Class in org.grails.gorm.graphql.interceptor.impl
Base class to extend from for custom data fetcher interceptors.
BaseGraphQLFetcherInterceptor() - Constructor in BaseGraphQLFetcherInterceptor
BasicCollectionElementBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.secondpass
Binds the element value for a basic (scalar or enum) collection.
BasicCollectionElementBinder(org.hibernate.boot.spi.MetadataBuildingContext, org.grails.orm.hibernate.cfg.PersistentEntityNamingStrategy, org.grails.orm.hibernate.cfg.domainbinding.binder.EnumTypeBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.SimpleValueColumnBinder, org.grails.orm.hibernate.cfg.domainbinding.util.SimpleValueColumnFetcher, org.grails.orm.hibernate.cfg.domainbinding.binder.ColumnConfigToColumnBinder) - Constructor in BasicCollectionElementBinder
Creates a new BasicCollectionElementBinder instance.
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
BasicValueCreator - Class in org.grails.orm.hibernate.cfg.domainbinding.util
The basic value creator class.
BasicValueCreator(org.hibernate.boot.spi.MetadataBuildingContext, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment, org.grails.orm.hibernate.cfg.PersistentEntityNamingStrategy, org.grails.orm.hibernate.cfg.domainbinding.generator.GrailsSequenceWrapper) - Constructor in BasicValueCreator
Creates a new BasicValueCreator instance.
BATCH_SIZE - Enum Constant in HibernateMappingKeyword
batchSize(java.lang.Integer) - Method in HibernateMappingBuilder
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
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
beginTransaction(org.springframework.transaction.TransactionDefinition) - Method in AbstractHibernateSession
beginTransactionInternal() - Method in AbstractMongoSession
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
BETWEEN - Enum Constant in CriteriaMethods
bidiMap - Field in IdentityEnumType
BidirectionalMapElementBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.secondpass
Binds the element of a bidirectional one-to-many Map association.
BidirectionalMapElementBinder(org.grails.orm.hibernate.cfg.domainbinding.binder.ManyToOneBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.CollectionForPropertyConfigBinder) - Constructor in BidirectionalMapElementBinder
Creates a new BidirectionalMapElementBinder instance.
BidirectionalOneToManyLinker - Class in org.grails.orm.hibernate.cfg.domainbinding.secondpass
Links bidirectional one-to-many associations by copying columns.
BidirectionalOneToManyLinker(org.grails.orm.hibernate.cfg.domainbinding.util.GrailsPropertyResolver) - Constructor in BidirectionalOneToManyLinker
Creates a new BidirectionalOneToManyLinker instance.
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
bind(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateBasicProperty) - Method in BasicCollectionElementBinder
Creates and binds a BasicValue element for the given basic collection property.
bind(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateToManyProperty) - Method in BidirectionalMapElementBinder
Binds the ManyToOne element for a bidirectional Map collection.
bind(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateToManyProperty) - Method in CollectionKeyBinder
Creates the org.hibernate.mapping.DependantValue key, sets it on the collection, and binds it.
bind(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateToManyProperty) - Method in CollectionKeyColumnUpdater
Creates the key, sets it on the collection, and updates its columns.
bind(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateToManyProperty, org.hibernate.mapping.DependantValue) - Method in DependentKeyValueBinder
bind(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateOneToOneProperty, java.lang.String) - Method in ForeignKeyOneToOneBinder
Binds the one-to-one property as a org.hibernate.mapping.ManyToOne value and applies unique-key constraints.
bind(java.lang.Object, java.util.Map) - Method in GrailsGraphQLDataBinder
bind(java.lang.Object, java.util.Map) - Method in GraphQLDataBinder
Binds data to a domain class instance
bind(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateToManyEntityProperty) - Method in HibernateToManyEntityOrderByBinder
Binds the order-by clause and discriminator where condition to the given collection.
bind(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateManyToManyProperty) - Method in ManyToOneElementBinder
Binds the ManyToOne element for a bidirectional many-to-many collection.
bind(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentEntity, org.hibernate.mapping.UnionSubclass) - Method in MultiTenantFilterBinder
Binds a multi-tenant filter to the given union subclass if necessary.
bind(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateToManyEntityProperty) - Method in ToManyEntityMultiTenantFilterBinder
Applies the multi-tenant filter to the collection if the associated entity is multi-tenant.
bind(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateOneToManyProperty) - Method in UnidirectionalOneToManyBinder
bind(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateToManyProperty) - Method in UnidirectionalOneToManyInverseValuesBinder
bindBasicValue(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentProperty) - Method in BasicValueCreator
Creates and configures a BasicValue for the given persistent property.
bindBasicValue(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentProperty, org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentProperty, java.lang.String) - Method in SimpleValueBinder
bindClass(org.grails.orm.hibernate.cfg.domainbinding.hibernate.GrailsHibernatePersistentEntity, org.hibernate.mapping.PersistentClass) - Method in ClassBinder
Binds the specified persistent class to the runtime model based on the properties defined in the domain class
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
bindClassProperties(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentEntity) - Method in ClassPropertiesBinder
bindCollection(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateToManyProperty, java.lang.String) - Method in CollectionBinder
First pass to bind collection to Hibernate metamodel, sets up second pass
bindCollection(org.grails.datastore.mapping.model.types.ToMany, org.hibernate.mapping.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(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateToManyProperty) - Method in CollectionForPropertyConfigBinder
Bind collection for property config.
bindCollectionForPropertyConfig(org.hibernate.mapping.Collection, org.grails.orm.hibernate.cfg.PropertyConfig) - Method in GrailsDomainBinder
bindCollectionSecondPass(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateToManyProperty) - Method in CollectionSecondPassBinder
bindCollectionSecondPass(org.grails.datastore.mapping.model.types.ToMany, org.hibernate.boot.spi.InFlightMetadataCollector, Map<?,?>, org.hibernate.mapping.Collection, java.lang.String) - Method in GrailsDomainBinder
bindCollectionTable(org.grails.datastore.mapping.model.types.ToMany, org.hibernate.boot.spi.InFlightMetadataCollector, org.hibernate.mapping.Collection, org.grails.orm.hibernate.cfg.Table, java.lang.String) - Method in GrailsDomainBinder
bindCollectionWithJoinTable(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateToManyProperty) - Method in CollectionWithJoinTableBinder
Bind collection with join table.
bindCollectionWithJoinTable(org.grails.datastore.mapping.model.types.ToMany, org.hibernate.boot.spi.InFlightMetadataCollector, org.hibernate.mapping.Collection, org.grails.orm.hibernate.cfg.PropertyConfig, java.lang.String) - Method in GrailsDomainBinder
bindColumn(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentProperty, org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentProperty, org.hibernate.mapping.Column, org.grails.orm.hibernate.cfg.ColumnConfig, java.lang.String, org.hibernate.mapping.Table) - Method in ColumnBinder
Binds a Column instance to the Hibernate meta model
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.hibernate.mapping.Column, org.grails.orm.hibernate.cfg.ColumnConfig, org.grails.orm.hibernate.cfg.PropertyConfig) - Method in ColumnConfigToColumnBinder
bindColumnConfigToColumn(org.grails.datastore.mapping.model.PersistentProperty, org.hibernate.mapping.Column, org.grails.orm.hibernate.cfg.ColumnConfig) - Method in GrailsDomainBinder
bindComponent(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateEmbeddedProperty, java.lang.String) - Method in ComponentBinder
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.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentEntity) - Method in CompositeIdBinder
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.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentProperty, org.hibernate.mapping.SimpleValue, org.grails.orm.hibernate.cfg.HibernateCompositeIdentity, org.grails.orm.hibernate.cfg.domainbinding.hibernate.GrailsHibernatePersistentEntity, java.lang.String) - Method in CompositeIdentifierToManyToOneBinder
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
bindConfiguredDiscriminator(org.hibernate.mapping.RootClass, org.hibernate.mapping.SimpleValue, org.grails.orm.hibernate.cfg.DiscriminatorConfig) - Method in ConfiguredDiscriminatorBinder
Binds a discriminator with explicit configuration
bindDefaultDiscriminator(org.hibernate.mapping.RootClass, org.hibernate.mapping.SimpleValue) - Method in DefaultDiscriminatorBinder
Binds a discriminator with default configuration (no explicit config)
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.hibernate.mapping.RootClass) - Method in DiscriminatorPropertyBinder
Creates and binds the discriminator property used in table-per-hierarchy inheritance to discriminate between sub class instances
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
bindEmbeddedCollectionComponent(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateEmbeddedCollectionProperty) - Method in ComponentBinder
Binds an embedded collection property as a Hibernate org.hibernate.mapping.Component element.
bindEnumType(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentProperty, Class<?>, org.hibernate.mapping.BasicValue, java.lang.String) - Method in EnumTypeBinder
bindEnumType(org.grails.datastore.mapping.model.PersistentProperty, Class<?>, org.hibernate.mapping.SimpleValue, java.lang.String) - Method in GrailsDomainBinder
bindEnumTypeForColumn(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateBasicProperty) - Method in EnumTypeBinder
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
bindIdentity(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentEntity) - Method in IdentityBinder
bindIndex(java.lang.String, org.hibernate.mapping.Column, org.grails.orm.hibernate.cfg.ColumnConfig, org.grails.orm.hibernate.cfg.Table) - Method in GrailsDomainBinder
bindIndex(java.lang.String, org.hibernate.mapping.Column, org.grails.orm.hibernate.cfg.ColumnConfig, org.hibernate.mapping.Table) - Method in IndexBinder
BindingGormDataFetcher - Interface in org.grails.gorm.graphql.fetcher
An interface to describe data fetchers that use data binding
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
bindJoinedSubClass(org.grails.orm.hibernate.cfg.domainbinding.hibernate.GrailsHibernatePersistentEntity, org.hibernate.mapping.PersistentClass) - Method in JoinedSubClassBinder
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
bindListSecondPass(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateToManyProperty) - Method in ListSecondPassBinder
bindManyToMany(org.grails.datastore.mapping.model.types.Association, org.hibernate.mapping.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.hibernate.mapping.ManyToOne, java.lang.String, org.hibernate.boot.spi.InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
Binds a many-to-one relationship to the
bindManyToOne(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateOneToOneProperty, java.lang.String) - Method in ManyToOneBinder
bindManyToOneValues(org.grails.datastore.mapping.model.types.Association, org.hibernate.mapping.ManyToOne) - Method in GrailsDomainBinder
bindManyToOneValues(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateAssociation, org.hibernate.mapping.ManyToOne) - Method in ManyToOneValuesBinder
bindMapSecondPass(org.grails.datastore.mapping.model.types.ToMany, org.hibernate.boot.spi.InFlightMetadataCollector, Map<?,?>, org.hibernate.mapping.Map, java.lang.String) - Method in GrailsDomainBinder
bindMapSecondPass(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateToManyProperty) - Method in MapSecondPassBinder
bindNaturalIdentifier(org.grails.orm.hibernate.cfg.Table, org.grails.orm.hibernate.cfg.Mapping, org.hibernate.mapping.PersistentClass) - Method in GrailsDomainBinder
bindNaturalIdentifier(org.grails.orm.hibernate.cfg.domainbinding.hibernate.GrailsHibernatePersistentEntity, org.hibernate.mapping.PersistentClass) - Method in NaturalIdentifierBinder
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.
bindNumericColumnConstraints(org.hibernate.mapping.Column, org.grails.orm.hibernate.cfg.ColumnConfig, org.grails.orm.hibernate.cfg.PropertyConfig) - Method in NumericColumnConstraintsBinder
bindOneToMany(org.grails.datastore.mapping.model.types.OneToMany, org.hibernate.mapping.OneToMany, org.hibernate.boot.spi.InFlightMetadataCollector) - Method in GrailsDomainBinder
bindOneToOne(org.grails.datastore.mapping.model.types.OneToOne, org.hibernate.mapping.OneToOne, java.lang.String, java.lang.String) - Method in GrailsDomainBinder
bindOneToOne(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateOneToOneProperty, java.lang.String) - Method in OneToOneBinder
bindOneToOneInternal(org.grails.datastore.mapping.model.types.OneToOne, org.hibernate.mapping.OneToOne, java.lang.String) - Method in GrailsDomainBinder
bindProperty(org.grails.datastore.mapping.model.PersistentProperty, org.hibernate.mapping.Property, org.hibernate.boot.spi.InFlightMetadataCollector) - Method in GrailsDomainBinder
Binds a property to Hibernate runtime meta model.
bindProperty(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentProperty, org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentProperty, java.lang.String) - Method in GrailsPropertyBinder
bindProperty(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentProperty, org.hibernate.mapping.Value) - Method in PropertyBinder
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
bindRoot(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentEntity) - Method in RootBinder
Binds a root class (one with no super classes) to the runtime meta model based on the supplied Grails domain class
bindRoot(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentEntity) - Method in RootPersistentClassCommonValuesBinder
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
bindSimpleId(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentEntity) - Method in SimpleIdBinder
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.
bindSimpleValue(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentProperty, org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentProperty, org.hibernate.mapping.SimpleValue, java.lang.String) - Method in SimpleValueBinder
bindSimpleValue(org.hibernate.mapping.SimpleValue, java.lang.String, java.lang.String, boolean) - Method in SimpleValueColumnBinder
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.
bindStringColumnConstraints(org.hibernate.mapping.Column, org.grails.datastore.mapping.config.Property) - Method in StringColumnConstraintsBinder
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
bindSubClass(org.grails.orm.hibernate.cfg.domainbinding.hibernate.GrailsHibernatePersistentEntity, org.hibernate.mapping.PersistentClass) - Method in SingleTableSubclassBinder
Binds a sub-class using table-per-hierarchy inheritance mapping
bindSubClass(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentEntity, org.hibernate.mapping.PersistentClass) - Method in SubClassBinder
Binds a sub class.
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, org.hibernate.mapping.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.hibernate.mapping.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
bindUnionSubclass(org.grails.orm.hibernate.cfg.domainbinding.hibernate.GrailsHibernatePersistentEntity, org.hibernate.mapping.PersistentClass) - Method in UnionSubclassBinder
Binds a union sub-class mapping using table-per-concrete-class
bindVersion(org.grails.datastore.mapping.model.PersistentProperty, org.hibernate.mapping.RootClass, org.hibernate.boot.spi.InFlightMetadataCollector, java.lang.String) - Method in GrailsDomainBinder
bindVersion(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentProperty, org.hibernate.mapping.RootClass) - Method in VersionBinder
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
boxPrimitive(java.lang.Class) - Method in DefaultGraphQLTypeManager
BoxType - Class in org.grails.datastore.gorm.mongo.geo
A custom type for persisting Box instances
BoxType() - Constructor in BoxType
browser - Property in GrailsGraphQLConfiguration
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.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.TypeDecoder
bsonType() - Method in TemporalBsonConverter
bsonType() - Method in ZonedDateTimeBsonConverter
build(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractInputObjectTypeBuilder
build(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractObjectTypeBuilder
build(groovy.lang.Closure) - Method in GraphQLMapping
Builder to provide code completion
build(groovy.lang.Closure) - Method in GraphQLPropertyMapping
build() - Method in HibernateConnectionSourceSettingsBuilder
build(org.grails.datastore.mapping.model.PersistentEntity) - Method in InputObjectTypeBuilder
build() - Method in MongoClientOptionsBuilder
build() - Method in MongoQuery.AggregatePipeline
build(org.grails.datastore.mapping.model.PersistentEntity) - Method in ObjectTypeBuilder
build(org.grails.datastore.mapping.model.PersistentEntity) - Method in PaginatedObjectTypeBuilder
buildAggregatePipeline(org.grails.datastore.mapping.model.PersistentEntity, org.bson.Document, List<Projection>) - Method in MongoQuery
buildBasicProxyFactory(java.lang.Class) - Method in GrailsProxyFactoryFactory
buildConfiguration(java.lang.String, ConnectionSource<DataSource,DataSourceSettings>, org.grails.orm.hibernate.connections.HibernateConnectionSourceSettings) - Method in HibernateConnectionSourceFactory
buildContext(org.grails.web.servlet.mvc.GrailsWebRequest) - Method in DefaultGraphQLContextBuilder
buildContext(org.grails.web.servlet.mvc.GrailsWebRequest) - Method in GraphQLContextBuilder
buildCountHql() - Method in HqlListQueryBuilder
buildCriteria(Closure<?>) - Method in AbstractHibernateCriteriaBuilder
buildCriteria(graphql.schema.DataFetchingEnvironment) - Method in DefaultGormDataFetcher
buildCriteria(graphql.schema.DataFetchingEnvironment) - Method in EntityDataFetcher
buildCustomInputType(java.lang.String, org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.datastore.mapping.model.MappingContext, boolean) - Method in ComplexTyped
Builds a custom object returnType if the supplied return returnType is a Map
buildCustomType(java.lang.String, org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.datastore.mapping.model.MappingContext) - Method in ComplexTyped
Builds a custom object returnType if the supplied return returnType is a Map
buildDataFetcher(org.grails.datastore.mapping.model.PersistentEntity, org.grails.gorm.graphql.GraphQLServiceManager) - Method in CustomOperation
buildDataFetcher(org.grails.datastore.mapping.model.PersistentEntity, org.grails.gorm.graphql.GraphQLServiceManager) - Method in SimpleOperation
buildDefinition(org.grails.gorm.graphql.types.GraphQLTypeManager) - Method in CachingGraphQLResponseHandler
buildDefinition(org.grails.gorm.graphql.types.GraphQLTypeManager) - Method in DefaultGraphQLDeleteResponseHandler
buildDefinition(org.grails.gorm.graphql.types.GraphQLTypeManager) - Method in DefaultGraphQLErrorsResponseHandler
buildDiscriminatorSet(org.grails.orm.hibernate.cfg.HibernatePersistentEntity) - Method in GrailsDomainBinder
buildDiscriminatorSet() - Method in GrailsHibernatePersistentEntity
buildEntityTypeResolver() - Method in AbstractObjectTypeBuilder
builder - Property in CreateInputObjectTypeBuilder
builder() - Method in DefaultGraphQLDomainPropertyManager
builder - Property in EmbeddedInputObjectTypeBuilder
builder - Property in EmbeddedObjectTypeBuilder
builder() - Method in GraphQLDomainPropertyManager
Returns:
A new builder instance
builder - Property in NestedInputObjectTypeBuilder
builder - Property in ShowObjectTypeBuilder
builder - Property in UpdateInputObjectTypeBuilder
buildFetchOptions() - Method in ClosureDataFetcher
buildField(org.grails.gorm.graphql.entity.property.GraphQLDomainProperty, java.lang.String) - Method in AbstractObjectTypeBuilder
buildFieldDefinitions(org.grails.gorm.graphql.types.GraphQLTypeManager) - Method in DefaultGraphQLDeleteResponseHandler
buildIndex() - Method in MongoDatastore
Builds the MongoDB index for this datastore
buildingContext - Field in CollectionType
The building context.
buildInputField(org.grails.gorm.graphql.entity.property.GraphQLDomainProperty, org.grails.gorm.graphql.types.GraphQLPropertyType) - Method in AbstractInputObjectTypeBuilder
buildInterfaceType(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String, java.lang.String, List<GraphQLFieldDefinition>) - Method in AbstractObjectTypeBuilder
buildJunction(org.hibernate.criterion.Junction, List<Criterion>) - Method in AbstractHibernateCriteriaBuilder.LogicalExpression
buildListArguments(Map<String, Class>) - Method in Schema
buildListHql() - Method in HqlListQueryBuilder
buildNamedParameterQueryFromGString(groovy.lang.GString, java.util.Map) - Method in AbstractHibernateGormStaticApi
Processes a query converting GString expressions into parameters
buildObjectType(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String, java.lang.String, List<GraphQLFieldDefinition>) - Method in AbstractObjectTypeBuilder
buildOrderByClause(java.lang.String, org.hibernate.mapping.PersistentClass, java.lang.String, java.lang.String) - Method in GrailsDomainBinder
buildOrderByClause(java.lang.String, org.hibernate.mapping.PersistentClass, java.lang.String, java.lang.String) - Method in OrderByClauseBuilder
buildOrdinalParameterQueryFromGString(groovy.lang.GString, java.util.List) - Method in AbstractHibernateGormStaticApi
Processes a query converting GString expressions into parameters
buildParams(org.hibernate.generator.GeneratorCreationContext, org.grails.orm.hibernate.cfg.HibernateSimpleIdentity, org.grails.orm.hibernate.cfg.domainbinding.hibernate.GrailsHibernatePersistentEntity, org.grails.orm.hibernate.cfg.PersistentEntityNamingStrategy) - Method in GrailsIncrementGenerator
buildPropertyAccess(java.lang.Class, java.lang.String) - Method in TraitPropertyAccessStrategy
buildPropertyIdentity() - Method in HibernatePersistentProperty
Builds a HibernateSimpleIdentity from this property's own mapped form, for use when the owning entity has no explicit simple identity configured.
buildProxyFactory(org.hibernate.engine.spi.SessionFactoryImplementor) - Method in GrailsProxyFactoryFactory
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
buildSqlContext(org.hibernate.generator.GeneratorCreationContext) - Method in GrailsIncrementGenerator
bulkWrite(com.mongodb.client.MongoCollection, List<? extends WriteModel>) - Method in AbstractMongoSession
BYTE - Field in HibernateCriteriaBuilder
ByteArrayCoercion - Class in org.grails.gorm.graphql.types.scalars.coercing
Coercion class for whole number arrays
ByteArrayCoercion() - Constructor in ByteArrayCoercion
ByteBuddyGroovyInterceptor - Class in org.grails.orm.hibernate.proxy
A ByteBuddy interceptor that avoids initializing the proxy for Groovy-specific methods.
ByteBuddyGroovyInterceptor(java.lang.String, Class<?>, Class<?>, java.io.Serializable, java.lang.reflect.Method, java.lang.reflect.Method, org.hibernate.type.CompositeType, org.hibernate.engine.spi.SharedSessionContractImplementor, boolean, boolean) - Constructor in ByteBuddyGroovyInterceptor
ByteBuddyGroovyProxyFactory - Class in org.grails.orm.hibernate.proxy
A ProxyFactory implementation for ByteBuddy that uses ByteBuddyGroovyInterceptor.
ByteBuddyGroovyProxyFactory(org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper, boolean) - Constructor in ByteBuddyGroovyProxyFactory

C

cache(boolean) - Method in AbstractHibernateCriteriaBuilder
Whether to use the query cache
cache(boolean) - Method in AbstractHibernateQuery
CACHE - Enum Constant in CriteriaMethods
cache - Property in HibernateConnectionSourceSettings.HibernateSettings
Cache settings
cache(boolean) - Method in HibernateMappingBuilder
CACHE - Enum Constant in HibernateMappingKeyword
CACHE - Enum Constant in HibernateQueryArgument
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
cacheMapping(Class<?>, org.grails.orm.hibernate.cfg.Mapping) - Method in MappingCacheHolder
Testing method
cacheQueries - Field in GrailsHibernateTemplate
CachingGraphQLResponseHandler - Class in org.grails.gorm.graphql.response
Generic class to cache the creation of graphql.schema.GraphQLObjectType instances by providing a reference if the object was already created when requested.
CachingGraphQLResponseHandler() - Constructor in CachingGraphQLResponseHandler
calculateForeignKeyColumnCount(org.grails.orm.hibernate.cfg.domainbinding.hibernate.GrailsHibernatePersistentEntity, java.lang.String) - Method in ForeignKeyColumnCountCalculator
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.
calculateTableForMany(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentProperty) - Method in TableForManyCalculator
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
call(org.grails.gorm.graphql.interceptor.GraphQLFetcherInterceptor, graphql.schema.DataFetchingEnvironment, org.grails.gorm.graphql.fetcher.GraphQLDataFetcherType) - Method in MutationInterceptorInvoker
call(org.grails.gorm.graphql.interceptor.GraphQLFetcherInterceptor, graphql.schema.DataFetchingEnvironment, org.grails.gorm.graphql.fetcher.GraphQLDataFetcherType) - Method in ProvidedInterceptorInvoker
call(org.grails.gorm.graphql.interceptor.GraphQLFetcherInterceptor, graphql.schema.DataFetchingEnvironment, org.grails.gorm.graphql.fetcher.GraphQLDataFetcherType) - Method in QueryInterceptorInvoker
canBindOneToOneWithSingleColumnAndForeignKey(org.grails.datastore.mapping.model.types.Association) - Method in GrailsDomainBinder
canDirtyCheck(java.lang.Object, org.hibernate.persister.entity.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
CascadeBehavior - Enum in org.grails.orm.hibernate.cfg.domainbinding.util
The cascade behavior enum.
CascadeBehaviorFetcher - Class in org.grails.orm.hibernate.cfg.domainbinding.util
The cascade behavior fetcher class.
CascadeBehaviorFetcher() - Constructor in CascadeBehaviorFetcher
Creates a new CascadeBehaviorFetcher instance.
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
CharacterArrayCoercion - Class in org.grails.gorm.graphql.types.scalars.coercing
Conversion class for string arrays
CharacterArrayCoercion() - Constructor in CharacterArrayCoercion
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
ChildHibernateDatastore - Class in org.grails.orm.hibernate
A datastore for a specific connection in a multiple data source setup.
ChildHibernateDatastore(org.grails.orm.hibernate.HibernateDatastore, ConnectionSources<SessionFactory,HibernateConnectionSourceSettings>, org.grails.orm.hibernate.cfg.HibernateMappingContext, org.grails.datastore.gorm.events.ConfigurableApplicationEventPublisher) - Constructor in ChildHibernateDatastore
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
ClassBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
Binds a Grails domain class to the Hibernate persistent class model.
ClassBinder(org.hibernate.boot.spi.InFlightMetadataCollector) - Constructor in ClassBinder
classLoader - Field in AbstractHibernateGormInstanceApi
classLoader - Field in AbstractHibernateGormValidationApi
classLoader - Field in HibernateGormStaticApi
classLoader - Field in HibernateMappingContextSessionFactoryBean
className - Property in HibernateMappingBuilder
ClassPropertiesBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
Binds the properties of a Grails domain class to the Hibernate meta-model.
ClassPropertiesBinder(org.grails.orm.hibernate.cfg.domainbinding.binder.GrailsPropertyBinder, org.grails.orm.hibernate.cfg.domainbinding.util.PropertyFromValueCreator) - Constructor in ClassPropertiesBinder
clazz - Field in CollectionType
The clazz.
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
clear(Class<?>) - Method in MappingCacheHolder
clearCustomCriterionHandlers() - Method in PredicateGenerator
Removes all registered custom criterion handlers and resets the ServiceLoader flag.
clearMappingCache(Class<?>) - Method in AbstractGrailsDomainBinder
clearMappingCache(Class<?>) - Method in GrailsDomainBinder
clearStrategyImplementations(org.hibernate.boot.registry.selector.spi.NamedStrategyContributions) - Method in GrailsNamedStrategyContributor
clientOptionsBuilder - Property in MongoConnectionSourceFactory
The client options builder
clientOptionsBuilder - Property in MongoConnectionSourceSettingsBuilder
clientSession - Field in AbstractMongoSession
clientSettingsCustomizers - Property in MongoConnectionSourceFactory
Optional customizers applied to the MongoClientSettings.Builder of the default connection source before the com.mongodb.client.MongoClient is created.
CLOB - Field in HibernateCriteriaBuilder
clone() - Method in HibernateQuery
clone() - Method in JpaQueryContext
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
closeClientSessionQuietly() - Method in AbstractMongoSession
Closes and detaches the com.mongodb.client.ClientSession if one is still attached.
closeSession() - Method in AbstractHibernateCriteriaBuilder
Closes the session if it is copen
closeSession() - Method in HibernateCriteriaBuilder
Closes the session if it is copen
CloseSuppressingInvocationHandler - Class in org.grails.orm.hibernate
Invocation handler that suppresses close calls on Hibernate Sessions.
CloseSuppressingInvocationHandler(org.hibernate.Session, org.grails.orm.hibernate.GrailsHibernateTemplate) - Constructor in CloseSuppressingInvocationHandler
CloseSuppressingInvocationHandler(org.hibernate.Session) - Constructor in GrailsHibernateTemplate.CloseSuppressingInvocationHandler
closure - Property in LazyGraphQLMapping
ClosureDataFetcher - Class in org.grails.gorm.graphql.fetcher.impl
A class to retrieve data from the environment source with a closure.
ClosureDataFetcher(groovy.lang.Closure, java.lang.Class) - Constructor in ClosureDataFetcher
closureDataFetcher - Property in CustomGraphQLProperty
ClosureDataFetchingEnvironment - Class in org.grails.gorm.graphql.fetcher.impl
Provides the data fetching environment for closures.
ClosureDataFetchingEnvironment(graphql.schema.DataFetchingEnvironment, java.lang.Class) - Constructor in ClosureDataFetchingEnvironment
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.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
codeRegistry - Field in AbstractObjectTypeBuilder
codeRegistry - Field in DefaultGraphQLErrorsResponseHandler
codeRegistry - Property in DefaultGraphQLTypeManager
codeRegistry - Property in Schema
coerceIdToStoredType(java.lang.Object, org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoCodecEntityPersister
Coerce an identifier value to the storedAs type declared in the entity's id mapping, so that point-lookup queries target the BSON type actually on disk.
coerceIdToStoredType(java.lang.Object, org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoCodecSession
If the entity's id mapping declares storedAs and it differs from the in-memory native key type, coerce the key so that update/delete filters target BSON values of the correct type (otherwise {_id: "<hex>"} sent as a BSON String would never match an _id: ObjectId(...) document on disk, and the write would silently miss, surfacing as a misleading org.grails.datastore.mapping.core.OptimisticLockingException).
coerceIdToStoredType(java.lang.Object, org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoIdCoercion
Coerce key to the entity's storedAs type so query/update/delete filters target BSON values that match what the encoder actually wrote on disk.
collection - Property in ComplexTyped
collection - Property in PersistentGraphQLProperty
collection - Property in Typed
CollectionBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
Handles the binding of collections to the Hibernate runtime meta model.
CollectionBinder(org.hibernate.boot.spi.MetadataBuildingContext, org.grails.orm.hibernate.cfg.PersistentEntityNamingStrategy, org.grails.orm.hibernate.cfg.domainbinding.binder.SimpleValueBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.EnumTypeBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.ManyToOneBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.CompositeIdentifierToManyToOneBinder, org.grails.orm.hibernate.cfg.domainbinding.util.SimpleValueColumnFetcher, org.grails.orm.hibernate.cfg.domainbinding.collectionType.CollectionHolder, org.hibernate.boot.spi.InFlightMetadataCollector, org.grails.orm.hibernate.cfg.domainbinding.util.TableForManyCalculator) - Constructor in CollectionBinder
CollectionForPropertyConfigBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
Binds collection-level lazy and extra-lazy settings from the property config.
CollectionHolder - Record in org.grails.orm.hibernate.cfg.domainbinding.collectionType
Collection holder.
CollectionHolder(org.hibernate.boot.spi.MetadataBuildingContext) - Constructor in CollectionHolder
Creates a new CollectionHolder instance.
CollectionKeyBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.secondpass
Binds the collection key value for a to-many association.
CollectionKeyBinder(org.grails.orm.hibernate.cfg.domainbinding.secondpass.BidirectionalOneToManyLinker, org.grails.orm.hibernate.cfg.domainbinding.secondpass.DependentKeyValueBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.SimpleValueColumnBinder, org.grails.orm.hibernate.cfg.domainbinding.secondpass.PrimaryKeyValueCreator) - Constructor in CollectionKeyBinder
Creates a new CollectionKeyBinder instance.
CollectionKeyColumnUpdater - Class in org.grails.orm.hibernate.cfg.domainbinding.secondpass
Forces columns to be nullable and checks if the key is updatable.
CollectionKeyColumnUpdater(org.grails.orm.hibernate.cfg.domainbinding.secondpass.CollectionKeyBinder) - Constructor in CollectionKeyColumnUpdater
Creates a new CollectionKeyColumnUpdater instance.
CollectionSecondPassBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.secondpass
CollectionSecondPassBinder(org.grails.orm.hibernate.cfg.domainbinding.secondpass.CollectionKeyColumnUpdater, org.grails.orm.hibernate.cfg.domainbinding.secondpass.UnidirectionalOneToManyBinder, org.grails.orm.hibernate.cfg.domainbinding.secondpass.CollectionWithJoinTableBinder, org.grails.orm.hibernate.cfg.domainbinding.secondpass.BidirectionalMapElementBinder, org.grails.orm.hibernate.cfg.domainbinding.secondpass.ManyToOneElementBinder, org.grails.orm.hibernate.cfg.domainbinding.secondpass.HibernateToManyEntityOrderByBinder, org.grails.orm.hibernate.cfg.domainbinding.secondpass.ToManyEntityMultiTenantFilterBinder) - Constructor in CollectionSecondPassBinder
CollectionType - Class in org.grails.orm.hibernate.cfg.domainbinding.collectionType
A Collection type, for the moment only Set is supported
CollectionType(Class<?>, org.hibernate.boot.spi.MetadataBuildingContext) - Constructor in CollectionType
Creates a new CollectionType instance.
CollectionWithJoinTableBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.secondpass
Binds a collection with a join table.
CollectionWithJoinTableBinder(org.grails.orm.hibernate.cfg.PersistentEntityNamingStrategy, org.grails.orm.hibernate.cfg.domainbinding.secondpass.UnidirectionalOneToManyInverseValuesBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.CompositeIdentifierToManyToOneBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.CollectionForPropertyConfigBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.SimpleValueColumnBinder, org.grails.orm.hibernate.cfg.domainbinding.secondpass.BasicCollectionElementBinder) - Constructor in CollectionWithJoinTableBinder
Creates a new CollectionWithJoinTableBinder instance.
column - Property in DiscriminatorConfig
The column configuration
column - Property in HibernateSimpleIdentity
The column to map to
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
ColumnBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
Binds a org.hibernate.mapping.Column to the Hibernate meta-model from Grails property and column config.
ColumnBinder(org.grails.orm.hibernate.cfg.PersistentEntityNamingStrategy, org.hibernate.dialect.Dialect) - Constructor in ColumnBinder
ColumnConfig - Class in org.grails.orm.hibernate.cfg
Defines a column within the mapping.
ColumnConfig() - Constructor in ColumnConfig
ColumnConfigToColumnBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
Applies ColumnConfig settings to a Hibernate org.hibernate.mapping.Column.
ColumnNameForPropertyAndPathFetcher - Class in org.grails.orm.hibernate.cfg.domainbinding.util
ColumnNameForPropertyAndPathFetcher(org.grails.orm.hibernate.cfg.PersistentEntityNamingStrategy, org.grails.orm.hibernate.cfg.domainbinding.util.DefaultColumnNameFetcher, org.grails.orm.hibernate.cfg.domainbinding.util.BackticksRemover) - Constructor in ColumnNameForPropertyAndPathFetcher
columns(groovy.lang.Closure) - Method in HibernateMappingBuilder
COLUMNS - Enum Constant in HibernateMappingKeyword
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 - Enum Constant in HibernateMappingKeyword
comment - Property in Mapping
DDL comment.
COMMIT - Enum Constant in AbstractHibernateDatastore.FlushMode
COMMIT - Enum Constant in GrailsQueryFlushMode
COMMIT - Enum Constant in HibernateConnectionSourceSettings.HibernateSettings.FlushSettings.FlushMode
commit() - Method in MongoTransaction
commit(org.springframework.transaction.TransactionStatus) - Method in PlatformTransactionManagerProxy
compareTo(org.grails.gorm.graphql.entity.property.impl.OrderedGraphQLProperty) - Method in OrderedGraphQLProperty
compilationUnit - Property in HibernateEntityTransformation
ComplexArgument - Class in org.grails.gorm.graphql.entity.arguments
Used to create arguments to custom operations that are a custom (complex) type
ComplexArgument() - Constructor in ComplexArgument
ComplexField - Class in org.grails.gorm.graphql.entity.fields
A class used to represent a field that has a custom (complex) type
ComplexField() - Constructor in ComplexField
ComplexGraphQLProperty - Class in org.grails.gorm.graphql.entity.property.impl
Used to represent a custom property that has a custom (complex) type
ComplexGraphQLProperty() - Constructor in ComplexGraphQLProperty
ComplexOperation - Class in org.grails.gorm.graphql.entity.operations
Used to create custom operations with custom (complex) types
ComplexOperation() - Constructor in ComplexOperation
ComplexTyped - Trait in org.grails.gorm.graphql.entity.dsl.helpers
Decorates a class with the ability to build a custom type
ComponentBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
Binds embedded components and embedded collection elements to the Hibernate meta-model.
ComponentBinder(org.hibernate.boot.spi.MetadataBuildingContext, org.grails.orm.hibernate.cfg.MappingCacheHolder, org.grails.orm.hibernate.cfg.domainbinding.binder.ComponentUpdater) - Constructor in ComponentBinder
ComponentUpdater - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
ComponentUpdater(org.grails.orm.hibernate.cfg.domainbinding.util.PropertyFromValueCreator) - Constructor in ComponentUpdater
composite(java.lang.String) - Method in Mapping
Define a new composite id
compositeClass - Property in CompositeIdentity
The composite id class
compositeClass - Property in HibernateCompositeIdentity
The composite id class
CompositeIdBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
CompositeIdBinder(org.hibernate.boot.spi.MetadataBuildingContext, org.grails.orm.hibernate.cfg.domainbinding.binder.ComponentUpdater, org.grails.orm.hibernate.cfg.domainbinding.binder.GrailsPropertyBinder) - Constructor in CompositeIdBinder
CompositeIdentifierToManyToOneBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
CompositeIdentifierToManyToOneBinder(org.hibernate.boot.spi.MetadataBuildingContext, org.grails.orm.hibernate.cfg.PersistentEntityNamingStrategy, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment) - Constructor in CompositeIdentifierToManyToOneBinder
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
condition(groovy.lang.Closure) - Method in GraphQLDomainPropertyManager.Builder
Exclude properties based on the return returnType of the provided closure.
CONFIG_CACHE_QUERIES - Enum Constant in HibernateQueryArgument
config - Property in GroovyChangeLogParser
CONFIG_MAIN_PREFIX - Property in DatabaseMigrationGrailsPlugin
CONFIG_OSIV_READONLY - Enum Constant in HibernateQueryArgument
CONFIG_PASS_READONLY - Enum Constant in HibernateQueryArgument
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
ConfiguredDiscriminatorBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
ConfiguredDiscriminatorBinder(org.grails.orm.hibernate.cfg.domainbinding.binder.SimpleValueColumnBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.ColumnConfigToColumnBinder) - Constructor in ConfiguredDiscriminatorBinder
configureDerivedProperties(org.grails.datastore.mapping.model.PersistentEntity, org.grails.orm.hibernate.cfg.Mapping) - Method in GrailsDomainBinder
configureDerivedProperties() - Method in GrailsHibernatePersistentEntity
ConfigureDerivedPropertiesConsumer - Class in org.grails.orm.hibernate.cfg.domainbinding.util
ConfigureDerivedPropertiesConsumer(org.grails.orm.hibernate.cfg.Mapping) - Constructor in ConfigureDerivedPropertiesConsumer
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.HibernateSimpleIdentity, groovy.lang.Closure) - Method in HibernateSimpleIdentity
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 PhysicalNamingStrategy.
configureNamingStrategy(java.lang.String, java.lang.Object) - Method in NamingStrategyProvider
Configures the naming strategy for a given datasource.
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 HibernateSimpleIdentity
Configures a new Identity 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
The collection name to use to resolve connections when using MongoConnectionSources
connectionSources - Field in AbstractHibernateDatastore
connectionSources - Field in MongoDatastore
connectionString - Field in AbstractMongoConnectionSourceSettings
The connection string
constraints - Property in GraphQLRequest
contains(java.lang.Object) - Method in AbstractHibernateSession
contains(java.lang.Object) - Method in GrailsHibernateTemplate
contains(java.lang.Object) - Method in IHibernateTemplate
containsArgument(java.lang.String) - Method in MockDataFetchingEnvironment
Context(org.bson.AbstractBsonReader$Context, org.bson.BsonContextType) - Constructor in JsonReader.Context
Context(Context, org.bson.BsonContextType, java.lang.String) - Constructor in JsonWriter.Context
Creates a new context.
context - Property in MockDataFetchingEnvironment
contexts - Property in DatabaseMigrationCommand
contribute(org.hibernate.boot.spi.InFlightMetadataCollector) - Method in GrailsDomainBinder
Manually triggers the contribution process.
contributeFunctions(org.hibernate.boot.model.FunctionContributions) - Method in GrailsRLikeFunctionContributor
contributeStrategyImplementations(org.hibernate.boot.registry.selector.spi.NamedStrategyContributions) - Method in GrailsNamedStrategyContributor
conversionService - Field in AbstractHibernateCriteriaBuilder
conversionService - Field in AbstractHibernateGormStaticApi
conversionService - Field in AbstractHibernateQuery
conversionService - Field in HibernateGormStaticApi
convert(java.lang.Object) - Method in ByteArrayCoercion
convert(java.lang.String) - Method in ChangelogXml2Groovy
Convert a Liquibase XML changelog to Groovy DSL format.
convert(java.lang.Object) - Method in CharacterArrayCoercion
convert(java.lang.Object) - Method in CurrencyCoercion
convert(java.lang.Object) - Method in DateCoercion
convert(java.lang.Object) - Method in InstantCoercion
convert(java.lang.String) - Method in Jsr310Coercion
convert(java.math.BigInteger) - Method in MongoMappingContext
convert(java.lang.Object) - Method in SqlDateCoercion
convert(java.lang.Object) - Method in TimeCoercion
convert(java.lang.Object) - Method in TimestampCoercion
convert(java.lang.Object) - Method in TimeZoneCoercion
convert(java.lang.Object) - Method in URICoercion
convert(java.lang.Object) - Method in URLCoercion
convert(java.lang.Object) - Method in UUIDCoercion
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
convertValue(java.lang.Object) - Method in HqlQueryMethods
convertValue(java.lang.Object) - Method in Jsr310Coercion
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_CALL - Enum Constant in CriteriaMethods
COUNT - Enum Constant in GraphQLDataFetcherType
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
count - Property in Operations
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
countDocuments(com.mongodb.client.MongoCollection<?>, org.bson.conversions.Bson) - Method in AbstractMongoSession
CountEntityDataFetcher - Class in org.grails.gorm.graphql.fetcher.impl
A class for retrieving how many entities exist in the datastore
CountEntityDataFetcher() - Constructor in CountEntityDataFetcher
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
countResults() - Method in AbstractHibernateQuery
Since:
8.0
create(java.lang.String, ConnectionSource<DataSource,DataSourceSettings>, org.grails.orm.hibernate.connections.HibernateConnectionSourceSettings) - Method in AbstractHibernateConnectionSourceFactory
Creates a ConnectionSource for the given DataSource
CREATE_ALIAS - Enum Constant in CriteriaMethods
create(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateToManyProperty) - Method in CollectionHolder
create(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateToManyProperty, org.hibernate.mapping.PersistentClass) - Method in CollectionType
Create.
CREATE_EMBEDDED - Enum Constant in GraphQLPropertyType
For creating embedded properties
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 - Enum Constant in GraphQLDataFetcherType
CREATE - Enum Constant in GraphQLOperationType
CREATE - Enum Constant in GraphQLPropertyType
For creating data
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
create(java.lang.String, org.hibernate.mapping.Property) - Method in MultiTenantFilterDefinitionBinder
Creates a global filter definition for the given filter name.
CREATE_NESTED - Enum Constant in GraphQLPropertyType
For supplying association data during a create
create - Property in Operations
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
createBasicCollection(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor, java.lang.Class) - Method in HibernateMappingFactory
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
createCollection(org.hibernate.mapping.PersistentClass) - Method in BagCollectionType
createCollection(org.hibernate.mapping.PersistentClass) - Method in CollectionType
Create collection.
createCollection(org.hibernate.mapping.PersistentClass) - Method in ListCollectionType
createCollection(org.hibernate.mapping.PersistentClass) - Method in MapCollectionType
createCollection(org.hibernate.mapping.PersistentClass) - Method in SetCollectionType
createCollection(org.hibernate.mapping.PersistentClass) - Method in SortedSetCollectionType
createCollectionKeys(org.hibernate.mapping.Collection) - Method in GrailsSecondPass
createCompositeIdentityProperty(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in HibernateMappingFactory
createConfigurationBuilder(org.grails.datastore.mapping.model.PersistentEntity, org.grails.orm.hibernate.cfg.Mapping) - Method in HibernateMappingFactory
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
createCustom(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in HibernateMappingFactory
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, boolean) - Method in MongoDatastore
Creates the connection sources for a com.mongodb.client.MongoClient.
createDialectFactory() - Method in HibernateDialectDetectorFactoryBean
createDocumentMappingFactory(groovy.lang.Closure) - Method in MongoMappingContext
createEmbedded(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in HibernateMappingFactory
createEmbeddedCollection(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in HibernateMappingFactory
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
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
CreateEntityDataFetcher - Class in org.grails.gorm.graphql.fetcher.impl
A class for creating entities with GraphQL
CreateEntityDataFetcher() - Constructor in CreateEntityDataFetcher
createField(org.grails.datastore.mapping.model.PersistentEntity, org.grails.gorm.graphql.GraphQLServiceManager, org.grails.datastore.mapping.model.MappingContext, Map<String, GraphQLInputType>) - Method in CustomOperation
Creates the field to be added to the query or mutation returnType in the schema.
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.hibernate.query.Query) - Method in AbstractHibernateGormStaticApi
createHqlQuery(org.hibernate.Session, org.hibernate.query.Query) - Method in HibernateGormStaticApi
createHqlQuery(org.grails.orm.hibernate.HibernateDatastore, org.hibernate.SessionFactory, org.grails.datastore.mapping.model.PersistentEntity, org.grails.orm.hibernate.query.HqlQueryContext) - Method in HibernateHqlQueryCreator
createIdentity(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in HibernateMappingFactory
createIdentityMapping(org.grails.datastore.mapping.model.ClassMapping) - Method in HibernateMappingFactory
createIdQuery(java.lang.Object) - Method in MongoCodecEntityPersister
createIndex(MongoCollection<Document>, Map<String, Object>, Map<String, Object>) - Method in MongoExtensions
CreateInputObjectTypeBuilder - Class in org.grails.gorm.graphql.types.input
The class used to define which properties are available when creating an entity
CreateInputObjectTypeBuilder() - Constructor in CreateInputObjectTypeBuilder
createInstance() - Method in GrailsLiquibaseFactory
createInstanceCacheEntryKey(java.lang.Object) - Method in AbstractMongoObectEntityPersister
CreateKeyForProps - Class in org.grails.orm.hibernate.cfg.domainbinding.util
CreateKeyForProps(org.grails.orm.hibernate.cfg.domainbinding.util.ColumnNameForPropertyAndPathFetcher, org.grails.orm.hibernate.cfg.domainbinding.util.UniqueKeyForColumnsCreator) - Constructor in CreateKeyForProps
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
createManyToMany(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in HibernateMappingFactory
createManyToOne(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in HibernateMappingFactory
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
createOneToMany(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in HibernateMappingFactory
createOneToOne(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in HibernateMappingFactory
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, org.hibernate.mapping.Collection, Map<?,?>) - Method in GrailsDomainBinder
Creates the DependentValue object that forms a primary key reference for the collection.
createPrimaryKeyValue(org.hibernate.mapping.Collection) - Method in PrimaryKeyValueCreator
createProperty(org.hibernate.mapping.Value, org.hibernate.mapping.PersistentClass, org.grails.datastore.mapping.model.PersistentProperty, org.hibernate.boot.spi.InFlightMetadataCollector) - Method in GrailsDomainBinder
createProperty(org.hibernate.mapping.Value, org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentProperty) - Method in PropertyFromValueCreator
createProxy(org.grails.datastore.mapping.core.Session, AssociationQueryExecutor<K,T>, K) - Method in HibernateProxyHandler
createProxy(org.grails.datastore.mapping.core.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 JpaCriteriaQueryCreator
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
createReference(org.grails.datastore.mapping.model.PersistentEntity, org.grails.gorm.graphql.types.GraphQLPropertyType) - Method in DefaultGraphQLTypeManager
createReference(org.grails.datastore.mapping.model.PersistentEntity, org.grails.gorm.graphql.types.GraphQLPropertyType) - Method in GraphQLTypeManager
Creates a reference to domain type
createResource(java.nio.file.Path, java.lang.String) - Method in EmbeddedJarResourceAccessor
createResourceAccessor() - Method in DatabaseMigrationCommand
createResponse(graphql.schema.DataFetchingEnvironment, boolean, java.lang.Exception) - Method in DefaultGraphQLDeleteResponseHandler
createResponse(graphql.schema.DataFetchingEnvironment, org.grails.gorm.graphql.response.pagination.PaginationResult) - Method in DefaultGraphQLPaginationResponseHandler
createResponse(graphql.schema.DataFetchingEnvironment, boolean, java.lang.Exception) - Method in GraphQLDeleteResponseHandler
Create the response data to be sent to the client
createResponse(graphql.schema.DataFetchingEnvironment, org.grails.gorm.graphql.response.pagination.PaginationResult) - Method in GraphQLPaginationResponseHandler
Create the response data to be sent to the client
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
createSimple(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in HibernateMappingFactory
createSimpleIdentityProperty(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in HibernateMappingFactory
createSpringFlushSynchronization(org.hibernate.Session) - Method in GrailsSessionContext
createSpringSessionSynchronization(org.grails.orm.hibernate.support.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
createSubclassMapping(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentEntity, org.hibernate.mapping.PersistentClass) - Method in SubclassMappingBinder
createTenantId(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Method in HibernateMappingFactory
createUniqueKeyForColumns(org.grails.orm.hibernate.cfg.Table, java.lang.String, List<Column>) - Method in GrailsDomainBinder
createUniqueKeyForColumns(org.hibernate.mapping.Table, List<Column>) - Method in UniqueKeyForColumnsCreator
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
CriteriaMethodInvoker - Class in grails.orm
If you want to extend functionality of the HibernateCriteriaBuilder extend this class and override the methods you want
CriteriaMethodInvoker(grails.orm.HibernateCriteriaBuilder) - Constructor in CriteriaMethodInvoker
CriteriaMethods - Enum in grails.orm
Enum representing the supported methods in HibernateCriteriaBuilder.
criterionAdaptors - Field in AbstractHibernateCriterionAdapter
criterionHandler() - Method in PredicateGenerator.CriterionHandlerProvider
criterionType() - Method in PredicateGenerator.CriterionHandlerProvider
CT - Field in GrailsDomainBinder
ctx - Property in GroovyChange
ctx - Property in GroovyPrecondition
CURRENCY - Field in HibernateCriteriaBuilder
CurrencyCoercion - Class in org.grails.gorm.graphql.types.scalars.coercing
Default java.util.Currency coercion
CurrencyCoercion() - Constructor in CurrencyCoercion
currentSession() - Method in GrailsSessionContext
Retrieve the Spring-managed Session for the current thread, if any.
currentSessionContextClass - Field in HibernateMappingContextSessionFactoryBean
CUSTOM_HANDLERS - Field in PredicateGenerator
CustomArgument - Class in org.grails.gorm.graphql.entity.arguments
Describes an argument to a custom operation
CustomArgument() - Constructor in CustomArgument
CustomGraphQLProperty - Class in org.grails.gorm.graphql.entity.property.impl
Implementation of GraphQLDomainProperty to be used to define additional properties beyond the ones defined in GORM entities
CustomGraphQLProperty() - Constructor in CustomGraphQLProperty
CustomInterceptorInvoker - Class in org.grails.gorm.graphql.fetcher.interceptor
Executes interceptors for custom operations
CustomInterceptorInvoker() - Constructor in CustomInterceptorInvoker
customize(com.mongodb.MongoClientSettings$Builder) - Method in MongoClientSettingsBuilderCustomizer
Customize the MongoClientSettings.Builder.
CustomMutationInterceptorInvoker - Class in org.grails.gorm.graphql.fetcher.interceptor
Executes the onCustomMutation method of an interceptor
CustomMutationInterceptorInvoker() - Constructor in CustomMutationInterceptorInvoker
CustomOperation - Class in org.grails.gorm.graphql.entity.operations
This class stores data about custom query operations that users provide in the mapping of the entity.
CustomOperation() - Constructor in CustomOperation
CustomQueryInterceptorInvoker - Class in org.grails.gorm.graphql.fetcher.interceptor
Executes the onCustomQuery method of an interceptor
CustomQueryInterceptorInvoker() - Constructor in CustomQueryInterceptorInvoker
CustomScalars - Class in org.grails.gorm.graphql.types.scalars
Custom scalars
CustomScalars() - Constructor in CustomScalars
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

D

DATA_SOURCE_NAME_KEY - Property in PluginConstants
DATA_SOURCES - Field in HibernateDatastoreSpringInitializer
database - Property in GroovyChange
database - Property in GroovyPrecondition
database - Property in MongoCollection
The database to use
database - Field in NoopVisitor
DatabaseChangeLogBuilder - Class in org.grails.plugins.databasemigration.liquibase
DatabaseChangeLogBuilder() - Constructor in DatabaseChangeLogBuilder
databaseChangeLogLockTableName - Property in GrailsLiquibase
databaseChangeLogTableName - Property in GrailsLiquibase
DatabaseMigrationCommand - Trait in org.grails.plugins.databasemigration.command
DatabaseMigrationException - Class in org.grails.plugins.databasemigration
DatabaseMigrationException() - Constructor in DatabaseMigrationException
DatabaseMigrationGrailsPlugin - Class in org.grails.plugins.databasemigration
DatabaseMigrationGrailsPlugin() - Constructor in DatabaseMigrationGrailsPlugin
DatabaseMigrationTransactionManager - Class in org.grails.plugins.databasemigration
Created by Jim on 7/15/2016.
DatabaseMigrationTransactionManager(org.springframework.context.ApplicationContext, java.lang.String) - Constructor in DatabaseMigrationTransactionManager
databaseName - Property in AbstractMongoConnectionSourceSettings
The default database name
databaseName - Property in MongoClientOptionsBuilder
databaseName - Field in MongoDbDataStoreSpringInitializer
dataBinder - Property in CreateEntityDataFetcher
dataBinder - Property in UpdateEntityDataFetcher
dataBinderManager - Property in Schema
DataBinderNotFoundException - Class in org.grails.gorm.graphql.binding
Authors:
James Kleeh
DataBinderNotFoundException(java.lang.Class) - Constructor in DataBinderNotFoundException
dataBinders - Field in DefaultGraphQLDataBinderManager
dataFetcher(groovy.lang.Closure) - Method in CustomGraphQLProperty
dataFetcher - Property in CustomOperation
dataFetcher - Property in GraphQLPropertyMapping
The fetcher to retrieve the property
dataFetcher - Property in PersistentGraphQLProperty
dataFetcherManager - Property in Schema
DataFetcherNotFoundException - Class in org.grails.gorm.graphql.fetcher
Authors:
James Kleeh
DataFetcherNotFoundException(java.lang.Class, org.grails.gorm.graphql.fetcher.GraphQLDataFetcherType) - Constructor in DataFetcherNotFoundException
dataFetchers - Field in DefaultGraphQLDataFetcherManager
dataLoaderRegistry - Property in MockDataFetchingEnvironment
dataSource - Property in DatabaseMigrationCommand
dataSource - Property in DatabaseMigrationTransactionManager
dataSource - Field in GrailsHibernateTemplate
dataSource - Field in HibernateConnectionSource
dataSource - Property in HibernateConnectionSourceSettings
Settings for the dataSource
dataSource - Property in HibernateGormAutoConfiguration
datasource(java.lang.String) - Method in HibernateMappingBuilder
DATASOURCE - Enum Constant in HibernateMappingKeyword
dataSourceConnectionSourceFactory - Field in AbstractHibernateConnectionSourceFactory
DataSourceFactoryBean - Class in org.grails.orm.hibernate.support
A factory class to retrieve a javax.sql.DataSource from the Hibernate datastore
DataSourceFactoryBean(org.grails.orm.hibernate.AbstractHibernateDatastore, java.lang.String) - Constructor in DataSourceFactoryBean
dataSourceName - Field in AbstractHibernateDatastore
dataSourceName - Property in DatabaseChangeLogBuilder
dataSourceName - Field in GrailsDomainBinder
dataSourceName - Property in GrailsLiquibase
dataSourceName - Property in GroovyChange
dataSourceName - Field in HibernateMappingContextConfiguration
dataSourceName - Field in HibernateMappingContextSessionFactoryBean
dataSourceNames - Property in HibernateDatastoreConnectionSourcesRegistrar
dataSourceNames - Property in HibernateGrailsPlugin
dataSources - Property in HibernateDatastoreSpringInitializer
datasources(List<String>) - Method in HibernateMappingBuilder
DATASOURCES - Enum Constant in HibernateMappingKeyword
datastore - Field in AbstractHibernateCriteriaBuilder
datastore - Field in AbstractHibernateGormValidationApi
datastore - Field in AbstractHibernateSession
datastore - Field in ClosureEventTriggeringInterceptor
datastore - Property in DataSourceFactoryBean
DATASTORE_TYPE - Field in MongoDbDataStoreSpringInitializer
datastoresByConnectionSource - Field in HibernateDatastore
datastoresByConnectionSource - Field in MongoDatastore
DATE - Field in HibernateCriteriaBuilder
DateCoercion - Class in org.grails.gorm.graphql.types.scalars.coercing
Default java.util.Date coercion
DateCoercion(List<String>, boolean) - Constructor in DateCoercion
dateFormatLenient - Property in GrailsGraphQLConfiguration
dateFormatLenient - Property in Schema
dateFormats - Property in GrailsGraphQLConfiguration
dateFormats - Property in Schema
DB_REF_ID_FIELD - Field in PersistentEntityCodec
DbmChangelogToGroovy - Class in org.grails.plugins.databasemigration.command
DbmChangelogToGroovy() - Constructor in DbmChangelogToGroovy
DbmCreateChangelog - Class in org.grails.plugins.databasemigration.command
DbmCreateChangelog() - Constructor in DbmCreateChangelog
decimalType - Property in AbstractMongoConnectionSourceSettings
Whether to use the decimal128 type for BigDecimal values
declaredWriteConcerns - Field in AbstractMongoSession
decode(Class<T>, java.lang.Object) - Method in AbstractMongoSession
Decodes the given entity type from the given native object type
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.Basic, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in BasicCollectionTypeDecoder
decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in BigDecimalCodec
decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in BigIntegerCodec
decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in BsonPersistentEntityCodec
decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in CodecExtensions.CurrencyCodec
decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in CodecExtensions.GStringCodec
decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in CodecExtensions.IntRangeCodec
decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in CodecExtensions.ListCodec
decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in CodecExtensions.LocaleCodec
decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in CodecExtensions.MapCodec
decode(org.bson.codecs.configuration.CodecRegistry, org.bson.BsonReader, org.bson.codecs.DecoderContext, org.grails.datastore.mapping.engine.types.CustomTypeMarshaller, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in CustomTypeDecoder
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.EmbeddedCollection, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in EmbeddedCollectionDecoder
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.Embedded, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in EmbeddedDecoder
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.Identity, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in IdentityDecoder
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.Identity, org.grails.datastore.mapping.engine.EntityAccess) - Method in IdentityDecoder.IdentityTypeDecoder
decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in InstantCodec
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in InstantDecoder
decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in LocalDateCodec
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in LocalDateDecoder
decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in LocalDateTimeCodec
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in LocalDateTimeDecoder
decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in LocalTimeCodec
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in LocalTimeDecoder
decode(java.lang.Class, java.lang.Object) - Method in MongoCodecSession
decode(java.lang.Class, java.lang.Object) - Method in MongoSession
decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in OffsetDateTimeCodec
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in OffsetDateTimeDecoder
decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in OffsetTimeCodec
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in OffsetTimeDecoder
decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in PeriodCodec
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in PeriodDecoder
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.Association, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in PersistentEntityCodec.OneToManyDecoder
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.ToOne, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in PersistentEntityCodec.ToOneDecoder
decode(org.bson.BsonReader, T, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in PropertyDecoder
Decodes a persistent property using the given reader
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.Simple, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in SimpleDecoder
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in SimpleDecoder.TypeDecoder
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.types.TenantId, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.DecoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in TenantIdDecoder
decode(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in ZonedDateTimeCodec
decode(org.bson.BsonReader, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.EntityAccess) - Method in ZonedDateTimeDecoder
decodeAssociations(org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.engine.EntityAccess) - Method in PersistentEntityCodec
deepCopy(java.lang.Object) - Method in IdentityEnumType
DEFAULT_CHANGE_LOG_LOCATION - Property in PluginConstants
DEFAULT_DATA_SOURCE_NAME - Field in HibernateDatastoreSpringInitializer
DEFAULT_DATA_SOURCE_NAME - Field in HibernateGrailsPlugin
DEFAULT_DATABASE_NAME - Field in MongoDbDataStoreSpringInitializer
DEFAULT_DATABASE_NAME - Field in MongoSettings
The default database name if none is specified
DEFAULT_DATASOURCE_NAME - Property in PluginConstants
DEFAULT_DECODER_CONTEXT - Field in BsonPersistentEntityCodec
DEFAULT_DECODER - Field in SimpleDecoder
DEFAULT_DECODERS - Field in IdentityDecoder
DEFAULT_DECODERS - Field in SimpleDecoder
DEFAULT_DEPRECATION_REASON - Field in Schema
DEFAULT_ENCODER_CONTEXT - Field in BsonPersistentEntityCodec
DEFAULT_ENCODER - Field in SimpleEncoder
DEFAULT_ENUM_TYPE - Field in GrailsDomainBinder
DEFAULT - Enum Constant in GrailsEnumType
DEFAULT - Enum Constant in GrailsQueryFlushMode
DEFAULT - Enum Constant in RegexDialectPattern
Defaultable - Trait in org.grails.gorm.graphql.entity.dsl.helpers
Decorates a class with the ability to store a default value
DefaultColumnNameFetcher - Class in org.grails.orm.hibernate.cfg.domainbinding.util
DefaultColumnNameFetcher(org.grails.orm.hibernate.cfg.PersistentEntityNamingStrategy, org.grails.orm.hibernate.cfg.domainbinding.util.BackticksRemover) - Constructor in DefaultColumnNameFetcher
defaultConstraints - Property in HibernateMappingBuilder
defaultDatabase - Field in AbstractMongoSession
defaultDatabase - Field in MongoDatastore
DefaultDatabaseProductName - Property in GormDatabase
defaultDataSourceBeanName - Property in HibernateDatastoreSpringInitializer
DefaultDiscriminatorBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
DefaultDiscriminatorBinder(org.grails.orm.hibernate.cfg.domainbinding.binder.SimpleValueColumnBinder) - Constructor in DefaultDiscriminatorBinder
defaultFlushMode - Field in AbstractHibernateCriteriaBuilder
defaultFlushMode - Field in AbstractHibernateDatastore
defaultFlushMode - Property in GrailsHibernateTransactionManager
defaultFlushMode - Field in MongoDatastore
defaultFlushModeName - Field in AbstractHibernateDatastore
DefaultGormDataFetcher - Class in org.grails.gorm.graphql.fetcher
A generic class to assist with querying entities with GraphQL
DefaultGormDataFetcher(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Constructor in DefaultGormDataFetcher
DefaultGraphQLContextBuilder - Class in org.grails.gorm.graphql.plugin
DefaultGraphQLContextBuilder() - Constructor in DefaultGraphQLContextBuilder
DefaultGraphQLDataBinderManager - Class in org.grails.gorm.graphql.binding.manager
A default implementation of GraphQLDataBinderManager that will also return a result if the class requested is a subclass of a class that exists in the registry.
DefaultGraphQLDataBinderManager(org.grails.gorm.graphql.binding.GraphQLDataBinder) - Constructor in DefaultGraphQLDataBinderManager
Registers a the data binder provided for the Object class
DefaultGraphQLDataFetcherManager - Class in org.grails.gorm.graphql.fetcher.manager
A default implementation of GraphQLDataFetcherManager.
DefaultGraphQLDataFetcherManager(Map<GraphQLDataFetcherType, DataFetcher>) - Constructor in DefaultGraphQLDataFetcherManager
DefaultGraphQLDeleteResponseHandler - Class in org.grails.gorm.graphql.response.delete
The default data available in a delete mutation response
DefaultGraphQLDeleteResponseHandler() - Constructor in DefaultGraphQLDeleteResponseHandler
DefaultGraphQLDomainPropertyManager - Class in org.grails.gorm.graphql.entity.property.manager
A class to retrieve org.grails.datastore.mapping.model.PersistentProperty instances in combination with a GraphQLMapping to produce a list of GraphQLDomainProperty instances used in creation of the GraphQL schema.
DefaultGraphQLDomainPropertyManager() - Constructor in DefaultGraphQLDomainPropertyManager
DefaultGraphQLErrorsResponseHandler - Class in org.grails.gorm.graphql.response.errors
The default way to respond with validation errors in GraphQL.
DefaultGraphQLErrorsResponseHandler(org.springframework.context.MessageSource, graphql.schema.GraphQLCodeRegistry$Builder) - Constructor in DefaultGraphQLErrorsResponseHandler
DefaultGraphQLInterceptorManager - Class in org.grails.gorm.graphql.interceptor.manager
Default implementation of GraphQLInterceptorManager that will also return a result if the class requested is a subclass of a class that exists in the registry.
DefaultGraphQLInterceptorManager() - Constructor in DefaultGraphQLInterceptorManager
DefaultGraphQLPaginationResponseHandler - Class in org.grails.gorm.graphql.response.pagination
Controls how a page of results are returned
DefaultGraphQLPaginationResponseHandler() - Constructor in DefaultGraphQLPaginationResponseHandler
DefaultGraphQLTypeManager - Class in org.grails.gorm.graphql.types
The default implementation of GraphQLTypeManager
DefaultGraphQLTypeManager(graphql.schema.GraphQLCodeRegistry$Builder, org.grails.gorm.graphql.entity.GraphQLEntityNamingConvention, org.grails.gorm.graphql.response.errors.GraphQLErrorsResponseHandler, org.grails.gorm.graphql.entity.property.manager.GraphQLDomainPropertyManager, org.grails.gorm.graphql.response.pagination.GraphQLPaginationResponseHandler) - Constructor in DefaultGraphQLTypeManager
defaultListArguments - Property in CustomOperation
defaultMapping - Field in GrailsDomainBinder
defaultMapping - Field in MongoDbDataStoreSpringInitializer
defaultNull - Property in ComplexTyped
defaultSchema - Property in DatabaseMigrationCommand
defaultSessionFactoryBeanName - Property in HibernateDatastoreSpringInitializer
defaultStoredAs - Property in StringIdSettings
Global default storage type for String id fields that don't declare an explicit id storedAs: ... in their mapping.
defaultValue - Property in ColumnConfig
The default value
defaultValue - Property in Defaultable
defaultValue - Property in Field
define(java.lang.String, org.grails.orm.hibernate.query.HibernateAlias) - Method in AliasRegistry
define(groovy.lang.Closure) - Method in MappingBuilder
Build a Hibernate mapping
defineCommandNames() - Method in GroovyDiffToChangeLogCommandStep
defineCommandNames() - Method in GroovyGenerateChangeLogCommandStep
definition - Property in MongoCollection.Index
delegate - Field in SelectHqlQuery
delete(D, java.util.Map) - Method in AbstractHibernateGormInstanceApi
delete(java.lang.Object) - Method in AbstractHibernateSession
DELETE - Enum Constant in CascadeBehavior
Cascades the delete operation.
delete(graphql.schema.DataFetchingEnvironment) - Method in DeleteEntityDataFetcher
delete(java.lang.Object) - Method in GrailsHibernateTemplate
DELETE - Enum Constant in GraphQLDataFetcherType
DELETE - Enum Constant in GraphQLOperationType
delete(java.lang.Object) - Method in IHibernateTemplate
delete(java.lang.Object, boolean) - Method in InstanceApiHelper
delete(java.lang.Iterable) - Method in MongoSession
delete - Property in Operations
deleteAll(Collection<?>) - Method in GrailsHibernateTemplate
deleteAll(org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in HibernateSession
Deletes all objects matching the given criteria.
deleteAll(Collection<?>) - Method in IHibernateTemplate
deleteAll(org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in MongoCodecSession
deleteAll(org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in MongoSession
deleteEntities(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Iterable) - Method in MongoCodecEntityPersister
deleteEntity(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in MongoCodecEntityPersister
DeleteEntityDataFetcher - Class in org.grails.gorm.graphql.fetcher.impl
A class for deleting entities with GraphQL
DeleteEntityDataFetcher() - Constructor in DeleteEntityDataFetcher
deleteEntries(java.lang.String, List<Object>) - Method in MongoEntityPersister
deleteEntry(java.lang.String, java.lang.Object, java.lang.Object) - Method in MongoEntityPersister
deleteInstance(org.grails.datastore.gorm.GormEntity) - Method in DeleteEntityDataFetcher
deleteInstance(org.grails.datastore.gorm.GormEntity) - Method in SoftDeleteEntityDataFetcher
deleteMany(com.mongodb.client.MongoCollection, org.bson.conversions.Bson) - Method in AbstractMongoSession
deleteMany(MongoCollection<Document>, Map<String, Object>, Map<String, Object>) - Method in MongoExtensions
deleteOne(MongoCollection<Document>, Map<String, Object>, Map<String, Object>) - Method in MongoExtensions
deleteResponseHandler - Property in Schema
DeletingGormDataFetcher - Trait in org.grails.gorm.graphql.fetcher
A trait to describe data fetchers that delete
DependentKeyValueBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.secondpass
Binds a dependent key value for collection associations.
DependentKeyValueBinder(org.grails.orm.hibernate.cfg.domainbinding.binder.SimpleValueBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.CompositeIdentifierToManyToOneBinder) - Constructor in DependentKeyValueBinder
Deprecatable - Trait in org.grails.gorm.graphql.entity.dsl.helpers
Decorates a class with a builder syntax to provide deprecation data.
deprecated - Property in Deprecatable
deprecated() - Method in GraphQL
deprecationReason - Property in Deprecatable
deprecationReason() - Method in GraphQL
deprecationReason - Property in PersistentGraphQLProperty
deRegisterChild(org.hibernate.service.spi.ServiceRegistryImplementor) - Method in HibernateDialectDetectorFactoryBean
Describable - Trait in org.grails.gorm.graphql.entity.dsl.helpers
Decorates a class with a description property and builder method.
describeLocations() - Method in EmbeddedJarResourceAccessor
description - Property in DatabaseMigrationGrailsPlugin
description - Field in DefaultGraphQLDeleteResponseHandler
description - Field in DefaultGraphQLErrorsResponseHandler
description - Property in Describable
description - Property in GormGraphqlGrailsPlugin
description - Property in HibernateGrailsPlugin
description - Property in MongodbGrailsPlugin
description - Property in PersistentGraphQLProperty
description - Property in SchemaExportCommand
destroy() - Method in AbstractHibernateDatastore
destroy() - Method in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
destroy() - Method in ChildHibernateDatastore
destroy() - Method in HibernateDatastore
destroy() - Method in HibernateDialectDetectorFactoryBean
destroy() - Method in HibernateMappingContextSessionFactoryBean
destroy() - Method in HibernatePersistenceContextInterceptor
destroy() - Method in MongoDbGormAutoConfiguration
Closes the com.mongodb.client.MongoClient only when it was created by this auto-configuration.
detachedAssocationCriteria - Field in AbstractHibernateQuery.HibernateAssociationQuery
DetachedAssociationFunction - Class in org.grails.orm.hibernate.query
detachedCriteria - Field in AbstractHibernateQuery
detachedCriteria - Field in AbstractHibernateQuery.CriteriaAndAlias
determineGeneratorName(org.grails.orm.hibernate.cfg.HibernateSimpleIdentity, boolean) - Method in HibernateSimpleIdentity
direction - Property in SortConfig
The direction to sort by
disableMultiTenancyFilter() - Method in AbstractHibernateDatastore
Disable the tenant id filter for the given datastore and entity
disassemble(java.lang.Object) - Method in IdentityEnumType
discard(D) - Method in AbstractHibernateGormInstanceApi
disconnect() - Method in AbstractHibernateSession
disconnect() - Method in AbstractMongoSession
disconnect() - Method in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
disconnect() - Method in HibernatePersistenceContextInterceptor
disconnect() - Method in MongoSession
discriminatePersistentEntity(org.grails.datastore.mapping.model.PersistentEntity, T) - Method in AbstractMongoObectEntityPersister
discriminator(java.util.Map) - Method in HibernateMappingBuilder
DISCRIMINATOR - Enum Constant in HibernateMappingKeyword
discriminator - Property in Mapping
Value used to discriminate entities in table-per-hierarchy inheritance mapping
DiscriminatorConfig - Class in org.grails.orm.hibernate.cfg
Configurations the discriminator
DiscriminatorConfig() - Constructor in DiscriminatorConfig
DiscriminatorPropertyBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
DiscriminatorPropertyBinder(org.hibernate.boot.spi.MetadataBuildingContext, org.grails.orm.hibernate.cfg.MappingCacheHolder, org.grails.orm.hibernate.cfg.domainbinding.binder.ConfiguredDiscriminatorBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.DefaultDiscriminatorBinder) - Constructor in DiscriminatorPropertyBinder
disintegrate(org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.service.spi.SessionFactoryServiceRegistry) - Method in EventListenerIntegrator
disintegrate(org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.service.spi.SessionFactoryServiceRegistry) - Method in MetadataIntegrator
disjunction() - Method in AbstractHibernateQuery
disjunction() - Method in AbstractHibernateQuery.HibernateAssociationQuery
disjunction() - Method in HibernateAssociationQuery
Distance - Class in grails.mongodb.geo
Represents the distance from one Point to another
Distance(double, grails.mongodb.geo.Metric) - Constructor in Distance
Constructs a distance for the given value and optional metric
distance - Property in Sphere
The distance used to calculate the radius in radians
distinct() - Method in AbstractHibernateCriteriaBuilder
distinct() - Method in AbstractHibernateQuery.HibernateProjectionList
distinct(MongoCollection<Document>, java.lang.String, Map<String, Object>, com.mongodb.ReadPreference) - Method in MongoExtensions
div(java.lang.Number) - Method in PropertyReference
DIVIDE - Enum Constant in PropertyArithmetic.Operator
doBegin(java.lang.Object, org.springframework.transaction.TransactionDefinition) - Method in GormSharedSessionMongoTransactionManager
doBegin(java.lang.Object, org.springframework.transaction.TransactionDefinition) - Method in GrailsHibernateTransactionManager
doBuildSessionFactory() - Method in HibernateMappingContextSessionFactoryBean
doCall(java.lang.Object) - Method in MongoQuery.AggregatedResultList
doCleanupAfterCompletion(java.lang.Object) - Method in GormSharedSessionMongoTransactionManager
document(groovy.lang.Closure) - Method in MappingBuilder
Build a MongoDB document mapping
document - Property in MockDataFetchingEnvironment
documentation - Property in DatabaseMigrationGrailsPlugin
documentation - Property in GormGraphqlGrailsPlugin
documentation - Property in HibernateGrailsPlugin
documentation - Property in MongodbGrailsPlugin
DocumentCollectionMapping(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext) - Constructor in MongoMappingContext.DocumentEmbeddedPersistentEntity.DocumentCollectionMapping
doDiffToChangeLog(java.io.File, liquibase.database.Database, liquibase.database.Database) - Method in DatabaseMigrationCommand
doesRequirePropertyIndexing() - Method in AbstractMongoObectEntityPersister
doesReturnKeys() - Method in AbstractMongoObectEntityPersister.MongoAssociationIndexer
doExecute(HibernateCallback<T>, boolean) - Method in GrailsHibernateTemplate
Execute the action specified by the given action object within a Session.
doGenerateChangeLog(java.io.File, liquibase.database.Database) - Method in DatabaseMigrationCommand
doGeneratePreviousChangesetSql(java.io.Writer, liquibase.database.Database, liquibase.Liquibase, java.lang.String, java.lang.String) - Method in DatabaseMigrationCommand
doInHibernate(org.hibernate.Session) - Method in GrailsHibernateTemplate.HibernateCallback
doInHibernate(org.hibernate.Session) - Method in PagedResultList
domainPropertyManager - Property in Schema
doPeekBinarySize() - Method in JsonReader
doPeekBinarySubType() - Method in JsonReader
doReadBinaryData() - Method in JsonReader
doReadBoolean() - Method in JsonReader
doReadDateTime() - Method in JsonReader
doReadDBPointer() - Method in JsonReader
doReadDecimal128() - Method in JsonReader
doReadDouble() - Method in JsonReader
doReadEndArray() - Method in JsonReader
doReadEndDocument() - Method in JsonReader
doReadInt32() - Method in JsonReader
doReadInt64() - Method in JsonReader
doReadJavaScript() - Method in JsonReader
doReadJavaScriptWithScope() - Method in JsonReader
doReadMaxKey() - Method in JsonReader
doReadMinKey() - Method in JsonReader
doReadNull() - Method in JsonReader
doReadObjectId() - Method in JsonReader
doReadRegularExpression() - Method in JsonReader
doReadStartArray() - Method in JsonReader
doReadStartDocument() - Method in JsonReader
doReadString() - Method in JsonReader
doReadSymbol() - Method in JsonReader
doReadTimestamp() - Method in JsonReader
doReadUndefined() - Method in JsonReader
doRollback(org.springframework.transaction.support.DefaultTransactionStatus) - Method in GrailsHibernateTransactionManager
doSecondPass(java.util.Map) - Method in ListSecondPass
doSecondPass(java.util.Map) - Method in MapSecondPass
doSecondPass(java.util.Map) - Method in SetSecondPass
doSkipName() - Method in JsonReader
doSkipValue() - Method in JsonReader
DOUBLE - Field in HibernateCriteriaBuilder
doValidate(java.lang.Object) - Method in ClosureEventListener
doWith(org.grails.gorm.graphql.interceptor.manager.GraphQLInterceptorManager) - Method in GraphQLPostProcessor
doWithApplicationContext() - Method in DatabaseMigrationGrailsPlugin
doWithSpring() - Method in DatabaseMigrationGrailsPlugin
doWithSpring() - Method in GormGraphqlGrailsPlugin
doWithSpring() - Method in HibernateGrailsPlugin
doWithSpring() - Method in MongodbGrailsPlugin
doWriteBinaryData(org.bson.BsonBinary) - Method in JsonWriter
doWriteBoolean(boolean) - Method in JsonWriter
doWriteDateTime(long) - Method in JsonWriter
doWriteDBPointer(org.bson.BsonDbPointer) - Method in JsonWriter
doWriteDecimal128(org.bson.types.Decimal128) - Method in JsonWriter
doWriteDouble(double) - Method in JsonWriter
doWriteEndArray() - Method in JsonWriter
doWriteEndDocument() - Method in JsonWriter
doWriteInt32(int) - Method in JsonWriter
doWriteInt64(long) - Method in JsonWriter
doWriteJavaScript(java.lang.String) - Method in JsonWriter
doWriteJavaScriptWithScope(java.lang.String) - Method in JsonWriter
doWriteMaxKey() - Method in JsonWriter
doWriteMinKey() - Method in JsonWriter
doWriteNull() - Method in JsonWriter
doWriteObjectId(org.bson.types.ObjectId) - Method in JsonWriter
doWriteRegularExpression(org.bson.BsonRegularExpression) - Method in JsonWriter
doWriteStartArray() - Method in JsonWriter
doWriteStartDocument() - Method in JsonWriter
doWriteString(java.lang.String) - Method in JsonWriter
doWriteSymbol(java.lang.String) - Method in JsonWriter
doWriteTimestamp(org.bson.BsonTimestamp) - Method in JsonWriter
doWriteUndefined() - Method in JsonWriter
dropIndex(MongoCollection<Document>, Map<String, Object>, com.mongodb.client.model.DropIndexOptions) - Method in MongoExtensions
DYNAMIC_INSERT - Enum Constant in HibernateMappingKeyword
DYNAMIC_UPDATE - Enum Constant in HibernateMappingKeyword
dynamicInsert(boolean) - Method in HibernateMappingBuilder
dynamicInsert - Property in Mapping
Whether to use dynamically created insert queries, at the cost of some performance
dynamicUpdate(boolean) - Method in HibernateMappingBuilder
dynamicUpdate - Property in Mapping
Whether to use dynamically created update queries, at the cost of some performance

E

EAGER - Enum Constant in HibernateQueryArgument
embedded - Property in GraphQLPropertyType
EmbeddedCollectionDecoder - Class in org.grails.datastore.bson.codecs.decoders
A {@PropertyDecoder} capable of decoding {@EmbeddedCollection} collection types
EmbeddedCollectionDecoder() - Constructor in EmbeddedCollectionDecoder
EmbeddedCollectionEncoder - Class in org.grails.datastore.bson.codecs.encoders
A {@PropertyEncoder} capable of encoding {@EmbeddedCollection} collection types
EmbeddedCollectionEncoder() - Constructor in EmbeddedCollectionEncoder
EmbeddedDecoder - Class in org.grails.datastore.bson.codecs.decoders
A {@PropertyDecoder} capable of decoding {@Embedded} association types
EmbeddedDecoder() - Constructor in EmbeddedDecoder
EmbeddedEncoder - Class in org.grails.datastore.bson.codecs.encoders
A {@PropertyEncoder} capable of encoding {@Embedded} association types
EmbeddedEncoder() - Constructor in EmbeddedEncoder
EmbeddedInputObjectTypeBuilder - Class in org.grails.gorm.graphql.types.input
The class used to define which properties are available when providing an embedded object
EmbeddedInputObjectTypeBuilder(org.grails.gorm.graphql.entity.property.manager.GraphQLDomainPropertyManager, org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.gorm.graphql.types.GraphQLPropertyType) - Constructor in EmbeddedInputObjectTypeBuilder
EmbeddedJarPathHandler - Class in org.grails.plugins.databasemigration.liquibase
EmbeddedJarPathHandler() - Constructor in EmbeddedJarPathHandler
EmbeddedJarResourceAccessor - Class in org.grails.plugins.databasemigration.liquibase
EmbeddedJarResourceAccessor(List<String>) - Constructor in EmbeddedJarResourceAccessor
EmbeddedObjectTypeBuilder - Class in org.grails.gorm.graphql.types.output
The class used to define which properties are available when responding with an embedded entity
EmbeddedObjectTypeBuilder() - Constructor in EmbeddedObjectTypeBuilder
EmbeddedQueryEncoder - Interface in org.grails.datastore.bson.query
Encodes an embedded object as a query
EMPTY_ARRAY - Field in AbstractHibernateGormInstanceApi
EMPTY_CLASS_ARRAY - Field in GrailsHibernateUtil
EMPTY_PATH - Field in GrailsDomainBinder
enableBigDecimalEncoding() - Method in SimpleEncoder
Enables Decimal128 encoding for simple types
enabled - Property in CacheConfig
Whether caching is enabled
enabled - Property in GrailsGraphQLConfiguration
enabled - Property in HibernateConnectionSourceSettings.HibernateSettings.OsivSettings
Whether OSIV is enabled
enabled - Property in ListOperation
enabled - Property in ProvidedOperation
enableDynamicFilterEnablerIfPresent(org.hibernate.SessionFactory, org.hibernate.Session) - Method in HibernateRuntimeUtils
enableMultiTenancyFilter() - Method in AbstractHibernateDatastore
Enable the tenant id filter for the given datastore and entity
enableReload - Property in HibernateConnectionSourceSettings
Whether to prepare the datastore for runtime reloading
enableReload - Property in HibernateDatastoreSpringInitializer
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.types.Basic, java.lang.Object, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.EncoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in BasicCollectionTypeEncoder
encode(org.bson.BsonWriter, BigDecimal, org.bson.codecs.EncoderContext) - Method in BigDecimalCodec
encode(org.bson.BsonWriter, BigInteger, org.bson.codecs.EncoderContext) - Method in BigIntegerCodec
encode(org.bson.BsonWriter, java.lang.Object, org.bson.codecs.EncoderContext, boolean) - Method in BsonPersistentEntityCodec
encode(org.bson.BsonWriter, java.util.Currency, org.bson.codecs.EncoderContext) - Method in CodecExtensions.CurrencyCodec
encode(org.bson.BsonWriter, groovy.lang.GString, org.bson.codecs.EncoderContext) - Method in CodecExtensions.GStringCodec
encode(org.bson.BsonWriter, groovy.lang.IntRange, org.bson.codecs.EncoderContext) - Method in CodecExtensions.IntRangeCodec
encode(org.bson.BsonWriter, java.util.List, org.bson.codecs.EncoderContext) - Method in CodecExtensions.ListCodec
encode(org.bson.BsonWriter, java.util.Locale, org.bson.codecs.EncoderContext) - Method in CodecExtensions.LocaleCodec
encode(org.bson.BsonWriter, Map<String, Object>, org.bson.codecs.EncoderContext) - Method in CodecExtensions.MapCodec
encode(org.grails.datastore.mapping.model.types.Embedded, java.lang.Object) - Method in CodecRegistryEmbeddedQueryEncoder
encode(org.bson.codecs.configuration.CodecRegistry, org.bson.codecs.EncoderContext, org.bson.BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.engine.types.CustomTypeMarshaller, java.lang.Object) - Method in CustomTypeEncoder
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.types.EmbeddedCollection, java.lang.Object, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.EncoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in EmbeddedCollectionEncoder
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.types.Embedded, java.lang.Object, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.EncoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in EmbeddedEncoder
encode(org.grails.datastore.mapping.model.types.Embedded, java.lang.Object) - Method in EmbeddedQueryEncoder
Takes an embedded property and instance and returns the query encoded value
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.types.Identity, java.lang.Object, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.EncoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in IdentityEncoder
encode(org.bson.BsonWriter, java.time.Instant, org.bson.codecs.EncoderContext) - Method in InstantCodec
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in InstantEncoder
encode(org.bson.BsonWriter, java.time.LocalDate, org.bson.codecs.EncoderContext) - Method in LocalDateCodec
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in LocalDateEncoder
encode(org.bson.BsonWriter, java.time.LocalDateTime, org.bson.codecs.EncoderContext) - Method in LocalDateTimeCodec
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in LocalDateTimeEncoder
encode(org.bson.BsonWriter, java.time.LocalTime, org.bson.codecs.EncoderContext) - Method in LocalTimeCodec
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in LocalTimeEncoder
encode(org.grails.datastore.mapping.model.types.Embedded, java.lang.Object) - Method in MongoQuery
encode(org.bson.BsonWriter, java.time.OffsetDateTime, org.bson.codecs.EncoderContext) - Method in OffsetDateTimeCodec
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in OffsetDateTimeEncoder
encode(org.bson.BsonWriter, java.time.OffsetTime, org.bson.codecs.EncoderContext) - Method in OffsetTimeCodec
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in OffsetTimeEncoder
encode(org.bson.BsonWriter, java.time.Period, org.bson.codecs.EncoderContext) - Method in PeriodCodec
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in PeriodEncoder
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.types.Association, java.lang.Object, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.EncoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in PersistentEntityCodec.OneToManyEncoder
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.types.ToOne, java.lang.Object, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.EncoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in PersistentEntityCodec.ToOneEncoder
encode(org.bson.BsonWriter, T, java.lang.Object, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.EncoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in PropertyEncoder
Encodes a property to the given writer
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.types.Simple, java.lang.Object, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.EncoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in SimpleEncoder
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in SimpleEncoder.TypeEncoder
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.types.TenantId, java.lang.Object, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.EncoderContext, org.bson.codecs.configuration.CodecRegistry) - Method in TenantIdEncoder
encode(org.bson.BsonWriter, java.time.ZonedDateTime, org.bson.codecs.EncoderContext) - Method in ZonedDateTimeCodec
encode(org.bson.BsonWriter, org.grails.datastore.mapping.model.PersistentProperty, java.lang.Object) - Method in ZonedDateTimeEncoder
encodeEmbeddedCollectionUpdate(org.grails.datastore.mapping.engine.EntityAccess, org.bson.BsonDocument, org.bson.Document, org.grails.datastore.mapping.model.types.Association, java.lang.Object) - Method in PersistentEntityCodec
encodeEmbeddedUpdate(org.bson.BsonDocument, org.bson.Document, org.grails.datastore.mapping.model.types.Association, java.lang.Object) - Method in PersistentEntityCodec
ENCODER_CONTEXT - Field in BsonQuery
encodeUpdate(java.lang.Object, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.EncoderContext, boolean) - Method in BsonPersistentEntityCodec
This method will encode an update for the given object based
encodeUpdate(java.lang.Object, org.grails.datastore.mapping.engine.EntityAccess, org.bson.codecs.EncoderContext, boolean) - Method in PersistentEntityCodec
This method will encode an update for the given object based
engine - Property in AbstractMongoConnectionSourceSettings
The engine to use by default
ENHANCED_TABLE - Enum Constant in GrailsSequenceGeneratorEnum
ensureCorrectGroovyMetaClass(java.lang.Object, Class<?>) - Method in GrailsHibernateUtil
Ensures the meta class is correct for a given class
entity - Property in BsonPersistentEntityCodec
entity - Field in DefaultGormDataFetcher
entity_dirtiness_strategy - Property in HibernateConnectionSourceSettings.HibernateSettings
entity - Field in EntityFetchOptions
EntityDataFetcher - Class in org.grails.gorm.graphql.fetcher.impl
A class for retrieving a list of entities with GraphQL
EntityDataFetcher() - Constructor in EntityDataFetcher
EntityFetchOptions - Class in org.grails.gorm.graphql.entity
Helper class to determine which properties should be eagerly fetched based on the fields in a graphql.schema.DataFetchingEnvironment.
entityFetchOptions - Field in DefaultGormDataFetcher
EntityFetchOptions(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Constructor in EntityFetchOptions
Designed for use when a projection query is used.
entityStack - Field in AbstractHibernateQuery
entityTrait - Property in MongoEntityTraitProvider
ENUM_CLASS_PROP - Field in GrailsDomainBinder
ENUM_ID_ACCESSOR - Field in IdentityEnumType
ENUM_TYPE_CLASS - Field in GrailsDomainBinder
ENUM_TYPE_PROP - Field in GrailsDomainBinder
ENUM_TYPES - Field in DefaultGraphQLTypeManager
enumClass - Field in IdentityEnumType
EnumType - Class in org.grails.datastore.gorm.mongo.simple
A custom type for persisting Enum which have an id field in domain classes.
enumType - Property in ColumnConfig
The enum type
EnumType() - Constructor in EnumType
EnumTypeBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
EnumTypeBinder(org.hibernate.boot.spi.MetadataBuildingContext, org.grails.orm.hibernate.cfg.domainbinding.util.ColumnNameForPropertyAndPathFetcher, org.grails.orm.hibernate.cfg.domainbinding.binder.IndexBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.ColumnConfigToColumnBinder, org.grails.orm.hibernate.cfg.PersistentEntityNamingStrategy) - Constructor in EnumTypeBinder
environment - Property in ClosureDataFetchingEnvironment
EnvironmentAwareCodeGenConfig - Class in org.grails.plugins.databasemigration
EnvironmentAwareCodeGenConfig(org.grails.config.CodeGenConfig, java.lang.String) - Constructor in EnvironmentAwareCodeGenConfig
eq(java.lang.String, java.lang.Object, java.util.Map) - Method in AbstractHibernateCriteriaBuilder
Creates an "equals" Criterion based on the specified property name and value.
eq(java.lang.String, java.lang.Object) - Method in AbstractHibernateQuery
eq(java.lang.String, java.lang.Object) - Method in AbstractHibernateQuery.HibernateAssociationQuery
EQ_OPERATOR - Field in BsonQuery
eqAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractHibernateCriteriaBuilder
Creates a subquery criterion that ensures the given property is equal to all the given returned values
eqProperty(java.lang.String, java.lang.String) - Method in AbstractHibernateCriteriaBuilder
Creates a Criterion that compares to class properties for equality
EQUALS - Field in AbstractHibernateCriteriaBuilder
EQUALS - Enum Constant in CriteriaMethods
equals(java.lang.Object, java.lang.Object) - Method in IdentityEnumType
EQUALS_PROPERTY - Field in AbstractHibernateCriteriaBuilder
EQUALS_PROPERTY - Enum Constant in CriteriaMethods
equals(java.lang.Object) - Method in SoftKey
error(java.lang.String) - Method in GroovyChange
Called by the validate closure.
errorOccured - Field in AbstractMongoSession
errorsFetcher - Field in DefaultGraphQLErrorsResponseHandler
errorsResponseHandler - Field in AbstractObjectTypeBuilder
errorsResponseHandler - Property in DefaultGraphQLTypeManager
errorsResponseHandler - Property in Schema
evaluate(groovy.lang.Closure, java.lang.Object) - Method in HibernateMappingBuilder
evaluateMapping(org.grails.datastore.mapping.model.PersistentEntity, Closure<?>, boolean) - Method in GrailsDomainBinder
EventListenerIntegrator - Class in org.grails.orm.hibernate
EventListenerIntegrator(org.grails.orm.hibernate.HibernateEventListeners, Map<String,Object>) - Constructor in EventListenerIntegrator
eventListeners - Field in EventListenerIntegrator
eventListeners - Field in HibernateEventListener
eventListeners - Field in HibernateMappingContextSessionFactoryBean
eventPublisher - Field in ClosureEventTriggeringInterceptor
eventPublisher - Field in HibernateDatastore
eventPublisher - Field in MongoDatastore
eventTriggeringInterceptor - Field in AbstractHibernateDatastore
eventTriggeringInterceptor - Property in HibernateConnectionSourceSettings.HibernateSettings
The event triggering interceptor
EVICT - Enum Constant in CascadeBehavior
Cascades the evict (detach) operation.
evict(java.lang.Object) - Method in GrailsHibernateTemplate
evict(java.lang.Object) - Method in IHibernateTemplate
exclude(java.lang.String) - Method in GraphQLDomainPropertyManager.Builder
Exclude properties from being returned
exclude(java.lang.String) - Method in GraphQLMapping
Exclude one or more properties from being included in the schema
excluded - Property in GraphQLMapping
excludeIdentifiers(boolean) - Method in GraphQLDomainPropertyManager.Builder
Exclude identifier properties from being returned
excludeTimestamps() - Method in GraphQLDomainPropertyManager.Builder
Exclude 'dateCreated' and 'lastUpdated' from being returned
excludeVersion() - Method in GraphQLDomainPropertyManager.Builder
Exclude the version property from being returned
execute(HibernateCallback<T>) - Method in GrailsHibernateTemplate
execute(Closure<T>) - Method in IHibernateTemplate
executeFind(HibernateCallback<?>) - Method in GrailsHibernateTemplate
executeLogicalExpression(groovy.lang.Closure, java.lang.String) - Method in AbstractHibernateCriteriaBuilder
executeQuery(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in AbstractHibernateGormStaticApi
executeQuery(org.grails.datastore.mapping.model.PersistentEntity, Junction) - Method in AbstractHibernateQuery
executeQuery(graphql.schema.DataFetchingEnvironment, java.util.Map) - Method in EntityDataFetcher
executeQuery(org.grails.datastore.mapping.model.PersistentEntity, Junction) - Method in HibernateHqlQuery
executeQuery(org.grails.datastore.mapping.model.PersistentEntity, Junction, com.mongodb.client.MongoCollection<Document>, org.bson.Document) - Method in MongoQuery
executeQuery(org.grails.datastore.mapping.model.PersistentEntity, Junction) - Method in MutationHqlQuery
executeQuery(graphql.schema.DataFetchingEnvironment, java.util.Map) - Method in PaginatedEntityDataFetcher
executeQuery(org.grails.datastore.mapping.model.PersistentEntity, Junction) - Method in SelectHqlQuery
executeQueryAndApplyPagination(com.mongodb.client.MongoCollection<Document>, org.bson.Document) - Method in MongoQuery
ExecutesClosures - Trait in org.grails.gorm.graphql.entity.dsl.helpers
Decorates a class with the ability to execute closures with a delegate
executeUniqueResultWithProxyUnwrap() - Method in AbstractHibernateCriteriaBuilder
executeUniqueResultWithProxyUnwrap() - Method in HibernateCriteriaBuilder
executeUpdate(java.lang.CharSequence, java.util.Map) - Method in AbstractHibernateGormStaticApi
executeUpdate(java.lang.CharSequence, java.util.Collection, java.util.Map) - Method in HibernateGormStaticApi
executeUpdate() - Method in HqlQueryDelegate
Executes an UPDATE/DELETE.
executeUpdate() - Method in MutationHqlQuery
executeUpdate() - Method in SelectHqlQuery
executeWithExistingOrCreateNewSession(org.hibernate.SessionFactory, Closure<T1>) - Method in GrailsHibernateTemplate
executeWithExistingOrCreateNewSession(org.hibernate.SessionFactory, Closure<T1>) - Method in IHibernateTemplate
executeWithNewSession(Closure<T>) - Method in GrailsHibernateTemplate
executeWithNewSession(Closure<T>) - Method in IHibernateTemplate
executionContext - Property in ScriptDatabaseMigrationCommand
executionId - Property in MockDataFetchingEnvironment
executionStepInfo - Property in MockDataFetchingEnvironment
exists(QueryableCriteria<?>) - Method in AbstractHibernateCriteriaBuilder
exists(java.io.Serializable) - Method in AbstractHibernateGormStaticApi
EXISTS_OPERATOR - Field in BsonQuery
explicitSaveUpdateCascade - Property in PropertyConfig
exposeNativeSession - Field in GrailsHibernateTemplate
ExpressionResolver - Class in org.grails.orm.hibernate.query
Resolves string paths and aliases into JPA Expressions and Paths.
ExpressionResolver(org.grails.orm.hibernate.query.AliasRegistry, org.grails.orm.hibernate.query.JoinTracker) - Constructor in ExpressionResolver

F

fail(java.lang.String) - Method in GroovyPrecondition
Called from the check closure as a shortcut to throw a PreconditionFailedException.
failOnError - Field in AbstractHibernateDatastore
failOnError - Field in AbstractHibernateEventListener
failOnErrorPackages - Field in AbstractHibernateEventListener
fallBackHibernateSettings - Property in HibernateConnectionSourceSettingsBuilder
fastClassData - Field in MongoCodecEntityPersister
FETCH - Enum Constant in HibernateQueryArgument
FETCH_MODE - Enum Constant in CriteriaMethods
FETCH_SIZE - Enum Constant in HibernateQueryArgument
fetchMode(java.lang.String, org.hibernate.FetchMode) - Method in AbstractHibernateCriteriaBuilder
Sets the fetch mode of an associated path
Field - Class in org.grails.gorm.graphql.entity.fields
Generic class used to represent a field in a custom object.
field(org.grails.gorm.graphql.entity.fields.ComplexField) - Method in ComplexTyped
Field() - Constructor in Field
field - Property in MockDataFetchingEnvironment
field(java.lang.String) - Method in MongoAttribute
Configures the field name to map to
fieldDefinition - Property in MockDataFetchingEnvironment
fieldDescription - Field in DefaultGraphQLErrorsResponseHandler
fieldFetcher - Field in DefaultGraphQLErrorsResponseHandler
fieldName - Field in DefaultGraphQLErrorsResponseHandler
fields - Property in ComplexTyped
fields - Property in MockDataFetchingEnvironment
fieldType - Property in MockDataFetchingEnvironment
filter(DistinctIterable<Document>, Map<String, Object>) - Method in MongoExtensions
********** DistinctIterable Extensions ************
filterQueryArgumentMap(java.util.Map) - Method in AbstractHibernateGormStaticApi
find(D, java.util.Map) - Method in AbstractHibernateGormStaticApi
find(com.mongodb.client.MongoCollection<?>, org.bson.conversions.Bson, Class<R>) - Method in AbstractMongoSession
find(org.bson.conversions.Bson) - Method in MongoEntity
Finds all of the entities in the collection.
find(MongoCollection<Document>, Map<String, Object>, Map<String, Object>) - Method in MongoExtensions
find(org.bson.conversions.Bson) - Method in MongoStaticApi
find(org.bson.conversions.Bson) - Method in MongoStaticOperations
Find an entity for the given filter
findAll(D, java.util.Map) - Method in AbstractHibernateGormStaticApi
findAllWhere(java.util.Map, java.util.Map) - Method in AbstractHibernateGormStaticApi
findAllWithSql(java.lang.CharSequence, java.util.Map) - Method in AbstractHibernateGormStaticApi
Finds all results for this entity for the given SQL query
findAllWithSql(java.lang.CharSequence, java.util.Map) - Method in HibernateEntity
Finds all objects for the given SQL query.
findDirty(java.lang.Object, org.hibernate.persister.entity.EntityPersister, org.hibernate.Session, org.hibernate.CustomEntityDirtinessStrategy$DirtyCheckContext) - Method in GrailsEntityDirtinessStrategy
findEntityEntry(D, org.hibernate.engine.spi.SessionImplementor, boolean) - Method in HibernateGormInstanceApi
findEventListener(java.lang.Object, org.hibernate.engine.spi.SessionFactoryImplementor) - Method in HibernateEventListener
findOne(MongoCollection<Document>, Map<String, Object>, Map<String, Object>, Map<String, Object>, com.mongodb.ReadPreference) - Method in MongoExtensions
findOneAndDelete(com.mongodb.client.MongoCollection<T>, org.bson.conversions.Bson, com.mongodb.client.model.FindOneAndDeleteOptions) - Method in AbstractMongoSession
findOneAndDelete(org.bson.conversions.Bson, com.mongodb.client.model.FindOneAndDeleteOptions) - Method in MongoEntity
Atomically find a document and remove it.
findOneAndDelete(MongoCollection<Document>, Map<String, Object>, Map<String, Object>) - Method in MongoExtensions
findOneAndDelete(org.bson.conversions.Bson, com.mongodb.client.model.FindOneAndDeleteOptions) - Method in MongoStaticApi
findOneAndDelete(org.bson.conversions.Bson, com.mongodb.client.model.FindOneAndDeleteOptions) - Method in MongoStaticOperations
Atomically find a document and remove it.
findOneAndReplace(MongoCollection<Document>, Map<String, Object>, Map<String, Object>, Map<String, Object>) - Method in MongoExtensions
findOneAndUpdate(MongoCollection<Document>, Map<String, Object>, Map<String, Object>, Map<String, Object>) - Method in MongoExtensions
findPatternForDialect(org.hibernate.dialect.Dialect) - Method in RegexDialectPattern
Resolves the pattern by checking if the runtime dialect is an instance of the supported dialect class.
findPersistentClass(org.hibernate.boot.Metadata, java.lang.String) - Method in GormColumnSnapshotGenerator
findWhere(java.util.Map, java.util.Map) - Method in AbstractHibernateGormStaticApi
findWithSql(java.lang.CharSequence, java.util.Map) - Method in AbstractHibernateGormStaticApi
findWithSql(java.lang.CharSequence, java.util.Map) - Method in HibernateEntity
Finds an entity for the given SQL query.
finishInitialization() - Method in GroovyChange
firePostQueryEvent(org.hibernate.Session, org.hibernate.Criteria, java.lang.Object) - Method in AbstractHibernateGormStaticApi
Fire a post query event
firePostQueryEvent(org.hibernate.Session, org.hibernate.Criteria, java.lang.Object) - Method in HibernateGormStaticApi
firePreQueryEvent(org.hibernate.Session, org.hibernate.Criteria) - Method in AbstractHibernateGormStaticApi
Fire a pre query event
firePreQueryEvent(org.hibernate.Session, org.hibernate.Criteria) - Method in HibernateGormStaticApi
first(java.util.Map) - Method in AbstractHibernateGormStaticApi
firstResult(int) - Method in AbstractHibernateQuery
FLOAT - Field in HibernateCriteriaBuilder
flush() - Method in AbstractHibernateSession
flush(com.mongodb.WriteConcern) - Method in AbstractMongoSession
flush() - Method in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
FLUSH_ALWAYS - Field in GrailsHibernateTemplate
Flushing before every query statement is rarely necessary.
FLUSH_AUTO - Field in GrailsHibernateTemplate
Automatic flushing is the default mode for a Hibernate Session.
FLUSH_COMMIT - Field in GrailsHibernateTemplate
Flushing at commit only is intended for units of work where no intermediate flushing is desired, not even for find operations that might involve already modified instances.
FLUSH_EAGER - Field in GrailsHibernateTemplate
Eager flushing leads to immediate synchronization with the database, even if in a transaction.
flush() - Method in GrailsHibernateTemplate
flush - Property in HibernateConnectionSourceSettings.HibernateSettings
Flush settings
flush() - Method in HibernatePersistenceContextInterceptor
flush() - Method in IHibernateTemplate
flush() - Method in JsonWriter
FLUSH_MODE - Enum Constant in HibernateQueryArgument
flush(com.mongodb.WriteConcern) - Method in MongoCodecSession
flush(com.mongodb.WriteConcern) - Method in MongoSession
FLUSH_NEVER - Field in GrailsHibernateTemplate
Never flush is a good strategy for read-only units of work.
flushBeforeQuery() - Method in AbstractHibernateQuery
flushBeforeQuery() - Method in HibernateHqlQuery
flushBeforeQuery() - Method in MongoQuery
flushIfNecessary(org.hibernate.Session, boolean) - Method in GrailsHibernateTemplate
flushMode - Field in GrailsHibernateTemplate
flushPendingUpdates(Map<PersistentEntity,Collection<PendingUpdate>>) - Method in MongoSession
flushSession(org.hibernate.Session) - Method in AbstractHibernateGormInstanceApi
FOREIGN_KEY_SUFFIX - Field in GrailsDomainBinder
ForeignKeyColumnCountCalculator - Class in org.grails.orm.hibernate.cfg.domainbinding.util
ForeignKeyOneToOneBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
Binds a HibernateOneToOneProperty whose foreign key resides on this side as a Hibernate org.hibernate.mapping.ManyToOne value, and applies unique-key constraints as needed.
ForeignKeyOneToOneBinder(org.grails.orm.hibernate.cfg.domainbinding.binder.ManyToOneBinder, org.grails.orm.hibernate.cfg.domainbinding.util.SimpleValueColumnFetcher) - Constructor in ForeignKeyOneToOneBinder
forGrailsDomainMapping(java.lang.String) - Method in GrailsHibernatePersistentEntity
forGrailsDomainMapping(java.lang.String) - Method in HibernateEmbeddedPersistentEntity
forGrailsDomainMapping(java.lang.String) - Method in HibernatePersistentEntity
formats - Field in DateCoercion
formats - Field in Jsr310Coercion
formula - Property in DiscriminatorConfig
The formula to use
formulateDatabaseReference(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.types.Association, java.io.Serializable) - Method in AbstractMongoObectEntityPersister
forRoot(List<HibernateAlias>, From<?,?>) - Method in JpaQueryContext
forSubquery(org.grails.orm.hibernate.query.JpaQueryContext, List<HibernateAlias>, From<?,?>) - Method in JpaQueryContext
fragmentsByName - Property in MockDataFetchingEnvironment
fromName(java.lang.String) - Method in CriteriaMethods
Internal factory method to convert a string method name to a CriteriaMethods enum without throwing an exception.
fromName(java.lang.String) - Method in GrailsSequenceGeneratorEnum
fromString(java.lang.String) - Method in CascadeBehavior
From string.
fromString(java.lang.String) - Method in GrailsEnumType
fromString(java.lang.String) - Method in HibernateMappingKeyword

G

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
generate(org.hibernate.engine.spi.SharedSessionContractImplementor, java.lang.Object, java.lang.Object, org.hibernate.generator.EventType) - Method in GrailsNativeGenerator
generate(AbstractQuery<?>, From<?,?>, List<Query.Criterion>, org.grails.orm.hibernate.query.JpaQueryContext, org.grails.orm.hibernate.cfg.domainbinding.hibernate.GrailsHibernatePersistentEntity) - Method in PredicateGenerator
generate() - Method in Schema
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 HibernateSimpleIdentity
The generator to use
generator - Property in Identity
The generator to use
GeneratorCreationContextWrapper - Class in org.grails.orm.hibernate.cfg.domainbinding.util
A wrapper for GeneratorCreationContext that allows overriding the org.hibernate.mapping.Value.
GeneratorCreationContextWrapper(org.hibernate.generator.GeneratorCreationContext, org.hibernate.mapping.Value) - Constructor in GeneratorCreationContextWrapper
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_CALL - Enum Constant in CriteriaMethods
get(graphql.schema.DataFetchingEnvironment) - Method in ClosureDataFetcher
get(Class<T>, org.bson.codecs.configuration.CodecRegistry) - Method in CodecExtensions
get(Class<?>) - Method in CollectionHolder
Get.
get(graphql.schema.DataFetchingEnvironment) - Method in CountEntityDataFetcher
get(graphql.schema.DataFetchingEnvironment) - Method in CreateEntityDataFetcher
get(graphql.schema.DataFetchingEnvironment) - Method in DefaultGormDataFetcher
get(graphql.schema.DataFetchingEnvironment) - Method in DeleteEntityDataFetcher
get(graphql.schema.DataFetchingEnvironment) - Method in EntityDataFetcher
get(Class<T>, java.io.Serializable, org.hibernate.LockMode) - Method in GrailsHibernateTemplate
GET - Enum Constant in GraphQLDataFetcherType
get(java.lang.String, java.util.Map, java.lang.String) - Method in GraphQLSpec.GraphQLRequestHelper
get(Class<T>, java.io.Serializable, org.hibernate.LockMode) - Method in IHibernateTemplate
get(graphql.schema.DataFetchingEnvironment) - Method in InterceptingDataFetcher
get(int) - Method in MongoQuery.AggregatedResultList
get - Property in Operations
get(graphql.schema.DataFetchingEnvironment) - Method in PersistentPropertyDataFetcher
get(graphql.schema.DataFetchingEnvironment) - Method in SingleEntityDataFetcher
get(graphql.schema.DataFetchingEnvironment) - Method in UpdateEntityDataFetcher
getAdditional() - Method in GraphQLMapping
getAggregationPipeline() - Method in MongoQuery.AggregatePipeline
getAliasedExpression(java.lang.String) - Method in JpaQueryContext
getAliasRegistry() - Method in JpaQueryContext
getAll(java.io.Serializable) - Method in AbstractHibernateGormStaticApi
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
getArgument(graphql.schema.DataFetchingEnvironment) - Method in CreateEntityDataFetcher
getArgument(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.datastore.mapping.model.MappingContext) - Method in CustomArgument
getArgument(java.lang.String) - Method in MockDataFetchingEnvironment
getArgumentOrDefault(java.lang.String, java.lang.Object) - Method in MockDataFetchingEnvironment
getArguments(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.datastore.mapping.model.MappingContext) - Method in Arguable
getArguments(graphql.schema.DataFetchingEnvironment) - Method in EntityDataFetcher
getAssociatedClass() - Method in HibernateToManyEntityProperty
getAssociatedEntity() - Method in HibernateAssociation
getAssociationCriteria() - Method in HibernateAssociationQuery
Returns the criteria collected inside the association closure.
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
getAssociations() - Method in EntityFetchOptions
Returns:
The associations of the org.grails.datastore.mapping.model.PersistentEntity.
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
getBaseType(org.grails.datastore.mapping.model.PersistentProperty) - Method in PersistentGraphQLProperty
getBatchSize() - Method in HibernateToManyProperty
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
getBindingFetcher(org.grails.datastore.mapping.model.PersistentEntity, org.grails.gorm.graphql.fetcher.GraphQLDataFetcherType) - Method in DefaultGraphQLDataFetcherManager
getBindingFetcher(org.grails.datastore.mapping.model.PersistentEntity, org.grails.gorm.graphql.fetcher.GraphQLDataFetcherType) - Method in GraphQLDataFetcherManager
Returns a data fetcher instance to be used in CREATE or UPDATE
getBsonConverter(Class<? extends BsonValue>) - Method in CodecExtensions
getBsonConverters() - Method in CodecExtensions
getBuilder() - Method in AbstractInputObjectTypeBuilder
getBuilder() - Method in AbstractObjectTypeBuilder
getCacheableMappingLocations() - Method in HibernateMappingContextSessionFactoryBean
getCacheUsage() - Method in HibernateToManyProperty
getCascade() - Method in HibernateToManyProperty
getCascadeBehaviour(Association<?>) - Method in CascadeBehaviorFetcher
Gets the cascade behaviour.
getCatalog(org.hibernate.boot.spi.InFlightMetadataCollector) - Method in GrailsHibernatePersistentEntity
getCatalogName(org.hibernate.boot.spi.InFlightMetadataCollector) - Method in NamespaceNameExtractor
getChangeLogFile() - Method in DatabaseMigrationCommand
getChangeLogFileName() - Method in DatabaseMigrationCommand
getChangeLogLocation() - Method in DatabaseMigrationCommand
getChildEntities(java.lang.String) - Method in GrailsHibernatePersistentEntity
getClassForAssociationType(Attribute<?,?>) - Method in AbstractHibernateCriteriaBuilder
getClassForAssociationType(Attribute<?,?>) - Method in HibernateCriteriaBuilder
getClassMapping() - Method in HibernateIdentityMapping
getClassName(Class<?>) - Method in HibernatePersistentProperty
getClassWithoutInitializingProxy(java.lang.Object) - Method in HibernateProxyHelper
Get the class of an instance or the underlying class of a proxy (without initializing the proxy!).
getClientSession() - Method in AbstractMongoSession
Returns:
the active com.mongodb.client.ClientSession for the current MongoDB transaction, or null if no server-side transaction is in progress
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
getCodecWriteModelsForEntity(org.grails.datastore.mapping.model.PersistentEntity, Map<PersistentEntity, List<WriteModel<Object>>>) - Method in MongoCodecSession
getCodeRegistry() - Method in GraphQLTypeManager
@return
getCollection(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMongoSession
getCollection() - Method in HibernateToManyProperty
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.
getColumnConfigOptional() - Method in HibernateToManyProperty
getColumnForSimpleValue(org.hibernate.mapping.SimpleValue) - Method in GrailsDomainBinder
getColumnForSimpleValue(org.hibernate.mapping.SimpleValue) - Method in SimpleValueColumnFetcher
getColumnName(org.grails.orm.hibernate.cfg.ColumnConfig) - Method in HibernatePersistentProperty
getColumnNameForPropertyAndPath(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentProperty, java.lang.String, org.grails.orm.hibernate.cfg.ColumnConfig) - Method in ColumnNameForPropertyAndPathFetcher
getColumnNameForPropertyAndPath(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, org.grails.orm.hibernate.cfg.ColumnConfig, java.lang.String) - Method in GrailsDomainBinder
getComment() - Method in GrailsHibernatePersistentEntity
getComponentType() - Method in HibernateToManyProperty
Returns the component type for this to-many collection, or null if it cannot be determined.
getCompositeIdentity() - Method in GrailsHibernatePersistentEntity
getCompositeIdentity() - Method in HibernateEmbeddedPersistentEntity
getCompositeIdentity() - Method in HibernatePersistentEntity
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
getConnection(java.lang.String, java.lang.String) - Method in SchemaTenantDataSource
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
getContributorName() - Method in GrailsDomainBinder
getCount(org.grails.datastore.mapping.model.PersistentEntity) - Method in GraphQLEntityNamingConvention
Parameters:
entity - The persistent entity
getCount(MongoCollection<Document>, Map<String, Object>, Map<String, Object>) - Method in MongoExtensions
getCreate(org.grails.datastore.mapping.model.PersistentEntity) - Method in GraphQLEntityNamingConvention
Parameters:
entity - The persistent entity
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
getCustomFetcher(org.grails.datastore.mapping.model.PersistentEntity, org.grails.gorm.graphql.fetcher.GraphQLDataFetcherType) - Method in DefaultGraphQLDataFetcherManager
getCustomMutationOperations() - Method in GraphQLMapping
getCustomQueryOperations() - Method in GraphQLMapping
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
getDatabase() - Method in GeneratorCreationContextWrapper
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
getDataBinder() - Method in BindingGormDataFetcher
getDataBinder(java.lang.Class) - Method in DefaultGraphQLDataBinderManager
getDataBinder(java.lang.Class) - Method in GraphQLDataBinderManager
Returns a data binder to be used for the provided class
getDataFetcher() - Method in CustomGraphQLProperty
getDataFetcher() - Method in GraphQLDomainProperty
Returns:
The closure to retrieve the data for the property.
getDataFetcher() - Method in SimpleGraphQLProperty
getDataLoader(java.lang.String) - Method in MockDataFetchingEnvironment
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 GrailsHibernatePersistentEntity
getDataSourceName() - Method in HibernateEmbeddedPersistentEntity
getDataSourceName() - Method in HibernateMappingContextSessionFactoryBean
getDataSourceName() - Method in HibernatePersistentEntity
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 DefaultGormDataFetcher
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 ChildHibernateDatastore
getDatastoreForConnection(java.lang.String) - Method in HibernateDatastore
Obtain a child HibernateDatastore by connection name
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
getDeclaredWriteConcern(org.grails.datastore.mapping.model.PersistentEntity) - Method in AbstractMongoSession
getDefaultCatalog() - Method in GeneratorCreationContextWrapper
getDefaultColumnName(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentProperty) - Method in DefaultColumnNameFetcher
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
getDefaultIdentity() - Method in GrailsHibernatePersistentEntity
getDefaultMax() - Method in DefaultGraphQLPaginationResponseHandler
getDefaultMax() - Method in GraphQLPaginationResponseHandler
Returns:
The default maximum value if none provided
getDefaultOffset() - Method in DefaultGraphQLPaginationResponseHandler
getDefaultOffset() - Method in GraphQLPaginationResponseHandler
Returns:
The default offset value if none provided
getDefaultSchema() - Method in GeneratorCreationContextWrapper
getDefinition(java.lang.String) - Method in AliasRegistry
getDefinition(org.grails.gorm.graphql.types.GraphQLTypeManager) - Method in CachingGraphQLResponseHandler
getDefinition() - Method in MongoCollection.Index
getDelete(org.grails.datastore.mapping.model.PersistentEntity) - Method in GraphQLEntityNamingConvention
Parameters:
entity - The persistent entity
getDeleteMap(java.lang.Iterable) - Method in MongoSession
getDeletingFetcher(org.grails.datastore.mapping.model.PersistentEntity) - Method in DefaultGraphQLDataFetcherManager
getDeletingFetcher(org.grails.datastore.mapping.model.PersistentEntity) - Method in GraphQLDataFetcherManager
Returns a data fetcher instance to be used in DELETE
getDeprecationReason() - Method in Deprecatable
getDeprecationReason() - Method in GraphQLDomainProperty
Returns:
The reason why the property is deprecated, or null if it isn't
getDescription(org.grails.datastore.mapping.model.PersistentEntity) - Method in DefaultGraphQLPaginationResponseHandler
getDescription() - Method in GraphQLDomainProperty
Returns:
The description of the property
getDescription(org.grails.datastore.mapping.model.PersistentEntity) - Method in GraphQLEntityHelper
getDescription(org.grails.datastore.mapping.model.PersistentEntity) - Method in GraphQLPaginationResponseHandler
Returns:
The description to use in the schema, or null
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
getDiscriminatorColumnName() - Method in GrailsHibernatePersistentEntity
getDiscriminatorValue() - Method in GrailsHibernatePersistentEntity
getDocument() - Method in MockDataFetchingEnvironment
getDocumentMappingContext() - Method in AbstractMongoSession
getDocumentMappingContext() - Method in MongoCodecSession
getDomainClasses() - Method in HibernateSpec
Returns:
The domain classes
getElementTypeName() - Method in HibernateToManyCollectionProperty
Resolves the Hibernate type name for the map/collection element.
getEmbedded(T, java.lang.String) - Method in AbstractMongoObectEntityPersister
getEmbeddedType() - Method in GraphQLPropertyType
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 HibernateAssociationQuery
getEntity() - Method in HibernatePagedResultList
getEntity() - Method in HibernatePersistentEntity
getEntityArgument(graphql.schema.DataFetchingEnvironment) - Method in UpdateEntityDataFetcher
getEntityFamily() - Method in AbstractMongoObectEntityPersister
getEntityInterceptor() - Method in HibernateMappingContextSessionFactoryBean
getEntityMappedFormType() - Method in HibernateMappingFactory
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(Class<? extends Enum>, boolean) - Method in DefaultGraphQLTypeManager
getEnumType(Class<? extends Enum>, boolean) - Method in GraphQLTypeManager
Retrieves an enum type for the provided class
getEnumType() - Method in PropertyConfig
getEnvironmentConfig(java.lang.String) - Method in ApplicationContextDatabaseMigrationCommand
getEventListeners() - Method in HibernateMappingContextSessionFactoryBean
getEventTriggeringInterceptor() - Method in AbstractHibernateDatastore
getFetchArgument(graphql.schema.DataFetchingEnvironment, boolean) - Method in EntityFetchOptions
Inspects the environment for requested fields and compares against the org.grails.datastore.mapping.model.PersistentEntity associations to determine which fields should be eagerly fetched.
getFetchArguments(java.lang.String) - Method in ClosureDataFetchingEnvironment
For use with domain class return types only.
getFetchArguments(graphql.schema.DataFetchingEnvironment, boolean) - Method in DefaultGormDataFetcher
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 HibernateToManyProperty
getFetchMode() - Method in PropertyConfig
Returns:
The Hibernate org.hibernate.FetchMode
getField() - Method in MongoAttribute
Returns:
The field name to map to
getFieldDefinition(org.grails.gorm.graphql.types.GraphQLTypeManager, java.lang.String) - Method in DefaultGraphQLErrorsResponseHandler
getFieldDefinition(org.grails.gorm.graphql.types.GraphQLTypeManager, java.lang.String) - Method in GraphQLErrorsResponseHandler
getFieldDefinitions(org.grails.gorm.graphql.types.GraphQLTypeManager) - Method in DefaultGraphQLErrorsResponseHandler
getFields(graphql.schema.GraphQLOutputType, org.grails.gorm.graphql.types.GraphQLTypeManager) - Method in DefaultGraphQLPaginationResponseHandler
getFields(graphql.schema.GraphQLOutputType, org.grails.gorm.graphql.types.GraphQLTypeManager) - Method in GraphQLPaginationResponseHandler
Creates the fields to be used in the schema object for a pagination response
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
getFrom(java.lang.String) - Method in JpaQueryContext
getFullyQualifiedExpression(java.lang.String) - Method in JpaQueryContext
getFullyQualifiedPath(java.lang.String) - Method in JpaQueryContext
getGenerator(org.grails.orm.hibernate.cfg.domainbinding.generator.GrailsSequenceGeneratorEnum, org.hibernate.generator.GeneratorCreationContext, org.grails.orm.hibernate.cfg.HibernateSimpleIdentity, org.grails.orm.hibernate.cfg.domainbinding.hibernate.GrailsHibernatePersistentEntity, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment, org.grails.orm.hibernate.cfg.PersistentEntityNamingStrategy) - Method in GrailsSequenceGeneratorEnum
getGenerator(java.lang.String, org.hibernate.generator.GeneratorCreationContext, org.grails.orm.hibernate.cfg.HibernateSimpleIdentity, org.grails.orm.hibernate.cfg.domainbinding.hibernate.GrailsHibernatePersistentEntity, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment, org.grails.orm.hibernate.cfg.PersistentEntityNamingStrategy) - Method in GrailsSequenceWrapper
getGenerator() - Method in HibernateIdentityMapping
getGeneratorName() - Method in HibernatePersistentProperty
Returns the generator name for this property.
getGeneratorName() - Method in HibernateSimpleIdentityProperty
getGet(org.grails.datastore.mapping.model.PersistentEntity) - Method in GraphQLEntityNamingConvention
Parameters:
entity - The persistent entity
getGetter() - Method in TraitPropertyAccessStrategy
getGraphQL() - Method in GraphQLSpec
getGraphQlContext() - Method in MockDataFetchingEnvironment
getGraphQLType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.gorm.graphql.types.GraphQLPropertyType) - Method in ComplexGraphQLProperty
getGraphQLType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.gorm.graphql.types.GraphQLPropertyType) - Method in CustomGraphQLProperty
getGraphQLType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.gorm.graphql.types.GraphQLPropertyType) - Method in GraphQLDomainProperty
Parameters:
typeManager - The returnType manager used to retrieve GraphQL types
getGraphQLType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.gorm.graphql.types.GraphQLPropertyType) - Method in PersistentGraphQLProperty
getGraphQLType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.gorm.graphql.types.GraphQLPropertyType) - Method in SimpleGraphQLProperty
getHibernateAssociatedEntity() - Method in HibernateAssociation
getHibernateAssociatedEntity() - Method in HibernateManyToManyProperty
getHibernateAssociatedEntity() - Method in HibernateManyToOneProperty
getHibernateAssociatedEntity() - Method in HibernateOneToManyProperty
getHibernateAssociatedEntity() - Method in HibernateOneToOneProperty
getHibernateAssociatedEntity() - Method in HibernatePersistentProperty
getHibernateAssociatedEntity() - Method in HibernateToManyEntityProperty
getHibernateCollection() - Method in HibernateBasicProperty
getHibernateCollection() - Method in HibernateEmbeddedCollectionProperty
getHibernateCollection() - Method in HibernateManyToManyProperty
getHibernateCollection() - Method in HibernateOneToManyProperty
getHibernateCollection() - Method in HibernateToManyProperty
getHibernateCompositeIdentity() - Method in GrailsHibernatePersistentEntity
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
getHibernateFetchMode() - Method in HibernateOneToOneProperty
Resolved fetch mode: uses the configured value or falls back to org.hibernate.FetchMode#DEFAULT.
getHibernateForeignKeyDirection() - Method in HibernateOneToOneProperty
FK direction: FROM_PARENT when constrained (hasOne on other side), TO_PARENT otherwise.
getHibernateIdentity() - Method in GrailsHibernatePersistentEntity
getHibernateInverseSide() - Method in HibernateAssociation
Returns the inverse side as a HibernateAssociation, eliminating cast at call sites.
getHibernateInverseSide() - Method in HibernateOneToOneProperty
getHibernateInverseSide() - Method in HibernatePersistentProperty
getHibernateMappedForm() - Method in GrailsHibernatePersistentEntity
getHibernateMappedForm() - Method in HibernatePersistentProperty
Returns:
The mapped form
getHibernateOwner() - Method in HibernatePersistentProperty
getHibernateParentProperty(Class<?>) - Method in GrailsHibernatePersistentEntity
Parameters:
parentType - The type of the parent entity
getHibernatePersistentProperties() - Method in GrailsHibernatePersistentEntity
getHibernateProjectionList() - Method in AbstractHibernateQuery.HibernateProjectionList
getHibernateProperties(org.grails.orm.hibernate.cfg.domainbinding.hibernate.GrailsHibernatePersistentEntity) - Method in HibernateCompositeIdentity
Parameters:
domainClass - The domain class
getHibernateProperties() - Method in HibernateMappingContextSessionFactoryBean
Return the Hibernate properties, if any.
getHibernatePropertyByName(java.lang.String) - Method in GrailsHibernatePersistentEntity
Returns the persistent property with the given name cast to HibernatePersistentProperty, or null if no such property exists.
getHibernatePropertyByPath(java.lang.String) - Method in GrailsHibernatePersistentEntity
Returns the persistent property with the given path (e.g.
getHibernateReferencedEntityName() - Method in HibernateOneToOneProperty
The entity name that Hibernate should reference.
getHibernateReferencedPropertyName() - Method in HibernateOneToOneProperty
The property name on the referenced entity that back-references this association.
getHibernateRootEntity() - Method in GrailsHibernatePersistentEntity
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
getHibernateTemplate() - Method in SelectHqlQuery
getHibernateTenantId() - Method in GrailsHibernatePersistentEntity
getId(java.lang.Enum) - Method in EnumType
getIdentifier(java.lang.Object) - Method in GroovyProxyInterceptorLogic
getIdentifier() - Method in HibernateEmbeddedClassMapping
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() - Method in HibernateIdentityMapping
getIdentifierName(org.grails.datastore.mapping.model.types.Identity) - Method in IdentityEncoder
getIdentifierName(org.grails.datastore.mapping.model.ClassMapping) - Method in MongoCodecEntityPersister
getIdentifierValues(graphql.schema.DataFetchingEnvironment) - Method in DefaultGormDataFetcher
getIdentity() - Method in GrailsHibernatePersistentEntity
getIdentity() - Method in HibernateEmbeddedPersistentEntity
getIdentity() - Method in HibernatePersistentEntity
getIdentityGeneratorName() - Method in HibernatePersistentEntity
getIdentityProperty() - Method in HibernatePersistentEntity
getIgnoreNotFound() - Method in HibernateToManyProperty
getIndexAttributes() - Method in MongoAttribute
Returns:
The attributes for the index
getIndexColumnName(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String) - Method in GrailsDomainBinder
getIndexColumnName(org.grails.orm.hibernate.cfg.PersistentEntityNamingStrategy) - Method in HibernateToManyProperty
getIndexColumnType(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String) - Method in GrailsDomainBinder
getIndexColumnType(java.lang.String) - Method in HibernateToManyProperty
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.
getInputType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.datastore.mapping.model.MappingContext) - Method in ComplexField
getInputType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.datastore.mapping.model.MappingContext) - Method in Field
getInputType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.datastore.mapping.model.MappingContext) - Method in SimpleField
getInsertableness(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
getInstance() - Method in AbstractHibernateCriteriaBuilder
Returns the criteria instance
getInstance(graphql.schema.DataFetchingEnvironment) - Method in UpdateEntityDataFetcher
getInstanceApi(Class<D>, java.lang.String) - Method in HibernateGormEnhancer
getInstanceApi(Class<D>, java.lang.String) - Method in MongoDatastore
getInterceptors() - Method in DefaultGraphQLInterceptorManager
getInterceptors() - Method in GraphQLInterceptorManager
Parameters:
clazz - The class to search for
getInverseSide() - Method in HibernateAssociation
getIterableAsCollection(java.lang.Iterable) - Method in AbstractHibernateSession
getIterableAsCollection(java.lang.Iterable) - Method in GrailsHibernateTemplate
getJdbcEnvironment() - Method in GrailsDomainBinder
getJdbcEnvironment() - Method in NamingStrategyWrapper
getJoin(java.lang.String) - Method in JoinTracker
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
getJoinProperties(java.lang.String) - Method in ClosureDataFetchingEnvironment
Which properties should be joined in the subsequent query.
getJoinProperties(graphql.schema.DataFetchingEnvironment, boolean) - Method in EntityFetchOptions
Inspects the environment for requested fields and compares against the org.grails.datastore.mapping.model.PersistentEntity associations to determine which fields should be eagerly fetched.
getJoinTableCatalog(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateToManyProperty) - Method in TableForManyCalculator
getJoinTableSchema(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateToManyProperty) - Method in TableForManyCalculator
getJoinTracker() - Method in JpaQueryContext
getJtaTransactionManager(org.hibernate.Session) - Method in GrailsSessionContext
getKeyword() - Method in HibernateMappingKeyword
getLaziness(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
getLazy() - Method in HibernateToManyProperty
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
getList(org.grails.datastore.mapping.model.PersistentEntity) - Method in GraphQLEntityNamingConvention
Parameters:
entity - The persistent entity
getListenerMap() - Method in HibernateEventListeners
getLocalContext() - Method in MockDataFetchingEnvironment
getLocale(graphql.schema.DataFetchingEnvironment) - Method in DefaultGraphQLErrorsResponseHandler
getLocale() - Method in LocaleAwareContext
getLocale() - Method in MockDataFetchingEnvironment
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
getMapElementName(org.grails.orm.hibernate.cfg.PersistentEntityNamingStrategy) - Method in HibernateToManyProperty
getMappedColumnName() - Method in HibernatePersistentProperty
getMappedForm() - Method in GrailsHibernatePersistentEntity
getMappedForm() - Method in HibernateClassMapping
getMappedForm() - Method in HibernateEmbeddedPersistentEntity
getMappedForm() - Method in HibernateIdentityMapping
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(org.grails.datastore.mapping.model.PersistentEntity) - Method in GraphQLEntityHelper
getMapping() - Method in HibernateEmbeddedPersistentEntity
getMapping() - Method in HibernatePersistentEntity
getMapping(Class<?>) - Method in MappingCacheHolder
Obtains a mapping object for the given domain class nam
getMappingCacheHolder() - Method in GrailsDomainBinder
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
getMappingName(Class<?>, org.grails.orm.hibernate.cfg.Mapping) - Method in HibernatePersistentProperty
getMappingResources() - Method in HibernateMappingContextSessionFactoryBean
getMappingSyntaxStrategy() - Method in HibernateMappingContext
getMark() - Method in JsonReader
getMax() - Method in HibernatePagedResultList
getMax() - Method in SelectHqlQuery
getMaxSize(List<?>) - Method in GrailsDomainBinder
Returns:
the maximum length of the strings in the specified list
getMergedField() - Method in MockDataFetchingEnvironment
getMetadata() - Method in GormDatabase
Return the hibernate org.hibernate.boot.Metadata used by this database.
getMetadata() - Method in HibernateDatastore
getMetadataBuildingContext() - Method in GrailsDomainBinder
getMetadataBuildingContext() - Method in SimpleIdBinder
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
getMultiTenantFilterCondition(org.grails.orm.hibernate.cfg.domainbinding.util.DefaultColumnNameFetcher) - Method in GrailsHibernatePersistentEntity
getMutationType(org.grails.datastore.mapping.model.PersistentEntity, org.grails.gorm.graphql.types.GraphQLPropertyType, boolean) - Method in DefaultGraphQLTypeManager
getMutationType(org.grails.datastore.mapping.model.PersistentEntity, org.grails.gorm.graphql.types.GraphQLPropertyType, boolean) - Method in GraphQLTypeManager
Retrieves a GraphQL type used for mutations that represents the provided entity
getName() - Method in CriteriaMethods
getName() - Method in GrailsSequenceGeneratorEnum
getName() - Method in GraphQLDomainProperty
Returns:
The name of the property
getName(graphql.schema.DataFetchingEnvironment) - Method in InterceptorInvoker
getName(MongoCollection<Document>) - Method in MongoExtensions
getName() - Method in ScriptDatabaseMigrationCommand
getNameForPropertyAndPath(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String) - Method in GrailsDomainBinder
getNameForPropertyAndPath(java.lang.String) - Method in HibernatePersistentProperty
getNamesAndDirections() - Method in SortConfig
getNamingConvention() - Method in GraphQLTypeManager
Returns:
The naming convention used to name types
getNamingStrategy() - Method in GrailsDomainBinder
getNamingStrategy() - Method in HibernateMappingContextSessionFactoryBean
getNativeInterface() - Method in AbstractHibernateSession
getNativeInterface() - Method in AbstractMongoSession
getNativeInterface() - Method in MongoCodecSession
getNativeTransaction() - Method in MongoTransaction
getNatural() - Method in HibernatePropertyIdentity
Returns:
The natural id definition
getNestedType() - Method in GraphQLPropertyType
getNewInstance() - Method in CreateEntityDataFetcher
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(org.grails.gorm.graphql.types.GraphQLTypeManager) - Method in DefaultGraphQLDeleteResponseHandler
getObjectType() - Method in GrailsLiquibaseFactory
getObjectType(org.grails.gorm.graphql.types.GraphQLTypeManager) - Method in GraphQLDeleteResponseHandler
Creates the schema object for a delete response
getObjectType() - Method in HibernateDatastoreFactoryBean
getObjectType() - Method in HibernateDialectDetectorFactoryBean
getObjectType() - Method in HibernateMappingContextSessionFactoryBean
getOffset() - Method in HibernatePagedResultList
getOffset() - Method in SelectHqlQuery
getOperationDefinition() - Method in MockDataFetchingEnvironment
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 HibernateToManyProperty
getOrder() - Method in MultiTenantEventListener
getOrder() - Method in OrderedGraphQLProperty
getOrInitializePropertyConfig(java.lang.String) - Method in Mapping
getPackagesToScan() - Method in HibernateMappingContextSessionFactoryBean
getPackageToScan(grails.config.Config) - Method in HibernateSpec
Obtains the default package to scan
getPagination(org.grails.datastore.mapping.model.PersistentEntity) - Method in GraphQLEntityNamingConvention
Parameters:
entity - The persistent entity
getParentContext() - Method in JsonReader.Context
getParentContext() - Method in JsonWriter.Context
getParentServiceRegistry() - Method in HibernateDialectDetectorFactoryBean
getParts() - Method in HibernateCompositeIdentityProperty
getPersistenceInterceptorClass() - Method in HibernateDatastoreSpringInitializer
getPersistenceInterceptorClass() - Method in MongoDbDataStoreSpringInitializer
getPersistentClass() - Method in GeneratorCreationContextWrapper
getPersistentClass() - Method in GrailsHibernatePersistentEntity
getPersistentClass() - Method in HibernateEmbeddedPersistentEntity
getPersistentClass() - Method in HibernatePersistentEntity
getPersistentClass() - Method in HibernatePersistentProperty
getPersistentClasses() - Method in HibernateConnectionSourceFactory
getPersistentEntity(java.lang.String) - Method in HibernateMappingContext
getPersistentEntityCodec(java.lang.Class) - Method in MongoDatastore
Obtains a PersistentEntityCodec for the given entity
getPersistentPropertiesToBind() - Method in GrailsHibernatePersistentEntity
getPersistentValue(D, java.lang.String) - Method in HibernateGormInstanceApi
Gets the original persisted value of a field.
getPersister(java.lang.Object) - Method in AbstractHibernateSession
getPhysicalNamingStrategy(java.lang.String) - Method in NamingStrategyProvider
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.
getPredicates(AbstractQuery<?>, From<?,?>, List<? extends Query.QueryElement>, org.grails.orm.hibernate.query.JpaQueryContext, org.grails.orm.hibernate.cfg.domainbinding.hibernate.GrailsHibernatePersistentEntity) - Method in PredicateGenerator
getPriority(java.lang.String) - Method in EmbeddedJarPathHandler
getPriority(Class<? extends DatabaseObject>, liquibase.database.Database) - Method in GormColumnSnapshotGenerator
getPriority() - Method in GroovyChangeLogSerializer
getProjectedKeys() - Method in MongoQuery.AggregatePipeline
getProperties(org.grails.datastore.mapping.model.PersistentEntity, org.grails.gorm.graphql.entity.dsl.GraphQLMapping) - Method in GraphQLDomainPropertyManager.Builder
Retrieves the desired properties based on the conditions previously applied
getProperties() - Method in HibernateMappingBuilder
getProperties() - Method in HibernateSimpleIdentity
getProperty() - Method in GeneratorCreationContextWrapper
getProperty(org.hibernate.mapping.PersistentClass, java.lang.String) - Method in GrailsDomainBinder
getProperty(org.hibernate.mapping.PersistentClass, java.lang.String) - Method in GrailsPropertyResolver
Retrieves a property from a PersistentClass, with a fallback for composite primary keys.
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
getPropertyMappedFormType() - Method in HibernateMappingFactory
getPropertyMappings() - Method in GraphQLMapping
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
getPropertyName() - Method in Hibernate7CountProjection
getPropertyNames() - Method in HibernatePropertyIdentity
Returns:
The property names that make up the identity
getPropertyNames() - Method in HibernateSimpleIdentity
getProxiedClass(java.lang.Object) - Method in HibernateProxyHandler
{@inheritDoc}
getProxiedClass(java.lang.Object) - Method in SimpleHibernateProxyHandler
getProxy(java.io.Serializable, org.hibernate.engine.spi.SharedSessionContractImplementor) - Method in ByteBuddyGroovyProxyFactory
getProxyFactoryFactory() - Method in GrailsBytecodeProvider
getProxyIdentifier(java.lang.Object) - Method in SimpleHibernateProxyHandler
getProxyInstanceMetaClass(java.lang.Object) - Method in GroovyProxyInterceptorLogic
getQueryDirectives() - Method in MockDataFetchingEnvironment
getQueryFlushMode() - Method in GrailsQueryFlushMode
getQueryType(org.grails.datastore.mapping.model.PersistentEntity, org.grails.gorm.graphql.types.GraphQLPropertyType) - Method in DefaultGraphQLTypeManager
getQueryType(org.grails.datastore.mapping.model.PersistentEntity, org.grails.gorm.graphql.types.GraphQLPropertyType) - Method in GraphQLTypeManager
Retrieves a GraphQL type used for queries that represents the provided entity
getReadingFetcher(org.grails.datastore.mapping.model.PersistentEntity, org.grails.gorm.graphql.fetcher.GraphQLDataFetcherType) - Method in DefaultGraphQLDataFetcherManager
getReadingFetcher(org.grails.datastore.mapping.model.PersistentEntity, org.grails.gorm.graphql.fetcher.GraphQLDataFetcherType) - Method in GraphQLDataFetcherManager
Returns a data fetcher instance to be used in GET or LIST
getRealized(java.lang.String) - Method in AliasRegistry
getReferencedEntityName() - Method in HibernateAssociation
getReferencedEntityName() - Method in HibernateManyToManyProperty
getReferencedEntityName() - Method in HibernateManyToOneProperty
getReferencedEntityName() - Method in HibernateOneToManyProperty
getReferencedIdentifierColumns(java.lang.String) - Method in GrailsHibernatePersistentEntity
Returns the identifier columns for the given propertyNames in the order that aligns with the sorted foreign-key layout produced by sortOrIndexForeignKeyColumns.
getResourceAccessor(java.lang.String) - Method in EmbeddedJarPathHandler
getResponseHandler() - Method in DeletingGormDataFetcher
getResponseHandler() - Method in PaginatingGormDataFetcher
getResults() - Method in PagedResultListPaginationResponse
getResults() - Method in PaginationResult
getRole(java.lang.String) - Method in HibernateToManyProperty
getRoot() - Method in JoinTracker
getRoot() - Method in JpaQueryContext
getRootClass() - Method in GeneratorCreationContextWrapper
getRootClass() - Method in HibernatePersistentEntity
getRootMapping(org.grails.datastore.mapping.model.PersistentEntity) - Method in GrailsDomainBinder
getRootMapping() - Method in GrailsHibernatePersistentEntity
getRootPath() - Method in EmbeddedJarResourceAccessor
getScale() - Method in PropertyConfig
Shortcut to get the scale of this property's column.
getSchema(org.hibernate.boot.spi.InFlightMetadataCollector) - Method in GrailsHibernatePersistentEntity
getSchemaName(org.hibernate.boot.spi.InFlightMetadataCollector) - Method in NamespaceNameExtractor
getServerUrl() - Method in GraphQLSpec
getService(Class<T>) - Method in GraphQLServiceManager
getService(Class<R>) - Method in HibernateDialectDetectorFactoryBean
getServiceRegistry() - Method in GeneratorCreationContextWrapper
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
getSort() - Method in HibernateToManyProperty
getSort() - Method in MongoCollection
getSql() - Method in GroovyChange
Called from the change or rollback closure.
getSql() - Method in GroovyPrecondition
Called from the change or rollback closure.
getSqlPattern() - Method in RegexDialectPattern
getSqlStringGenerationContext() - Method in GeneratorCreationContextWrapper
getSqlType() - Method in PropertyConfig
Shortcut to get the SQL type of the corresponding column.
getStaticApi() - Method in DefaultGormDataFetcher
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
getStrategyMapping() - Method in GrailsHibernatePersistentEntity
getStrategyOwner() - Method in GrailsHibernatePersistentEntity
getStringIdDefaultStoredAs() - Method in MongoMappingContext
getTable() - Method in HibernatePersistentProperty
getTableName(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Method in GrailsDomainBinder
Evaluates the table name for the given property
getTableName(org.grails.orm.hibernate.cfg.PersistentEntityNamingStrategy) - Method in GrailsHibernatePersistentEntity
Evaluates the table name for the given entity
getTableName() - Method in Mapping
The table name
getTableName(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateToManyProperty) - Method in TableForManyCalculator
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 HibernatePagedResultList
getTotalCount() - Method in PagedResultList
getTotalCount() - Method in PagedResultListPaginationResponse
getTotalCount() - Method in PaginationResult
getTransaction() - Method in AbstractHibernateSession
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
getType() - Method in AbstractInputObjectTypeBuilder
getType() - Method in AbstractObjectTypeBuilder
getType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.datastore.mapping.model.MappingContext) - Method in ComplexArgument
getType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.datastore.mapping.model.MappingContext) - Method in ComplexField
getType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.datastore.mapping.model.MappingContext) - Method in ComplexOperation
getType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.datastore.mapping.model.MappingContext) - Method in CustomArgument
getType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.datastore.mapping.model.MappingContext) - Method in CustomOperation
getType(java.lang.Class, boolean) - Method in DefaultGraphQLTypeManager
getType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.datastore.mapping.model.MappingContext) - Method in Field
getType() - Method in GeneratorCreationContextWrapper
getType() - Method in GrailsEnumType
getType(java.lang.String, org.grails.gorm.graphql.types.GraphQLPropertyType) - Method in GraphQLEntityNamingConvention
Parameters:
typeName - The custom type name
getType(java.lang.Class, boolean) - Method in GraphQLTypeManager
Retrieves the corresponding GraphQL type for the specified class.
getType() - Method in InputObjectTypeBuilder
getType() - Method in ObjectTypeBuilder
getType() - Method in PaginatedObjectTypeBuilder
getType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.datastore.mapping.model.MappingContext) - Method in SimpleArgument
getType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.datastore.mapping.model.MappingContext) - Method in SimpleField
getType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.datastore.mapping.model.MappingContext) - Method in SimpleOperation
getTypeClass() - Method in Jsr310Coercion
getTypeClass() - Method in LocalDateCoercion
getTypeClass() - Method in LocalDateTimeCoercion
getTypeClass() - Method in LocalTimeCoercion
getTypeClass() - Method in OffsetDateTimeCoercion
getTypeClass() - Method in OffsetTimeCoercion
getTypeClass() - Method in ZonedDateTimeCoercion
getTypedValues(org.hibernate.Criteria, org.hibernate.criterion.CriteriaQuery) - Method in RlikeExpression
getTypeName(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateToManyProperty) - Method in CollectionType
Gets the type name.
getTypeName(org.grails.datastore.mapping.model.PersistentProperty, org.grails.orm.hibernate.cfg.PropertyConfig, org.grails.orm.hibernate.cfg.Mapping) - Method in GrailsDomainBinder
getTypeName(Class<?>, org.grails.orm.hibernate.cfg.PropertyConfig, org.grails.orm.hibernate.cfg.Mapping) - Method in HibernateAssociation
Parameters:
propertyType - The property type
getTypeName() - Method in HibernateEmbeddedCollectionProperty
Returns null so that CollectionType does not set a Hibernate type name on the collection mapping.
getTypeName(org.hibernate.mapping.SimpleValue) - Method in HibernatePersistentProperty
Parameters:
simpleValue - The Hibernate simple value
getTypeName(java.lang.Class) - Method in Mapping
Return a type name of the known custom user types
getTypeParameters(org.hibernate.mapping.SimpleValue) - Method in HibernatePersistentProperty
Parameters:
simpleValue - The Hibernate simple value
getTypeProperty(org.hibernate.mapping.SimpleValue) - Method in HibernatePersistentProperty
Parameters:
simpleValue - The Hibernate simple value
getTypeResolver(org.hibernate.SessionFactory) - Method in AbstractHibernateQuery
getTypeResolver(org.hibernate.SessionFactory) - Method in HibernateQuery
getUpdate(org.grails.datastore.mapping.model.PersistentEntity) - Method in GraphQLEntityNamingConvention
Parameters:
entity - The persistent entity
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
getUrl() - Method in GraphQLSpec
getUserType(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
getUserType() - Method in HibernatePersistentProperty
getValidationApi(Class<D>, java.lang.String) - Method in HibernateGormEnhancer
getValidationApi(Class<D>, java.lang.String) - Method in MongoDatastore
getValidFileExtensions() - Method in GroovyChangeLogSerializer
getValue() - Method in CascadeBehavior
Returns:
The string representation of the cascade behavior used in the mapping block.
getValue() - Method in GeneratorCreationContextWrapper
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
getVariables() - Method in MockDataFetchingEnvironment
getVersion() - Method in GrailsHibernatePersistentEntity
getVersion() - Method in HibernateEmbeddedPersistentEntity
getVersion() - Method in HibernatePersistentEntity
getWriteConcern() - Method in AbstractMongoSession
Obtains the WriteConcern to use for the session
getWriteModelsForEntity(org.grails.datastore.mapping.model.PersistentEntity, Map<PersistentEntity, List<WriteModel<Document>>>) - Method in MongoCodecSession
getWriteModelsForEntity(org.grails.datastore.mapping.model.PersistentEntity, Map<PersistentEntity,List<WriteModel<Document>>>) - Method in MongoSession
GormColumnSnapshotGenerator - Class in org.grails.plugins.databasemigration.liquibase
GormColumnSnapshotGenerator() - Constructor in GormColumnSnapshotGenerator
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(org.hibernate.dialect.Dialect, org.hibernate.service.ServiceRegistry, org.grails.orm.hibernate.HibernateDatastore) - Constructor in GormDatabase
GormDataFetcher - Interface in org.grails.gorm.graphql.fetcher
A base interface to describe fetchers that work with GORM
gormEnhancer - Field in HibernateDatastore
gormEnhancer - Field in MongoDatastore
GormGraphqlGrailsPlugin - Class in org.grails.gorm.graphql.plugin
GormGraphqlGrailsPlugin() - Constructor in GormGraphqlGrailsPlugin
GormSharedSessionMongoTransactionManager - Class in org.grails.datastore.gorm.mongodb.springdata
A org.springframework.transaction.PlatformTransactionManager that drives a single GORM MongoDB transaction and additionally exposes its com.mongodb.client.ClientSession to Spring Data MongoDB, so that GORM operations and MongoTemplate/repository operations executed within one @Transactional method participate in the same MongoDB transaction.
GormSharedSessionMongoTransactionManager(org.grails.datastore.mapping.mongo.MongoDatastore, org.springframework.data.mongodb.MongoDatabaseFactory) - Constructor in GormSharedSessionMongoTransactionManager
GrailsBytecodeProvider - Class in org.grails.orm.hibernate.proxy
A org.hibernate.bytecode.spi.BytecodeProvider for Hibernate 5 that provides Groovy-aware entity proxies via ByteBuddyGroovyProxyFactory.
GrailsDomainBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
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, org.grails.orm.hibernate.cfg.domainbinding.util.NamingStrategyProvider, org.grails.orm.hibernate.cfg.MappingCacheHolder) - 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() - Constructor in GrailsEntityDirtinessStrategy
GrailsEnumType - Enum in org.grails.orm.hibernate.cfg.domainbinding.util
GrailsGraphQLConfiguration - Class in org.grails.gorm.graphql.plugin
GrailsGraphQLConfiguration() - Constructor in GrailsGraphQLConfiguration
GrailsGraphQLDataBinder - Class in org.grails.gorm.graphql.plugin.binding
A default data binder using Grails data binding
GrailsGraphQLDataBinder() - Constructor in GrailsGraphQLDataBinder
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
GrailsHibernatePersistentEntity - Interface in org.grails.orm.hibernate.cfg.domainbinding.hibernate
Common interface for Hibernate persistent entities
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
GrailsIdentityGenerator - Class in org.grails.orm.hibernate.cfg.domainbinding.generator
GrailsIdentityGenerator(org.hibernate.generator.GeneratorCreationContext, org.grails.orm.hibernate.cfg.HibernateSimpleIdentity) - Constructor in GrailsIdentityGenerator
GrailsIncrementGenerator - Class in org.grails.orm.hibernate.cfg.domainbinding.generator
Grails-aware increment ID generator.
GrailsIncrementGenerator(org.hibernate.generator.GeneratorCreationContext, org.grails.orm.hibernate.cfg.HibernateSimpleIdentity, org.grails.orm.hibernate.cfg.domainbinding.hibernate.GrailsHibernatePersistentEntity, org.grails.orm.hibernate.cfg.PersistentEntityNamingStrategy) - Constructor in GrailsIncrementGenerator
GrailsJpaMappingConfigurationStrategy - Class in org.grails.orm.hibernate.cfg.domainbinding.hibernate
A org.grails.datastore.mapping.model.config.JpaMappingConfigurationStrategy for Grails/Hibernate that excludes Spring org.springframework.validation.Errors from being treated as custom types.
GrailsJpaMappingConfigurationStrategy(org.grails.datastore.mapping.model.MappingFactory) - Constructor in GrailsJpaMappingConfigurationStrategy
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
GrailsNamedStrategyContributor - Class in org.grails.orm.hibernate.cfg
GrailsNativeGenerator - Class in org.grails.orm.hibernate.cfg.domainbinding.generator
A native generator that supports Grails assigned identifiers and fixes Hibernate 7 ClassCastException.
GrailsNativeGenerator(org.hibernate.generator.GeneratorCreationContext) - Constructor in GrailsNativeGenerator
GrailsOpenSessionInViewInterceptor - Class in org.grails.plugin.hibernate.support
Extends the default Spring OSIV to support multiple datasources.
grailsPlugin - Property in HibernateDatastoreSpringInitializer
GrailsPropertyBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
GrailsPropertyBinder(org.grails.orm.hibernate.cfg.domainbinding.binder.EnumTypeBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.ComponentBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.CollectionBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.SimpleValueBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.OneToOneBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.ManyToOneBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.ForeignKeyOneToOneBinder) - Constructor in GrailsPropertyBinder
GrailsPropertyResolver - Class in org.grails.orm.hibernate.cfg.domainbinding.util
Utility class for resolving Grails properties from PersistentClass.
GrailsProxyFactoryFactory - Class in org.grails.orm.hibernate.proxy
A org.hibernate.bytecode.spi.ProxyFactoryFactory implementation for Hibernate 5 that provides Groovy-aware entity proxies.
GrailsProxyFactoryFactory(org.grails.orm.hibernate.proxy.GrailsBytecodeProvider, org.hibernate.bytecode.spi.ProxyFactoryFactory) - Constructor in GrailsProxyFactoryFactory
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
GrailsQueryFlushMode - Enum in org.grails.orm.hibernate.query
An enum that maps traditional GORM/Hibernate flush modes to Hibernate 7 QueryFlushMode.
GrailsRLikeFunctionContributor - Class in org.grails.orm.hibernate.query
GrailsSecondPass - Interface in org.grails.orm.hibernate.cfg.domainbinding.secondpass
GrailsSequenceGeneratorEnum - Enum in org.grails.orm.hibernate.cfg.domainbinding.generator
Enum for Grails ID generator strategies.
GrailsSequenceStyleGenerator - Class in org.grails.orm.hibernate.cfg.domainbinding.generator
GrailsSequenceStyleGenerator(org.hibernate.generator.GeneratorCreationContext, org.grails.orm.hibernate.cfg.HibernateSimpleIdentity, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment) - Constructor in GrailsSequenceStyleGenerator
GrailsSequenceWrapper - Class in org.grails.orm.hibernate.cfg.domainbinding.generator
GrailsSessionContext - Class in org.grails.orm.hibernate
Based on org.springframework.orm.hibernate4.SpringSessionContext.
GrailsSessionContext(org.hibernate.engine.spi.SessionFactoryImplementor) - Constructor in GrailsSessionContext
Constructor.
GrailsTableGenerator - Class in org.grails.orm.hibernate.cfg.domainbinding.generator
GrailsTableGenerator(org.hibernate.generator.GeneratorCreationContext, org.grails.orm.hibernate.cfg.HibernateSimpleIdentity, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment) - Constructor in GrailsTableGenerator
grailsVersion - Property in DatabaseMigrationGrailsPlugin
grailsVersion - Property in GormGraphqlGrailsPlugin
grailsVersion - Property in HibernateGrailsPlugin
grailsVersion - Property in MongodbGrailsPlugin
GraphQL - Annotation Type in org.grails.gorm.graphql
Annotation used to supply metadata to GraphQL.
graphql(java.lang.String, Class<T>) - Method in GraphQLSpec.GraphQLRequestHelper
GRAPHQL_MIME - Field in GormGraphqlGrailsPlugin
GraphQLByteArray - Field in CustomScalars
GraphQLCharacterArray - Field in CustomScalars
GraphQLContextBuilder - Interface in org.grails.gorm.graphql.plugin
GraphQLCurrency - Field in CustomScalars
GraphQLDataBinder - Interface in org.grails.gorm.graphql.binding
An interface to bind data from GraphQL to a GORM entity
GraphQLDataBinderManager - Interface in org.grails.gorm.graphql.binding.manager
An interface to describe a manager that will store and return instances of data binders to be used with GraphQL operations on GORM entities
GraphQLDataFetcherManager - Interface in org.grails.gorm.graphql.fetcher.manager
An interface to register and retrieve data fetcher instances
GraphQLDataFetcherType - Enum in org.grails.gorm.graphql.fetcher
An enum defining the different data fetcher types and their required interfaces
GraphQLDeleteResponseHandler - Interface in org.grails.gorm.graphql.response.delete
Responsible for determining the data available in a GraphQL delete mutation response
GraphQLDomainProperty - Interface in org.grails.gorm.graphql.entity.property
An interface to describe a property to be used in the creation of a GraphQL schema
GraphQLDomainPropertyManager - Interface in org.grails.gorm.graphql.entity.property.manager
An interface to describe a class creates builder instances that retrieve GraphQLDomainProperty instances based on conditions
GraphQLDomainPropertyManager.Builder - Interface in org.grails.gorm.graphql.entity.property.manager
GraphQLEntityHelper - Class in org.grails.gorm.graphql
A helper class to get GraphQL mappings and descriptions for GORM entities
GraphQLEntityHelper() - Constructor in GraphQLEntityHelper
GraphQLEntityNamingConvention - Class in org.grails.gorm.graphql.entity
A class to return the names of class types and query/mutation names
GraphQLEntityNamingConvention() - Constructor in GraphQLEntityNamingConvention
GraphQLErrorsResponseHandler - Interface in org.grails.gorm.graphql.response.errors
Responsible for defining what data is available in a response to return validation errors to the user
GraphQLFetcherInterceptor - Interface in org.grails.gorm.graphql.interceptor
Interface to describe a class that can intercept GraphQL data fetchers and prevent the execution of their functionality.
GraphQLInterceptorManager - Interface in org.grails.gorm.graphql.interceptor.manager
Describes a class that stores and retrieves fetcher interceptor instances based on a class
GraphQLMapping - Class in org.grails.gorm.graphql.entity.dsl
DSL to provide GraphQL specific data for a GORM entity
GraphQLMapping() - Constructor in GraphQLMapping
GraphQLOperationType - Enum in org.grails.gorm.graphql.types
An enum to store the base operations provided
GraphQLPaginationResponseHandler - Interface in org.grails.gorm.graphql.response.pagination
Defines how a pagination response is defined and built
GraphQLPostProcessor - Class in org.grails.gorm.graphql.plugin
GraphQLPostProcessor() - Constructor in GraphQLPostProcessor
GraphQLPropertyMapping - Class in org.grails.gorm.graphql.entity.dsl
Builder to provide GraphQL specific data for a GORM entity property
GraphQLPropertyMapping() - Constructor in GraphQLPropertyMapping
GraphQLPropertyType - Enum in org.grails.gorm.graphql.types
Represents what type of property is being created
GraphQLRequest - Class in org.grails.gorm.graphql.plugin
GraphQLRequest() - Constructor in GraphQLRequest
GraphQLRequestUtils - Class in org.grails.gorm.graphql.plugin
GraphQLRequestUtils() - Constructor in GraphQLRequestUtils
graphQLRequestWithBodyAndMimeTypes(java.lang.String, grails.web.mime.MimeType) - Method in GraphQLRequestUtils
graphQLRequestWithGraphqlBody(java.lang.String) - Method in GraphQLRequestUtils
graphQLRequestWithJSONBody(java.lang.String) - Method in GraphQLRequestUtils
graphQLRequestWithParams(grails.web.servlet.mvc.GrailsParameterMap) - Method in GraphQLRequestUtils
graphQLSchema - Property in MockDataFetchingEnvironment
GraphQLSchemaInterceptor - Interface in org.grails.gorm.graphql.interceptor
Interface to describe a class that can modify the fields and types used to build the GraphQL schema.
GraphQLSchemaSpec - Trait in org.grails.gorm.graphql.testing
GraphQLServiceManager - Class in org.grails.gorm.graphql
Used to store references to the actual implementations of most of the interfaces used in the project to make it easier to pass multiple managers (services) to methods.
GraphQLServiceManager() - Constructor in GraphQLServiceManager
GraphQLSpec - Trait in org.grails.gorm.graphql.plugin.testing
GraphQLSpec.GraphQLRequestHelper - Class in org.grails.gorm.graphql.plugin.testing
GraphQLSpec.GraphQLRequestHelper() - Constructor in GraphQLSpec.GraphQLRequestHelper
GraphQLSqlDate - Field in CustomScalars
GraphQLTime - Field in CustomScalars
GraphQLTimestamp - Field in CustomScalars
GraphQLTimeZone - Field in CustomScalars
GraphQLTypeManager - Interface in org.grails.gorm.graphql.types
An interface for handling type conversion and creation with GraphQL.
GraphQLURI - Field in CustomScalars
GraphQLURL - Field in CustomScalars
GraphQLUUID - Field in CustomScalars
GREATER_THAN - Field in AbstractHibernateCriteriaBuilder
GREATER_THAN - Enum Constant in CriteriaMethods
GREATER_THAN_OR_EQUAL - Field in AbstractHibernateCriteriaBuilder
GREATER_THAN_OR_EQUAL - Enum Constant in CriteriaMethods
GREATER_THAN_OR_EQUAL_PROPERTY - Field in AbstractHibernateCriteriaBuilder
GREATER_THAN_OR_EQUAL_PROPERTY - Enum Constant in CriteriaMethods
GREATER_THAN_PROPERTY - Field in AbstractHibernateCriteriaBuilder
GREATER_THAN_PROPERTY - Enum Constant in CriteriaMethods
GroovyChange - Class in org.grails.plugins.databasemigration.liquibase
Custom Groovy-based change.
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() - Constructor in GroovyPrecondition
GroovyProxyInterceptorLogic - Class in org.grails.orm.hibernate.proxy
Pure logic for Groovy proxy interception and handling, decoupled from Hibernate.
GroovyProxyInterceptorLogic.InterceptorState - Record in org.grails.orm.hibernate.proxy
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

H

H2 - Enum Constant in RegexDialectPattern
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(AbstractQuery<?>, From<?,?>, org.hibernate.query.criteria.HibernateCriteriaBuilder, org.grails.datastore.mapping.query.Query$Criterion) - Method in PredicateGenerator.CriterionHandler
handle(grails.dev.commands.ExecutionContext) - Method in SchemaExportCommand
handle() - Method in ScriptDatabaseMigrationCommand
handleCriterion(AbstractQuery<?>, From<?,?>, org.grails.orm.hibernate.query.JpaQueryContext, org.grails.orm.hibernate.cfg.domainbinding.hibernate.GrailsHibernatePersistentEntity, org.grails.datastore.mapping.query.Query$QueryElement) - Method in PredicateGenerator
handleField(java.lang.String, org.grails.gorm.graphql.entity.fields.Field, Set<String>) - Method in EntityFetchOptions
handleNoResults() - Method in MongoQuery.AggregatedResultList
handlePropertyInternal(java.lang.String, Map<String, Object>, groovy.lang.Closure) - Method in HibernateMappingBuilder
Internal logic for building property configurations.
handleUninitialized(org.grails.orm.hibernate.proxy.GroovyProxyInterceptorLogic.InterceptorState, java.lang.String, java.lang.Object) - Method in GroovyProxyInterceptorLogic
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.
hasActiveTransaction() - Method in AbstractMongoSession
Returns:
true if a server-side MongoDB transaction is currently active on this session
hasAlias(java.lang.String) - Method in JpaQueryContext
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
hasJoinKeyMapping() - Method in PropertyConfig
Since:
8.0
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
hasRealized(java.lang.String) - Method in AliasRegistry
hasSort() - Method in HibernateToManyProperty
hasStringIdentifier - Field in AbstractMongoObectEntityPersister
hasStringIdentifier - Field in MongoCodecEntityPersister
hasTransaction() - Method in AbstractHibernateSession
hasTransaction() - Method in AbstractMongoSession
hasType(java.lang.Class) - Method in DefaultGraphQLTypeManager
hasType(java.lang.Class) - Method in GraphQLTypeManager
Retrieves whether or not a GraphQL type has been registered for the provided class
Hibernate7CountProjection - Class in org.grails.orm.hibernate.query
A Query.CountProjection that also includes a property name.
Hibernate7CountProjection(java.lang.String) - Constructor in Hibernate7CountProjection
HIBERNATE_CRITERION_ADAPTER - Field in HibernateQuery
HIBERNATE_CUSTOM_USER_TYPE - Enum Constant in HibernateMappingKeyword
hibernate - Property in HibernateConnectionSourceSettings
Settings for Hibernate
HibernateAlias - Record in org.grails.orm.hibernate.query
A internal criterion used to represent an alias for a basic collection join.
HibernateAlias(java.lang.String, java.lang.String) - Constructor in HibernateAlias
HibernateAssociation - Interface in org.grails.orm.hibernate.cfg.domainbinding.hibernate
Common interface for all Hibernate association properties (both ToOne and ToMany).
HibernateAssociationQuery - Class in org.grails.orm.hibernate.query
A thin wrapper over HibernateQuery that collects criteria for a single association scope.
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
HibernateAssociationQuery(org.grails.orm.hibernate.HibernateSession, org.grails.orm.hibernate.cfg.domainbinding.hibernate.GrailsHibernatePersistentEntity, org.grails.datastore.mapping.model.types.Association, java.lang.String, java.lang.String) - Constructor in HibernateAssociationQuery
HibernateBasicProperty - Class in org.grails.orm.hibernate.cfg.domainbinding.hibernate
Hibernate implementation of org.grails.datastore.mapping.model.types.Basic
HibernateBasicProperty(org.grails.orm.hibernate.cfg.domainbinding.hibernate.GrailsHibernatePersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Constructor in HibernateBasicProperty
HibernateClassMapping - Class in org.grails.orm.hibernate.cfg.domainbinding.hibernate
A org.grails.datastore.mapping.model.ClassMapping implementation for Hibernate
HibernateClassMapping(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext) - Constructor in HibernateClassMapping
HibernateCompositeIdentity - Class in org.grails.orm.hibernate.cfg
Represents a composite identity, equivalent to Hibernate mapping.
HibernateCompositeIdentity() - Constructor in HibernateCompositeIdentity
HibernateCompositeIdentityProperty - Class in org.grails.orm.hibernate.cfg.domainbinding.hibernate
Hibernate persistent property representing a composite (multi-field) identity
HibernateCompositeIdentityProperty(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.String, Class<?>, org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentProperty) - Constructor in HibernateCompositeIdentityProperty
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
Constructs org.hibernate.SessionFactory instances from a HibernateMappingContext
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
Authors:
Graeme Rocher
HibernateCustomEnumProperty - Class in org.grails.orm.hibernate.cfg.domainbinding.hibernate
Hibernate custom property whose Java type is an enum backed by a registered org.grails.datastore.mapping.engine.types.CustomTypeMarshaller.
HibernateCustomEnumProperty(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor, CustomTypeMarshaller<?,?,?>) - Constructor in HibernateCustomEnumProperty
HibernateCustomProperty - Class in org.grails.orm.hibernate.cfg.domainbinding.hibernate
Hibernate implementation of org.grails.datastore.mapping.model.types.Custom
HibernateCustomProperty(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor, CustomTypeMarshaller<?,?,?>) - Constructor in HibernateCustomProperty
hibernateCustomUserType(Map<String, Object>) - 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
HibernateDetachedCriteria - Class in org.grails.orm.hibernate
Hibernate-specific subclass of grails.gorm.DetachedCriteria that overrides propertyMissing to return a PropertyReference for numeric persistent properties.
HibernateDetachedCriteria(Class<T>, java.lang.String) - Constructor in HibernateDetachedCriteria
HibernateDialectDetectorFactoryBean - Class in org.grails.orm.hibernate.support
Authors:
Steven Devijver
hibernateDirtyChecking - Property in HibernateConnectionSourceSettings.HibernateSettings
Whether to use Hibernate's dirty checking instead of Grails'
HibernateEmbeddedClassMapping - Class in org.grails.orm.hibernate.cfg.domainbinding.hibernate
A org.grails.datastore.mapping.model.ClassMapping implementation for embedded entities in Hibernate
HibernateEmbeddedClassMapping(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext) - Constructor in HibernateEmbeddedClassMapping
HibernateEmbeddedCollectionProperty - Class in org.grails.orm.hibernate.cfg.domainbinding.hibernate
Hibernate implementation of org.grails.datastore.mapping.model.types.EmbeddedCollection
HibernateEmbeddedCollectionProperty(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Constructor in HibernateEmbeddedCollectionProperty
HibernateEmbeddedPersistentEntity - Class in org.grails.orm.hibernate.cfg.domainbinding.hibernate
HibernateEmbeddedPersistentEntity(Class<?>, org.grails.datastore.mapping.model.MappingContext) - Constructor in HibernateEmbeddedPersistentEntity
HibernateEmbeddedProperty - Class in org.grails.orm.hibernate.cfg.domainbinding.hibernate
Hibernate implementation of org.grails.datastore.mapping.model.types.Embedded
HibernateEmbeddedProperty(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Constructor in HibernateEmbeddedProperty
HibernateEntity - Trait in grails.gorm.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 ManagedEntity trait, adding logic that intercepts getter and setter access to eliminate the need for proxies.
HibernateEntityTransformation() - Constructor in HibernateEntityTransformation
HibernateEnumProperty - Interface in org.grails.orm.hibernate.cfg.domainbinding.hibernate
Marker interface for Hibernate persistent properties whose Java type is an enum.
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() - Constructor in HibernateGrailsPlugin
HibernateHqlQuery - Class in org.grails.orm.hibernate.query
A query implementation for HQL queries
HibernateHqlQuery(org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.model.PersistentEntity, org.hibernate.query.Query) - Constructor in HibernateHqlQuery
HibernateHqlQueryCreator - Class in org.grails.orm.hibernate.query
Bridges the Query API with the Hibernate HQL for SELECT queries.
HibernateIdentityMapping - Class in org.grails.orm.hibernate.cfg.domainbinding.hibernate
org.grails.datastore.mapping.model.IdentityMapping implementation for Hibernate that resolves identifier names from HibernateSimpleIdentity and HibernateCompositeIdentity mapped forms.
HibernateIdentityMapping(java.lang.Object, org.grails.datastore.mapping.model.ValueGenerator, ClassMapping<?>) - Constructor in HibernateIdentityMapping
Constructs a HibernateIdentityMapping.
HibernateIdentityProperty - Class in org.grails.orm.hibernate.cfg.domainbinding.hibernate
Hibernate implementation of org.grails.datastore.mapping.model.types.Identity
HibernateIdentityProperty(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.String, Class<?>) - Constructor in HibernateIdentityProperty
hibernateJunction - Field in AbstractHibernateQuery.HibernateAssociationQuery
hibernateJunction - Field in AbstractHibernateQuery.HibernateJunction
HibernateManyToManyProperty - Class in org.grails.orm.hibernate.cfg.domainbinding.hibernate
Hibernate implementation of org.grails.datastore.mapping.model.types.ManyToMany
HibernateManyToManyProperty(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Constructor in HibernateManyToManyProperty
HibernateManyToOneProperty - Class in org.grails.orm.hibernate.cfg.domainbinding.hibernate
Hibernate implementation of org.grails.datastore.mapping.model.types.ManyToOne
HibernateManyToOneProperty(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Constructor in HibernateManyToOneProperty
HibernateMappingBuilder - Class in org.grails.orm.hibernate.cfg.domainbinding.hibernate
Implements the ORM mapping DSL constructing a model that can be evaluated by the GrailsDomainBinder class which maps GORM classes onto the database.
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
Configures a SessionFactory using a HibernateMappingContext and a HibernateMappingContextConfiguration
HibernateMappingFactory - Class in org.grails.orm.hibernate.cfg.domainbinding.hibernate
The org.grails.datastore.mapping.config.AbstractGormMappingFactory implementation for Hibernate, responsible for creating all Hibernate-specific persistent property and identity mapping instances.
HibernateMappingFactory() - Constructor in HibernateMappingFactory
HibernateMappingKeyword - Enum in org.grails.orm.hibernate.cfg.domainbinding.hibernate
Enum representing the supported keywords in the Hibernate ORM mapping DSL.
HibernateOneToManyProperty - Class in org.grails.orm.hibernate.cfg.domainbinding.hibernate
Hibernate implementation of org.grails.datastore.mapping.model.types.OneToMany
HibernateOneToManyProperty(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Constructor in HibernateOneToManyProperty
HibernateOneToOneProperty - Class in org.grails.orm.hibernate.cfg.domainbinding.hibernate
Hibernate implementation of org.grails.datastore.mapping.model.types.OneToOne
HibernateOneToOneProperty(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Constructor in HibernateOneToOneProperty
HibernatePagedResultList - Class in org.grails.orm.hibernate.query
A PagedResultList for Hibernate 7.
HibernatePagedResultList(org.grails.orm.hibernate.GrailsHibernateTemplate, org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.query.Query) - Constructor in HibernatePagedResultList
HibernatePersistenceContextInterceptor - Class in org.grails.plugin.hibernate.support
Authors:
Graeme Rocher
HibernatePersistenceContextInterceptor(java.lang.String) - Constructor in HibernatePersistenceContextInterceptor
Parameters:
dataSourceName - a name of dataSource
HibernatePersistentEntity - Class in org.grails.orm.hibernate.cfg.domainbinding.hibernate
Persistent entity implementation for Hibernate
HibernatePersistentEntity(Class<?>, org.grails.datastore.mapping.model.MappingContext) - Constructor in HibernatePersistentEntity
HibernatePersistentProperty - Interface in org.grails.orm.hibernate.cfg.domainbinding.hibernate
Interface for Hibernate persistent properties
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
HibernatePropertyIdentity - Interface in org.grails.orm.hibernate.cfg.domainbinding.hibernate
A marker interface for single and composite identity configurations in GORM for Hibernate.
HibernateProxyHandler - Class in org.grails.orm.hibernate.proxy
Implementation of the ProxyHandler interface for Hibernate using org.hibernate.Hibernate and HibernateProxyHelper where possible.
HibernateProxyHelper - Class in org.hibernate.proxy
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
HibernateQueryArgument - Enum in org.grails.orm.hibernate.query
Typed enum of all query argument keys and Hibernate config property keys used in the Hibernate 7 datastore.
HibernateQueryConstants - Interface in org.grails.orm.hibernate.query
Constants used for query arguments etc.
HibernateQueryExecutor - Record in org.grails.orm.hibernate.query
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
HibernateSimpleEnumProperty - Class in org.grails.orm.hibernate.cfg.domainbinding.hibernate
Hibernate simple property whose Java type is an enum (no custom type marshaller).
HibernateSimpleEnumProperty(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Constructor in HibernateSimpleEnumProperty
HibernateSimpleIdentity - Class in org.grails.orm.hibernate.cfg
Defines the identity generation strategy.
HibernateSimpleIdentity() - Constructor in HibernateSimpleIdentity
HibernateSimpleIdentityProperty - Class in org.grails.orm.hibernate.cfg.domainbinding.hibernate
Hibernate persistent property representing a single-field identity
HibernateSimpleIdentityProperty(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.lang.String, Class<?>) - Constructor in HibernateSimpleIdentityProperty
HibernateSimpleProperty - Class in org.grails.orm.hibernate.cfg.domainbinding.hibernate
Hibernate implementation of org.grails.datastore.mapping.model.types.Simple
HibernateSimpleProperty(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Constructor in HibernateSimpleProperty
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
HibernateTenantIdProperty - Class in org.grails.orm.hibernate.cfg.domainbinding.hibernate
Hibernate implementation of org.grails.datastore.mapping.model.types.TenantId
HibernateTenantIdProperty(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Constructor in HibernateTenantIdProperty
HibernateToManyCollectionProperty - Interface in org.grails.orm.hibernate.cfg.domainbinding.hibernate
HibernateToManyEntityOrderByBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.secondpass
Binds the order-by clause and discriminator where condition to a collection.
HibernateToManyEntityOrderByBinder() - Constructor in HibernateToManyEntityOrderByBinder
Creates a new HibernateToManyEntityOrderByBinder instance.
HibernateToManyEntityProperty - Interface in org.grails.orm.hibernate.cfg.domainbinding.hibernate
Marker interface for Hibernate Collections
HibernateToManyProperty - Interface in org.grails.orm.hibernate.cfg.domainbinding.hibernate
Marker interface for Hibernate to-many associations
HibernateToOneProperty - Interface in org.grails.orm.hibernate.cfg.domainbinding.hibernate
Marker interface for Hibernate to-one associations (HibernateManyToOneProperty and HibernateOneToOneProperty).
hibernateTransactionManager() - Method in HibernateGormAutoConfiguration
HibernateVersionProperty - Class in org.grails.orm.hibernate.cfg.domainbinding.hibernate
Specialisation of HibernateSimpleProperty used for the optimistic-locking version property.
HibernateVersionProperty(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.model.MappingContext, java.beans.PropertyDescriptor) - Constructor in HibernateVersionProperty
HibernateVersionSupport - Class in org.grails.orm.hibernate.support
Methods to deal with the differences in different Hibernate versions
HILO - Enum Constant in GrailsSequenceGeneratorEnum
HINT_ARGUMENT - Field in MongoQuery
hint(FindIterable<Document>, Map<String, Object>) - Method in MongoExtensions
host - Property in AbstractMongoConnectionSourceSettings
The host name to use
HQL_ALL - Enum Constant in HibernateQueryArgument
HQL_AS - Enum Constant in HibernateQueryArgument
HQL_DISTINCT - Enum Constant in HibernateQueryArgument
HQL_FROM - Enum Constant in HibernateQueryArgument
HQL_GROUP - Enum Constant in HibernateQueryArgument
HQL_HAVING - Enum Constant in HibernateQueryArgument
HQL_INNER - Enum Constant in HibernateQueryArgument
HQL_JOIN - Enum Constant in HibernateQueryArgument
HQL_LEFT - Enum Constant in HibernateQueryArgument
HQL_NEW - Enum Constant in HibernateQueryArgument
HQL_ORDER - Enum Constant in HibernateQueryArgument
HQL_OUTER - Enum Constant in HibernateQueryArgument
HQL_RIGHT - Enum Constant in HibernateQueryArgument
HQL_SELECT - Enum Constant in HibernateQueryArgument
HQL_WHERE - Enum Constant in HibernateQueryArgument
HqlListQueryBuilder - Class in org.grails.orm.hibernate.query
A builder for HQL list queries.
HqlListQueryBuilder(org.grails.orm.hibernate.cfg.domainbinding.hibernate.GrailsHibernatePersistentEntity, Map<String,Object>) - Constructor in HqlListQueryBuilder
HqlQueryContext - Record in org.grails.orm.hibernate.query
Immutable value object that holds all resolved HQL query state which can be computed without a Hibernate Session: the final HQL string, the result target class, any named parameters (including those expanded from a groovy.lang.GString), and flags for whether the query is an update or native SQL.
HqlQueryDelegate - Interface in org.grails.orm.hibernate.query
Abstracts over Hibernate's org.hibernate.query.Query (SELECT) and org.hibernate.query.MutationQuery (UPDATE/DELETE).
HqlQueryMethods - Interface in org.grails.orm.hibernate.query

I

id() - Method in AbstractHibernateCriteriaBuilder
id() - Method in AbstractHibernateQuery.HibernateProjectionList
ID_EQUALS - Field in AbstractHibernateCriteriaBuilder
ID_EQUALS - Enum Constant in CriteriaMethods
id(Map<String, Object>) - Method in HibernateMappingBuilder
ID - Enum Constant in HibernateMappingKeyword
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 - Enum Constant in GrailsEnumType
IDENTITY - Enum Constant in GrailsSequenceGeneratorEnum
Identity() - Constructor in Identity
identity - Property in Mapping
The identity definition
IdentityBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
IdentityBinder(org.grails.orm.hibernate.cfg.domainbinding.binder.SimpleIdBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.CompositeIdBinder) - Constructor in IdentityBinder
IdentityDecoder - Class in org.grails.datastore.bson.codecs.decoders
A {@PropertyDecoder} capable of decoding the org.grails.datastore.mapping.model.types.Identity
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
IGNORE_CASE - Enum Constant in HibernateQueryArgument
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
ILIKE - Enum Constant in CriteriaMethods
IMAGE - Field in HibernateCriteriaBuilder
IMPORT_FROM - Enum Constant in HibernateMappingKeyword
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 - Enum Constant in CriteriaMethods
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
INCLUDES - Enum Constant in HibernateMappingKeyword
INCREMENT - Enum Constant in GrailsSequenceGeneratorEnum
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_EXPIRE_AFTER_SECONDS - Field in MongoDatastore
TTL index attribute.
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_RECREATE_ON_CONFLICT - Field in MongoDatastore
Opt-in index attribute: when an index already exists on the same keys with conflicting options that cannot be reconciled in place (i.e. anything other than a TTL change), drop the existing index and recreate it with the declared options instead of just logging the conflict.
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
IndexBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
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 GrailsGraphQLConfiguration
init() - Method in HibernatePersistenceContextInterceptor
initClosure - Property in GroovyChange
initClosureCalled - Property in GroovyChange
initialize() - Method in AbstractHibernateCriterionAdapter
initialize() - Method in ChildHibernateDatastore
initialize() - Method in DefaultGraphQLTypeManager
initialize(org.hibernate.boot.model.relational.SqlStringGenerationContext) - Method in GrailsSequenceStyleGenerator
initialize() - Method in HibernateDatastore
initialize(java.lang.Object) - Method in HibernateProxyHandler
Force initialization of a proxy or persistent collection.
initialize() - Method in LazyGraphQLMapping
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() - Method in Schema
initialize(java.lang.Object) - Method in SimpleHibernateProxyHandler
initialized - Field in AbstractHibernateCriterionAdapter
initializeEntity(org.grails.datastore.mapping.model.PersistentEntity) - Method in DefaultGormDataFetcher
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.grails.datastore.mapping.core.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
input - Property in CustomGraphQLProperty
input - Property in Field
input - Property in GraphQLPropertyMapping
Whether or not the property should be available to be sent by the client in CREATE or UPDATE operations
input - Property in PersistentGraphQLProperty
InputObjectTypeBuilder - Interface in org.grails.gorm.graphql.types.input
Definition of a builder that creates output types
inputObjectTypeBuilders - Property in DefaultGraphQLTypeManager
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
InstantCoercion - Class in org.grails.gorm.graphql.types.scalars.coercing.jsr310
Default java.time.Instant coercion
InstantCoercion() - Constructor in InstantCoercion
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
intercept(java.lang.Object, java.lang.reflect.Method, java.lang.Object) - Method in ByteBuddyGroovyInterceptor
interceptEntity(org.grails.datastore.mapping.model.PersistentEntity, Builder>, Builder>) - Method in GraphQLSchemaInterceptor
Executed for each entity mapped with GraphQL.
InterceptingDataFetcher - Class in org.grails.gorm.graphql.fetcher.interceptor
Data fetcher to wrap another data fetcher to apply interceptor execution
InterceptingDataFetcher(java.lang.Class, org.grails.gorm.graphql.GraphQLServiceManager, org.grails.gorm.graphql.fetcher.interceptor.InterceptorInvoker, org.grails.gorm.graphql.fetcher.GraphQLDataFetcherType, graphql.schema.DataFetcher) - Constructor in InterceptingDataFetcher
interceptor - Field in HibernateConnectionSourceFactory
interceptorComparator - Field in DefaultGraphQLInterceptorManager
InterceptorInvoker - Class in org.grails.gorm.graphql.fetcher.interceptor
A generic interface for custom operations to separate which event will be called based on the returnType of the operation.
InterceptorInvoker() - Constructor in InterceptorInvoker
interceptorManager - Property in Schema
interceptors - Field in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
interceptors - Field in DefaultGraphQLInterceptorManager
interceptors - Field in InterceptingDataFetcher
InterceptorState(java.lang.String, Class<?>, java.lang.Object) - Constructor in GroovyProxyInterceptorLogic.InterceptorState
interceptSchema(graphql.schema.GraphQLObjectType$Builder, graphql.schema.GraphQLObjectType$Builder, Set<GraphQLType>) - Method in GraphQLSchemaInterceptor
Executed a single time before the schema is created.
intValue(java.util.Map, java.lang.String) - Method in AbstractHibernateGormStaticApi
invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object) - Method in CloseSuppressingInvocationHandler
invoke(org.grails.gorm.graphql.interceptor.GraphQLFetcherInterceptor, java.lang.String, graphql.schema.DataFetchingEnvironment) - Method in CustomInterceptorInvoker
invoke(org.grails.gorm.graphql.interceptor.GraphQLFetcherInterceptor, java.lang.String, graphql.schema.DataFetchingEnvironment) - Method in CustomMutationInterceptorInvoker
invoke(org.grails.gorm.graphql.interceptor.GraphQLFetcherInterceptor, java.lang.String, graphql.schema.DataFetchingEnvironment) - Method in CustomQueryInterceptorInvoker
invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object) - Method in GrailsHibernateTemplate.CloseSuppressingInvocationHandler
INVOKE_IMPLEMENTATION - Field in GroovyProxyInterceptorLogic
invoke(org.grails.gorm.graphql.interceptor.GraphQLFetcherInterceptor, graphql.schema.DataFetchingEnvironment, org.grails.gorm.graphql.fetcher.GraphQLDataFetcherType) - Method in InterceptorInvoker
invoke(org.grails.gorm.graphql.interceptor.GraphQLFetcherInterceptor, graphql.schema.DataFetchingEnvironment, org.grails.gorm.graphql.fetcher.GraphQLDataFetcherType) - Method in ProvidedInterceptorInvoker
invokeClosureNode(java.lang.Object) - Method in CriteriaMethodInvoker
invokeMethod(java.lang.String, java.lang.Object) - Method in AbstractHibernateCriteriaBuilder
invokeMethod(java.lang.String, java.lang.Object) - Method in CriteriaMethodInvoker
invokeMethod(java.lang.String, java.lang.Object) - Method in DatabaseChangeLogBuilder
invokeMethod(java.lang.String, java.lang.Object) - Method in InstanceProxy
IS_EMPTY - Field in AbstractHibernateCriteriaBuilder
IS_EMPTY - Enum Constant in CriteriaMethods
IS_NOT_EMPTY - Field in AbstractHibernateCriteriaBuilder
IS_NOT_EMPTY - Enum Constant in CriteriaMethods
IS_NOT_NULL - Field in AbstractHibernateCriteriaBuilder
IS_NOT_NULL - Enum Constant in CriteriaMethods
IS_NULL - Field in AbstractHibernateCriteriaBuilder
IS_NULL - Enum Constant in CriteriaMethods
isAbstract() - Method in GrailsHibernatePersistentEntity
isAbstract() - Method in HibernateEmbeddedPersistentEntity
isActive() - Method in MongoTransaction
isApplyFlushModeOnlyToNonExistingTransactions() - Method in GrailsHibernateTemplate
isAssignedId(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoCodecEntityPersister
isAssociationColumnNullable() - Method in HibernateAssociation
Returns the nullable value for the FK column when this property is an association without a user type.
isAssociationColumnNullable() - Method in HibernateOneToOneProperty
isAssociationColumnNullable() - Method in HibernateToManyProperty
Returns:
Whether the association column is nullable.
isAssociationQueryMethod(java.lang.Object) - Method in CriteriaMethodInvoker
isAssociationQueryWithJoinSpecificationMethod(java.lang.Object) - Method in CriteriaMethodInvoker
isAtLeastVersion(java.lang.String) - Method in HibernateVersionSupport
Check the current hibernate version
isAttached(D) - Method in AbstractHibernateGormInstanceApi
isAutoFlush() - Method in AbstractHibernateDatastore
isBasic() - Method in HibernateToManyProperty
isBidirectional() - Method in HibernateAssociation
isBidirectionalManyToOne(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
isBidirectionalManyToOneWithListMapping(org.grails.datastore.mapping.model.PersistentProperty, org.hibernate.mapping.Property) - Method in GrailsDomainBinder
isBidirectionalManyToOneWithListMapping(org.hibernate.mapping.Property) - Method in HibernateAssociation
isBidirectionalManyToOneWithListMapping(org.hibernate.mapping.Property) - Method in HibernatePersistentProperty
isBidirectionalOneToManyMap(org.grails.datastore.mapping.model.types.Association) - Method in GrailsDomainBinder
isBidirectionalToManyMap() - Method in HibernateAssociation
isCacheQueries - Field in AbstractHibernateDatastore
isCacheQueries() - Method in GrailsHibernateTemplate
isCircular() - Method in HibernateAssociation
isCircularAssociation(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
isComponentPropertyNullable(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
isComponentPropertyNullable(PersistentProperty<?>) - Method in GrailsHibernatePersistentEntity
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
isCriteriaConstructionMethod(grails.orm.CriteriaMethods, java.lang.Object) - Method in CriteriaMethodInvoker
isDefaultDataSource(java.lang.String) - Method in DatabaseMigrationGrailsPlugin
isDefined(java.lang.String) - Method in AliasRegistry
isDeprecated() - Method in GraphQLDomainProperty
Returns:
True if the property is deprecated
isDeprecated() - Method in PersistentGraphQLProperty
isDirty(java.lang.Object) - Method in AbstractHibernateSession
isDirty(java.lang.Object, java.lang.Object) - Method in AbstractMongoObectEntityPersister
isDirty(java.lang.Object, org.hibernate.persister.entity.EntityPersister, org.hibernate.Session) - Method in GrailsEntityDirtinessStrategy
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
isEmbedded() - Method in HibernatePersistentProperty
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
isEnum() - Method in HibernatePersistentProperty
Returns:
Whether this property is an enum property.
isEnum() - Method in HibernateToManyProperty
isEnumType() - Method in HibernatePersistentProperty
isExposeNativeSession() - Method in GrailsHibernateTemplate
isFailOnError() - Method in AbstractHibernateDatastore
isForeignKeyInChild(org.grails.datastore.mapping.model.types.Association) - Method in EntityFetchOptions
isGroovyMethod(java.lang.String) - Method in GroovyProxyInterceptorLogic
isHibernateConstrained() - Method in HibernateOneToOneProperty
True when the FK is on this side (hasOne on the other side).
isIdentifier(org.hibernate.mapping.PersistentClass, java.lang.String) - Method in GormColumnSnapshotGenerator
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) - Method in GroovyProxyInterceptorLogic
Check if a Groovy proxy is initialized.
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
isInput() - Method in GraphQLDomainProperty
Returns:
True if the property is to be used for input operations (CREATE/UPDATE)
isJdbcBatchVersionedData - Property in GrailsHibernateTransactionManager
isJoinedSubclass() - Method in GrailsHibernatePersistentEntity
isJoinKeyMapped() - Method in HibernatePersistentProperty
Returns:
true if the property has a join key mapping
isLazy(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentProperty) - Method in GrailsHibernatePersistentEntity
Determines if the given property should be lazy.
isLazy() - Method in HibernateManyToManyProperty
isLazy() - Method in HibernateOneToManyProperty
isLazy() - Method in HibernatePersistentProperty
Determines if the property should be lazy.
isLazyAble() - Method in HibernatePersistentProperty
isLocked(java.lang.Object) - Method in MongoCodecEntityPersister
isManyToMany() - Method in HibernateToManyProperty
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
isNullable() - Method in GraphQLDomainProperty
Returns:
True if the property allows nulls
isNumericPropertyType(Class<?>) - Method in HibernateDetachedCriteria
ISO_8601 - Field in JsonWriter
isOneToMany() - Method in HibernateToManyProperty
isOpen() - Method in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
isOpen() - Method in HibernatePersistenceContextInterceptor
isOsivReadOnly() - Method in AbstractHibernateDatastore
isOsivReadOnly() - Method in GrailsHibernateTemplate
isOutput() - Method in GraphQLDomainProperty
Returns:
True if the property is to be used for output operations (GET/LIST)
isOwningSide() - Method in HibernateAssociation
isPaged(Map<String,Object>) - Method in HqlListQueryBuilder
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
isSaveUpdate() - Method in CascadeBehavior
Returns whether save update.
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
isSerializableType() - Method in HibernatePersistentProperty
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 GormGraphqlGrailsPlugin
issueManagement - Property in HibernateGrailsPlugin
issueManagement - Property in MongodbGrailsPlugin
isTableAbstract() - Method in GrailsHibernatePersistentEntity
isTablePerConcreteClass() - Method in Mapping
isTablePerHierarchy() - Method in GrailsHibernatePersistentEntity
isTablePerHierarchySubclass() - Method in GrailsHibernatePersistentEntity
isTimeFormat(java.lang.String) - Method in DatabaseMigrationCommand
isTransactionsEnabled() - Method in MongoDatastore
Whether GORM should use real MongoDB multi-document transactions (a server-side ClientSession) for transactional operations.
isUnidirectionalOneToMany(org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
Checks whether a property is a unidirectional non-circular one-to-many
isUnionSubclass() - Method in GrailsHibernatePersistentEntity
isUnique() - Method in PropertyConfig
Shortcut to determine whether the property's column is configured to be unique.
isUserButNotCollectionType() - Method in HibernatePersistentProperty
isValidHibernateManyToOne() - Method in HibernateManyToOneProperty
isValidHibernateManyToOne() - Method in HibernateOneToOneProperty
isValidHibernateManyToOne() - Method in HibernatePersistentProperty
isValidHibernateOneToOne() - Method in HibernateOneToOneProperty
isValidHibernateOneToOne() - Method in HibernatePersistentProperty
isValidMappingStrategy(java.lang.Class, java.lang.Object) - Method in HibernateMappingContext
iterator() - Method in MongoQuery.AggregatedResultList

J

jdbcExceptionTranslator - Field in GrailsHibernateTemplate
join(java.lang.String, jakarta.persistence.criteria.JoinType) - Method in AbstractHibernateCriteriaBuilder
join(java.lang.String, jakarta.persistence.criteria.JoinType) - Method in AbstractHibernateQuery
JOIN - Enum Constant in HibernateQueryArgument
JoinedSubClassBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
Binds a joined sub-class mapping using table-per-subclass
JoinedSubClassBinder(org.hibernate.boot.spi.MetadataBuildingContext, org.grails.orm.hibernate.cfg.PersistentEntityNamingStrategy, org.grails.orm.hibernate.cfg.domainbinding.binder.SimpleValueColumnBinder, org.grails.orm.hibernate.cfg.domainbinding.util.ColumnNameForPropertyAndPathFetcher, org.grails.orm.hibernate.cfg.domainbinding.binder.ClassBinder, org.hibernate.boot.spi.InFlightMetadataCollector) - Constructor in JoinedSubClassBinder
JoinTable - Class in org.grails.orm.hibernate.cfg
Represents a Join table in Grails mapping.
JoinTable() - Constructor in JoinTable
joinTable - Property in PropertyConfig
The join table configuration
joinTableColumName(org.grails.orm.hibernate.cfg.PersistentEntityNamingStrategy) - Method in HibernateToManyProperty
JoinTracker - Class in org.grails.orm.hibernate.query
Tracks physical JPA Joins and Roots to ensure consistency and avoid duplicate joins.
JoinTracker(org.grails.orm.hibernate.query.JoinTracker, From<?,?>) - Constructor in JoinTracker
JPA_DEFAULT_DISCRIMINATOR_TYPE - Field in GrailsDomainBinder
JpaCriteriaQueryCreator - Class in org.grails.orm.hibernate.query
A class that creates a JPA jakarta.persistence.criteria.CriteriaQuery from a GORM org.grails.datastore.mapping.query.Query and grails.gorm.DetachedCriteria.
JpaCriteriaQueryCreator(org.grails.datastore.mapping.query.Query$ProjectionList, org.hibernate.query.criteria.HibernateCriteriaBuilder, org.grails.orm.hibernate.cfg.domainbinding.hibernate.GrailsHibernatePersistentEntity, DetachedCriteria<?>, org.springframework.core.convert.ConversionService, org.grails.orm.hibernate.query.HibernateQuery) - Constructor in JpaCriteriaQueryCreator
JpaProjectionAdapter - Class in org.grails.orm.hibernate.query
Adapts Grails datastore projections to JPA Selections.
JpaProjectionAdapter(org.hibernate.query.criteria.HibernateCriteriaBuilder, org.grails.orm.hibernate.query.JpaQueryContext) - Constructor in JpaProjectionAdapter
JpaProjectionTranslator - Class in org.grails.orm.hibernate.query
A class that translates GORM projections to JPA expressions.
JpaProjectionTranslator(jakarta.persistence.criteria.CriteriaBuilder, org.grails.orm.hibernate.query.JpaQueryContext) - Constructor in JpaProjectionTranslator
JpaQueryContext - Class in org.grails.orm.hibernate.query
Orchestrator for JPA query translation state (Aliases, Joins, Expressions).
JpaQueryContext(org.grails.orm.hibernate.query.JpaQueryContext, List<HibernateAlias>, From<?,?>) - Constructor in JpaQueryContext
Internal constructor for subqueries and base initialization.
json(java.lang.String, java.util.Map, java.lang.String) - Method in GraphQLSpec.GraphQLRequestHelper
JsonReader - Class in org.grails.datastore.bson.json
A simplified fork of org.bson.json.JsonReader that works with readers and removes processing related to MongoDB
JsonReader.Context - Class in org.grails.datastore.bson.json
JsonReader.Mark - Class in org.grails.datastore.bson.json
JsonReader(java.io.Reader) - Constructor in JsonReader
Constructs a new instance with the given JSON reader.
JsonWriter - Class in org.grails.datastore.bson.json
Simplified fork of org.bson.json.JsonWriter that ignores behaviour specific to MongoDB and produces more compat output
JsonWriter.Context - Class in org.grails.datastore.bson.json
JsonWriter(java.io.Writer, org.bson.json.JsonWriterSettings) - Constructor in JsonWriter
Jsr310Coercion - Class in org.grails.gorm.graphql.types.scalars.coercing.jsr310
Base class for Java 8 date types to extend for GraphQL coercion
Jsr310Coercion(List<String>) - Constructor in Jsr310Coercion
jtaSessionContext - Field in GrailsSessionContext

K

key(java.lang.String) - Method in JoinTable
Configures the column
KeyClassQuery - Trait in org.grails.gorm.graphql.types
Generic class to help searching maps that have a class as their key
keys - Property in JoinTable
The foreign key columns (composite key support)
KILOMETERS - Property in Metric
the radius of the earth in kilometers *

L

last(java.util.Map) - Method in AbstractHibernateGormStaticApi
lazy(groovy.lang.Closure) - Method in GraphQLMapping
Builder to provide code completion.
LazyGraphQLMapping - Class in org.grails.gorm.graphql.entity.dsl
A class to lazy initialize GraphQL mappings on GORM entities.
LazyGraphQLMapping(groovy.lang.Closure) - Constructor in LazyGraphQLMapping
le(java.lang.String, java.lang.Object) - Method in AbstractHibernateCriteriaBuilder
Creates a "less than or equal to" Criterion based on the specified property name and value
le(java.lang.String, java.lang.Object) - Method in AbstractHibernateQuery
le(java.lang.String, java.lang.Object) - Method in AbstractHibernateQuery.HibernateAssociationQuery
leAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractHibernateCriteriaBuilder
Creates a subquery criterion that ensures the given property is less than all the given returned values
leftShift(MongoCollection<Document>, Map<String, Object>) - Method in MongoExtensions
length - Property in ColumnConfig
The length of the column
lenient - Field in DateCoercion
leProperty(java.lang.String, java.lang.String) - Method in AbstractHibernateCriteriaBuilder
Creates a Criterion that tests if the first property is less than or equal to the second property
leSome(java.lang.String, Closure<?>) - Method in AbstractHibernateCriteriaBuilder
LESS_THAN - Field in AbstractHibernateCriteriaBuilder
LESS_THAN - Enum Constant in CriteriaMethods
LESS_THAN_OR_EQUAL - Field in AbstractHibernateCriteriaBuilder
LESS_THAN_OR_EQUAL - Enum Constant in CriteriaMethods
LESS_THAN_OR_EQUAL_PROPERTY - Field in AbstractHibernateCriteriaBuilder
LESS_THAN_OR_EQUAL_PROPERTY - Enum Constant in CriteriaMethods
LESS_THAN_PROPERTY - Field in AbstractHibernateCriteriaBuilder
LESS_THAN_PROPERTY - Enum Constant in CriteriaMethods
license - Property in DatabaseMigrationGrailsPlugin
license - Property in GormGraphqlGrailsPlugin
license - Property in HibernateGrailsPlugin
license - Property in MongodbGrailsPlugin
LIKE - Field in AbstractHibernateCriteriaBuilder
like(java.lang.String, java.lang.String) - Method in AbstractHibernateQuery
like(java.lang.String, java.lang.String) - Method in AbstractHibernateQuery.HibernateAssociationQuery
LIKE - Enum Constant in CriteriaMethods
LineString - Class in grails.mongodb.geo
See http://geojson.org/geojson-spec.html#linestring
LineString(grails.mongodb.geo.Point) - Constructor in LineString
Constructs a LineString for the given Point instances
LineStringType - Class in org.grails.datastore.gorm.mongo.geo
Adds support for the LineStringType type to GORM for MongoDB
LineStringType() - Constructor in LineStringType
link(org.hibernate.mapping.Collection, org.hibernate.mapping.PersistentClass, org.hibernate.mapping.DependantValue, org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentProperty) - Method in BidirectionalOneToManyLinker
Link.
linkBidirectionalOneToMany(org.hibernate.mapping.Collection, org.hibernate.mapping.PersistentClass, org.hibernate.mapping.DependantValue, org.grails.datastore.mapping.model.PersistentProperty) - Method in GrailsDomainBinder
Links a bidirectional one-to-many, configuring the inverse side and using a column copy to perform the link
linkValueUsingAColumnCopy(org.grails.datastore.mapping.model.PersistentProperty, org.hibernate.mapping.Column, org.hibernate.mapping.DependantValue) - Method in GrailsDomainBinder
list(java.util.Map, groovy.lang.Closure) - Method in AbstractHibernateCriteriaBuilder
list() - Method in AbstractHibernateQuery
LIST_CALL - Field in AbstractHibernateCriteriaBuilder
LIST_CALL - Enum Constant in CriteriaMethods
LIST_DISTINCT_CALL - Field in AbstractHibernateCriteriaBuilder
LIST_DISTINCT_CALL - Enum Constant in CriteriaMethods
LIST - Enum Constant in GraphQLDataFetcherType
list(java.util.Map) - Method in HibernateGormStaticApi
list(org.hibernate.Session, org.hibernate.query.criteria.JpaCriteriaQuery) - Method in HibernateQueryExecutor
list() - Method in HqlQueryDelegate
Returns all results.
list() - Method in MutationHqlQuery
list - Property in Operations
list() - Method in SelectHqlQuery
listArguments - Property in GrailsGraphQLConfiguration
listArguments - Property in Schema
ListCollectionType - Class in org.grails.orm.hibernate.cfg.domainbinding.collectionType
ListCollectionType(org.hibernate.boot.spi.MetadataBuildingContext) - Constructor in ListCollectionType
listDistinct(groovy.lang.Closure) - Method in AbstractHibernateCriteriaBuilder
listForCriteria() - Method in AbstractHibernateQuery
listIterator(int) - Method in MongoQuery.AggregatedResultList
ListOperation - Class in org.grails.gorm.graphql.entity.operations
Stores metadata about the list operation that this library provides by default.
ListOperation() - Constructor in ListOperation
ListSecondPass - Class in org.grails.orm.hibernate.cfg.domainbinding.secondpass
ListSecondPass(org.grails.orm.hibernate.cfg.domainbinding.secondpass.ListSecondPassBinder, org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateToManyProperty) - Constructor in ListSecondPass
ListSecondPassBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.secondpass
Refactored from CollectionBinder to handle list second pass binding.
ListSecondPassBinder(org.hibernate.boot.spi.MetadataBuildingContext, org.grails.orm.hibernate.cfg.PersistentEntityNamingStrategy, org.grails.orm.hibernate.cfg.domainbinding.secondpass.CollectionSecondPassBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.SimpleValueColumnBinder, org.hibernate.boot.spi.InFlightMetadataCollector) - Constructor in ListSecondPassBinder
load(java.io.Serializable) - Method in AbstractHibernateGormStaticApi
load(Class<T>, java.io.Serializable) - Method in GrailsHibernateTemplate
load(liquibase.parser.core.ParsedNode, liquibase.resource.ResourceAccessor) - Method in GroovyChange
load(liquibase.parser.core.ParsedNode, liquibase.resource.ResourceAccessor) - Method in GroovyPrecondition
load(Class<T>, java.io.Serializable) - Method in IHibernateTemplate
loadAfter - Property in HibernateGrailsPlugin
loadAfter - Property in MongodbGrailsPlugin
loadAll(Class<T>) - Method in GrailsHibernateTemplate
loadEmbeddedCollection(org.grails.datastore.mapping.model.types.EmbeddedCollection, org.grails.datastore.mapping.engine.EntityAccess, java.lang.Object, java.lang.String) - Method in MongoEntityPersister
loadEmbeddedCollectionKeys(org.grails.datastore.mapping.model.types.Association, org.grails.datastore.mapping.engine.EntityAccess, T) - Method in AbstractMongoObectEntityPersister
Implementors who want to support one-to-many associations embedded should implement this method
loadEntity(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object) - Method in DefaultGormDataFetcher
loadJavaServices(Class<S>) - Method in HibernateMappingContextConfiguration
localContext - Property in MockDataFetchingEnvironment
LocalDateBsonConverter - Trait in org.grails.datastore.bson.codecs.temporal
A trait to read and write a java.time.LocalDate to MongoDB
LocalDateCodec - Class in org.grails.datastore.bson.codecs
A class to translate a java.time.LocalDate in MongoDB
LocalDateCodec() - Constructor in LocalDateCodec
LocalDateCoercion - Class in org.grails.gorm.graphql.types.scalars.coercing.jsr310
Default java.time.LocalDate coercion
LocalDateCoercion() - Constructor in LocalDateCoercion
LocalDateDecoder - Class in org.grails.datastore.bson.codecs.decoders
A simple decoder for java.time.LocalDate
LocalDateDecoder() - Constructor in LocalDateDecoder
LocalDateEncoder - Class in org.grails.datastore.bson.codecs.encoders
A simple encoder for java.time.LocalDate
LocalDateEncoder() - Constructor in LocalDateEncoder
LocalDateTimeBsonConverter - Trait in org.grails.datastore.bson.codecs.temporal
A trait to read and write a java.time.LocalDateTime to MongoDB
LocalDateTimeCodec - Class in org.grails.datastore.bson.codecs
A class to translate a java.time.LocalDateTime in MongoDB
LocalDateTimeCodec() - Constructor in LocalDateTimeCodec
LocalDateTimeCoercion - Class in org.grails.gorm.graphql.types.scalars.coercing.jsr310
Default java.time.LocalDateTime coercion
LocalDateTimeCoercion() - Constructor in LocalDateTimeCoercion
LocalDateTimeDecoder - Class in org.grails.datastore.bson.codecs.decoders
A simple decoder for java.time.LocalDateTime
LocalDateTimeDecoder() - Constructor in LocalDateTimeDecoder
LocalDateTimeEncoder - Class in org.grails.datastore.bson.codecs.encoders
A simple encoder for java.time.LocalDateTime
LocalDateTimeEncoder() - Constructor in LocalDateTimeEncoder
LOCALE - Field in HibernateCriteriaBuilder
locale - Property in MockDataFetchingEnvironment
LocaleAwareContext - Interface in org.grails.gorm.graphql.fetcher.context
Interface to describe objects that have a locale
LocalTimeBsonConverter - Trait in org.grails.datastore.bson.codecs.temporal
A trait to read and write a java.time.LocalTime to MongoDB
LocalTimeCodec - Class in org.grails.datastore.bson.codecs
A class to translate a java.time.LocalTime in MongoDB
LocalTimeCodec() - Constructor in LocalTimeCodec
LocalTimeCoercion - Class in org.grails.gorm.graphql.types.scalars.coercing.jsr310
Default java.time.LocalTime coercion
LocalTimeCoercion() - Constructor in LocalTimeCoercion
LocalTimeDecoder - Class in org.grails.datastore.bson.codecs.decoders
A simple decoder for java.time.LocalTime
LocalTimeDecoder() - Constructor in LocalTimeDecoder
LocalTimeEncoder - Class in org.grails.datastore.bson.codecs.encoders
A simple encoder for java.time.LocalTime
LocalTimeEncoder() - Constructor in LocalTimeEncoder
locateServiceBinding(Class<R>) - Method in HibernateDialectDetectorFactoryBean
lock(boolean) - Method in AbstractHibernateCriteriaBuilder
Whether a pessimistic lock should be obtained.
lock(D) - Method in AbstractHibernateGormInstanceApi
lock(boolean) - Method in AbstractHibernateQuery
lock(Class<T>, java.io.Serializable) - Method in AbstractHibernateSession
LOCK - Enum Constant in CascadeBehavior
Cascades the lock operation.
lock(java.lang.Object, org.hibernate.LockMode) - Method in GrailsHibernateTemplate
lock(java.io.Serializable) - Method in HibernateGormStaticApi
LOCK - Enum Constant in HibernateQueryArgument
lock(java.lang.Object, org.hibernate.LockMode) - Method in IHibernateTemplate
lock(java.io.Serializable, int) - Method in MongoCodecEntityPersister
LOG - Field in ClosureEventListener
LOG - Field in GrailsDomainBinder
LOG - Field in GrailsEntityDirtinessStrategy
LOG - Field in GrailsHibernateUtil
LOG - Property in HibernateMappingBuilder
LOG - Field in RootPersistentClassCommonValuesBinder
LogCascadeMapping - Class in org.grails.orm.hibernate.cfg.domainbinding.util
logCascadeMapping(org.grails.datastore.mapping.model.types.Association, java.lang.String, org.grails.datastore.mapping.model.PersistentEntity) - Method in GrailsDomainBinder
LogCascadeMapping(org.slf4j.Logger) - Constructor in LogCascadeMapping
LogicalExpression(java.lang.Object) - Constructor in AbstractHibernateCriteriaBuilder.LogicalExpression
logicalExpressionStack - Field in AbstractHibernateCriteriaBuilder
LONG - Field in HibernateCriteriaBuilder
lowerLeft - Property in Box
lt(java.lang.String, java.lang.Object) - Method in AbstractHibernateCriteriaBuilder
Creates a "less than" Criterion based on the specified property name and value
lt(java.lang.String, java.lang.Object) - Method in AbstractHibernateQuery
lt(java.lang.String, java.lang.Object) - Method in AbstractHibernateQuery.HibernateAssociationQuery
LT_OPERATOR - Field in BsonQuery
ltAll(java.lang.String, org.grails.datastore.mapping.query.api.QueryableCriteria) - Method in AbstractHibernateCriteriaBuilder
Creates a subquery criterion that ensures the given property is less than all the given returned values
lte(java.lang.String, java.lang.Object) - Method in AbstractHibernateCriteriaBuilder
lte(java.lang.String, java.lang.Object) - Method in AbstractHibernateQuery
lte(java.lang.String, java.lang.Object) - Method in AbstractHibernateQuery.HibernateAssociationQuery
LTE_OPERATOR - Field in BsonQuery
ltProperty(java.lang.String, java.lang.String) - Method in AbstractHibernateCriteriaBuilder
Creates a Criterion that tests if the first property is less than the second property
ltSome(java.lang.String, Closure<?>) - Method in AbstractHibernateCriteriaBuilder

M

ManagedEntity - Annotation Type in grails.gorm.hibernate.annotation
MANUAL - Enum Constant in AbstractHibernateDatastore.FlushMode
MANUAL - Enum Constant in GrailsQueryFlushMode
MANUAL - Enum Constant in HibernateConnectionSourceSettings.HibernateSettings.FlushSettings.FlushMode
ManyToOneBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
ManyToOneBinder(org.hibernate.boot.spi.MetadataBuildingContext, org.grails.orm.hibernate.cfg.PersistentEntityNamingStrategy, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment) - Constructor in ManyToOneBinder
ManyToOneElementBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.secondpass
Binds the element of a bidirectional many-to-many association.
ManyToOneElementBinder(org.grails.orm.hibernate.cfg.domainbinding.binder.ManyToOneBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.CollectionForPropertyConfigBinder) - Constructor in ManyToOneElementBinder
Creates a new ManyToOneElementBinder instance.
ManyToOneValuesBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
ManyToOneValuesBinder() - Constructor in ManyToOneValuesBinder
MapCollectionType - Class in org.grails.orm.hibernate.cfg.domainbinding.collectionType
MapCollectionType(org.hibernate.boot.spi.MetadataBuildingContext) - Constructor in MapCollectionType
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.mongodb.mapping
Helps to build mapping definitions for Neo4j
MappingBuilder() - Constructor in MappingBuilder
MappingCacheHolder - Class in org.grails.orm.hibernate.cfg
Holder for the GORM mapping cache.
MappingCacheHolder() - Constructor in MappingCacheHolder
mappingContext - Property in BsonPersistentEntityCodec
mappingContext - Property in CodecCustomTypeMarshaller
mappingContext - Field in CustomGraphQLProperty
mappingContext - Field in HibernateConnectionSourceFactory
mappingContext - Property in SoftDeleteEntityDataFetcher
mappingContexts - Field in Schema
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".
mappingMongoConverter(org.springframework.data.mongodb.MongoDatabaseFactory, org.springframework.data.mongodb.core.mapping.MongoMappingContext, org.springframework.data.mongodb.core.convert.MongoCustomConversions) - Method in SpringDataMongoGormAutoConfiguration
MapSecondPass - Class in org.grails.orm.hibernate.cfg.domainbinding.secondpass
MapSecondPass(org.grails.orm.hibernate.cfg.domainbinding.secondpass.MapSecondPassBinder, org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateToManyProperty) - Constructor in MapSecondPass
MapSecondPassBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.secondpass
Refactored from CollectionBinder to handle map second pass binding.
MapSecondPassBinder(org.hibernate.boot.spi.MetadataBuildingContext, org.grails.orm.hibernate.cfg.PersistentEntityNamingStrategy, org.grails.orm.hibernate.cfg.domainbinding.secondpass.CollectionSecondPassBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.SimpleValueColumnBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.ColumnConfigToColumnBinder, org.grails.orm.hibernate.cfg.domainbinding.util.SimpleValueColumnFetcher) - Constructor in MapSecondPassBinder
mapToHibernateQueryFlushMode(java.lang.Object) - Method in GrailsQueryFlushMode
Maps an object (String, FlushMode, FlushModeType, etc.) to a Hibernate 7 QueryFlushMode.
mapToObject(Class<T>, Map<String, Object>) - Method in MongoConstants
MARIADB - Enum Constant in RegexDialectPattern
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().
markValueSorted(org.hibernate.mapping.SimpleValue) - Method in HibernatePersistentProperty
Marks value as sorted when the Hibernate value type requires it.
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 - Property in EntityDataFetcher
MAX - Enum Constant in HibernateQueryArgument
max(FindIterable<Document>, Map<String, Object>) - Method in MongoExtensions
MAX_OPERATOR - Field in BsonQuery
MAX_VALUE - Field in GrailsSequenceGeneratorEnum
MAX_VALUE - Field in GraphQLDataFetcherType
MAX_VALUE - Field in GraphQLOperationType
MAX_VALUE - Field in GraphQLPropertyType
MAX_VALUE - Field in HibernateConnectionSourceSettings.HibernateSettings.FlushSettings.FlushMode
MAX_VALUE - Field in HibernateMappingKeyword
MAX_VALUE - Field in OperationType
maxResults(int) - Method in AbstractHibernateQuery
merge(D, java.util.Map) - Method in AbstractHibernateGormInstanceApi
MERGE - Enum Constant in CascadeBehavior
Cascades the merge operation.
mergedField - Property in MockDataFetchingEnvironment
messageFetcher - Field in DefaultGraphQLErrorsResponseHandler
messageSource - Field in DefaultGraphQLErrorsResponseHandler
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 GraphQLMapping
Supplies configuration for an existing property
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 GrailsSequenceGeneratorEnum
MIN_VALUE - Field in GraphQLDataFetcherType
MIN_VALUE - Field in GraphQLOperationType
MIN_VALUE - Field in GraphQLPropertyType
MIN_VALUE - Field in HibernateConnectionSourceSettings.HibernateSettings.FlushSettings.FlushMode
MIN_VALUE - Field in HibernateMappingKeyword
MIN_VALUE - Field in OperationType
minus(java.lang.Number) - Method in PropertyReference
MockDataFetchingEnvironment - Class in org.grails.gorm.graphql.testing
A class to use to provide a mock DataFetchingEnvironment to test custom data fetchers.
MockDataFetchingEnvironment() - Constructor in MockDataFetchingEnvironment
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
MongoClientSettingsBuilderCustomizer - Interface in org.grails.datastore.mapping.mongo.connections
Callback interface that can be implemented by beans wishing to customize the MongoClientSettings.Builder used to construct the underlying com.mongodb.client.MongoClient before it is created.
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(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.grails.datastore.mapping.core.Session) - Constructor in MongoCriteriaBuilder
mongoCustomConversions() - Method in SpringDataMongoGormAutoConfiguration
mongoDatabaseFactory(org.grails.datastore.mapping.mongo.MongoDatastore) - Method in SpringDataMongoGormAutoConfiguration
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
MongoIdCoercion - Class in org.grails.datastore.mapping.mongo.engine
Centralizes coercion of an identifier value to the storedAs type declared on a org.grails.datastore.mapping.model.PersistentEntity's id mapping.
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, java.lang.Integer, 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
mongoTemplate(org.springframework.data.mongodb.MongoDatabaseFactory, org.springframework.data.mongodb.core.convert.MappingMongoConverter) - Method in SpringDataMongoGormAutoConfiguration
MongoTransaction - Class in org.grails.datastore.mapping.mongo
A org.grails.datastore.mapping.transactions.Transaction backed by a real MongoDB multi-document transaction on a com.mongodb.client.ClientSession.
MongoTransaction(org.grails.datastore.mapping.mongo.AbstractMongoSession, com.mongodb.client.ClientSession) - Constructor in MongoTransaction
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
Adds support for the MultiLineString type to GORM for MongoDB
MultiLineStringType() - Constructor in MultiLineStringType
MultipleDataSourceSupport - Class in org.grails.orm.hibernate.datasource
Support methods for Multiple data source handling
multiplier - Property in Metric
MULTIPLY - Enum Constant in PropertyArithmetic.Operator
multiply(java.lang.Number) - Method in PropertyReference
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
Adds support for the MultiPolygon type to GORM for MongoDB
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
MultiTenantFilterBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.util
Utility class for binding multi-tenant filters to the Hibernate meta model.
MultiTenantFilterBinder(org.grails.orm.hibernate.cfg.domainbinding.util.GrailsPropertyResolver, org.grails.orm.hibernate.cfg.domainbinding.util.MultiTenantFilterDefinitionBinder, org.hibernate.boot.spi.InFlightMetadataCollector, org.grails.orm.hibernate.cfg.domainbinding.util.DefaultColumnNameFetcher) - Constructor in MultiTenantFilterBinder
MultiTenantFilterDefinitionBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.util
Utility class for binding multi-tenant filter definitions to the Hibernate meta model.
multiTenantMode - Field in AbstractHibernateDatastore
mutable - Property in NaturalId
Whether the natural id is mutable
mutation(java.lang.String, List<Class>, groovy.lang.Closure) - Method in GraphQLMapping
Builds a custom mutation operation.
mutation - Property in Operations
MUTATION - Enum Constant in OperationType
MutationHqlQuery - Class in org.grails.orm.hibernate.query
A query implementation for HQL mutation queries (UPDATE/DELETE).
MutationHqlQuery(org.grails.orm.hibernate.HibernateSession, org.grails.orm.hibernate.cfg.domainbinding.hibernate.GrailsHibernatePersistentEntity, org.grails.orm.hibernate.query.HqlQueryContext, org.grails.orm.hibernate.query.HqlQueryDelegate) - Constructor in MutationHqlQuery
MutationInterceptorInvoker - Class in org.grails.gorm.graphql.fetcher.interceptor
Executes the onMutation method of an interceptor
MutationInterceptorInvoker() - Constructor in MutationInterceptorInvoker
MYSQL - Enum Constant in RegexDialectPattern

N

name - Field in AbstractHibernateCriteriaBuilder.LogicalExpression
name - Property in ColumnConfig
The column name
name - Field in DefaultGraphQLDeleteResponseHandler
name - Field in DefaultGraphQLErrorsResponseHandler
name - Property in GroovyPrecondition
name - Property in HibernateSimpleIdentity
The name of the id property
name - Property in Identity
The name of the id property
name - Property in Named
name - Property in PersistentGraphQLProperty
name - Property in SortConfig
The property to sort bu
name - Property in Table
The table name
Named - Trait in org.grails.gorm.graphql.entity.dsl.helpers
Decorates a class with a name property and builder method
namesAndDirections - Property in SortConfig
NamespaceNameExtractor - Class in org.grails.orm.hibernate.cfg.domainbinding.util
NAMING_STRATEGIES - Field in GrailsDomainBinder
Overrideable naming strategy.
naming_strategy - Property in HibernateConnectionSourceSettings.HibernateSettings
The naming strategy
namingConvention - Property in DefaultGraphQLTypeManager
namingConvention - Property in Schema
namingStrategy - Field in GrailsDomainBinder
NamingStrategyProvider - Class in org.grails.orm.hibernate.cfg.domainbinding.util
NamingStrategyProvider() - Constructor in NamingStrategyProvider
NamingStrategyWrapper - Class in org.grails.orm.hibernate.cfg.domainbinding.util
A wrapper for the Hibernate 6 PhysicalNamingStrategy to adapt it for use within the Grails binding process, using a functional style.
NamingStrategyWrapper(org.hibernate.boot.model.naming.PhysicalNamingStrategy, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment) - Constructor in NamingStrategyWrapper
NATIVE - Enum Constant in GrailsSequenceGeneratorEnum
natural - Property in HibernateCompositeIdentity
The natural id definition
natural - Property in HibernateSimpleIdentity
The natural id definition
natural - Property in Identity
The natural id definition
NaturalId - Class in org.grails.orm.hibernate.cfg
Authors:
Graeme Rocher
naturalId(groovy.lang.Closure) - Method in HibernateCompositeIdentity
Define the natural id
naturalId(groovy.lang.Closure) - Method in HibernateSimpleIdentity
Define the natural id
naturalId(groovy.lang.Closure) - Method in Identity
Define the natural id
NaturalId() - Constructor in NaturalId
NaturalIdentifierBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
NaturalIdentifierBinder() - Constructor in NaturalIdentifierBinder
ne(java.lang.String, java.lang.Object) - Method in AbstractHibernateCriteriaBuilder
Creates a "not equal" Criterion based on the specified property name and value
NE_OPERATOR - Field in BsonQuery
Near - Class in org.grails.datastore.gorm.mongo
near(java.lang.String, grails.mongodb.geo.Point, grails.mongodb.geo.Distance) - Method in MongoCriteriaBuilder
Geospacial query for values near the given two dimensional list
near(java.lang.String, grails.mongodb.geo.Point, java.lang.Number) - Method in MongoQuery
Geospacial query for values near the given two dimensional list
Near(java.lang.String, java.lang.Object, java.lang.Number) - Constructor in MongoQuery.Near
Near(Class<?>, java.lang.String) - Constructor in Near
NEAR_OPERATOR - Field in MongoQuery
NEAR_SPHERE_OPERATOR - Field in MongoQuery
NearSphere - Class in org.grails.datastore.gorm.mongo
nearSphere query support
nearSphere(java.lang.String, grails.mongodb.geo.Point, grails.mongodb.geo.Distance) - Method in MongoCriteriaBuilder
Geospacial query for values near the given two dimensional list
nearSphere(java.lang.String, grails.mongodb.geo.Point, java.lang.Number) - Method in MongoQuery
Geospacial query for values near the given two dimensional list
NearSphere(java.lang.String, java.lang.Object, java.lang.Number) - Constructor in MongoQuery.NearSphere
NearSphere(Class<?>, java.lang.String) - Constructor in NearSphere
needsSimpleValueBinding() - Method in HibernateOneToOneProperty
True when Hibernate should bind a simple column value rather than a referenced property name.
negation() - Method in AbstractHibernateQuery
negation() - Method in AbstractHibernateQuery.HibernateAssociationQuery
negation() - Method in HibernateAssociationQuery
neProperty(java.lang.String, java.lang.String) - Method in AbstractHibernateCriteriaBuilder
Creates a Criterion that compares to class properties for !
nested - Property in GraphQLPropertyType
NestedInputObjectTypeBuilder - Class in org.grails.gorm.graphql.types.input
The class used to define which properties are available when providing an object as a part of a parent object
NestedInputObjectTypeBuilder(org.grails.gorm.graphql.entity.property.manager.GraphQLDomainPropertyManager, org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.gorm.graphql.types.GraphQLPropertyType) - Constructor in NestedInputObjectTypeBuilder
NEUTRAL - Property in Metric
a neutral radius *
newChildBuilder(java.lang.Object, java.lang.String) - Method in MongoConnectionSourceSettingsBuilder
newChildBuilderForFallback(java.lang.Object, java.lang.Object) - Method in MongoConnectionSourceSettingsBuilder
newConfiguration() - Method in HibernateMappingContextSessionFactoryBean
newConnectionSource(ConnectionSource<MongoClient,MongoConnectionSourceSettings>) - Method in MongoDatastore
newInstance() - Method in HibernateDetachedCriteria
NEWLINE - Field in ChangelogXml2Groovy
newProperty() - Method in MongoCollection
NEXT_ID - Field in MongoCodecEntityPersister
NEXT_ID_SUFFIX - Field in AbstractMongoObectEntityPersister
NEXT_ID_SUFFIX - Field in MongoCodecEntityPersister
next() - Method in MongoQuery.AggregatedResultList
nextDecoded() - Method in MongoQuery.MongoResultList
NIN_OPERATOR - Field in BsonQuery
NONE - Enum Constant in CascadeBehavior
No operations are cascaded.
NoopVisitor - Class in org.grails.plugins.databasemigration
NoopVisitor(liquibase.database.Database) - Constructor in NoopVisitor
NOR_OPERATOR - Field in BsonQuery
NOT - Field in AbstractHibernateCriteriaBuilder
NOT - Enum Constant in CriteriaMethods
NOT_EQUAL - Field in AbstractHibernateCriteriaBuilder
NOT_EQUAL - Enum Constant in CriteriaMethods
NOT_EQUAL_PROPERTY - Field in AbstractHibernateCriteriaBuilder
NOT_EQUAL_PROPERTY - Enum Constant in CriteriaMethods
NOT_OPERATOR - Field in BsonQuery
notEqual(java.lang.String, java.lang.Object) - Method in AbstractHibernateCriteriaBuilder
notExists(QueryableCriteria<?>) - Method in AbstractHibernateCriteriaBuilder
notIn(java.lang.String, Closure<?>) - Method in AbstractHibernateCriteriaBuilder
Nullable - Trait in org.grails.gorm.graphql.entity.dsl.helpers
Decorates a class with a nullable property and builder method
nullable - Property in GraphQLPropertyMapping
Override whether the property is nullable.
nullable - Property in Nullable
nullable - Property in PersistentGraphQLProperty
nullSafeGet(java.sql.ResultSet, java.lang.String, org.hibernate.engine.spi.SharedSessionContractImplementor, java.lang.Object) - Method in IdentityEnumType
nullSafeSet(java.sql.PreparedStatement, java.lang.Object, int, org.hibernate.engine.spi.SharedSessionContractImplementor) - Method in IdentityEnumType
NUMERIC_BOOLEAN - Field in HibernateCriteriaBuilder
NumericColumnConstraintsBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
NumericColumnConstraintsBinder(org.hibernate.dialect.Dialect) - Constructor in NumericColumnConstraintsBinder

O

ObjectTypeBuilder - Interface in org.grails.gorm.graphql.types.output
Definition of a builder that creates output types
objectTypeBuilders - Property in DefaultGraphQLTypeManager
objectTypeCache - Field in AbstractInputObjectTypeBuilder
objectTypeCache - Field in AbstractObjectTypeBuilder
observe - Property in HibernateGrailsPlugin
observe - Property in MongodbGrailsPlugin
offset(int) - Method in AbstractHibernateQuery
OFFSET - Property in EntityDataFetcher
OFFSET - Enum Constant in HibernateQueryArgument
OffsetDateTimeBsonConverter - Trait in org.grails.datastore.bson.codecs.temporal
A trait to read and write a java.time.OffsetDateTime to MongoDB
OffsetDateTimeCodec - Class in org.grails.datastore.bson.codecs
A class to translate a java.time.OffsetDateTime in MongoDB
OffsetDateTimeCodec() - Constructor in OffsetDateTimeCodec
OffsetDateTimeCoercion - Class in org.grails.gorm.graphql.types.scalars.coercing.jsr310
Default java.time.OffsetDateTime coercion
OffsetDateTimeCoercion() - Constructor in OffsetDateTimeCoercion
OffsetDateTimeDecoder - Class in org.grails.datastore.bson.codecs.decoders
A simple decoder for java.time.OffsetDateTime
OffsetDateTimeDecoder() - Constructor in OffsetDateTimeDecoder
OffsetDateTimeEncoder - Class in org.grails.datastore.bson.codecs.encoders
A simple encoder for java.time.OffsetDateTime
OffsetDateTimeEncoder() - Constructor in OffsetDateTimeEncoder
OffsetTimeBsonConverter - Trait in org.grails.datastore.bson.codecs.temporal
A trait to read and write a java.time.OffsetTime to MongoDB
OffsetTimeCodec - Class in org.grails.datastore.bson.codecs
A class to translate a java.time.OffsetTime in MongoDB
OffsetTimeCodec() - Constructor in OffsetTimeCodec
OffsetTimeCoercion - Class in org.grails.gorm.graphql.types.scalars.coercing.jsr310
Default java.time.OffsetTime coercion
OffsetTimeCoercion() - Constructor in OffsetTimeCoercion
OffsetTimeDecoder - Class in org.grails.datastore.bson.codecs.decoders
A simple decoder for java.time.OffsetTime
OffsetTimeDecoder() - Constructor in OffsetTimeDecoder
OffsetTimeEncoder - Class in org.grails.datastore.bson.codecs.encoders
A simple encoder for java.time.OffsetTime
OffsetTimeEncoder() - Constructor in OffsetTimeEncoder
onApplicationEvent(org.springframework.context.ApplicationEvent) - Method in MultiTenantEventListener
onChange(Map<String, Object>) - Method in HibernateGrailsPlugin
onChange(Map<String, Object>) - Method in MongodbGrailsPlugin
onCustomMutation(java.lang.String, graphql.schema.DataFetchingEnvironment) - Method in BaseGraphQLFetcherInterceptor
onCustomMutation(java.lang.String, graphql.schema.DataFetchingEnvironment) - Method in GraphQLFetcherInterceptor
This method will be executed before custom mutation operations provided by the user of this library.
onCustomQuery(java.lang.String, graphql.schema.DataFetchingEnvironment) - Method in BaseGraphQLFetcherInterceptor
onCustomQuery(java.lang.String, graphql.schema.DataFetchingEnvironment) - Method in GraphQLFetcherInterceptor
This method will be executed before custom query operations provided by the user of this library.
OneToOneBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
OneToOneBinder(org.hibernate.boot.spi.MetadataBuildingContext, org.grails.orm.hibernate.cfg.domainbinding.binder.SimpleValueBinder) - Constructor in OneToOneBinder
onMutation(graphql.schema.DataFetchingEnvironment, org.grails.gorm.graphql.fetcher.GraphQLDataFetcherType) - Method in BaseGraphQLFetcherInterceptor
onMutation(graphql.schema.DataFetchingEnvironment, org.grails.gorm.graphql.fetcher.GraphQLDataFetcherType) - Method in GraphQLFetcherInterceptor
This method will be executed before mutation operations provided by this library.
onPersistenceEvent(org.grails.datastore.mapping.engine.event.AbstractPersistenceEvent) - Method in HibernateEventListener
onPostDelete(org.hibernate.event.spi.PostDeleteEvent) - Method in ClosureEventListener
onPostDelete(org.hibernate.event.spi.PostDeleteEvent) - Method in ClosureEventTriggeringInterceptor
onPostDelete(org.hibernate.event.spi.PostDeleteEvent) - Method in HibernateEventListener
onPostInsert(org.hibernate.event.spi.PostInsertEvent) - Method in ClosureEventListener
onPostInsert(org.hibernate.event.spi.PostInsertEvent) - Method in ClosureEventTriggeringInterceptor
onPostInsert(org.hibernate.event.spi.PostInsertEvent) - Method in HibernateEventListener
onPostLoad(org.hibernate.event.spi.PostLoadEvent) - Method in ClosureEventListener
onPostLoad(org.hibernate.event.spi.PostLoadEvent) - Method in ClosureEventTriggeringInterceptor
onPostLoad(org.hibernate.event.spi.PostLoadEvent) - Method in HibernateEventListener
onPostUpdate(org.hibernate.event.spi.PostUpdateEvent) - Method in ClosureEventListener
onPostUpdate(org.hibernate.event.spi.PostUpdateEvent) - Method in ClosureEventTriggeringInterceptor
onPostUpdate(org.hibernate.event.spi.PostUpdateEvent) - Method in HibernateEventListener
onPreDelete(org.hibernate.event.spi.PreDeleteEvent) - Method in ClosureEventListener
onPreDelete(org.hibernate.event.spi.PreDeleteEvent) - Method in ClosureEventTriggeringInterceptor
onPreDelete(org.hibernate.event.spi.PreDeleteEvent) - Method in HibernateEventListener
onPreInsert(org.hibernate.event.spi.PreInsertEvent) - Method in ClosureEventListener
onPreInsert(org.hibernate.event.spi.PreInsertEvent) - Method in ClosureEventTriggeringInterceptor
onPreInsert(org.hibernate.event.spi.PreInsertEvent) - Method in HibernateEventListener
onPreLoad(org.hibernate.event.spi.PreLoadEvent) - Method in ClosureEventListener
onPreLoad(org.hibernate.event.spi.PreLoadEvent) - Method in ClosureEventTriggeringInterceptor
onPreLoad(org.hibernate.event.spi.PreLoadEvent) - Method in HibernateEventListener
onPreUpdate(org.hibernate.event.spi.PreUpdateEvent) - Method in ClosureEventListener
onPreUpdate(org.hibernate.event.spi.PreUpdateEvent) - Method in ClosureEventTriggeringInterceptor
onPreUpdate(org.hibernate.event.spi.PreUpdateEvent) - Method in HibernateEventListener
onQuery(graphql.schema.DataFetchingEnvironment, org.grails.gorm.graphql.fetcher.GraphQLDataFetcherType) - Method in BaseGraphQLFetcherInterceptor
onQuery(graphql.schema.DataFetchingEnvironment, org.grails.gorm.graphql.fetcher.GraphQLDataFetcherType) - Method in GraphQLFetcherInterceptor
This method will be executed before query operations provided by this library.
onSaveOrUpdate(org.hibernate.event.spi.SaveOrUpdateEvent) - Method in ClosureEventListener
onSaveOrUpdate(org.hibernate.event.spi.SaveOrUpdateEvent) - Method in ClosureEventTriggeringInterceptor
onSaveOrUpdate(org.hibernate.event.spi.SaveOrUpdateEvent) - Method in HibernateEventListener
onValidate(org.grails.datastore.mapping.engine.event.ValidationEvent) - Method in ClosureEventListener
onValidate(org.grails.datastore.mapping.engine.event.ValidationEvent) - Method in HibernateEventListener
openSession() - Method in AbstractHibernateDatastore
Returns:
Opens a session
openSession() - Method in GrailsOpenSessionInViewInterceptor
openSession() - Method in HibernateDatastore
operationDefinition - Property in MockDataFetchingEnvironment
operationName - Property in GraphQLRequest
Operations - Class in org.grails.gorm.graphql.entity.dsl
Stores metadata about the default operations provided by this library
operations - Property in GraphQLMapping
Operations() - Constructor in Operations
OperationType - Enum in org.grails.gorm.graphql.entity.operations
Used to determine if a custom operation is for querying or mutating.
operationType - Property in CustomOperation
operationType - Property in GraphQLPropertyType
For returning data
operatorHandlers - Field in BsonQuery
opField - Field in AbstractHibernateQuery
options - Property in MongoCollection.Index
options - Property in MongoConnectionSourceSettings
The MongoClientOptions object
optionValue(java.lang.String) - Method in DatabaseMigrationCommand
OR - Field in AbstractHibernateCriteriaBuilder
or(Criterion, Criterion) - Method in AbstractHibernateQuery
or(Criterion, Criterion) - Method in AbstractHibernateQuery.HibernateAssociationQuery
OR - Enum Constant in CriteriaMethods
OR_OPERATOR - Field in BsonQuery
ORACLE - Enum Constant in RegexDialectPattern
order(java.lang.String, java.lang.String) - Method in AbstractHibernateCriteriaBuilder
Orders by the specified property name and direction
order(Order) - Method in AbstractHibernateQuery
order(Order) - Method in AbstractHibernateQuery.HibernateAssociationQuery
ORDER_ASC - Field in GrailsHibernateUtil
ORDER_ASC - Enum Constant in HibernateQueryArgument
ORDER_ASCENDING - Field in AbstractHibernateCriteriaBuilder
ORDER_ASCENDING - Enum Constant in CriteriaMethods
order - Property in CustomGraphQLProperty
ORDER_DESC - Field in GrailsHibernateUtil
ORDER_DESC - Enum Constant in HibernateQueryArgument
ORDER_DESCENDING - Field in AbstractHibernateCriteriaBuilder
ORDER_DESCENDING - Enum Constant in CriteriaMethods
order - Property in GraphQLPropertyMapping
The order the property will be in the schema
order(java.lang.String) - Method in HibernateMappingBuilder
ORDER - Enum Constant in HibernateMappingKeyword
ORDER - Enum Constant in HibernateQueryArgument
order - Property in PersistentGraphQLProperty
order - Property in PropertyConfig
The default sort order
OrderByClauseBuilder - Class in org.grails.orm.hibernate.cfg.domainbinding.util
Utility class to build SQL order by clauses from HQL-style order by strings.
OrderedGraphQLProperty - Class in org.grails.gorm.graphql.entity.property.impl
A class to extend from to support the default sorting mechanism for GraphQL properties
OrderedGraphQLProperty() - Constructor in OrderedGraphQLProperty
orderEntries - Field in AbstractHibernateCriteriaBuilder
ORDINAL - Enum Constant in GrailsEnumType
organization - Property in GormGraphqlGrailsPlugin
organization - Property in HibernateGrailsPlugin
organization - Property in MongodbGrailsPlugin
orm(groovy.lang.Closure) - Method in MappingBuilder
Build a Hibernate mapping
osiv - Property in HibernateConnectionSourceSettings.HibernateSettings
Whether OpenSessionInView should be read-only
osivReadOnly - Field in AbstractHibernateDatastore
output - Property in CustomGraphQLProperty
OUTPUT_EMBEDDED - Enum Constant in GraphQLPropertyType
For displaying embedded properties
output - Property in Field
OUTPUT - Enum Constant in GraphQLOperationType
output - Property in GraphQLPropertyMapping
Whether or not the property should be available to be requested by the client
OUTPUT - Enum Constant in GraphQLPropertyType
For returning data
OUTPUT_PAGED - Enum Constant in GraphQLPropertyType
For displaying a page of results
output - Property in PersistentGraphQLProperty
outputHeader(liquibase.executor.Executor, java.lang.String, liquibase.Liquibase, liquibase.database.Database) - Method in DatabaseMigrationCommand

P

packagesToScan - Property in HibernateConnectionSourceSettings.HibernateSettings
Specify packages to search for autodetection of your entity classes in the classpath.
pagedResult(java.lang.Class) - Method in GraphQLMapping
Denotes the return type of an operation should be paginated
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, jakarta.persistence.criteria.CriteriaQuery, jakarta.persistence.criteria.Root, jakarta.persistence.criteria.CriteriaBuilder) - Constructor in PagedResultList
PagedResultListPaginationResponse - Class in org.grails.gorm.graphql.response.pagination
A default pagination response that gathers data from a grails.gorm.PagedResultList
PagedResultListPaginationResponse(grails.gorm.PagedResultList) - Constructor in PagedResultListPaginationResponse
paginate - Property in ListOperation
paginated - Property in Typed
PaginatedEntityDataFetcher - Class in org.grails.gorm.graphql.fetcher.impl
A class for retrieving a single page of entities with GraphQL
PaginatedEntityDataFetcher() - Constructor in PaginatedEntityDataFetcher
PaginatedObjectTypeBuilder - Class in org.grails.gorm.graphql.types.output
Builds a paginated output type
PaginatedObjectTypeBuilder(org.grails.gorm.graphql.response.pagination.GraphQLPaginationResponseHandler, org.grails.gorm.graphql.types.GraphQLTypeManager) - Constructor in PaginatedObjectTypeBuilder
PaginatedType - Class in org.grails.gorm.graphql.response.pagination
Helper class to inform the type system that a custom operation returns a paginated result for the given type.
PaginatedType() - Constructor in PaginatedType
PaginatingGormDataFetcher - Interface in org.grails.gorm.graphql.fetcher
An interface to describe data fetchers that return a page of data at a time
paginationEnabledList - Field in AbstractHibernateCriteriaBuilder
paginationResponseHandler - Property in DefaultGraphQLTypeManager
paginationResponseHandler - Property in Schema
PaginationResult - Interface in org.grails.gorm.graphql.response.pagination
Stores the result of a pagination query
PARAM_ENUM_CLASS - Field in IdentityEnumType
params - Property in HibernateSimpleIdentity
Any parameters (for example for the generator)
params - Property in Identity
Any parameters (for example for the generator)
parentType - Property in MockDataFetchingEnvironment
parse(Class<T>, org.bson.BsonReader) - Method in BsonQuery
Parse a query from a BsonReader into a DetachedCriteria
parse(java.lang.String, java.lang.String) - Method in Jsr310Coercion
parse(java.lang.String, java.lang.String) - Method in LocalDateCoercion
parse(java.lang.String, java.lang.String) - Method in LocalDateTimeCoercion
parse(java.lang.String, java.lang.String) - Method in LocalTimeCoercion
parse(java.lang.String, java.lang.String) - Method in OffsetDateTimeCoercion
parse(java.lang.String, java.lang.String) - Method in OffsetTimeCoercion
parse(java.lang.String, java.lang.String) - Method in ZonedDateTimeCoercion
parseDate(java.lang.String) - Method in DateCoercion
parseDate(java.lang.String) - Method in SqlDateCoercion
parseDateTime(java.lang.String, java.lang.String) - Method in DatabaseMigrationCommand
parseInstant(java.lang.Object) - Method in InstantCoercion
parseLiteral(java.lang.Object) - Method in ByteArrayCoercion
parseLiteral(java.lang.Object) - Method in CharacterArrayCoercion
parseLiteral(java.lang.Object) - Method in CurrencyCoercion
parseLiteral(java.lang.Object) - Method in DateCoercion
parseLiteral(java.lang.Object) - Method in InstantCoercion
parseLiteral(java.lang.Object) - Method in Jsr310Coercion
parseLiteral(java.lang.Object) - Method in SqlDateCoercion
parseLiteral(java.lang.Object) - Method in TimeCoercion
parseLiteral(java.lang.Object) - Method in TimestampCoercion
parseLiteral(java.lang.Object) - Method in TimeZoneCoercion
parseLiteral(java.lang.Object) - Method in URICoercion
parseLiteral(java.lang.Object) - Method in URLCoercion
parseLiteral(java.lang.Object) - Method in UUIDCoercion
parseTime(java.lang.String) - Method in TimeCoercion
parseTimestamp(java.lang.String) - Method in TimestampCoercion
parseTimeZone(java.lang.String) - Method in TimeZoneCoercion
parseToNode(java.lang.String, liquibase.changelog.ChangeLogParameters, liquibase.resource.ResourceAccessor) - Method in GroovyChangeLogParser
parseURI(java.lang.String) - Method in URICoercion
parseURL(java.lang.String) - Method in URLCoercion
parseUUID(java.lang.String) - Method in UUIDCoercion
parseValue(java.lang.Object) - Method in ByteArrayCoercion
parseValue(java.lang.Object) - Method in CharacterArrayCoercion
parseValue(java.lang.Object) - Method in CurrencyCoercion
parseValue(java.lang.Object) - Method in DateCoercion
parseValue(java.lang.Object) - Method in InstantCoercion
parseValue(java.lang.Object) - Method in Jsr310Coercion
parseValue(java.lang.Object) - Method in SqlDateCoercion
parseValue(java.lang.Object) - Method in TimeCoercion
parseValue(java.lang.Object) - Method in TimestampCoercion
parseValue(java.lang.Object) - Method in TimeZoneCoercion
parseValue(java.lang.Object) - Method in URICoercion
parseValue(java.lang.Object) - Method in URLCoercion
parseValue(java.lang.Object) - Method in UUIDCoercion
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
PERSIST - Enum Constant in CascadeBehavior
Cascades the persist operation.
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.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
PersistentGraphQLProperty - Class in org.grails.gorm.graphql.entity.property.impl
Implementation of GraphQLDomainProperty to represent a property on a GORM entity
PersistentGraphQLProperty(org.grails.datastore.mapping.model.MappingContext, org.grails.datastore.mapping.model.PersistentProperty, org.grails.gorm.graphql.entity.dsl.GraphQLPropertyMapping) - Constructor in PersistentGraphQLProperty
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
PersistentPropertyDataFetcher - Class in org.grails.gorm.graphql.fetcher.impl
A default data fetcher for persistent properties that uses GORM instead of the standard reflection used by the default graphql.schema.PropertyDataFetcher
PersistentPropertyDataFetcher(org.grails.datastore.mapping.model.PersistentProperty) - Constructor in PersistentPropertyDataFetcher
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
plus(java.lang.Number) - Method in PropertyReference
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.hibernate.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
populateDefaultDateTypes() - Method in Schema
populateHints(org.grails.orm.hibernate.query.HqlQueryDelegate, Map<String,Object>) - Method in HqlQueryMethods
populateIdentityArguments(org.grails.datastore.mapping.model.PersistentEntity, graphql.schema.GraphQLFieldDefinition$Builder) - Method in Schema
populateMongoQuery(org.grails.datastore.bson.query.EmbeddedQueryEncoder, org.bson.Document, Junction, org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoQuery
populateParameters(org.grails.orm.hibernate.query.HqlQueryDelegate, org.grails.orm.hibernate.query.HqlQueryContext) - Method in HqlQueryMethods
populateProperties(java.util.Properties, java.util.Map, java.lang.String) - Method in HibernateConnectionSourceSettings.HibernateSettings
populateQueryArguments(org.hibernate.query.Query, java.util.Map) - Method in AbstractHibernateGormStaticApi
populateQuerySettings(org.grails.orm.hibernate.query.HqlQueryDelegate, Map<String,Object>) - Method in HqlQueryMethods
populateQueryWithNamedArguments(org.hibernate.query.Query, java.util.Map) - Method in AbstractHibernateGormStaticApi
populateSubquery(JpaSubQuery<T>) - Method in JpaCriteriaQueryCreator
port - Property in AbstractMongoConnectionSourceSettings
The port to use
positions - Property in MultiPoint
POSTGRES - Enum Constant in RegexDialectPattern
postHandle(org.springframework.web.context.request.WebRequest, org.springframework.ui.ModelMap) - Method in GrailsOpenSessionInViewInterceptor
postInstantiate(java.lang.String, java.lang.Class, Set<Class>, java.lang.reflect.Method, java.lang.reflect.Method, org.hibernate.type.CompositeType) - Method in ByteBuddyGroovyProxyFactory
postProcessAfterInitialization(java.lang.Object, java.lang.String) - Method in GraphQLPostProcessor
postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry) - Method in HibernateDatastoreConnectionSourcesRegistrar
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory) - Method in HibernateDatastoreConnectionSourcesRegistrar
postProcessBeforeInitialization(java.lang.Object, java.lang.String) - Method in GraphQLPostProcessor
precision - Property in ColumnConfig
The precision of the column
PredicateGenerator - Class in org.grails.orm.hibernate.query
A class that generates predicates for a given list of criteria.
PredicateGenerator.CriterionHandler - Interface in org.grails.orm.hibernate.query
Extension point for user-defined criterion handlers.
PredicateGenerator.CriterionHandlerProvider - Interface in org.grails.orm.hibernate.query
SPI for contributing a CriterionHandler via java.util.ServiceLoader.
PredicateGenerator(org.hibernate.query.criteria.HibernateCriteriaBuilder, org.springframework.core.convert.ConversionService) - Constructor in PredicateGenerator
PREFIX - Field in MongoSettings
The prefix
preHandle(org.springframework.web.context.request.WebRequest) - Method in GrailsOpenSessionInViewInterceptor
preIndex(java.lang.Object, java.util.List) - Method in AbstractMongoObectEntityPersister.MongoAssociationIndexer
prepare(org.grails.datastore.mapping.model.PersistentEntity, java.lang.CharSequence, Map<String,Object>, Collection<Object>, Map<String,Object>, Map<String,Object>, boolean, boolean, Class<?>) - Method in HqlQueryContext
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.
PrimaryKeyValueCreator - Class in org.grails.orm.hibernate.cfg.domainbinding.secondpass
Creates primary key value for collection.
PrimaryKeyValueCreator(org.hibernate.boot.spi.MetadataBuildingContext) - Constructor in PrimaryKeyValueCreator
priority - Property in GroovyChangeLogParser
priority() - Method in HibernateEntityTransformation
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
profiles - Property in GormGraphqlGrailsPlugin
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
ProjectionPredicate - Class in org.grails.orm.hibernate.query
PROJECTIONS - Field in AbstractHibernateCriteriaBuilder
projections() - Method in AbstractHibernateQuery
PROJECTIONS - Enum Constant in CriteriaMethods
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.lang.String, org.grails.gorm.graphql.entity.dsl.GraphQLPropertyMapping) - Method in GraphQLMapping
Supply metadata about an existing property
property(java.util.Map, java.lang.String) - Method in HibernateMappingBuilder
Typed property method for CompileStatic support.
PROPERTY - Enum Constant in HibernateMappingKeyword
PROPERTY_LAZY_TO_STRING - Field in GroovyProxyInterceptorLogic
Setting that controls toString() on an uninitialized proxy.
property - Field in ListSecondPass
property(java.util.Map) - Method in Mapping
Configure a new property
property - Field in MapSecondPass
property(java.util.Map) - Method in MongoCollection
property - Field in MongoQuery.ProjectedProperty
property - Property in PersistentGraphQLProperty
property - Field in SetSecondPass
PropertyArithmetic - Record in org.grails.orm.hibernate.query
Represents a property path combined with a scalar arithmetic operand, e.g.
PropertyArithmetic.Operator - Enum in org.grails.orm.hibernate.query
PropertyBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
PropertyBinder() - Constructor in PropertyBinder
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
PropertyFromValueCreator - Class in org.grails.orm.hibernate.cfg.domainbinding.util
PropertyFromValueCreator(org.grails.orm.hibernate.cfg.domainbinding.binder.PropertyBinder) - Constructor in PropertyFromValueCreator
propertyManager - Field in AbstractInputObjectTypeBuilder
propertyManager - Field in AbstractObjectTypeBuilder
propertyManager - Property in DefaultGraphQLTypeManager
propertyMissing(java.lang.String) - Method in HibernateDetachedCriteria
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
propertyName - Field in DefaultGormDataFetcher
propertyName - Field in EntityFetchOptions
propertyName - Property in PropertyReference
propertyName - Property in SoftDeleteEntityDataFetcher
propertyNames - Property in CompositeIdentity
The property names that make up the custom identity
propertyNames - Property in HibernateCompositeIdentity
The property names that make up the custom identity
propertyNames - Property in NaturalId
The property names that make up the natural id
PropertyReference - Class in org.grails.orm.hibernate.query
Represents a reference to a persistent property inside a where-DSL closure.
PropertyReference(java.lang.String) - Constructor in PropertyReference
propertyResolver - Property in MongoClientOptionsBuilder
propertyType - Property in SimpleArgument
propertyType - Property in SimpleField
ProvidedInterceptorInvoker - Class in org.grails.gorm.graphql.fetcher.interceptor
Executes interceptors for provided operations
ProvidedInterceptorInvoker() - Constructor in ProvidedInterceptorInvoker
ProvidedOperation - Class in org.grails.gorm.graphql.entity.operations
Stores metadata about the operations that this library provides by default.
ProvidedOperation() - Constructor in ProvidedOperation
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

Q

qualify(java.lang.String, java.lang.String) - Method in GrailsDomainBinder
qualify(java.lang.String, java.lang.String) - Method in GrailsHibernateUtil
queries - Property in HibernateConnectionSourceSettings.HibernateSettings.CacheSettings
Whether to cache queries
query(java.lang.Object) - Method in AbstractMongoObectEntityPersister.MongoAssociationIndexer
query(org.grails.datastore.mapping.model.PersistentProperty, org.grails.datastore.mapping.query.Query$PropertyCriterion, org.bson.Document) - Method in CodecCustomTypeMarshaller
query(java.lang.String, org.grails.gorm.graphql.response.pagination.PaginatedType, groovy.lang.Closure) - Method in GraphQLMapping
Builds a custom query operation that returns a paginated result.
query - Property in GraphQLRequest
query - Property in Operations
QUERY - Enum Constant in OperationType
queryContext - Field in SelectHqlQuery
queryCount() - Method in CountEntityDataFetcher
queryDirectives - Property in MockDataFetchingEnvironment
queryHandlers - Field in BsonQuery
queryInstance(graphql.schema.DataFetchingEnvironment) - Method in DefaultGormDataFetcher
QueryInterceptorInvoker - Class in org.grails.gorm.graphql.fetcher.interceptor
Executes the onQuery method of an interceptor
QueryInterceptorInvoker() - Constructor in QueryInterceptorInvoker
queryInternal(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, org.grails.datastore.mapping.query.Query$PropertyCriterion, org.bson.Document) - Method in AbstractShapeCoordsType
queryInternal(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, org.grails.datastore.mapping.query.Query$PropertyCriterion, org.bson.Document) - Method in EnumType
queryInternal(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, org.grails.datastore.mapping.query.Query$PropertyCriterion, org.bson.Document) - Method in GeoJSONType

R

radius - Property in Circle
The radius of the circle
read(java.io.Serializable) - Method in AbstractHibernateGormStaticApi
read(org.grails.datastore.mapping.model.PersistentProperty, org.bson.Document) - Method in CodecCustomTypeMarshaller
read - Property in ColumnConfig
A custom read string
READ_CONCERN_ARGUMENT - Field in MongoQuery
read(org.bson.BsonReader) - Method in InstantBsonConverter
read(org.bson.BsonReader) - Method in LocalDateBsonConverter
read(org.bson.BsonReader) - Method in LocalDateTimeBsonConverter
read(org.bson.BsonReader) - Method in LocalTimeBsonConverter
read(org.bson.BsonReader) - Method in OffsetDateTimeBsonConverter
read(org.bson.BsonReader) - Method in OffsetTimeBsonConverter
READ_ONLY - Enum Constant in CriteriaMethods
READ_ONLY - Enum Constant in HibernateQueryArgument
read(org.bson.BsonReader) - Method in PeriodBsonConverter
read(org.bson.BsonReader) - Method in TemporalBsonConverter
read(org.bson.BsonReader) - Method in ZonedDateTimeBsonConverter
readBsonType() - Method in JsonReader
readBsonValue(org.bson.BsonReader, org.bson.BsonType) - Method in BsonQuery
readingComplete(org.grails.datastore.mapping.engine.EntityAccess) - Method in BsonPersistentEntityCodec
Called when reading from a org.bson.BsonReader is completed
readingComplete(org.grails.datastore.mapping.engine.EntityAccess) - Method in PersistentEntityCodec
ReadingGormDataFetcher - Interface in org.grails.gorm.graphql.fetcher
An interface to describe data fetchers that read
readInternal(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, org.bson.Document) - Method in BoxType
readInternal(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, org.bson.Document) - Method in CircleType
readInternal(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, org.bson.Document) - Method in EnumType
readInternal(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, org.bson.Document) - Method in GeoJSONType
readInternal(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, org.bson.Document) - Method in GeometryCollectionType
readInternal(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, org.bson.Document) - Method in ShapeType
readOnly(boolean) - Method in AbstractHibernateCriteriaBuilder
Whether to check for changes on the objects loaded
readOnly - Property in HibernateConnectionSourceSettings.HibernateSettings
Whether Hibernate should be in read-only mode
readonly - Property in HibernateConnectionSourceSettings.HibernateSettings.OsivSettings
Whether to cache queries
readPreviousFlushMode(org.hibernate.Session) - Method in AbstractHibernateGormValidationApi
readPreviousFlushMode(org.hibernate.Session) - Method in HibernateGormValidationApi
readSchemaless(org.bson.BsonReader, org.grails.datastore.gorm.schemaless.DynamicAttributes, java.lang.String, org.bson.codecs.DecoderContext) - Method in BsonPersistentEntityCodec
Reads an undeclared property
readValue(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in CodecExtensions.ListCodec
readValue(org.bson.BsonReader, org.bson.codecs.DecoderContext) - Method in CodecExtensions.MapCodec
realize(java.lang.String, Expression<?>) - Method in AliasRegistry
reconnect() - Method in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
reconnect() - Method in HibernatePersistenceContextInterceptor
reference - Property in MongoAttribute
Whether this attribute is a database reference
refresh(D) - Method in AbstractHibernateGormInstanceApi
refresh(java.lang.Object) - Method in AbstractHibernateSession
refresh(java.lang.Object, org.hibernate.LockMode) - Method in GrailsHibernateTemplate
refresh(java.lang.Object) - Method in IHibernateTemplate
refresh(java.lang.Object) - Method in MongoCodecEntityPersister
refreshObjectStateFromNativeEntry(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object, java.io.Serializable, T, boolean) - Method in AbstractMongoObectEntityPersister
REGEX_OPERATOR - Field in BsonQuery
RegexDialectPattern - Enum in org.grails.orm.hibernate.query
registerAlias(java.lang.String, org.grails.orm.hibernate.query.HibernateAlias) - Method in JpaQueryContext
registerAliasFromPath(java.lang.String) - Method in JpaQueryContext
registerAllEntitiesWithEnhancer() - Method in HibernateDatastore
registerAllEntitiesWithEnhancer() - Method in MongoDatastore
registerBindingDataFetcher(java.lang.Class, org.grails.gorm.graphql.fetcher.BindingGormDataFetcher) - Method in DefaultGraphQLDataFetcherManager
registerBindingDataFetcher(java.lang.Class, org.grails.gorm.graphql.fetcher.BindingGormDataFetcher) - Method in GraphQLDataFetcherManager
Register a fetcher instance to be used for CREATE or UPDATE for the provided class.
registerChild(org.hibernate.service.spi.ServiceRegistryImplementor) - Method in HibernateDialectDetectorFactoryBean
registerConstraints(org.grails.datastore.mapping.core.Datastore) - Method in HibernateGormEnhancer
registerCriterionHandler(Class<? extends Query.Criterion>, org.grails.orm.hibernate.query.PredicateGenerator.CriterionHandler) - Method in PredicateGenerator
Registers a CriterionHandler for the given criterion type.
registerDataBinder(java.lang.Class, org.grails.gorm.graphql.binding.GraphQLDataBinder) - Method in DefaultGraphQLDataBinderManager
registerDataBinder(java.lang.Class, org.grails.gorm.graphql.binding.GraphQLDataBinder) - Method in GraphQLDataBinderManager
Register a data binder for use with the provided class
registerDecoder(Class<? extends PersistentProperty>, org.grails.datastore.bson.codecs.PropertyDecoder) - Method in BsonPersistentEntityCodec
registerDeletingDataFetcher(java.lang.Class, org.grails.gorm.graphql.fetcher.DeletingGormDataFetcher) - Method in DefaultGraphQLDataFetcherManager
registerDeletingDataFetcher(java.lang.Class, org.grails.gorm.graphql.fetcher.DeletingGormDataFetcher) - Method in GraphQLDataFetcherManager
Register a fetcher instance to be used for DELETE for the provided class.
registerEncoder(Class<? extends PersistentProperty>, org.grails.datastore.bson.codecs.PropertyEncoder) - Method in BsonPersistentEntityCodec
registerEntity(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoDatastore
registerEventListeners(org.grails.datastore.gorm.events.ConfigurableApplicationEventPublisher) - Method in HibernateDatastore
registerEventListeners(org.grails.datastore.gorm.events.ConfigurableApplicationEventPublisher) - Method in MongoDatastore
registerFetcher(java.lang.Class, graphql.schema.DataFetcher, org.grails.gorm.graphql.fetcher.GraphQLDataFetcherType) - Method in DefaultGraphQLDataFetcherManager
registerInterceptor(org.grails.gorm.graphql.interceptor.GraphQLSchemaInterceptor) - Method in DefaultGraphQLInterceptorManager
registerInterceptor(org.grails.gorm.graphql.interceptor.GraphQLSchemaInterceptor) - Method in GraphQLInterceptorManager
Registers the interceptor
registerJtaSynchronization(org.hibernate.Session, org.grails.orm.hibernate.support.hibernate5.SessionHolder) - Method in GrailsSessionContext
registerMongoMethodExpressions() - Method in MongoGormEnhancer
registerMongoTypes() - Method in MongoMappingContext
registerReadingDataFetcher(java.lang.Class, org.grails.gorm.graphql.fetcher.ReadingGormDataFetcher) - Method in DefaultGraphQLDataFetcherManager
registerReadingDataFetcher(java.lang.Class, org.grails.gorm.graphql.fetcher.ReadingGormDataFetcher) - Method in GraphQLDataFetcherManager
Register a fetcher instance to be used for GET or LIST for the provided class.
registerService(java.lang.Class, java.lang.Object) - Method in GraphQLServiceManager
registerType(java.lang.Class, graphql.schema.GraphQLType) - Method in DefaultGraphQLTypeManager
registerType(java.lang.Class, graphql.schema.GraphQLType) - Method in GraphQLTypeManager
Register a GraphQL type to represent the provided class
remove(MongoCollection<Document>, Map<String, Object>) - Method in MongoExtensions
remove() - Method in MongoQuery.AggregatedResultList
removeBackticks(java.lang.String) - Method in GrailsDomainBinder
removeNullNames(java.util.Map) - Method in AbstractHibernateGormStaticApi
render(org.hibernate.type.BasicType, List<String>, org.hibernate.SessionFactory, org.hibernate.dialect.function.SQLFunction) - Method in AbstractHibernateQuery
render(org.hibernate.type.BasicType, List<String>, org.hibernate.SessionFactory, org.hibernate.dialect.function.SQLFunction) - Method in HibernateQuery
replace(java.lang.Object, java.lang.Object, java.lang.Object) - Method in IdentityEnumType
replaceOne(MongoCollection<Document>, Map<String, Object>, org.bson.Document, Map<String, Object>) - Method in MongoExtensions
replaces() - Method in GormColumnSnapshotGenerator
REPLICATE - Enum Constant in CascadeBehavior
Cascades the replicate operation.
requiredClass - Property in GraphQLDataFetcherType
requiresPostCommitHanding(org.hibernate.persister.entity.EntityPersister) - Method in ClosureEventListener
requiresPostCommitHanding(org.hibernate.persister.entity.EntityPersister) - Method in ClosureEventTriggeringInterceptor
requiresPostCommitHandling(org.hibernate.persister.entity.EntityPersister) - Method in ClosureEventListener
reset() - Method in HibernateMappingContextConfiguration
reset() - Method in JsonReader.Mark
resetDirty(java.lang.Object, org.hibernate.persister.entity.EntityPersister, org.hibernate.Session) - Method in GrailsEntityDirtinessStrategy
resetInsertActive() - Method in AbstractHibernateGormInstanceApi
Clears the ThreadLocal variable set by markInsertActive().
resolve(java.lang.String) - Method in ExpressionResolver
resolveChangeLogFile(java.lang.String) - Method in DatabaseMigrationCommand
resolveColumnName(org.hibernate.generator.GeneratorCreationContext, org.grails.orm.hibernate.cfg.HibernateSimpleIdentity) - Method in GrailsIncrementGenerator
resolveColumnName(java.lang.String) - Method in NamingStrategyWrapper
resolveCompositeIdentity() - Method in GrailsHibernatePersistentEntity
resolveDiscriminatorValue(org.grails.orm.hibernate.cfg.DiscriminatorConfig) - Method in GrailsHibernatePersistentEntity
resolveForeignKeyForPropertyDomainClass(org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentProperty) - Method in NamingStrategyWrapper
resolveGormProperty(org.grails.orm.hibernate.cfg.domainbinding.hibernate.GrailsHibernatePersistentEntity, java.lang.String) - Method in GormColumnSnapshotGenerator
resolveIdIfEntity(java.lang.Object) - Method in AbstractHibernateQuery
resolveInputType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.datastore.mapping.model.MappingContext, boolean, org.grails.gorm.graphql.types.GraphQLPropertyType) - Method in Typed
resolveJoinTableForeignKeyColumnName(org.grails.orm.hibernate.cfg.PersistentEntityNamingStrategy) - Method in HibernateToManyProperty
resolveOutputType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.datastore.mapping.model.MappingContext) - Method in Typed
resolveStoredAs(org.grails.datastore.mapping.model.PersistentEntity) - Method in MongoIdCoercion
Read the storedAs class from the entity's id mapping, or null if the mapping doesn't declare one (or the mapping implementation predates org.grails.datastore.mapping.model.IdentityMapping#getStoredAs()).
resolveTableName(org.grails.orm.hibernate.cfg.domainbinding.hibernate.GrailsHibernatePersistentEntity) - Method in NamingStrategyWrapper
resolveTableName(org.grails.datastore.mapping.model.PersistentEntity) - Method in PersistentEntityNamingStrategy
resolveTenantIdentifier() - Method in AbstractHibernateDatastore
resolveTenantIdentifier() - Method in MongoDatastore
resolveTenantIds() - Method in AbstractHibernateDatastore
resolveTenantIds() - Method in MongoDatastore
resolveType(org.grails.gorm.graphql.types.GraphQLTypeManager, org.grails.datastore.mapping.model.MappingContext, org.grails.gorm.graphql.types.GraphQLPropertyType, boolean) - Method in Typed
resourceAccessor - Property in GroovyPrecondition
responseHandler - Property in DeleteEntityDataFetcher
responseHandler - Property in PaginatedEntityDataFetcher
responseHandler - Property in PaginatedObjectTypeBuilder
rest - Property in GraphQLSpec.GraphQLRequestHelper
restoreFlushMode(org.hibernate.Session, java.lang.Object) - Method in AbstractHibernateGormValidationApi
restoreFlushMode(org.hibernate.Session, java.lang.Object) - Method in HibernateGormValidationApi
resultsField - Field in DefaultGraphQLPaginationResponseHandler
resultTransformer - Field in AbstractHibernateCriteriaBuilder
retrieve(Class<T>, java.io.Serializable) - Method in AbstractHibernateSession
retrieveAll(java.lang.Class, java.io.Serializable) - Method in AbstractHibernateSession
retrieveAll(java.lang.Class, java.lang.Iterable) - Method in HibernateSession
retrieveAllEntities(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable) - Method in AbstractMongoObectEntityPersister
retrieveAllEntities(org.grails.datastore.mapping.model.PersistentEntity, Iterable<Serializable>) - Method in MongoCodecEntityPersister
retrieveCachedInstance(org.grails.datastore.mapping.engine.EntityAccess) - Method in BsonPersistentEntityCodec
Retrieve a cached instance if any
retrieveCachedInstance(org.grails.datastore.mapping.engine.EntityAccess) - Method in PersistentEntityCodec
retrieveEntity(org.grails.datastore.mapping.model.PersistentEntity, java.io.Serializable) - Method in MongoCodecEntityPersister
retrieveEntry(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String, java.io.Serializable) - Method in MongoEntityPersister
returnedClass() - Method in IdentityEnumType
returns(groovy.lang.Closure) - Method in ComplexOperation
returns(java.lang.Class) - Method in Typed
returnType - Property in Typed
rightShift(MongoCollection<Document>, Map<String, Object>) - Method in MongoExtensions
RLIKE - Field in AbstractHibernateCriteriaBuilder
rlike(java.lang.String, java.lang.String) - Method in AbstractHibernateQuery
rlike(java.lang.String, java.lang.String) - Method in AbstractHibernateQuery.HibernateAssociationQuery
RLIKE - Enum Constant in CriteriaMethods
RLIKE - Field in GrailsRLikeFunctionContributor
rlike(java.lang.String, java.lang.Object) - Method in HibernateCriteriaBuilder
Creates a Criterion with from the specified property name and "rlike" (a regular expression version of "like") expression
RlikeExpression - Class in grails.orm
Adds support for rlike to Hibernate in supported dialects.
RlikeExpression(java.lang.String, java.lang.String, org.hibernate.criterion.MatchMode) - Constructor in RlikeExpression
rollback() - Method in MongoTransaction
rollback(org.springframework.transaction.TransactionStatus) - Method in PlatformTransactionManagerProxy
rollbackClosure - Property in GroovyChange
ROOT_CALL - Field in AbstractHibernateCriteriaBuilder
ROOT_CALL - Enum Constant in CriteriaMethods
ROOT_DO_CALL - Field in AbstractHibernateCriteriaBuilder
ROOT_DO_CALL - Enum Constant in CriteriaMethods
root - Property in MockDataFetchingEnvironment
RootBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
Binder for root classes.
RootBinder(java.lang.String, org.grails.orm.hibernate.cfg.domainbinding.util.MultiTenantFilterBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.SubClassBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.RootPersistentClassCommonValuesBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.DiscriminatorPropertyBinder, org.hibernate.boot.spi.InFlightMetadataCollector, org.grails.orm.hibernate.cfg.MappingCacheHolder) - Constructor in RootBinder
RootPersistentClassCommonValuesBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
RootPersistentClassCommonValuesBinder(org.hibernate.boot.spi.MetadataBuildingContext, org.grails.orm.hibernate.cfg.PersistentEntityNamingStrategy, org.grails.orm.hibernate.cfg.domainbinding.binder.IdentityBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.VersionBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.ClassBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.ClassPropertiesBinder, org.hibernate.boot.spi.InFlightMetadataCollector) - Constructor in RootPersistentClassCommonValuesBinder
rowCount(java.lang.String) - Method in AbstractHibernateCriteriaBuilder
Adds a projection that allows the criteria to return the row count
rowCount() - Method in AbstractHibernateQuery.HibernateProjectionList
run(liquibase.command.CommandResultsBuilder) - Method in GroovyDiffToChangeLogCommandStep
run(liquibase.command.CommandResultsBuilder) - Method in GroovyGenerateChangeLogCommandStep
run() - Method in MongoEntityPersister
run() - Method in MongoSession

S

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
SAVE_UPDATE - Enum Constant in CascadeBehavior
Cascades save and update operations.
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 - Class in org.grails.gorm.graphql
Created by jameskleeh on 5/19/17.
Schema(org.grails.datastore.mapping.model.MappingContext) - Constructor in Schema
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
schemaInterceptors - Field in DefaultGraphQLInterceptorManager
SCHEMALESS_ATTRIBUTES - Field in PersistentEntityCodec
SchemaTenantDataSource - Class in org.grails.orm.hibernate
A org.grails.datastore.gorm.jdbc.MultiTenantDataSource that switches to a specific schema on every connection and wraps the returned connection in a org.grails.datastore.gorm.jdbc.MultiTenantConnection so that the schema is restored when the connection is closed.
SchemaTenantDataSource(javax.sql.DataSource, java.lang.String, org.grails.datastore.gorm.jdbc.schema.SchemaHandler) - Constructor in SchemaTenantDataSource
SchemaTenantGormEnhancer - Class in org.grails.orm.hibernate
A HibernateGormEnhancer for SCHEMA multi-tenancy mode that resolves all tenant qualifiers from either the registered org.grails.datastore.mapping.multitenancy.AllTenantsResolver or the available schema names on the data source.
SchemaTenantGormEnhancer(org.grails.datastore.mapping.core.Datastore, org.springframework.transaction.PlatformTransactionManager, org.grails.orm.hibernate.connections.HibernateConnectionSource, org.grails.datastore.mapping.multitenancy.TenantResolver, org.grails.datastore.gorm.jdbc.schema.SchemaHandler, Map<String,HibernateDatastore>) - Constructor in SchemaTenantGormEnhancer
scm - Property in DatabaseMigrationGrailsPlugin
scm - Property in GormGraphqlGrailsPlugin
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
SCROLL_CALL - Enum Constant in CriteriaMethods
scroll(org.hibernate.Session, org.hibernate.query.criteria.JpaCriteriaQuery) - Method in HibernateQueryExecutor
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
searchMap(Map<Class, V>, java.lang.Class, boolean) - Method in KeyClassQuery
Searches for exact matches first.
searchMapAll(Map<Class, V>, java.lang.Class) - Method in KeyClassQuery
Searches for any class that is a super class of the class being searched.
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
SelectHqlQuery - Class in org.grails.orm.hibernate.query
SelectHqlQuery(org.grails.orm.hibernate.HibernateSession, org.grails.orm.hibernate.cfg.domainbinding.hibernate.GrailsHibernatePersistentEntity, org.grails.orm.hibernate.query.HqlQueryContext, org.grails.orm.hibernate.query.HqlQueryDelegate) - Constructor in SelectHqlQuery
selectionSet - Property in MockDataFetchingEnvironment
selectQuery() - Method in HqlQueryDelegate
Returns the underlying org.hibernate.query.Query for SELECT queries, or null for mutation queries (used by GrailsHibernateTemplate.applySettings).
selectQuery() - Method in MutationHqlQuery
selectQuery() - Method in SelectHqlQuery
SEQUENCE - Enum Constant in GrailsSequenceGeneratorEnum
SEQUENCE_IDENTITY - Enum Constant in GrailsSequenceGeneratorEnum
SEQUENCE_KEY - Field in GrailsDomainBinder
SERIALIZABLE - Field in HibernateCriteriaBuilder
serialize(java.lang.Object) - Method in ByteArrayCoercion
serialize(java.lang.Object) - Method in CharacterArrayCoercion
serialize(java.lang.Object) - Method in CurrencyCoercion
serialize(java.lang.Object) - Method in DateCoercion
serialize(liquibase.serializer.LiquibaseSerializable, boolean) - Method in GroovyChangeLogSerializer
serialize(java.lang.Object) - Method in InstantCoercion
serialize(java.lang.Object) - Method in Jsr310Coercion
serialize(java.lang.Object) - Method in SqlDateCoercion
serialize(java.lang.Object) - Method in TimeCoercion
serialize(java.lang.Object) - Method in TimestampCoercion
serialize(java.lang.Object) - Method in TimeZoneCoercion
serialize(java.lang.Object) - Method in URICoercion
serialize(java.lang.Object) - Method in URLCoercion
serialize(java.lang.Object) - Method in UUIDCoercion
serializedObjectNamespace - Property in GroovyPrecondition
serverPort - Property in GraphQLSpec
serviceManager - Property in Schema
services - Field in GraphQLServiceManager
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.
setCacheable(boolean) - Method in HqlQueryDelegate
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.hibernate.mapping.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
setCollection(org.hibernate.mapping.Collection, java.lang.String) - Method in HibernateToManyProperty
SetCollectionType - Class in org.grails.orm.hibernate.cfg.domainbinding.collectionType
SetCollectionType(org.hibernate.boot.spi.MetadataBuildingContext) - Constructor in SetCollectionType
setComponentBinder(org.grails.orm.hibernate.cfg.domainbinding.binder.ComponentBinder) - Method in CollectionBinder
setComponentBinder(org.grails.orm.hibernate.cfg.domainbinding.binder.ComponentBinder) - Method in CollectionSecondPassBinder
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
setDataBinder(org.grails.gorm.graphql.binding.GraphQLDataBinder) - Method in BindingGormDataFetcher
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 GrailsHibernatePersistentEntity
setDataSourceName(java.lang.String) - Method in HibernateEmbeddedPersistentEntity
setDataSourceName(java.lang.String) - Method in HibernateMappingContextConfiguration
setDataSourceName(java.lang.String) - Method in HibernateMappingContextSessionFactoryBean
setDataSourceName(java.lang.String) - Method in HibernatePersistentEntity
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
setFetchSize(int) - Method in HqlQueryDelegate
setField(java.lang.String) - Method in MongoAttribute
Sets the field name to map to
setFirstResult(int) - Method in HqlQueryDelegate
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
setGeneratedUniqueName(org.hibernate.mapping.UniqueKey) - Method in UniqueNameGenerator
setGeoIndex(java.lang.String) - Method in MongoAttribute
Sets the geo index type
setGrailsPropertyBinder(org.grails.orm.hibernate.cfg.domainbinding.binder.GrailsPropertyBinder) - Method in ComponentBinder
setHibernateCollection(org.hibernate.mapping.Collection) - Method in HibernateBasicProperty
setHibernateCollection(org.hibernate.mapping.Collection) - Method in HibernateEmbeddedCollectionProperty
setHibernateCollection(org.hibernate.mapping.Collection) - Method in HibernateManyToManyProperty
setHibernateCollection(org.hibernate.mapping.Collection) - Method in HibernateOneToManyProperty
setHibernateCollection(org.hibernate.mapping.Collection) - Method in HibernateToManyProperty
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".
setHint(java.lang.String, java.lang.Object) - Method in HqlQueryDelegate
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
setKeys(List<ColumnConfig>) - Method in JoinTable
setListArguments(Map<String, Class>) - Method in Schema
setListenerMap(Map<String,Object>) - Method in HibernateEventListeners
setLockMode(jakarta.persistence.LockModeType) - Method in HqlQueryDelegate
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
setMappingContext(org.grails.datastore.mapping.model.MappingContext) - Method in CustomGraphQLProperty
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
setMaxResults(int) - Method in HqlQueryDelegate
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.
setNatural(org.grails.orm.hibernate.cfg.NaturalId) - Method in HibernatePropertyIdentity
Sets the natural id definition
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.
setParameter(int, T, Class<T>) - Method in HqlQueryDelegate
setParameterList(java.lang.String, java.lang.Object) - Method in HqlQueryDelegate
Sets a named array parameter.
setParameterValues(java.util.Properties) - Method in IdentityEnumType
setParent(java.lang.Object, java.lang.Object) - Method in DatabaseChangeLogBuilder
setParent(org.grails.orm.hibernate.query.JpaQueryContext) - Method in JpaQueryContext
setParentContext(org.grails.orm.hibernate.query.JpaQueryContext) - Method in JpaCriteriaQueryCreator
setPersistentClass(org.hibernate.mapping.PersistentClass) - Method in GrailsHibernatePersistentEntity
setPersistentClass(org.hibernate.mapping.PersistentClass) - Method in HibernateEmbeddedPersistentEntity
setPersistentClass(org.hibernate.mapping.PersistentClass) - Method in HibernatePersistentEntity
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
setQueryFlushMode(org.hibernate.query.QueryFlushMode) - Method in HqlQueryDelegate
setReadOnly() - Method in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
setReadOnly() - Method in HibernatePersistenceContextInterceptor
setReadOnly(boolean) - Method in HqlQueryDelegate
setReadOnly(java.lang.Boolean) - Method in SelectHqlQuery
setReadWrite() - Method in AbstractMultipleDataSourceAggregatePersistenceContextInterceptor
setReadWrite() - Method in HibernatePersistenceContextInterceptor
setResourceLoader(org.springframework.core.io.ResourceLoader) - Method in HibernateMappingContextSessionFactoryBean
setResponseHandler(org.grails.gorm.graphql.response.delete.GraphQLDeleteResponseHandler) - Method in DeletingGormDataFetcher
setResponseHandler(org.grails.gorm.graphql.response.pagination.GraphQLPaginationResponseHandler) - Method in PaginatingGormDataFetcher
setResultTransformer(org.hibernate.Criteria) - Method in HibernateGormStaticApi
setRoot(From<?,?>) - Method in JoinTracker
setRoot(From<?,?>) - Method in JpaQueryContext
setScale(int) - Method in PropertyConfig
SetSecondPass - Class in org.grails.orm.hibernate.cfg.domainbinding.secondpass
Second pass class for grails relationships.
SetSecondPass(org.grails.orm.hibernate.cfg.domainbinding.secondpass.CollectionSecondPassBinder, org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernateToManyProperty) - Constructor in SetSecondPass
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
setStringIdDefaultStoredAs(Class<?>) - Method in MongoMappingContext
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
setTimeout(int) - Method in HqlQueryDelegate
setTimeout(int) - Method in MongoTransaction
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_STRING_IDS_DEFAULT_STORED_AS - Field in MongoSettings
Global default storage type for String id fields when no per-domain id storedAs: ... mapping is declared.
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
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
shouldBindWithForeignKey() - Method in HibernateOneToManyProperty
shouldBindWithForeignKey() - Method in HibernateToManyProperty
Returns:
Whether the collection should be bound with a foreign key
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
ShowObjectTypeBuilder - Class in org.grails.gorm.graphql.types.output
The class used to define which properties are available when responding with an entity
ShowObjectTypeBuilder() - Constructor in ShowObjectTypeBuilder
SIMPLE_TYPE_DECODERS - Field in SimpleDecoder
SIMPLE_TYPE_ENCODERS - Field in SimpleEncoder
SimpleArgument - Class in org.grails.gorm.graphql.entity.arguments
Used to create arguments to custom operations that are a simple type
SimpleArgument() - Constructor in SimpleArgument
SimpleDecoder - Class in org.grails.datastore.bson.codecs.decoders
A {@PropertyDecoder} capable of decoding org.grails.datastore.mapping.model.types.Simple properties
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.TypeEncoder - Interface in org.grails.datastore.bson.codecs.encoders
SimpleEncoder() - Constructor in SimpleEncoder
SimpleField - Class in org.grails.gorm.graphql.entity.fields
A field with a simple type.
SimpleField() - Constructor in SimpleField
SimpleGraphQLProperty - Class in org.grails.gorm.graphql.entity.property.impl
A class for creating custom properties that have a simple type
SimpleGraphQLProperty() - Constructor in SimpleGraphQLProperty
SimpleHibernateProxyHandler - Class in org.grails.orm.hibernate.proxy
SimpleIdBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
The simple id binder class.
SimpleIdBinder(org.hibernate.boot.spi.MetadataBuildingContext, org.grails.orm.hibernate.cfg.domainbinding.util.BasicValueCreator, org.grails.orm.hibernate.cfg.domainbinding.binder.SimpleValueBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.PropertyBinder) - Constructor in SimpleIdBinder
SimpleOperation - Class in org.grails.gorm.graphql.entity.operations
Used to create custom operations with simple types
SimpleOperation() - Constructor in SimpleOperation
SimpleValueBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
SimpleValueBinder(org.hibernate.boot.spi.MetadataBuildingContext, org.grails.orm.hibernate.cfg.PersistentEntityNamingStrategy, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment) - Constructor in SimpleValueBinder
SimpleValueColumnBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
SimpleValueColumnBinder() - Constructor in SimpleValueColumnBinder
Public constructor.
SimpleValueColumnFetcher - Class in org.grails.orm.hibernate.cfg.domainbinding.util
SINGLE_RESULT - Enum Constant in CriteriaMethods
SingleEntityDataFetcher - Class in org.grails.gorm.graphql.fetcher.impl
A class for querying a single entity with GraphQL
SingleEntityDataFetcher() - Constructor in SingleEntityDataFetcher
singleResult() - Method in AbstractHibernateQuery
singleResult(org.hibernate.Session, org.hibernate.query.criteria.JpaCriteriaQuery) - Method in HibernateQueryExecutor
singleResult() - Method in MutationHqlQuery
singleResult() - Method in SelectHqlQuery
SingleTableSubclassBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
Binds a sub-class using table-per-hierarchy inheritance mapping
SingleTableSubclassBinder(org.grails.orm.hibernate.cfg.domainbinding.binder.ClassBinder, org.hibernate.boot.spi.MetadataBuildingContext) - Constructor in SingleTableSubclassBinder
SIZE_CONSTRAINT_PREFIX - Field in AbstractHibernateQuery
SIZE_EQUALS - Field in AbstractHibernateCriteriaBuilder
SIZE_EQUALS - Enum Constant in CriteriaMethods
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
snapshot(T, liquibase.snapshot.DatabaseSnapshot, liquibase.snapshot.SnapshotGeneratorChain) - Method in GormColumnSnapshotGenerator
SoftDeleteEntityDataFetcher - Class in org.grails.gorm.graphql.fetcher.impl
Used to soft delete entity instances.
SoftDeleteEntityDataFetcher(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String, java.lang.Object) - Constructor in SoftDeleteEntityDataFetcher
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 - Enum Constant in HibernateMappingKeyword
SORT - Enum Constant in HibernateQueryArgument
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
sortedByPermutation(List<Column>, int[]) - Method in GrailsHibernatePersistentEntity
SortedSetCollectionType - Class in org.grails.orm.hibernate.cfg.domainbinding.collectionType
SortedSetCollectionType(org.hibernate.boot.spi.MetadataBuildingContext) - Constructor in SortedSetCollectionType
sortOrIndexForeignKeyColumns(org.hibernate.mapping.SimpleValue) - Method in GrailsHibernatePersistentEntity
Sorts or indexes the columns of value to align with this entity's composite identifier order.
source - Property in MockDataFetchingEnvironment
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
SpringDataMongoGormAutoConfiguration - Class in org.grails.datastore.gorm.mongodb.springdata
Auto-configuration that wires Spring Data MongoDB on top of the same MongoDatastore (and therefore the same MongoClient, database and codecs) that GORM for MongoDB uses, and registers a primary transaction manager that lets GORM and Spring Data operations share a single MongoDB transaction.
SpringDataMongoGormAutoConfiguration() - Constructor in SpringDataMongoGormAutoConfiguration
springDataMongoMappingContext(org.springframework.data.mongodb.core.convert.MongoCustomConversions) - Method in SpringDataMongoGormAutoConfiguration
sql - Property in GroovyChange
sql - Property in GroovyPrecondition
SqlDateCoercion - Class in org.grails.gorm.graphql.types.scalars.coercing
Default java.sql.Date coercion
SqlDateCoercion() - Constructor in SqlDateCoercion
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 - Enum Constant in GrailsEnumType
STRING - Field in HibernateCriteriaBuilder
STRING_TYPE - Field in GrailsDomainBinder
StringColumnConstraintsBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
stringIds - Property in AbstractMongoConnectionSourceSettings
Nested settings for domains with String id.
StringIdSettings - Class in org.grails.datastore.mapping.mongo.connections
Settings grouped under the grails.mongodb.stringIds namespace.
StringIdSettings() - Constructor in StringIdSettings
SubClassBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
Binder for subclasses.
SubClassBinder(org.grails.orm.hibernate.cfg.domainbinding.binder.SubclassMappingBinder, org.grails.orm.hibernate.cfg.domainbinding.util.MultiTenantFilterBinder, java.lang.String) - Constructor in SubClassBinder
SubclassMappingBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
SubclassMappingBinder(org.grails.orm.hibernate.cfg.domainbinding.binder.JoinedSubClassBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.UnionSubclassBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.SingleTableSubclassBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.ClassPropertiesBinder) - Constructor in SubclassMappingBinder
SUBTRACT - Enum Constant in PropertyArithmetic.Operator
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.gorm.graphql.fetcher.GraphQLDataFetcherType) - Method in CountEntityDataFetcher
supports(org.grails.gorm.graphql.fetcher.GraphQLDataFetcherType) - Method in CreateEntityDataFetcher
supports(org.grails.gorm.graphql.fetcher.GraphQLDataFetcherType) - Method in DeletingGormDataFetcher
supports(org.grails.gorm.graphql.fetcher.GraphQLDataFetcherType) - Method in EntityDataFetcher
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(org.grails.gorm.graphql.fetcher.GraphQLDataFetcherType) - Method in GormDataFetcher
supports(java.lang.String, liquibase.resource.ResourceAccessor) - Method in GroovyChangeLogParser
supports(org.grails.gorm.graphql.fetcher.GraphQLDataFetcherType) - Method in SingleEntityDataFetcher
supports(org.grails.gorm.graphql.fetcher.GraphQLDataFetcherType) - Method in UpdateEntityDataFetcher
supportsCustomType(Class<?>) - Method in GrailsJpaMappingConfigurationStrategy
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

T

Table - Class in org.grails.orm.hibernate.cfg
Represents a table definition in GORM.
TABLE - Enum Constant in GrailsSequenceGeneratorEnum
table(java.util.Map) - Method in HibernateMappingBuilder
TABLE - Enum Constant in HibernateMappingKeyword
table - Property in Mapping
The table
TABLE_PER_CONCRETE_CLASS - Enum Constant in HibernateMappingKeyword
TABLE_PER_HIERARCHY - Enum Constant in HibernateMappingKeyword
TABLE_PER_SUBCLASS - Enum Constant in HibernateMappingKeyword
Table() - Constructor in Table
TableForManyCalculator - Class in org.grails.orm.hibernate.cfg.domainbinding.util
TableForManyCalculator(org.grails.orm.hibernate.cfg.PersistentEntityNamingStrategy, org.hibernate.boot.spi.InFlightMetadataCollector, org.grails.orm.hibernate.cfg.domainbinding.util.BackticksRemover) - Constructor in TableForManyCalculator
tablePerConcreteClass(boolean) - Method in HibernateMappingBuilder
tablePerConcreteClass - Property in Mapping
Sets whether to use table-per-concrete-class or table-per-subclass mapping
tablePerHierarchy(boolean) - Method in HibernateMappingBuilder
tablePerHierarchy - Property in Mapping
Sets whether to use table-per-hierarchy or table-per-subclass mapping
tablePerSubclass(boolean) - Method in HibernateMappingBuilder
target - Field in CloseSuppressingInvocationHandler
target - Field in GrailsHibernateTemplate.CloseSuppressingInvocationHandler
targetClass - Field in AbstractHibernateCriteriaBuilder
template - Field in CloseSuppressingInvocationHandler
TemporalBsonConverter - Trait in org.grails.datastore.bson.codecs.temporal
A trait to read and write a java.time.temporal.Temporal to MongoDB
TENANT_ID - Enum Constant in HibernateMappingKeyword
tenantId(java.lang.String) - Method in HibernateMappingBuilder
TenantIdDecoder - Class in org.grails.datastore.bson.codecs.decoders
Decodes the tenant id
TenantIdDecoder() - Constructor in TenantIdDecoder
TenantIdEncoder - Class in org.grails.datastore.bson.codecs.encoders
Encodes the TenantId
TenantIdEncoder() - Constructor in TenantIdEncoder
tenantResolver - Field in AbstractHibernateDatastore
tenantResolver - Field in MongoDatastore
TEST_DB_URL - Field in HibernateDatastoreSpringInitializer
test(org.grails.datastore.mapping.query.Query$Projection) - Method in ProjectionPredicate
TEXT - Field in HibernateCriteriaBuilder
throwRuntimeException(java.lang.RuntimeException) - Method in AbstractHibernateCriteriaBuilder
Throws a runtime exception where necessary to ensure the session gets closed
TIME - Field in HibernateCriteriaBuilder
TimeCoercion - Class in org.grails.gorm.graphql.types.scalars.coercing
Default java.sql.Time coercion
TimeCoercion() - Constructor in TimeCoercion
TIMEOUT - Enum Constant in HibernateQueryArgument
TIMESTAMP - Field in HibernateCriteriaBuilder
TimestampCoercion - Class in org.grails.gorm.graphql.types.scalars.coercing
Default java.sql.Timestamp coercion
TimestampCoercion() - Constructor in TimestampCoercion
TIMEZONE - Field in HibernateCriteriaBuilder
TimeZoneCoercion - Class in org.grails.gorm.graphql.types.scalars.coercing
Default java.util.TimeZone coercion
TimeZoneCoercion() - Constructor in TimeZoneCoercion
title - Property in DatabaseMigrationGrailsPlugin
title - Property in GormGraphqlGrailsPlugin
title - Property in HibernateGrailsPlugin
title - Property in MongodbGrailsPlugin
toBoolean(java.lang.Object) - Method in HqlQueryMethods
toConfiguration(org.grails.orm.hibernate.connections.HibernateConnectionSourceSettings) - Method in HibernateConnectionSourceSettingsBuilder
toConfiguration(org.grails.datastore.mapping.mongo.connections.MongoConnectionSourceSettings) - Method in MongoConnectionSourceSettingsBuilder
toCriterion() - Method in AbstractHibernateCriteriaBuilder.LogicalExpression
toDBObject(org.bson.Document) - Method in MongoExtensions
toHibernateCriterion(org.grails.orm.hibernate.query.AbstractHibernateQuery, org.grails.datastore.mapping.query.Query$Criterion, java.lang.String) - Method in AbstractHibernateCriterionAdapter
toHibernateCriterion(org.grails.orm.hibernate.query.AbstractHibernateQuery, T, java.lang.String) - Method in AbstractHibernateCriterionAdapter.CriterionAdaptor
toHibernateDetachedCriteria(org.grails.orm.hibernate.query.AbstractHibernateQuery, QueryableCriteria<?>, java.lang.String) - Method in AbstractHibernateCriterionAdapter
toHibernateDetachedCriteria(org.grails.orm.hibernate.query.AbstractHibernateQuery, QueryableCriteria<?>, java.lang.String) - Method in HibernateCriterionAdapter
toHibernateEventListeners(org.grails.orm.hibernate.support.AbstractClosureEventTriggeringInterceptor) - Method in HibernateConnectionSourceSettings.HibernateSettings
toHibernateProjection() - Method in HibernateProjectionAdapter
toInteger(java.lang.Object) - Method in HqlQueryMethods
toList(com.mongodb.client.FindIterable, Class<T>) - Method in MongoExtensions
ToManyEntityMultiTenantFilterBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.secondpass
Applies multi-tenant filters to a collection based on the associated entity's tenancy.
ToManyEntityMultiTenantFilterBinder(org.grails.orm.hibernate.cfg.domainbinding.util.DefaultColumnNameFetcher) - Constructor in ToManyEntityMultiTenantFilterBinder
Creates a new ToManyEntityMultiTenantFilterBinder instance.
toProperties() - Method in HibernateConnectionSourceSettings
Convert to hibernate properties
toProperties() - Method in HibernateConnectionSourceSettings.HibernateSettings
Convert to Hibernate properties
toSqlString(org.hibernate.Criteria, org.hibernate.criterion.CriteriaQuery) - Method in RlikeExpression
toString() - Method in Box
toString() - Method in Circle
toString() - Method in CollectionType
toString() - Method in ColumnConfig
toString() - Method in GrailsSequenceGeneratorEnum
toString() - Method in HibernateDatastore
toString() - Method in HibernateMappingKeyword
toString() - Method in HibernateQueryArgument
toString() - Method in HibernateSimpleIdentity
toString() - Method in Identity
toString() - Method in LineString
toString() - Method in MongoQuery.AggregatedResultList
toString() - Method in MongoQuery.MongoResultList
toString() - Method in MultiLineString
toString() - Method in MultiPoint
toString() - Method in Point
toString() - Method in Polygon
toString() - Method in PropertyConfig
toString() - Method in RlikeExpression
totalField - Field in DefaultGraphQLPaginationResponseHandler
trackCustomCascadingSaves(org.grails.orm.hibernate.cfg.Mapping, Iterable<PersistentProperty>) - Method in GrailsDomainBinder
Checks for any custom cascading saves set up via the mapping DSL and records them within the persistent property.
TraitPropertyAccessStrategy - Class in org.grails.orm.hibernate.access
Support reading and writing trait fields with Hibernate 5+
transactional - Property in AbstractMongoConnectionSourceSettings
Whether GORM should use real MongoDB multi-document transactions (a server-side ClientSession) for transactional operations.
transactionManager - Field in HibernateDatastore
transactionManager - Field in HibernateMappingContextSessionFactoryBean
transactionManager - Property in HibernateSpec
transactionManager - Field in MongoDatastore
transactionManager(org.grails.datastore.mapping.mongo.MongoDatastore, org.springframework.data.mongodb.MongoDatabaseFactory) - Method in SpringDataMongoGormAutoConfiguration
transactionsEnabled - Field in MongoDatastore
transactionStatus - Property in HibernateSpec
The transaction status
translate(org.grails.datastore.mapping.query.Query$Projection) - Method in JpaProjectionTranslator
trimBackTigs(java.lang.String) - Method in GrailsDomainBinder
TRUE_FALSE - Field in HibernateCriteriaBuilder
tryAssociationOrJunction(java.lang.String, grails.orm.CriteriaMethods, java.lang.Object) - Method in CriteriaMethodInvoker
tryCriteriaConstruction(grails.orm.CriteriaMethods, java.lang.Object) - Method in CriteriaMethodInvoker
tryMetaMethod(java.lang.String, java.lang.Object) - Method in CriteriaMethodInvoker
tryPropertyCriteria(grails.orm.CriteriaMethods, java.lang.Object) - Method in CriteriaMethodInvoker
trySimpleCriteria(java.lang.String, grails.orm.CriteriaMethods, java.lang.Object) - Method in CriteriaMethodInvoker
type(groovy.lang.Closure) - Method in ComplexGraphQLProperty
type - Property in CreateInputObjectTypeBuilder
type - Property in DiscriminatorConfig
The type
type - Property in EmbeddedInputObjectTypeBuilder
type - Property in EmbeddedObjectTypeBuilder
type - Property in HibernateSimpleIdentity
The type
type - Property in Identity
The type
type - Field in IdentityEnumType
TYPE_MAP - Field in DefaultGraphQLTypeManager
type - Property in NestedInputObjectTypeBuilder
type - Property in PaginatedType
type - Property in PersistentGraphQLProperty
type - Property in PropertyConfig
The Hibernate type or user type of the property.
type - Property in ShowObjectTypeBuilder
type - Property in UpdateInputObjectTypeBuilder
Typed - Trait in org.grails.gorm.graphql.entity.dsl.helpers
Parses types for custom arguments, operations, and properties
typeManager - Field in AbstractInputObjectTypeBuilder
typeManager - Field in AbstractObjectTypeBuilder
typeManager - Property in PaginatedObjectTypeBuilder
typeManager - Property in Schema
typeName - Property in ComplexArgument
typeName - Property in ComplexField
typeName - Property in ComplexGraphQLProperty
typeName - Property in ComplexOperation
TypeNotFoundException - Class in org.grails.gorm.graphql.types
Authors:
James Kleeh
TypeNotFoundException(java.lang.Class) - Constructor in TypeNotFoundException
typeParams - Property in PropertyConfig
The parameters for the property that can be used to configure a Hibernate ParameterizedType implementation.
TYPES - Field in EventListenerIntegrator

U

UNDERSCORE - Field in GrailsDomainBinder
UnidirectionalOneToManyBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.secondpass
Binds unidirectional one-to-many associations.
UnidirectionalOneToManyBinder(org.grails.orm.hibernate.cfg.domainbinding.secondpass.CollectionWithJoinTableBinder, org.hibernate.boot.spi.InFlightMetadataCollector) - Constructor in UnidirectionalOneToManyBinder
UnidirectionalOneToManyInverseValuesBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.secondpass
Creates and binds a org.hibernate.mapping.ManyToOne element for unidirectional to-many join-table associations.
UnidirectionalOneToManyInverseValuesBinder(org.hibernate.boot.spi.MetadataBuildingContext) - Constructor in UnidirectionalOneToManyInverseValuesBinder
UnionSubclassBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
Binds a union sub-class mapping using table-per-concrete-class
UnionSubclassBinder(org.hibernate.boot.spi.MetadataBuildingContext, org.grails.orm.hibernate.cfg.PersistentEntityNamingStrategy, org.grails.orm.hibernate.cfg.domainbinding.binder.ClassBinder, org.hibernate.boot.spi.InFlightMetadataCollector) - Constructor in UnionSubclassBinder
unique - Property in ColumnConfig
Whether the column is unique
UniqueKeyForColumnsCreator - Class in org.grails.orm.hibernate.cfg.domainbinding.util
UniqueKeyForColumnsCreator(org.grails.orm.hibernate.cfg.domainbinding.util.UniqueNameGenerator) - Constructor in UniqueKeyForColumnsCreator
UniqueNameGenerator - Class in org.grails.orm.hibernate.cfg.domainbinding.util
uniqueResult - Field in AbstractHibernateCriteriaBuilder
unlock(java.lang.Object) - Method in AbstractHibernateSession
unlock(java.lang.Object) - Method in MongoCodecEntityPersister
unqualify(java.lang.String) - Method in GrailsDomainBinder
unqualify(java.lang.String) - Method in GrailsHibernateUtil
UNSET_OPERATOR - Field in MongoConstants
unwrap(java.util.List, graphql.schema.GraphQLType) - Method in GraphQLSchemaSpec
unwrap(java.lang.Object) - Method in GroovyProxyInterceptorLogic
unwrap(java.lang.Object) - Method in HibernateProxyHandler
Unproxies a HibernateProxy.
unwrap(java.lang.Object) - Method in SimpleHibernateProxyHandler
unwrapIfProxy(java.lang.Object) - Method in GrailsHibernateUtil
Unproxies a HibernateProxy.
unwrapIfProxy(java.lang.Object) - Method in HibernateProxyHandler
calls unwrap which calls unproxy
unwrapIfProxy(java.lang.Object) - Method in SimpleHibernateProxyHandler
unwrapProxy(org.hibernate.proxy.HibernateProxy) - Method in GrailsHibernateUtil
Unwraps and initializes a HibernateProxy.
unwrapProxy(java.lang.Object) - Method in HibernateProxyHandler
deprecated:
use unwrap
unwrapProxy(org.hibernate.proxy.HibernateProxy) - Method in SimpleHibernateProxyHandler
updatable - Property in PropertyConfig
Whether or not this column is updatable by hibernate
UPDATE_EMBEDDED - Enum Constant in GraphQLPropertyType
For updating embedded properties
UPDATE - Enum Constant in GraphQLDataFetcherType
UPDATE - Enum Constant in GraphQLOperationType
UPDATE - Enum Constant in GraphQLPropertyType
For updating data (typically the same as create except nulls allowed)
update(MongoCollection<Document>, Map<String, Object>, Map<String, Object>, com.mongodb.client.model.UpdateOptions) - Method in MongoExtensions
UPDATE_NESTED - Enum Constant in GraphQLPropertyType
For supplying association data during an update
update - Property in Operations
updateAll(org.grails.datastore.mapping.query.api.QueryableCriteria, Map<String,Object>) - Method in HibernateSession
Updates all objects matching the given criteria and property values.
updateAll(org.grails.datastore.mapping.query.api.QueryableCriteria, Map<String, Object>) - Method in MongoCodecSession
updateAll(org.grails.datastore.mapping.query.api.QueryableCriteria, Map<String,Object>) - Method in MongoSession
updateCaches(org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object, java.io.Serializable) - Method in MongoCodecEntityPersister
updateComponent(org.hibernate.mapping.Component, org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentProperty, org.grails.orm.hibernate.cfg.domainbinding.hibernate.HibernatePersistentProperty, org.hibernate.mapping.Value) - Method in ComponentUpdater
UpdateEntityDataFetcher - Class in org.grails.gorm.graphql.fetcher.impl
A class for updating an entity with GraphQL
UpdateEntityDataFetcher() - Constructor in UpdateEntityDataFetcher
updateEntry(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, java.lang.Object, org.bson.Document) - Method in MongoEntityPersister
UpdateInputObjectTypeBuilder - Class in org.grails.gorm.graphql.types.input
The class used to define which properties are available when updating an entity
UpdateInputObjectTypeBuilder() - Constructor in UpdateInputObjectTypeBuilder
updateMany(com.mongodb.client.MongoCollection, org.bson.conversions.Bson, org.bson.conversions.Bson, com.mongodb.client.model.UpdateOptions) - Method in AbstractMongoSession
updateMany(MongoCollection<Document>, Map<String, Object>, List<? extends Map<String, Object>>, com.mongodb.client.model.UpdateOptions) - Method in MongoExtensions
updateOne(MongoCollection<Document>, Map<String, Object>, List<? extends Map<String, Object>>, com.mongodb.client.model.UpdateOptions) - Method in MongoExtensions
upperRight - Property in Box
URICoercion - Class in org.grails.gorm.graphql.types.scalars.coercing
Default java.net.URI coercion
URICoercion() - Constructor in URICoercion
url(com.mongodb.ConnectionString) - Method in AbstractMongoConnectionSourceSettings
Parameters:
connectionString - The connection string
URL - Field in HibernateCriteriaBuilder
URLCoercion - Class in org.grails.gorm.graphql.types.scalars.coercing
Default java.net.URL coercion
URLCoercion() - Constructor in URLCoercion
usage - Property in CacheConfig
The cache usage
USAGE_OPTIONS - Property in CacheConfig
useCollection(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Method in AbstractMongoSession
Use the given collection for the given entity
useCollection(java.lang.String) - Method in MongoEntity
Use the given collection for this entity for the scope of the session
useCollection(java.lang.String) - Method in MongoStaticApi
useCollection(java.lang.String) - Method in MongoStaticOperations
Use the given collection for this entity for the scope of the session
useDatabase(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Method in AbstractMongoSession
Use the given database name for the given entity
useDatabase(java.lang.String) - Method in MongoEntity
Use the given database for this entity for the scope of the session
useDatabase(java.lang.String) - Method in MongoStaticApi
useDatabase(java.lang.String) - Method in MongoStaticOperations
Use the given database for this entity for the scope of the session
USER_TYPE - Enum Constant in HibernateMappingKeyword
username - Property in AbstractMongoConnectionSourceSettings
The username to use
userTypes - Property in Mapping
Custom hibernate user types
usesConnectionSource(java.lang.String) - Method in GrailsHibernatePersistentEntity
usesConnectionSource(java.lang.String) - Method in HibernateEmbeddedPersistentEntity
usesConnectionSource(java.lang.String) - Method in HibernatePersistentEntity
usesDatasource(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Method in GrailsHibernateUtil
usesDatasource(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String) - Method in MultipleDataSourceSupport
UTC - Field in JsonWriter
UUID2 - Enum Constant in GrailsSequenceGeneratorEnum
UUID_BINARY - Field in HibernateCriteriaBuilder
UUID_CHAR - Field in HibernateCriteriaBuilder
UUID - Enum Constant in GrailsSequenceGeneratorEnum
UUIDCoercion - Class in org.grails.gorm.graphql.types.scalars.coercing
Default java.util.UUID coercion
UUIDCoercion() - Constructor in UUIDCoercion

V

validate(D, java.util.List, java.util.Map) - Method in AbstractHibernateGormValidationApi
validate() - Method in ComplexArgument
validate() - Method in ComplexField
validate() - Method in ComplexGraphQLProperty
validate() - Method in ComplexOperation
validate() - Method in CustomArgument
validate() - Method in CustomGraphQLProperty
validate() - Method in CustomOperation
validate() - Method in Field
validate(liquibase.database.Database) - Method in GroovyChange
validate(liquibase.database.Database) - Method in GroovyPrecondition
validate() - Method in SimpleArgument
validate() - Method in SimpleField
validate() - Method in SimpleOperation
validateApi - Field in InstanceProxy
validateAssociation() - Method in HibernateAssociation
validateAssociation() - Method in HibernateOneToOneProperty
validateAssociation() - Method in HibernatePersistentProperty
validateClosure - Property in GroovyChange
validateClosureCalled - Property in GroovyChange
validateMethods - Field in InstanceProxy
validateOwningSide() - Method in HibernateManyToManyProperty
validateOwningSide() - Method in HibernateToManyProperty
validateProperty() - Method in HibernateOneToManyProperty
validateProperty() - Method in HibernatePersistentProperty
validateSimpleExpression() - Method in AbstractHibernateCriteriaBuilder
validationErrors - Property in GroovyChange
value - Property in DiscriminatorConfig
The discriminator value
value - Property in Distance
The value representing the distance
value() - Method in GraphQL
value() - Method in HibernateQueryArgument
Returns the string key used for map lookups and config property resolution.
VALUE_RETRIEVAL_STRATEGY - Field in MongoEntityPersister
value - Property in SoftDeleteEntityDataFetcher
valueOf(List<List<Double>>) - Method in Box
Constructs a Box from the given coordinates
valueOf(List<Object>) - Method in Circle
Construct a circle for the given coordinates
valueOf(double, grails.mongodb.geo.Metric) - Method in Distance
Create a Distance instance for the given value
valueOf(java.util.List) - Method in GeometryCollection
valueOf(java.util.List) - Method in LineString
Constructs a LineString for the given coordinates
valueOf(java.util.List) - Method in MultiLineString
valueOf(java.util.List) - Method in MultiPoint
valueOf(java.util.List) - Method in MultiPolygon
valueOf(List<Number>) - Method in Point
Construct a point for the given coordinates supplied in the list
valueOf(java.util.List) - Method in Polygon
The inverse of Polygon.asList, constructs a Polygon from a coordinate list
valueOf(java.util.List, grails.mongodb.geo.Metric) - Method in Sphere
Constructs a Sphere for the given coordinate list and optional metric
variables - Property in GraphQLRequest
variables - Property in MockDataFetchingEnvironment
verifyFetcher(graphql.schema.DataFetcher, java.lang.Class) - Method in DefaultGraphQLDataFetcherManager
verifyMapping(org.grails.gorm.graphql.entity.dsl.GraphQLMapping, org.grails.datastore.mapping.model.PersistentEntity) - Method in GraphQLEntityHelper
version(java.lang.String) - Method in HibernateMappingBuilder
VERSION - Enum Constant in HibernateMappingKeyword
version(groovy.lang.Closure) - Method in Mapping
Configure the version
version(groovy.lang.Closure) - Method in MongoCollection
VersionBinder - Class in org.grails.orm.hibernate.cfg.domainbinding.binder
VersionBinder(org.hibernate.boot.spi.MetadataBuildingContext, org.grails.orm.hibernate.cfg.domainbinding.binder.SimpleValueBinder, org.grails.orm.hibernate.cfg.domainbinding.binder.PropertyBinder, BiFunction<MetadataBuildingContext,Table,BasicValue>) - Constructor in VersionBinder
versioned - Property in Mapping
Whether the class is versioned for optimistic locking
visit(org.codehaus.groovy.ast.ClassNode, org.codehaus.groovy.control.SourceUnit) - Method in HibernateEntityTransformation
visit(liquibase.changelog.ChangeSet, liquibase.changelog.DatabaseChangeLog, liquibase.database.Database, Set<ChangeSetFilterResult>) - Method in NoopVisitor

W

warn(java.lang.String) - Method in GroovyChange
Called by the validate closure.
warn(liquibase.database.Database) - Method in GroovyPrecondition
warnings - Property in GroovyChange
watch(MongoCollection<Document>, List<? extends Map<String, Object>>, Class<T>) - Method in MongoExtensions
watchedResources - Property in HibernateGrailsPlugin
WHERE_OPERATOR - Field in BsonQuery
withCollection(java.lang.String, Closure<T>) - Method in MongoEntity
Use the given collection for this entity for the scope of the closure call
withCollection(java.lang.String, Closure<T>) - Method in MongoStaticApi
withCollection(java.lang.String, Closure<T>) - Method in MongoStaticOperations
Use the given collection for this entity for the scope of the closure call
withConnection(java.lang.String, groovy.lang.Closure) - Method in MongoEntity
Perform an operation with the given connection
withDatabase(Map<String, String>, groovy.lang.Closure) - Method in DatabaseMigrationCommand
withDatabase(java.lang.String, Closure<T>) - Method in MongoEntity
Use the given database for this entity for the scope of the closure call
withDatabase(java.lang.String, Closure<T>) - Method in MongoStaticApi
withDatabase(java.lang.String, Closure<T>) - Method in MongoStaticOperations
Use the given database for this entity for the scope of the closure call
withDelegate(groovy.lang.Closure, java.lang.Object) - Method in ExecutesClosures
withFileOrSystemOutWriter(java.lang.String, groovy.lang.Closure) - Method in DatabaseMigrationCommand
withFlushMode(org.grails.orm.hibernate.AbstractHibernateDatastore.FlushMode, Callable<Boolean>) - Method in AbstractHibernateDatastore
Execute the given operation with the given flush mode
withFlushMode(FlushMode, Callable<Boolean>) - Method in HibernateDatastore
withGormDatabase(org.springframework.context.ConfigurableApplicationContext, java.lang.String, groovy.lang.Closure) - Method in ApplicationContextDatabaseMigrationCommand
WITHIN_OPERATOR - Field in MongoQuery
WithinBox - Class in org.grails.datastore.gorm.mongo
Dynamic finder expression for within box queries
withinBox(java.lang.String, List<?>) - Method in MongoCriteriaBuilder
Geospacial query for values within a given box.
withinBox(java.lang.String, java.util.List) - Method in MongoQuery
Geospacial query for values within a given box.
WithinBox(java.lang.String, java.util.List) - Constructor in MongoQuery.WithinBox
WithinBox(Class<?>, java.lang.String) - Constructor in WithinBox
WithinCircle - Class in org.grails.datastore.gorm.mongo
A dynamic finder method expression that adds the ability to query within a circle
withinCircle(java.lang.String, List<?>) - Method in MongoCriteriaBuilder
Geospacial query for values within a given circle.
withinCircle(java.lang.String, java.util.List) - Method in MongoQuery
Geospacial query for values within a given circle.
WithinCircle(java.lang.String, java.util.List) - Constructor in MongoQuery.WithinCircle
WithinCircle(Class<?>, java.lang.String) - Constructor in WithinCircle
WithinPolygon - Class in org.grails.datastore.gorm.mongo
Dynamic finder expression for within polygon queries
withinPolygon(java.lang.String, List<?>) - Method in MongoCriteriaBuilder
Geospacial query for values within a given polygon.
withinPolygon(java.lang.String, java.util.List) - Method in MongoQuery
Geospacial query for values within a given polygon.
WithinPolygon(java.lang.String, java.util.List) - Constructor in MongoQuery.WithinPolygon
WithinPolygon(Class<?>, java.lang.String) - Constructor in WithinPolygon
withLiquibase(groovy.lang.Closure) - Method in DatabaseMigrationCommand
withNewSession(java.io.Serializable, Closure<T1>) - Method in AbstractHibernateDatastore
withNewSession(Closure<T>) - Method in AbstractHibernateGormStaticApi
withNewSession(java.io.Serializable, Closure<T1>) - Method in MongoDatastore
withNewTransaction(java.util.Map, groovy.lang.Closure) - Method in DatabaseMigrationTransactionManager
Executes the closure within the context of a new transaction which is configured with the properties contained in transactionProperties.
withNewTransaction(groovy.lang.Closure) - Method in GroovyChange
Executes the grailsChange>change block within the context of a new transaction
withQueryEvents(org.hibernate.query.Query, Closure<T>) - Method in HibernateGormStaticApi
withSession(Closure<T>) - Method in AbstractHibernateDatastore
withSession(Closure<T>) - Method in AbstractHibernateGormStaticApi
withTransaction(groovy.lang.Closure) - Method in ApplicationContextDatabaseMigrationCommand
withTransaction(org.springframework.transaction.TransactionDefinition, groovy.lang.Closure) - Method in DatabaseMigrationTransactionManager
Executes the closure within the context of a transaction for the given org.springframework.transaction.TransactionDefinition
withTransaction(boolean, groovy.lang.Closure) - Method in DefaultGormDataFetcher
wrapFilterWithMultiTenancy(org.bson.conversions.Bson) - Method in MongoStaticApi
WRAPPER_BINARY - Field in HibernateCriteriaBuilder
write(org.grails.datastore.mapping.model.PersistentProperty, org.bson.Document, org.bson.Document) - Method in CodecCustomTypeMarshaller
write - Property in ColumnConfig
A custom write sstring
write(List<T>, java.io.OutputStream) - Method in GroovyChangeLogSerializer
write(org.bson.BsonWriter, java.time.Instant) - Method in InstantBsonConverter
write(org.bson.BsonWriter, java.time.LocalDate) - Method in LocalDateBsonConverter
write(org.bson.BsonWriter, java.time.LocalDateTime) - Method in LocalDateTimeBsonConverter
write(org.bson.BsonWriter, java.time.LocalTime) - Method in LocalTimeBsonConverter
write(org.bson.BsonWriter, java.time.OffsetDateTime) - Method in OffsetDateTimeBsonConverter
write(org.bson.BsonWriter, java.time.OffsetTime) - Method in OffsetTimeBsonConverter
write(org.bson.BsonWriter, java.time.Period) - Method in PeriodBsonConverter
write(org.bson.BsonWriter, T) - Method in TemporalBsonConverter
write(org.bson.BsonWriter, java.time.ZonedDateTime) - Method in ZonedDateTimeBsonConverter
writeAttributes(Map<String, Object>, org.bson.BsonWriter, org.bson.codecs.EncoderContext) - Method in BsonPersistentEntityCodec
Writes the dynamic attributes to the writer
writeConcern - Field in AbstractMongoSession
writeConcern - Property in MongoCollection
Returns:
The com.mongodb.WriteConcern for the collection
writeInternal(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, T, org.bson.Document) - Method in AbstractShapeCoordsType
writeInternal(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, java.lang.Object, org.bson.Document) - Method in EnumType
writeInternal(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, T, org.bson.Document) - Method in GeoJSONType
writeInternal(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, grails.mongodb.geo.GeometryCollection, org.bson.Document) - Method in GeometryCollectionType
writeInternal(org.grails.datastore.mapping.model.PersistentProperty, java.lang.String, grails.mongodb.geo.Shape, org.bson.Document) - Method in ShapeType
writeNameHelper(java.lang.String) - Method in JsonWriter
writer - Field in JsonWriter
writingComplete(org.grails.datastore.mapping.engine.EntityAccess) - Method in BsonPersistentEntityCodec
Called when the document is fully written from the source entity

X

x - Property in Point
The x and y values that indicate the location of the point

Y

y - Property in Point
The x and y values that indicate the location of the point
YES_NO - Field in HibernateCriteriaBuilder

Z

ZonedDateTimeBsonConverter - Trait in org.grails.datastore.bson.codecs.temporal
A trait to read and write a java.time.ZonedDateTime to MongoDB
ZonedDateTimeCodec - Class in org.grails.datastore.bson.codecs
A class to translate a java.time.ZonedDateTime in MongoDB
ZonedDateTimeCodec() - Constructor in ZonedDateTimeCodec
ZonedDateTimeCoercion - Class in org.grails.gorm.graphql.types.scalars.coercing.jsr310
Default java.time.ZonedDateTime coercion
ZonedDateTimeCoercion() - Constructor in ZonedDateTimeCoercion
ZonedDateTimeDecoder - Class in org.grails.datastore.bson.codecs.decoders
A simple decoder for java.time.ZonedDateTime
ZonedDateTimeDecoder() - Constructor in ZonedDateTimeDecoder
ZonedDateTimeEncoder - Class in org.grails.datastore.bson.codecs.encoders
A simple encoder for java.time.ZonedDateTime
ZonedDateTimeEncoder() - Constructor in ZonedDateTimeEncoder

_

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