- ge(Object) - Method in class org.hibernate.criterion.Property
-
Create a greater-than-or-equal-to restriction based on this property
- ge(DetachedCriteria) - Method in class org.hibernate.criterion.Property
-
Creates a sub-query greater-than-or-equal-to expression for this property
- ge(String, Object) - Static method in class org.hibernate.criterion.Restrictions
-
Apply a "greater than or equal" constraint to the named property
- ge(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
-
Creates a criterion which checks that the value of a given literal as being greater-than-or-equal-to the
value in the subquery result.
- ge(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Apply a "greater than or equal" constraint
- geAll(DetachedCriteria) - Method in class org.hibernate.criterion.Property
-
Creates a greater-than-or-equal-to-all sub-query expression for this property.
- geAll(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
-
Creates a criterion which checks that the value of a literal is greater-than-or-equal-to ALL the values in the
subquery result.
- generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.AbstractPostInsertGenerator
-
- generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.Assigned
-
- generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.CompositeNestedGeneratedValueGenerator
-
- generate(AccessCallback) - Method in class org.hibernate.id.enhanced.HiLoOptimizer
-
- generate(AccessCallback) - Method in class org.hibernate.id.enhanced.LegacyHiLoAlgorithmOptimizer
-
- generate(AccessCallback) - Method in class org.hibernate.id.enhanced.NoopOptimizer
-
- generate(AccessCallback) - Method in interface org.hibernate.id.enhanced.Optimizer
-
Generate an identifier value accounting for this specific optimization.
- generate(AccessCallback) - Method in class org.hibernate.id.enhanced.PooledLoOptimizer
-
- generate(AccessCallback) - Method in class org.hibernate.id.enhanced.PooledLoThreadLocalOptimizer
-
- generate(AccessCallback) - Method in class org.hibernate.id.enhanced.PooledOptimizer
-
- generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
- generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.enhanced.TableGenerator
-
- generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.ForeignGenerator
-
- generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.GUIDGenerator
-
- generate(SharedSessionContractImplementor, Object) - Method in interface org.hibernate.id.IdentifierGenerator
-
Generate a new identifier.
- generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.IncrementGenerator
-
- generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
-
Deprecated.
- generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.SequenceGenerator
-
Deprecated.
- generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.SequenceHiLoGenerator
-
Deprecated.
- generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.SequenceIdentityGenerator
-
Deprecated.
- generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.UUIDGenerator
-
- generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.UUIDHexGenerator
-
- GENERATE_STATISTICS - Static variable in interface org.hibernate.cfg.AvailableSettings
-
Enable statistics collection
- generateAlias(String) - Method in interface org.hibernate.sql.AliasGenerator
-
- generateBidirectionalCollectionChangeWorkUnits(AuditProcess, EntityPersister, String, Object[], Object[], SessionImplementor) - Method in class org.hibernate.envers.event.spi.BaseEnversEventListener
-
- generateCacheKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in interface org.hibernate.cache.spi.access.CollectionDataAccess
-
To create instances of CollectionCacheKey for this region, Hibernate will invoke this method
exclusively so that generated implementations can generate optimised keys.
- generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in interface org.hibernate.cache.spi.access.EntityDataAccess
-
To create instances of keys for this region, Hibernate will invoke this method
exclusively so that generated implementations can generate optimised keys.
- generateCacheKey(Object[], EntityPersister, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.access.NaturalIdDataAccess
-
To create instances of NaturalIdCacheKey for this region, Hibernate will invoke this method
exclusively so that generated implementations can generate optimised keys.
- generateCacheKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.spi.support.AbstractCollectionDataAccess
-
- generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.spi.support.AbstractEntityDataAccess
-
- generateCacheKey(Object[], EntityPersister, SharedSessionContractImplementor) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
-
- generateCacheKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
-
- generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
-
- generateCacheKey(Object[], EntityPersister, SharedSessionContractImplementor) - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
-
- generateCallableReturns() - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor
-
- generateCollectionAccess(CollectionDataCachingConfig) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
-
- generateCollectionAccess(CollectionDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
-
- generateCustomReturns(boolean) - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor
-
- Generated - Annotation Type in org.hibernate.annotations
-
The annotated property is generated by the database.
- generated - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
-
- generated - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
- GeneratedCollectionAliases - Class in org.hibernate.loader
-
CollectionAliases which handles the logic of selecting user provided aliases (via return-property),
before using the default aliases.
- GeneratedCollectionAliases(Map, CollectionPersister, String) - Constructor for class org.hibernate.loader.GeneratedCollectionAliases
-
- GeneratedCollectionAliases(CollectionPersister, String) - Constructor for class org.hibernate.loader.GeneratedCollectionAliases
-
- generatedConstraintNamePrefix() - Method in class org.hibernate.mapping.Constraint
-
- generatedConstraintNamePrefix() - Method in class org.hibernate.mapping.ForeignKey
-
- generatedConstraintNamePrefix() - Method in class org.hibernate.mapping.PrimaryKey
-
- generatedConstraintNamePrefix() - Method in class org.hibernate.mapping.UniqueKey
-
- generateDelete(String, String[], String, String) - Method in class org.hibernate.hql.spi.id.inline.AbstractInlineIdsDeleteHandlerImpl
-
- generateDelete(String, String[], String, String) - Method in class org.hibernate.hql.spi.id.inline.InlineIdsIdsOrClauseDeleteHandlerImpl
-
- generateDeleteRowString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- generateDeleteRowString() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
-
Generate the SQL DELETE that deletes a particular row
- generateDeleteRowString() - Method in class org.hibernate.persister.collection.OneToManyPersister
-
Generate the SQL UPDATE that updates a particular row's foreign
key to null
- generateDeleteString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- generateDeleteString() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
-
Generate the SQL DELETE that deletes all rows
- generateDeleteString() - Method in class org.hibernate.persister.collection.OneToManyPersister
-
Generate the SQL UPDATE that updates all the foreign keys to null
- generateDeleteString(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Generate the SQL that deletes a row by id (and version)
- generateDetectRowByElementString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- generateDetectRowByIndexString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- GeneratedOrderByFragmentParser - Class in org.hibernate.sql.ordering.antlr
-
Antlr grammar for dealing with order-by mapping fragments.
- GeneratedOrderByFragmentParser(TokenBuffer, int) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
-
- GeneratedOrderByFragmentParser(TokenBuffer) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
-
- GeneratedOrderByFragmentParser(TokenStream, int) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
-
- GeneratedOrderByFragmentParser(TokenStream) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
-
- GeneratedOrderByFragmentParser(ParserSharedInputState) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
-
- GeneratedOrderByFragmentRenderer - Class in org.hibernate.sql.ordering.antlr
-
- GeneratedOrderByFragmentRenderer() - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
-
- GeneratedOrderByFragmentRendererTokenTypes - Interface in org.hibernate.sql.ordering.antlr
-
- GeneratedOrderByLexer - Class in org.hibernate.sql.ordering.antlr
-
Lexer for the order-by fragment parser
- GeneratedOrderByLexer(InputStream) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
-
- GeneratedOrderByLexer(Reader) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
-
- GeneratedOrderByLexer(InputBuffer) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
-
- GeneratedOrderByLexer(LexerSharedInputState) - Constructor for class org.hibernate.sql.ordering.antlr.GeneratedOrderByLexer
-
- GeneratedSqlScriptParser - Class in org.hibernate.tool.schema.ast
-
Lexer and parser used to extract single statements from import SQL script.
- GeneratedSqlScriptParser(TokenBuffer, int) - Constructor for class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
-
- GeneratedSqlScriptParser(TokenBuffer) - Constructor for class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
-
- GeneratedSqlScriptParser(TokenStream, int) - Constructor for class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
-
- GeneratedSqlScriptParser(TokenStream) - Constructor for class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
-
- GeneratedSqlScriptParser(ParserSharedInputState) - Constructor for class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
-
- GeneratedSqlScriptParserTokenTypes - Interface in org.hibernate.tool.schema.ast
-
- generatedValue - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
-
- GeneratedValue - Class in org.hibernate.jpamodelgen.xml.jaxb
-
- GeneratedValue() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.GeneratedValue
-
- generatedValue - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Id
-
- GeneratedValueGeneration - Class in org.hibernate.tuple
-
- GeneratedValueGeneration() - Constructor for class org.hibernate.tuple.GeneratedValueGeneration
-
- GeneratedValueGeneration(GenerationTiming) - Constructor for class org.hibernate.tuple.GeneratedValueGeneration
-
- generateEntityAccess(EntityDataCachingConfig) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
-
- generateEntityAccess(EntityDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
-
- generateEntityDefinition() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- generateEntityDefinition() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Generate the entity definition for this object.
- generateEntityKey(Serializable, EntityPersister) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- generateEntityKey(Serializable, EntityPersister) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Hide the changing requirements of entity key creation
- generateFilterConditionAlias(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- generateFilterConditionAlias(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- generateFilterConditionAlias(String) - Method in interface org.hibernate.persister.entity.Queryable
-
The alias used for any filter conditions (mapped where-fragments or
enabled-filters).
- generateHashCode(SessionFactoryImplementor) - Method in class org.hibernate.engine.spi.EntityUniqueKey
-
- generateHashedConstraintName(String, Identifier, Identifier...) - Method in class org.hibernate.boot.model.naming.NamingHelper
-
If a constraint is not explicitly named, this is called to generate
a unique hash using the table and column names.
- generateHashedConstraintName(String, Identifier, List<Identifier>) - Method in class org.hibernate.boot.model.naming.NamingHelper
-
If a constraint is not explicitly named, this is called to generate
a unique hash using the table and column names.
- generateHashedFkName(String, Identifier, Identifier, List<Identifier>) - Method in class org.hibernate.boot.model.naming.NamingHelper
-
If a foreign-key is not explicitly named, this is called to generate
a unique hash using the table and column names.
- generateHashedFkName(String, Identifier, Identifier, Identifier...) - Method in class org.hibernate.boot.model.naming.NamingHelper
-
If a foreign-key is not explicitly named, this is called to generate
a unique hash using the table and column names.
- generateHolder(SharedSessionContractImplementor) - Method in class org.hibernate.id.SequenceGenerator
-
Deprecated.
- generateIdByUniqueKeySelectString(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- generateIdentityInsertString(boolean[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Used to generate an insert statement against the root table in the
case of identifier generation strategies where the insert statement
executions actually generates the identifier value.
- generateIdInsertSelect(String, IdTableInfo, AbstractTableBasedBulkIdHandler.ProcessedWhereClause) - Method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler
-
Generate the INSERT
-SELECT
statement for holding matching ids.
- generateIdSelect(String, String, Dialect, Queryable) - Static method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler
-
- generateIdSubselect(Queryable, IdTableInfo) - Method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler
-
- generateIdSubselect(Queryable, AbstractCollectionPersister, IdTableInfo) - Method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler
-
- generateIdSubselect(Queryable) - Method in class org.hibernate.hql.spi.id.cte.AbstractCteValuesListBulkIdHandler
-
- generateIdSubselect(String, Queryable, AbstractCollectionPersister) - Method in class org.hibernate.hql.spi.id.cte.AbstractCteValuesListBulkIdHandler
-
- generateIdSubselect(String, Queryable, AbstractCollectionPersister) - Method in class org.hibernate.hql.spi.id.inline.AbstractInlineIdsDeleteHandlerImpl
-
- generateIdSubselect(Queryable, IdTableInfo) - Method in class org.hibernate.hql.spi.id.persistent.DeleteHandlerImpl
-
- generateIdSubselect(Queryable, AbstractCollectionPersister, IdTableInfo) - Method in class org.hibernate.hql.spi.id.persistent.DeleteHandlerImpl
-
- generateIdSubselect(Queryable, IdTableInfo) - Method in class org.hibernate.hql.spi.id.persistent.UpdateHandlerImpl
-
- generateIdTableName(String) - Method in class org.hibernate.dialect.TeradataDialect
-
- generateIdTableName(String) - Method in interface org.hibernate.hql.spi.id.IdTableSupport
-
- generateIdTableName(String) - Method in class org.hibernate.hql.spi.id.IdTableSupportStandardImpl
-
- generateImplicitUid() - Method in interface org.hibernate.loader.plan.build.spi.ExpandingQuerySpaces
-
- generateImports() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
-
- generateImports() - Method in class org.hibernate.jpamodelgen.ImportContextImpl
-
- generateImports() - Method in interface org.hibernate.jpamodelgen.model.ImportContext
-
- generateImports() - Method in interface org.hibernate.jpamodelgen.model.MetaEntity
-
- generateImports() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
-
- generateInsertGeneratedValuesSelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- generateInsertInitCommand() - Method in class org.hibernate.id.enhanced.TableGenerator
-
- generateInsertRowString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- generateInsertRowString() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
-
Generate the SQL INSERT that creates a new row
- generateInsertRowString() - Method in class org.hibernate.persister.collection.OneToManyPersister
-
Generate the SQL UPDATE that updates a foreign key to a value
- generateInsertString(boolean[], int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- generateInsertString(boolean, boolean[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- generateInsertString(boolean, boolean[], int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Generate the SQL that inserts a row
- generateLazySelectStringsByFetchGroup() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- generateLeastSignificantBits(long) - Static method in class org.hibernate.id.uuid.CustomVersionOneStrategy
-
- generateLocalObjectUuid() - Static method in class org.hibernate.id.uuid.LocalObjectUuidHelper
-
- generateLocker(LockMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- generateLockString(int) - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
-
- generateLockString(int) - Method in class org.hibernate.dialect.lock.PessimisticReadSelectLockingStrategy
-
- generateLockString() - Method in class org.hibernate.dialect.lock.PessimisticReadUpdateLockingStrategy
-
- generateLockString(int) - Method in class org.hibernate.dialect.lock.PessimisticWriteSelectLockingStrategy
-
- generateLockString() - Method in class org.hibernate.dialect.lock.PessimisticWriteUpdateLockingStrategy
-
- generateLockString(int) - Method in class org.hibernate.dialect.lock.SelectLockingStrategy
-
- generateLockString() - Method in class org.hibernate.dialect.lock.UpdateLockingStrategy
-
- generateMap() - Method in class org.hibernate.tuple.DynamicMapInstantiator
-
- generateName(String, Table, Column...) - Static method in class org.hibernate.mapping.Constraint
-
If a constraint is not explicitly named, this is called to generate
a unique hash using the table and column names.
- generateName(String, Table, List<Column>) - Static method in class org.hibernate.mapping.Constraint
-
- generateNaturalIdAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
-
- generateNaturalIdAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
-
- generateNodePrefix(int) - Method in class org.hibernate.loader.plan.build.spi.TreePrinterHelper
-
Returns a string containing the specified number of indentations, where
each indentation contains
TreePrinterHelper.INDENTATION
blank characters.
- generateNonStrictReadWriteEntityAccess(EntityDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
-
- generateNonStrictReadWriteNaturalIdAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
-
- generateProxy(InvocationHandler, Class...) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
-
- generateProxy(byte[]) - Static method in class org.hibernate.engine.jdbc.BlobProxy
-
Generates a BlobImpl using byte data.
- generateProxy(InputStream, long) - Static method in class org.hibernate.engine.jdbc.BlobProxy
-
Generates a BlobImpl proxy using a given number of bytes from an InputStream.
- generateProxy(String) - Static method in class org.hibernate.engine.jdbc.ClobProxy
-
Generates a
Clob
proxy using the string data.
- generateProxy(Reader, long) - Static method in class org.hibernate.engine.jdbc.ClobProxy
-
Generates a
Clob
proxy using a character reader of given length.
- generateProxy(String) - Static method in class org.hibernate.engine.jdbc.NClobProxy
-
Generates a
Clob
proxy using the string data.
- generateProxy(Reader, long) - Static method in class org.hibernate.engine.jdbc.NClobProxy
-
Generates a
NClob
proxy using a character reader of given length.
- generateProxy(ResultSet, ColumnNameCache, ServiceRegistry) - Static method in class org.hibernate.engine.jdbc.ResultSetWrapperProxy
-
Deprecated.
Generates a proxy wrapping the ResultSet.
- generateProxy(Blob) - Static method in class org.hibernate.engine.jdbc.SerializableBlobProxy
-
Generates a SerializableBlob proxy wrapping the provided Blob object.
- generateProxy(Clob) - Static method in class org.hibernate.engine.jdbc.SerializableClobProxy
-
Generates a SerializableClobProxy proxy wrapping the provided Clob object.
- generateProxy(NClob) - Static method in class org.hibernate.engine.jdbc.SerializableNClobProxy
-
Generates a SerializableNClobProxy proxy wrapping the provided NClob object.
- generateQueryException(String) - Method in exception org.hibernate.QueryException
-
- generateQueryException(String) - Method in exception org.hibernate.QueryParameterException
-
- generateQueryKey(String, QueryParameters, Set, SharedSessionContractImplementor, CacheableResultTransformer) - Static method in class org.hibernate.cache.spi.QueryKey
-
Generates a QueryKey.
- generateQueryKey(SharedSessionContractImplementor, QueryParameters) - Method in class org.hibernate.loader.Loader
-
- generateReadOnlyEntityAccess(EntityDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
-
- generateReadOnlyNaturalIdAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
-
- generateReadWriteEntityAccess(EntityDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
-
- generateReadWriteNaturalIdAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
-
- generateRootAlias(String) - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
-
- generateRootAlias(String) - Method in class org.hibernate.loader.JoinWalker
-
- generateSchema() - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
-
Perform an explicit schema generation (rather than an "auto" one) based on the
- generateSchema(PersistenceUnitInfo, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
-
- generateSchema(String, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
-
- generateSelectFragment(String, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- generateSelectRowByIndexString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- generateSelectSizeString(boolean) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- generateSelectString(LockMode) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
Generate the SQL that selects a row by id
- generateSelectVersionString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Generate the SQL that selects the version number by id
- generateSnapshotSelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- generateSQLAlias() - Method in interface org.hibernate.criterion.CriteriaQuery
-
Generate a unique SQL alias
- generateSQLAlias() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- generateSQLDeleteStrings(Object[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- generateSubquery(PersistentClass, Mapping) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- generateSuffixes(int) - Static method in class org.hibernate.loader.BasicLoader
-
Utility method that generates 0_, 1_ suffixes.
- generateSuffixes(int, int) - Static method in class org.hibernate.loader.BasicLoader
-
- generateTableAlias(int, PropertyPath, Joinable) - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
-
- generateTableAlias(int, PropertyPath, Joinable) - Method in class org.hibernate.loader.JoinWalker
-
- generateTableAlias(String, int) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- generateTransactionalCollectionDataAccess(CollectionDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionImpl
-
- generateTransactionalCollectionDataAccess(CollectionDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
-
- generateTransactionalEntityDataAccess(EntityDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionImpl
-
- generateTransactionalEntityDataAccess(EntityDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
-
- generateTransactionalNaturalIdDataAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionImpl
-
- generateTransactionalNaturalIdDataAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
-
- generateUpdate(String, String[], String, String) - Method in class org.hibernate.hql.spi.id.inline.AbstractInlineIdsUpdateHandlerImpl
-
- generateUpdate(String, String[], String, String) - Method in class org.hibernate.hql.spi.id.inline.InlineIdsOrClauseUpdateHandlerImpl
-
- generateUpdateGeneratedValuesSelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- generateUpdateRowString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- generateUpdateRowString() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
-
Generate the SQL UPDATE that updates a row
- generateUpdateRowString() - Method in class org.hibernate.persister.collection.OneToManyPersister
-
Generate the SQL UPDATE that inserts a collection index
- generateUpdateString(boolean[], int, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- generateUpdateString(boolean[], int, Object[], boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Generate the SQL that updates a row by id (and version)
- generateUUID(SharedSessionContractImplementor) - Method in class org.hibernate.id.uuid.CustomVersionOneStrategy
-
- generateUUID(SharedSessionContractImplementor) - Method in class org.hibernate.id.uuid.StandardRandomStrategy
-
- generateUUID(SharedSessionContractImplementor) - Method in interface org.hibernate.id.UUIDGenerationStrategy
-
Generate the UUID.
- generateValue(Session, Object) - Method in interface org.hibernate.tuple.ValueGenerator
-
Generate the value.
- GenerationStrategyPair() - Constructor for class org.hibernate.tuple.entity.EntityMetamodel.GenerationStrategyPair
-
- GenerationStrategyPair(EntityMetamodel.FullInMemoryValueGenerationStrategy) - Constructor for class org.hibernate.tuple.entity.EntityMetamodel.GenerationStrategyPair
-
- GenerationStrategyPair(EntityMetamodel.InDatabaseValueGenerationStrategyImpl) - Constructor for class org.hibernate.tuple.entity.EntityMetamodel.GenerationStrategyPair
-
- GenerationStrategyPair(InMemoryValueGenerationStrategy, InDatabaseValueGenerationStrategy) - Constructor for class org.hibernate.tuple.entity.EntityMetamodel.GenerationStrategyPair
-
- GenerationTime - Enum in org.hibernate.annotations
-
At what time(s) will the generation occur?
- GenerationTiming - Enum in org.hibernate.tuple
-
- GenerationType - Enum in org.hibernate.jpamodelgen.xml.jaxb
-
Java class for generation-type.
- generator - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
-
- generator - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
-
- generator - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
-
- generator - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbGeneratedValue
-
- generator - Variable in class org.hibernate.jpamodelgen.xml.jaxb.GeneratedValue
-
- GENERATOR_NAME - Static variable in interface org.hibernate.id.IdentifierGenerator
-
- generatorKey() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
- generatorKey() - Method in class org.hibernate.id.enhanced.TableGenerator
-
- generatorKey() - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
-
Deprecated.
- generatorKey() - Method in interface org.hibernate.id.PersistentIdentifierGenerator
-
Return a key unique to the underlying database objects.
- generatorKey() - Method in class org.hibernate.id.SequenceGenerator
-
Deprecated.
- GeneratorType - Annotation Type in org.hibernate.annotations
-
Marks a property as generated, specifying the
ValueGenerator
type to be used for generating the value.
- generatorType(GeneratedValue, MetadataBuildingContext, XClass) - Static method in class org.hibernate.cfg.AnnotationBinder
-
- GenericGenerator - Annotation Type in org.hibernate.annotations
-
Generator annotation describing any kind of Hibernate generator in a generic (de-typed) manner.
- GenericGenerators - Annotation Type in org.hibernate.annotations
-
Array of generic generator definitions.
- GenericJDBCException - Exception in org.hibernate.exception
-
Generic, non-specific JDBCException.
- GenericJDBCException(String, SQLException) - Constructor for exception org.hibernate.exception.GenericJDBCException
-
- GenericJDBCException(String, SQLException, String) - Constructor for exception org.hibernate.exception.GenericJDBCException
-
- GeoDBDialect - Class in org.hibernate.spatial.dialect.h2geodb
-
Extends the H2Dialect by also including information on spatial functions.
- GeoDBDialect() - Constructor for class org.hibernate.spatial.dialect.h2geodb.GeoDBDialect
-
Constructor.
- GeoDBGeometryTypeDescriptor - Class in org.hibernate.spatial.dialect.h2geodb
-
Descriptor for GeoDB Geometries.
- GeoDBGeometryTypeDescriptor() - Constructor for class org.hibernate.spatial.dialect.h2geodb.GeoDBGeometryTypeDescriptor
-
- GeoDbWkb - Class in org.hibernate.spatial.dialect.h2geodb
-
A utility class to serialize from/to GeoDB WKB's.
- GeolatteFilterPredicate - Class in org.hibernate.spatial.predicate
-
- GeolatteFilterPredicate(CriteriaBuilder, Expression<? extends Geometry>, Expression<? extends Geometry>) - Constructor for class org.hibernate.spatial.predicate.GeolatteFilterPredicate
-
- GeolatteFilterPredicate(CriteriaBuilder, Expression<? extends Geometry>, Geometry) - Constructor for class org.hibernate.spatial.predicate.GeolatteFilterPredicate
-
- GeolatteFilterPredicate(CriteriaBuilder, Expression<? extends Geometry>, Envelope) - Constructor for class org.hibernate.spatial.predicate.GeolatteFilterPredicate
-
- GeolatteGeometryJavaTypeDescriptor - Class in org.hibernate.spatial
-
Descriptor for geolatte-geom Geometry
s.
- GeolatteGeometryJavaTypeDescriptor() - Constructor for class org.hibernate.spatial.GeolatteGeometryJavaTypeDescriptor
-
Initialize a type descriptor for the geolatte-geom Geometry
type.
- GeolatteGeometryType - Class in org.hibernate.spatial
-
a Type
that maps between the database geometry type and geolatte-geom Geometry
.
- GeolatteGeometryType(SqlTypeDescriptor) - Constructor for class org.hibernate.spatial.GeolatteGeometryType
-
Constructs an instance with the specified SqlTypeDescriptor
- GeolatteSpatialPredicates - Class in org.hibernate.spatial.predicate
-
- GeolatteSpatialPredicates() - Constructor for class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
-
- geProperty(Property) - Method in class org.hibernate.criterion.Property
-
Creates a greater-than-or-equal-to restriction between 2 properties
- geProperty(String) - Method in class org.hibernate.criterion.Property
-
Creates a greater-than-or-equal-to restriction between 2 properties
- geProperty(String, String) - Static method in class org.hibernate.criterion.Restrictions
-
Apply a "greater than or equal" constraint to two properties
- geProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Apply a "greater than or equal" constraint to another property
- geProperty(String, String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Apply a "greater than or equal" constraint to another property
- geSome(DetachedCriteria) - Method in class org.hibernate.criterion.Property
-
Creates a greater-than-or-equal-to-some sub-query expression for this property.
- geSome(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
-
Creates a criterion which checks that the value of a literal is greater-than-or-equal-to SOME of the values
in the subquery result.
- get(SharedSessionContractImplementor, Object) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
-
Attempt to retrieve an object from the cache.
- get(QueryKey, Type[], boolean, Set<Serializable>, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.QueryCache
-
Deprecated.
Get results from the cache.
- get(QueryKey, Set<Serializable>, Type[], SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.QueryResultsCache
-
Get results from the cache.
- get(QueryKey, String[], Type[], SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.QueryResultsCache
-
Get results from the cache.
- get(QueryKey, Type[], boolean, Set<Serializable>, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.QueryResultsCache
-
- get(SharedSessionContractImplementor, Object) - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
-
- get(SharedSessionContractImplementor, Object) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
-
Returns null
if the item is not readable.
- get(SharedSessionContractImplementor, Object) - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
-
- get(GroupsPerOperation.Operation) - Method in class org.hibernate.cfg.beanvalidation.GroupsPerOperation
-
- get(int) - Method in class org.hibernate.dialect.TypeNames
-
get default type name for specified type
- get(int, long, int, int) - Method in class org.hibernate.dialect.TypeNames
-
get type name for specified type and size
- get(int) - Method in class org.hibernate.engine.spi.ExecutableList
-
- get(Class<T>, Serializable) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- get(Class<T>, Serializable, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- get(Class<T>, Serializable, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- get(String, Serializable) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- get(String, Serializable, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- get(String, Serializable, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- get(Session) - Static method in class org.hibernate.envers.AuditReaderFactory
-
Create an audit reader associated with an open session.
- get(EntityManager) - Static method in class org.hibernate.envers.AuditReaderFactory
-
Create an audit reader associated with an open entity manager.
- GET - Static variable in interface org.hibernate.event.spi.LoadEventListener
-
- get(ResultSet, String, Type, Dialect) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
-
Extract the value from the result set (which is assumed to already have been positioned to the appropriate row)
and wrp it in the appropriate Java numeric type.
- get(String, Class<X>) - Method in class org.hibernate.jpa.spi.TupleBuilderTransformer.HqlTupleImpl
-
- get(String) - Method in class org.hibernate.jpa.spi.TupleBuilderTransformer.HqlTupleImpl
-
- get(int, Class<X>) - Method in class org.hibernate.jpa.spi.TupleBuilderTransformer.HqlTupleImpl
-
- get(int) - Method in class org.hibernate.jpa.spi.TupleBuilderTransformer.HqlTupleImpl
-
- get(TupleElement<X>) - Method in class org.hibernate.jpa.spi.TupleBuilderTransformer.HqlTupleImpl
-
- get(Object) - Method in class org.hibernate.property.access.spi.EnhancedGetterMethodImpl
-
Deprecated.
- get(Object) - Method in interface org.hibernate.property.access.spi.Getter
-
Get the property value from the given owner instance.
- get(Object) - Method in class org.hibernate.property.access.spi.GetterFieldImpl
-
- get(Object) - Method in class org.hibernate.property.access.spi.GetterMethodImpl
-
- get(Object) - Method in class org.hibernate.proxy.map.MapProxy
-
- get() - Method in interface org.hibernate.ScrollableResults
-
Get the current row of results.
- get(int) - Method in interface org.hibernate.ScrollableResults
-
Get the ith object in the current row of results, without
initializing any other results in the row.
- get(Class<T>, Serializable) - Method in interface org.hibernate.Session
-
Return the persistent instance of the given entity class with the given identifier,
or null if there is no such persistent instance.
- get(Class<T>, Serializable, LockMode) - Method in interface org.hibernate.Session
-
Return the persistent instance of the given entity class with the given identifier,
or null if there is no such persistent instance.
- get(Class<T>, Serializable, LockOptions) - Method in interface org.hibernate.Session
-
Return the persistent instance of the given entity class with the given identifier,
or null if there is no such persistent instance.
- get(String, Serializable) - Method in interface org.hibernate.Session
-
Return the persistent instance of the given named entity with the given identifier,
or null if there is no such persistent instance.
- get(String, Serializable, LockMode) - Method in interface org.hibernate.Session
-
Return the persistent instance of the given entity class with the given identifier,
or null if there is no such persistent instance.
- get(String, Serializable, LockOptions) - Method in interface org.hibernate.Session
-
Return the persistent instance of the given entity class with the given identifier,
or null if there is no such persistent instance.
- get(String) - Method in class org.hibernate.spatial.dialect.SpatialFunctionsRegistry
-
- get(String, Serializable) - Method in interface org.hibernate.StatelessSession
-
Retrieve a row.
- get(Class, Serializable) - Method in interface org.hibernate.StatelessSession
-
Retrieve a row.
- get(String, Serializable, LockMode) - Method in interface org.hibernate.StatelessSession
-
Retrieve a row, obtaining the specified lock mode.
- get(Class, Serializable, LockMode) - Method in interface org.hibernate.StatelessSession
-
Retrieve a row, obtaining the specified lock mode.
- get(ResultSet, String, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- get(ResultSet, String, SharedSessionContractImplementor) - Method in interface org.hibernate.type.SingleColumnType
-
Get a column value from a result set, without worrying about the possibility of null values.
- getAccess() - Method in interface org.hibernate.boot.jaxb.hbm.spi.AttributeMapping
-
- getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddable
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbedded
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedId
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbVersion
-
Gets the value of the access property.
- getAccess() - Method in interface org.hibernate.boot.jaxb.mapping.spi.ManagedType
-
- getAccess() - Method in interface org.hibernate.boot.jaxb.mapping.spi.PersistentAttribute
-
- getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddedId
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
-
Gets the value of the access property.
- getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Version
-
Gets the value of the access property.
- getAccessedDataClassification() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
-
- getAccessedDataClassification() - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
-
- getAccessedDataClassification() - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
-
- getAccessedDataClassification() - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
-
- getAccessOptimizer() - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer
-
Retrieve the optimizer for accessing the entity's persistent state.
- getAccessorPropertyName(EntityMode) - Method in class org.hibernate.mapping.Property
-
- getAccessStrategy(String) - Static method in enum org.hibernate.cfg.AccessType
-
Resolve an externalized name to the AccessType enum value it names.
- getAccessStrategy(AccessType) - Static method in enum org.hibernate.cfg.AccessType
-
Convert the JPA access type enum to the corresponding AccessType enum value.
- getAccessType() - Method in class org.hibernate.boot.model.Caching
-
- getAccessType() - Method in interface org.hibernate.cache.cfg.spi.DomainDataCachingConfig
-
The requested AccessType
- getAccessType() - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
-
The type of access implemented
- getAccessType() - Method in class org.hibernate.cache.spi.support.CollectionNonStrictReadWriteAccess
-
- getAccessType() - Method in class org.hibernate.cache.spi.support.CollectionReadOnlyAccess
-
- getAccessType() - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
-
- getAccessType() - Method in class org.hibernate.cache.spi.support.CollectionTransactionAccess
-
- getAccessType() - Method in class org.hibernate.cache.spi.support.EntityNonStrictReadWriteAccess
-
- getAccessType() - Method in class org.hibernate.cache.spi.support.EntityReadOnlyAccess
-
- getAccessType() - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
-
- getAccessType() - Method in class org.hibernate.cache.spi.support.EntityTransactionalAccess
-
- getAccessType() - Method in class org.hibernate.cache.spi.support.NaturalIdNonStrictReadWriteAccess
-
- getAccessType() - Method in class org.hibernate.cache.spi.support.NaturalIdReadOnlyAccess
-
- getAccessType() - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
-
- getAccessType() - Method in class org.hibernate.cache.spi.support.NaturalIdTransactionalAccess
-
- getAccessType() - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
-
- getAccessType() - Method in class org.hibernate.jpamodelgen.util.AccessTypeInformation
-
- getAccessTypeInfo(String) - Method in class org.hibernate.jpamodelgen.Context
-
- getAcquisitionMode() - Method in enum org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
-
- getAction() - Method in class org.hibernate.cfg.beanvalidation.DuplicationStrategyImpl
-
- getAction() - Method in class org.hibernate.envers.event.spi.EnversListenerDuplicationStrategy
-
- getAction() - Method in interface org.hibernate.event.service.spi.DuplicationStrategy
-
How should a duplication be handled?
- getAction() - Method in enum org.hibernate.tool.hbm2ddl.SchemaExportTask.ExportType
-
- getActionQueue() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getActionQueue() - Method in interface org.hibernate.engine.spi.SessionImplementor
-
- getActionQueue() - Method in interface org.hibernate.event.spi.EventSource
-
Get the ActionQueue for this session
- getActions() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
-
Gets the value of the actions property.
- getActualLongValue() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
-
- getActualRowCount() - Method in exception org.hibernate.jdbc.TooManyRowsAffectedException
-
- getAddColumnString() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.Cache71Dialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.CUBRIDDialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.DB2Dialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.Dialect
-
The syntax used to add a column to a table (optional).
- getAddColumnString() - Method in class org.hibernate.dialect.FrontBaseDialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.H2Dialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.HSQLDialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.InformixDialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.IngresDialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.InterbaseDialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.JDataStoreDialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.MckoiDialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.MimerSQLDialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.MySQLDialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getAddColumnString() - Method in class org.hibernate.dialect.PointbaseDialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.ProgressDialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.SAPDBDialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.Teradata14Dialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.TeradataDialect
-
- getAddColumnString() - Method in class org.hibernate.dialect.TimesTenDialect
-
- getAddColumnSuffixString() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- getAddColumnSuffixString() - Method in class org.hibernate.dialect.Dialect
-
The syntax for the suffix used to add a column to a table (optional).
- getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.Cache71Dialect
-
- getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.Dialect
-
The syntax used to add a foreign key constraint to a table.
- getAddForeignKeyConstraintString(String, String) - Method in class org.hibernate.dialect.Dialect
-
- getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.InformixDialect
-
Informix constraint name must be at the end.
- getAddForeignKeyConstraintString(String, String) - Method in class org.hibernate.dialect.InformixDialect
-
- getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.MySQLDialect
-
- getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.SAPDBDialect
-
- getAddForeignKeyConstraintString(String, String) - Method in class org.hibernate.dialect.SAPDBDialect
-
- getAdditionalJoinConditions() - Method in interface org.hibernate.loader.plan.spi.Fetch
-
- getAddPrimaryKeyConstraintString(String) - Method in class org.hibernate.dialect.Dialect
-
The syntax used to add a primary key constraint to a table.
- getAddPrimaryKeyConstraintString(String) - Method in class org.hibernate.dialect.InformixDialect
-
Informix constraint name must be at the end.
- getAddPrimaryKeyConstraintString(String) - Method in class org.hibernate.dialect.SAPDBDialect
-
- getAddressBytes() - Static method in class org.hibernate.id.uuid.Helper
-
- getAddressHexString() - Static method in class org.hibernate.id.uuid.Helper
-
- getAddressInt() - Static method in class org.hibernate.id.uuid.Helper
-
- getAddUniqueConstraintString(String) - Method in class org.hibernate.dialect.Dialect
-
- getAffectedOwnerEntityName(CollectionPersister, Object, EventSource) - Static method in class org.hibernate.event.spi.AbstractCollectionEvent
-
- getAffectedOwnerEntityName() - Method in class org.hibernate.event.spi.AbstractCollectionEvent
-
Get the entity name for the collection owner entity that is affected by this event.
- getAffectedOwnerIdOrNull() - Method in class org.hibernate.event.spi.AbstractCollectionEvent
-
Get the ID for the collection owner entity that is affected by this event.
- getAffectedOwnerOrNull() - Method in class org.hibernate.event.spi.AbstractCollectionEvent
-
Get the collection owner entity that is affected by this event.
- getAfterCompletionAction() - Method in interface org.hibernate.engine.spi.SessionOwner
-
Deprecated.
- getAfterTransactionCompletionProcess() - Method in interface org.hibernate.action.spi.Executable
-
Get the after-transaction-completion process, if any, for this action.
- getAggregatedCfgXml() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
Intended for internal testing use only!!
- getAggregatedConfig() - Method in interface org.hibernate.boot.cfgxml.spi.CfgXmlAccessService
-
- getAggregatedSelectExpression() - Method in class org.hibernate.loader.hql.QueryLoader
-
- getAlias() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
-
Gets the value of the alias property.
- getAlias() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
-
Gets the value of the alias property.
- getAlias() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
-
Gets the value of the alias property.
- getAlias() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
-
Gets the value of the alias property.
- getAlias() - Method in interface org.hibernate.boot.jaxb.hbm.spi.NativeQueryNonScalarRootReturn
-
Access the alias associated with this return
- getAlias() - Method in interface org.hibernate.Criteria
-
Get the alias of the entity encapsulated by this criteria instance.
- getAlias() - Method in class org.hibernate.criterion.DetachedCriteria
-
Obtain the alias associated with this DetachedCriteria
- getAlias() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryNonScalarReturn
-
Retrieve the defined result alias
- getAlias() - Method in interface org.hibernate.envers.query.AuditQuery
-
- getAlias(String) - Method in class org.hibernate.envers.query.order.AuditOrder.OrderData
-
- getAlias(String) - Method in class org.hibernate.envers.query.projection.AuditProjection.ProjectionData
-
- getAlias() - Method in class org.hibernate.jpa.spi.TupleBuilderTransformer.HqlTupleElementImpl
-
- getAlias() - Method in class org.hibernate.loader.AbstractEntityJoinWalker
-
- getAlias() - Method in class org.hibernate.loader.custom.NonScalarReturn
-
- getAlias(Dialect) - Method in class org.hibernate.mapping.Column
-
- getAlias(Dialect, Table) - Method in class org.hibernate.mapping.Column
-
Generate a column alias that is unique across multiple tables
- getAlias(Dialect) - Method in class org.hibernate.mapping.Formula
-
- getAlias(Dialect, Table) - Method in class org.hibernate.mapping.Formula
-
- getAlias(Dialect) - Method in interface org.hibernate.mapping.Selectable
-
- getAlias(Dialect, Table) - Method in interface org.hibernate.mapping.Selectable
-
- getAlias() - Method in interface org.hibernate.sql.SelectExpression
-
- getAliases() - Method in class org.hibernate.criterion.AliasedProjection
-
- getAliases() - Method in class org.hibernate.criterion.Distinct
-
- getAliases() - Method in interface org.hibernate.criterion.Projection
-
Get the criteria-level aliases for this projection (ie.
- getAliases() - Method in class org.hibernate.criterion.ProjectionList
-
- getAliases() - Method in class org.hibernate.criterion.SimpleProjection
-
- getAliases() - Method in class org.hibernate.criterion.SQLProjection
-
- getAliases() - Method in class org.hibernate.loader.hql.QueryLoader
-
- getAliases() - Method in class org.hibernate.loader.JoinWalker
-
- getAliases() - Method in class org.hibernate.loader.Loader
-
Get the SQL table aliases of entities whose
associations are subselect-loadable, returning
null if this loader does not support subselect
loading
- getAliases() - Method in class org.hibernate.loader.OuterJoinLoader
-
- getAliasLockCount() - Method in class org.hibernate.LockOptions
-
Get the number of aliases that have specific lock modes defined.
- getAliasLockIterator() - Method in class org.hibernate.LockOptions
-
Iterator for accessing Alias (key) and LockMode (value) as Map.Entry.
- getAliasSpecificLockMode(String) - Method in class org.hibernate.LockOptions
-
- getAliasSpecificLocks() - Method in class org.hibernate.LockOptions
-
Iterable access to alias (key) and LockMode (value) as Map.Entry.
- getAliasToEntityMap() - Method in interface org.hibernate.boot.model.source.spi.FilterSource
-
Get the map of explicit alias to entity name mappings.
- getAliasToTableMap() - Method in interface org.hibernate.boot.model.source.spi.FilterSource
-
Get the map of explicit alias to table name mappings.
- getAllClassMetadata() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getAllClassMetadata() - Method in interface org.hibernate.SessionFactory
-
- getAllCollectionMetadata() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getAllCollectionMetadata() - Method in interface org.hibernate.SessionFactory
-
- getAllCollectionRoles() - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
-
Get the names of all collections known to this Metamodel
- getAllElementsIterator(EventSource, CollectionType, Object) - Static method in class org.hibernate.engine.spi.CascadingActions
-
Given a collection, get an iterator of all its children, loading them
from the database if necessary.
- getAllEntityNames() - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
-
Get the names of all entities known to this Metamodel
- getAllocationSize() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
-
Gets the value of the allocationSize property.
- getAllocationSize() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
-
Gets the value of the allocationSize property.
- getAllocationSize() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
-
Gets the value of the allocationSize property.
- getAllocationSize() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
-
Gets the value of the allocationSize property.
- getAlterTableString(String) - Method in class org.hibernate.dialect.Dialect
-
Command used to alter a table.
- getAlterTableToAddUniqueKeyCommand(UniqueKey, Metadata) - Method in class org.hibernate.dialect.unique.DB2UniqueDelegate
-
- getAlterTableToAddUniqueKeyCommand(UniqueKey, Metadata) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
-
- getAlterTableToAddUniqueKeyCommand(UniqueKey, Metadata) - Method in class org.hibernate.dialect.unique.InformixUniqueDelegate
-
- getAlterTableToAddUniqueKeyCommand(UniqueKey, Metadata) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
-
Get the SQL ALTER TABLE command to be used to create the given UniqueKey.
- getAlterTableToDropUniqueKeyCommand(UniqueKey, Metadata) - Method in class org.hibernate.dialect.unique.DB2UniqueDelegate
-
- getAlterTableToDropUniqueKeyCommand(UniqueKey, Metadata) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
-
- getAlterTableToDropUniqueKeyCommand(UniqueKey, Metadata) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
-
Get the SQL ALTER TABLE command to be used to drop the given UniqueKey.
- getAndResetInvocationCount() - Static method in class org.hibernate.testing.byteman.BytemanHelper
-
- getAnnotatedClasses() - Method in class org.hibernate.boot.MetadataSources
-
- getAnnotatedClasses() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
-
- getAnnotatedClasses() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
-
- getAnnotatedClassNames() - Method in class org.hibernate.boot.MetadataSources
-
- getAnnotatedClassNames() - Method in interface org.hibernate.boot.model.process.spi.ManagedResources
-
Informational access to any entity and component classes in the user domain model known by name.
- getAnnotatedClassReferences() - Method in interface org.hibernate.boot.model.process.spi.ManagedResources
-
Informational access to any entity and component classes in the user domain model known by Class
reference .
- getAnnotatedPackageNames() - Method in interface org.hibernate.boot.model.process.spi.ManagedResources
-
Informational access to any known annotated package names (packages with a package-info.class
file that Hibernate has been told about).
- getAnnotatedPackages() - Method in class org.hibernate.boot.MetadataSources
-
- getAnnotatedPackages() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
-
- getAnnotatedPackages() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
-
- getAnnotation() - Method in class org.hibernate.cfg.annotations.NamedEntityGraphDefinition
-
- getAnnotation(Class<T>) - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
-
- getAnnotationMirror(Element, String) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
-
Checks whether the Element
hosts the annotation with the given fully qualified class name.
- getAnnotations() - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
-
- getAnnotationsMethod() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
-
- getAnnotationValue(AnnotationMirror, String) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
-
- getAnticipatedNumberOfArguments() - Method in class org.hibernate.dialect.function.TemplateRenderer
-
- getAnyAdditionalJoinConditions(String) - Method in interface org.hibernate.loader.plan.spi.Join
-
Gets any additional conditions on the right-hand-side of the join using
the specified table alias.
- getAnyConnection() - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
-
- getAnyConnection() - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
-
- getAnyConnection() - Method in interface org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
-
Allows access to the database metadata of the underlying database(s) in situations where we do not have a
tenant id (like startup processing, for example).
- getAnyConnectionProvider() - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
-
- getAnyMetaDef(String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
- getAppropriateInitializer(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getAppropriateLoader(LockOptions, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getAppropriateUniqueKeyLoader(String, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getArchiveDescriptorFactory() - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
-
- getArchiveDescriptorFactory() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
-
- getArchiveDescriptorFactory() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
Access to the ArchiveDescriptorFactory to be used for scanning
- getArchiveDescriptorFactory() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
- getArchiveDescriptorFactory() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
-
- getArchiveUrl() - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
-
- getArrayReferenceInitializers() - Method in interface org.hibernate.loader.plan.exec.process.spi.ReaderCollector
-
- getAsciiStream() - Method in class org.hibernate.engine.jdbc.ClobProxy
-
- getAssociatedClass() - Method in class org.hibernate.mapping.OneToMany
-
- getAssociatedEntityName(SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
-
- getAssociatedEntityName(SessionFactoryImplementor) - Method in interface org.hibernate.type.AssociationType
-
Get the entity name of the associated entity
- getAssociatedEntityName(SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
-
- getAssociatedEntityName() - Method in class org.hibernate.type.EntityType
-
The name of the associated entity.
- getAssociatedEntityName(SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
-
The name of the associated entity.
- getAssociatedEntityPersister(SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
-
- getAssociatedJoinable(SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
-
- getAssociatedJoinable(SessionFactoryImplementor) - Method in interface org.hibernate.type.AssociationType
-
Get the "persister" for this association - a class or
collection persister
- getAssociatedJoinable(SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
-
- getAssociatedJoinable(SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
-
Retrieves the
Joinable
defining the associated entity.
- getAssociation() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
-
Gets the value of the association property.
- getAssociation() - Method in class org.hibernate.engine.profile.Fetch
-
- getAssociation() - Method in class org.hibernate.mapping.FetchProfile.Fetch
-
- getAssociationAttributeSource() - Method in interface org.hibernate.boot.model.source.spi.MapsIdSource
-
The attribute source information
- getAssociationKey() - Method in interface org.hibernate.persister.walking.spi.AssociationAttributeDefinition
-
- getAssociationKey() - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
-
- getAssociationKey() - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
-
- getAssociationNature() - Method in interface org.hibernate.persister.walking.spi.AssociationAttributeDefinition
-
- getAssociationNature() - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
-
- getAssociationNature() - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
-
- getAssociationOverride() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Gets the value of the associationOverride property.
- getAssociationOverride() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbedded
-
Gets the value of the associationOverride property.
- getAssociationOverride() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the associationOverride property.
- getAssociationOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Gets the value of the associationOverride property.
- getAssociationOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
-
Gets the value of the associationOverride property.
- getAssociationOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the associationOverride property.
- getAssociationOwningAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinTableNameSource
-
Access to the name of the attribute, from the owning side, that defines the association.
- getAssociationPath() - Method in class org.hibernate.engine.profile.Association
-
- getAssociations() - Method in class org.hibernate.loader.JoinWalker
-
- getASTNodeType(int) - Method in class org.hibernate.sql.ordering.antlr.Factory
-
- getAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
-
- getAttributeConverter() - Method in class org.hibernate.cfg.AttributeConverterDefinition
-
Deprecated.
- getAttributeConverter() - Method in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
-
- getAttributeConverterAutoApplyHandler() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
- getAttributeConverterClass() - Method in interface org.hibernate.boot.model.convert.spi.ConverterDescriptor
-
The AttributeConverter class
- getAttributeConverterDefinitions() - Method in interface org.hibernate.boot.model.process.spi.ManagedResources
-
Informational access to the AttributeConverter definitions known about.
- getAttributeConverters() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
-
- getAttributeConverters() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
Access to collected AttributeConverter definitions.
- getAttributeConverters() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
- getAttributeConverters() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
-
- getAttributeDeclarationString() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
-
- getAttributeDeclarationString() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaMap
-
- getAttributeDeclarationString() - Method in interface org.hibernate.jpamodelgen.model.MetaAttribute
-
- getAttributeDeclarationString() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaAttribute
-
- getAttributeDeclarationString() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaMap
-
- getAttributeDefinition() - Method in interface org.hibernate.persister.walking.spi.EncapsulatedEntityIdentifierDefinition
-
- getAttributeDescriptor() - Method in interface org.hibernate.graph.AttributeNode
-
- getAttributeDescriptor() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
-
- getAttributeIndex() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor
-
Access to the index of the attribute in terms of its position in the entity persister
- getAttributeIndex() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
-
Many of Hibernate internals use arrays to define information about attributes.
- getAttributeName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConvert
-
Gets the value of the attributeName property.
- getAttributeName() - Method in class org.hibernate.cfg.AttributeConversionInfo
-
- getAttributeName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Convert
-
Gets the value of the attributeName property.
- getAttributeNameDeclarationString() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
-
- getAttributeNameDeclarationString() - Method in interface org.hibernate.jpamodelgen.model.MetaAttribute
-
- getAttributeNameDeclarationString() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaAttribute
-
- getAttributeNodeImplementors() - Method in interface org.hibernate.graph.spi.GraphImplementor
-
- getAttributeNodeList() - Method in interface org.hibernate.graph.Graph
-
Get a list of all existing AttributeNodes within this container
- getAttributeNodeList() - Method in interface org.hibernate.graph.spi.GraphImplementor
-
- getAttributeNodes() - Method in interface org.hibernate.graph.RootGraph
-
- getAttributeNodes() - Method in interface org.hibernate.graph.SubGraph
-
- getAttributeOverride() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Gets the value of the attributeOverride property.
- getAttributeOverride() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbedded
-
Gets the value of the attributeOverride property.
- getAttributeOverride() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedId
-
Gets the value of the attributeOverride property.
- getAttributeOverride() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the attributeOverride property.
- getAttributeOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Gets the value of the attributeOverride property.
- getAttributeOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
-
Gets the value of the attributeOverride property.
- getAttributeOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddedId
-
Gets the value of the attributeOverride property.
- getAttributeOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the attributeOverride property.
- getAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitAnyDiscriminatorColumnNameSource
-
Access the AttributePath to the ANY mapping
- getAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitAnyKeyColumnNameSource
-
Access to the AttributePath of the ANY mapping
- getAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitBasicColumnNameSource
-
Access to the AttributePath for the basic value
- getAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource
-
Access to the name of the attribute that defines the association.
- getAttributePath() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
-
- getAttributePathBase() - Method in interface org.hibernate.boot.model.source.spi.AttributeSourceContainer
-
- getAttributeRole() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
-
- getAttributeRoleBase() - Method in interface org.hibernate.boot.model.source.spi.AttributeSourceContainer
-
- getAttributes() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
-
- getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
-
Gets the value of the attributes property.
- getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
-
Gets the value of the attributes property.
- getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIndexType
-
Gets the value of the attributes property.
- getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
-
Gets the value of the attributes property.
- getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
-
Gets the value of the attributes property.
- getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Gets the value of the attributes property.
- getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyCompositeType
-
Gets the value of the attributes property.
- getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdType
-
Gets the value of the attributes property.
- getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
-
Gets the value of the attributes property.
- getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
-
Gets the value of the attributes property.
- getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the attributes property.
- getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
Gets the value of the attributes property.
- getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
Gets the value of the attributes property.
- getAttributes() - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
-
- getAttributes() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddable
-
Gets the value of the attributes property.
- getAttributes() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the attributes property.
- getAttributes() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
-
Gets the value of the attributes property.
- getAttributes() - Method in interface org.hibernate.boot.jaxb.mapping.spi.ManagedType
-
- getAttributes() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
-
Gets the value of the attributes property.
- getAttributes() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the attributes property.
- getAttributes() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
-
Gets the value of the attributes property.
- getAttributes() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getAttributes() - Method in interface org.hibernate.persister.walking.spi.AttributeSource
-
- getAttributes() - Method in class org.hibernate.tuple.component.AbstractCompositionAttribute
-
- getAttributesInFetchGroup(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
-
- getAttributesInSameFetchGroup(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
-
- getAttributeSource() - Method in interface org.hibernate.boot.model.source.spi.AssociationSource
-
- getAttributeSourcesMakingUpIdentifier() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSourceNonAggregatedComposite
-
Obtain the source descriptor for the identifier attribute.
- getAuditEntityConfiguration() - Method in class org.hibernate.envers.strategy.spi.MappingContext
-
- getAuditEntityMapping() - Method in class org.hibernate.envers.strategy.spi.MappingContext
-
- getAutoAliasInjection() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
-
Gets the value of the autoAliasInjection property.
- getAutoAppliedConverterDescriptorForAttribute(XProperty, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.convert.spi.AutoApplicableConverterDescriptor
-
- getAutoAppliedConverterDescriptorForCollectionElement(XProperty, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.convert.spi.AutoApplicableConverterDescriptor
-
- getAutoAppliedConverterDescriptorForMapKey(XProperty, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.convert.spi.AutoApplicableConverterDescriptor
-
- getAutoApplyDescriptor() - Method in interface org.hibernate.boot.model.convert.spi.ConverterDescriptor
-
Get the auto-apply checker for this converter.
- getAutoListener() - Method in class org.hibernate.cfg.BaselineSessionEventsListenerBuilder
-
- getAuxiliaryDatabaseObjectExporter() - Method in class org.hibernate.dialect.Dialect
-
- getAuxiliaryDatabaseObjectList() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
-
- getAuxiliaryDatabaseObjectList() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
Access to any AuxiliaryDatabaseObject explicitly registered with the MetadataBuilder.
- getAuxiliaryDatabaseObjectList() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
- getAuxiliaryDatabaseObjectList() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
-
- getAuxiliaryDatabaseObjects() - Method in class org.hibernate.boot.model.relational.Database
-
- getBagRoles() - Method in exception org.hibernate.loader.MultipleBagFetchException
-
Retrieves the collection-roles for the bags encountered.
- getBase() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
-
Gets the value of the base property.
- getBase() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSequentialIndexSource
-
Hibernate allows specifying the base value to use when storing the index
to the database.
- getBase() - Method in class org.hibernate.cfg.IndexColumn
-
- getBaseForMappings() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
-
- getBaseForMappings() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
-
- getBaseIndex() - Method in class org.hibernate.mapping.List
-
- getBaselineSessionEventsListenerBuilder() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getBaselineSessionEventsListenerBuilder() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- getBaselineSessionEventsListenerBuilder() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- getBasic() - Method in interface org.hibernate.boot.jaxb.mapping.spi.AttributesContainer
-
- getBasic() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
-
Gets the value of the basic property.
- getBasic() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributes
-
Gets the value of the basic property.
- getBasic() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
-
Gets the value of the basic property.
- getBasic() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
-
Gets the value of the basic property.
- getBasicSelectClauseNullString(int) - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getBasicType() - Method in class org.hibernate.boot.spi.BasicTypeRegistration
-
- getBasicTypeRegistrations() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
-
- getBasicTypeRegistrations() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
Access the list of BasicType registrations.
- getBasicTypeRegistry() - Method in class org.hibernate.type.spi.TypeConfiguration
-
- getBatch(BatchKey) - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
-
Get a batch instance.
- getBatchedStatementCount() - Method in interface org.hibernate.engine.jdbc.batch.spi.BatchKey
-
How many statements will be in this batch?
Note that this is distinctly different than the size of the batch.
- getBatchFetchQueue() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
- getBatchFetchStyle() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getBatchFetchStyle() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- getBatchFetchStyle() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- getBatchPosition() - Method in exception org.hibernate.jdbc.BatchedTooManyRowsAffectedException
-
- getBatchSize() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
-
- getBatchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the batchSize property.
- getBatchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the batchSize property.
- getBatchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
-
Gets the value of the batchSize property.
- getBatchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the batchSize property.
- getBatchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the batchSize property.
- getBatchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the batchSize property.
- getBatchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Gets the value of the batchSize property.
- getBatchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the batchSize property.
- getBatchSize() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
-
- getBatchSize() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
Obtain the batch-size to be applied when initializing proxies of this entity.
- getBatchSize() - Method in interface org.hibernate.boot.model.source.spi.FetchCharacteristicsPluralAttribute
-
- getBatchSize() - Method in interface org.hibernate.loader.plan.exec.query.spi.QueryBuildingParameters
-
Gets the batch size.
- getBatchSize() - Method in class org.hibernate.mapping.Collection
-
- getBatchSize() - Method in class org.hibernate.mapping.PersistentClass
-
- getBatchSize() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getBatchSize() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
- getBatchSize() - Method in interface org.hibernate.persister.entity.MultiLoadOptions
-
Batch size to use when loading entities from the database.
- getBatchStatement(String, boolean) - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
-
Get a statement which is part of the batch, creating if necessary (and storing for next time).
- getBatchVersionedDataEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- getBean(Class<B>, BeanContainer.LifecycleOptions, BeanInstanceProducer) - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
-
- getBean(String, Class<B>, BeanContainer.LifecycleOptions, BeanInstanceProducer) - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
-
- getBean(Class<B>, BeanContainer.LifecycleOptions, BeanInstanceProducer) - Method in interface org.hibernate.resource.beans.container.spi.BeanContainer
-
- getBean(String, Class<B>, BeanContainer.LifecycleOptions, BeanInstanceProducer) - Method in interface org.hibernate.resource.beans.container.spi.BeanContainer
-
- getBean(Class<T>) - Method in interface org.hibernate.resource.beans.spi.ManagedBeanRegistry
-
Get a bean reference by class.
- getBean(String, Class<T>) - Method in interface org.hibernate.resource.beans.spi.ManagedBeanRegistry
-
Get a bean reference by name and contract.
- getBeanClass() - Method in class org.hibernate.resource.beans.container.spi.FallbackContainedBean
-
- getBeanClass() - Method in interface org.hibernate.resource.beans.spi.ManagedBean
-
The bean Java type
- getBeanClass() - Method in class org.hibernate.resource.beans.spi.ProvidedInstanceManagedBeanImpl
-
- getBeanContainer() - Method in interface org.hibernate.resource.beans.spi.ManagedBeanRegistry
-
Get a reference to the underlying BeanContainer.
- getBeanInstance() - Method in interface org.hibernate.resource.beans.container.spi.ContainedBean
-
Get the bean instance producer associated with this container-backed bean
- getBeanInstance() - Method in class org.hibernate.resource.beans.container.spi.FallbackContainedBean
-
- getBeanInstance() - Method in interface org.hibernate.resource.beans.spi.ManagedBean
-
The bean reference
- getBeanInstance() - Method in class org.hibernate.resource.beans.spi.ProvidedInstanceManagedBeanImpl
-
- getBeanManagerReference() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getBeanManagerReference() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- getBeforeTransactionCompletionProcess() - Method in interface org.hibernate.action.spi.Executable
-
Get the before-transaction-completion process, if any, for this action.
- getBidirectionalEntityReferences() - Method in interface org.hibernate.loader.plan.spi.FetchSource
-
Retrieve the bidirectional entity references owned by this fetch source.
- getBigDecimal(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a BigDecimal.
- getBigInteger(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a BigInteger.
- getBinary(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a binary (byte[]).
- getBinaryStream() - Method in class org.hibernate.engine.jdbc.BlobProxy
-
- getBinaryStream(long, long) - Method in class org.hibernate.engine.jdbc.BlobProxy
-
- getBind() - Method in interface org.hibernate.jpa.spi.ParameterRegistration
-
If bindable, get the current binding.
- getBind() - Method in interface org.hibernate.procedure.ParameterRegistration
-
Retrieve the binding associated with this parameter.
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.dialect.AbstractHANADialect.HANABlobTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.db2.DB2GeometryTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBGeometryTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.hana.HANAGeometryTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.hana.HANAPointTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.mariadb.MariaDBGeometryTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.mysql.MySQLGeometryTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.postgis.PGGeometryTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008GeometryTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.converter.AttributeConverterSqlTypeDescriptorAdapter
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BigIntTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BitTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BooleanTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DateTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DecimalTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DoubleTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.IntegerTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.NClobTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.NVarcharTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.RealTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.SmallIntTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in interface org.hibernate.type.descriptor.sql.SqlTypeDescriptor
-
Get the binder (setting JDBC in-going parameter values) capable of handling values of the type described by the
passed descriptor.
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.SqlTypeDescriptorRegistry.ObjectSqlTypeDescriptor
-
Deprecated.
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.TimestampTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.TimeTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.TinyIntTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.VarbinaryTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.VarcharTypeDescriptor
-
- getBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.PostgresUUIDType.PostgresUUIDSqlTypeDescriptor
-
- getBinding(QueryParameter<T>) - Method in interface org.hibernate.query.spi.QueryParameterBindings
-
- getBinding(String) - Method in interface org.hibernate.query.spi.QueryParameterBindings
-
- getBinding(int) - Method in interface org.hibernate.query.spi.QueryParameterBindings
-
- getBindType() - Method in interface org.hibernate.query.spi.QueryParameterBinding
-
Get the Type currently associated with this binding.
- getBindType() - Method in interface org.hibernate.query.spi.QueryParameterListBinding
-
Get the Type currently associated with this binding.
- getBindValue() - Method in interface org.hibernate.query.spi.QueryParameterBinding
-
Get the value current bound.
- getBindValues() - Method in interface org.hibernate.query.spi.QueryParameterListBinding
-
Get the values currently bound.
- getBlob(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a blob.
- getBlobBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
-
- getBlobTypeDescriptor() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- getBoolean(String, String) - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
-
- getBoolean(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a boolean.
- getBootstrapContext() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
- getBootstrapContext() - Method in interface org.hibernate.boot.spi.MetadataBuilderImplementor
-
- getBootstrapContext() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
-
- getBootstrapContext() - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
-
- getBootstrapJdbcConnectionAccess() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
-
Obtain a JdbcConnectionAccess usable from bootstrap actions
(hbm2ddl.auto, Dialect resolution, etc).
- getBootstrapJdbcConnectionAccess() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
-
- getBootstrapServiceRegistry() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
- getBuilder(SessionFactoryImplementor) - Static method in class org.hibernate.loader.collection.BatchingCollectionInitializerBuilder
-
- getBuilder(SessionFactoryImplementor) - Static method in class org.hibernate.loader.entity.BatchingEntityLoaderBuilder
-
- getBuildingContext() - Method in interface org.hibernate.boot.model.naming.ImplicitNameSource
-
Access to the current building context.
- getBuildingContext() - Method in class org.hibernate.boot.model.naming.ObjectNameNormalizer
-
Access the contextual information related to the current process of building metadata.
- getBuildingContext() - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- getBuildingContext() - Method in class org.hibernate.cfg.Ejb3Column
-
- getBuildingOptions() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
-
- getBuildingOptions() - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
-
- getByte(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a byte.
- getBytecodeEnhancementMetadata() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getBytecodeEnhancementMetadata() - Method in interface org.hibernate.persister.entity.EntityPersister
-
- getBytecodeEnhancementMetadata() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getBytecodeProvider() - Static method in class org.hibernate.cfg.Environment
-
- getBytes() - Method in interface org.hibernate.engine.jdbc.BinaryStream
-
Access to the bytes.
- getBytes(long, int) - Method in class org.hibernate.engine.jdbc.BlobProxy
-
- getCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the cache property.
- getCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the cache property.
- getCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the cache property.
- getCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the cache property.
- getCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the cache property.
- getCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Gets the value of the cache property.
- getCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the cache property.
- getCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the cache property.
- getCache() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
-
- getCache() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getCache() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
- getCache() - Method in interface org.hibernate.SessionFactory
-
Obtain direct access to the underlying cache regions.
- getCacheAccessStrategy() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getCacheAccessStrategy() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Get the cache
- getCacheAccessStrategy() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getCacheAccessStrategy() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the cache (optional operation)
- getCacheConcurrencyStrategy(CacheConcurrencyStrategy) - Static method in class org.hibernate.cfg.annotations.EntityBinder
-
- getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.Collection
-
- getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.PersistentClass
-
- getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.RootClass
-
- getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.Subclass
-
- getCacheConcurrencyStrategy() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
-
- getCacheConcurrencyStrategy() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
-
- getCachedDatabaseSnapshot(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Retrieve the cached database snapshot for the requested entity key.
- getCachedPkResolutions(EntityPersister) - Method in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
-
Find all the locally cached primary key cross-reference entries for the given persister.
- getCachedResultTypes(Type[]) - Method in class org.hibernate.transform.CacheableResultTransformer
-
- getCachedTypes() - Method in interface org.hibernate.cache.cfg.spi.EntityDataCachingConfig
-
The list of specific subclasses of the root that are actually
written to cache.
- getCacheEntryStructure() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getCacheEntryStructure() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Get the cache structure
- getCacheEntryStructure() - Method in interface org.hibernate.persister.entity.AbstractEntityPersister.CacheEntryHelper
-
- getCacheEntryStructure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getCacheEntryStructure() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the cache structure
- getCacheHitCount() - Method in interface org.hibernate.stat.CacheableDataStatistics
-
The number of successful cache look-ups for this data from its
configured cache region since the last Statistics clearing
- getCacheHitCount() - Method in interface org.hibernate.stat.QueryStatistics
-
The number of cache hits for this query.
- getCacheKeyId(Object) - Method in interface org.hibernate.cache.spi.access.CollectionDataAccess
-
- getCacheKeyId(Object) - Method in interface org.hibernate.cache.spi.access.EntityDataAccess
-
- getCacheKeyId(Object) - Method in class org.hibernate.cache.spi.support.AbstractCollectionDataAccess
-
- getCacheKeyId(Object) - Method in class org.hibernate.cache.spi.support.AbstractEntityDataAccess
-
- getCacheKeyId(Object) - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
-
- getCacheKeyId(Object) - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
-
- getCacheMissCount() - Method in interface org.hibernate.stat.CacheableDataStatistics
-
The number of unsuccessful cache look-ups for this data from its
configured cache region since the last Statistics clearing
- getCacheMissCount() - Method in interface org.hibernate.stat.QueryStatistics
-
The number of cache misses for this query
- getCacheMode() - Method in enum org.hibernate.annotations.CacheModeType
-
- getCacheMode() - Method in interface org.hibernate.BasicQueryContract
-
Deprecated.
Obtain the CacheMode in effect for this query.
- getCacheMode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
-
Gets the value of the cacheMode property.
- getCacheMode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
-
Gets the value of the cacheMode property.
- getCacheMode(String) - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
-
- getCacheMode() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
-
- getCacheMode() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getCacheMode() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
- getCacheMode() - Method in interface org.hibernate.Query
-
Deprecated.
Obtain the CacheMode in effect for this query.
- getCacheMode() - Method in interface org.hibernate.query.Query
-
- getCacheMode() - Method in interface org.hibernate.query.spi.QueryProducerImplementor
-
- getCacheMode() - Method in interface org.hibernate.Session
-
Get the current cache mode.
- getCacheProviderConfig() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- getCachePutCount() - Method in interface org.hibernate.stat.CacheableDataStatistics
-
The number of times this data has been into its configured cache region
since the last Statistics clearing
- getCachePutCount() - Method in interface org.hibernate.stat.QueryStatistics
-
The number of cache puts for this query
- getCacheRegion() - Method in interface org.hibernate.BasicQueryContract
-
Deprecated.
Obtain the name of the second level query cache region in which query results will be stored (if they are
cached, see the discussion on
BasicQueryContract.isCacheable()
for more information).
- getCacheRegion() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
-
Gets the value of the cacheRegion property.
- getCacheRegion() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
-
Gets the value of the cacheRegion property.
- getCacheRegion() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
-
- getCacheRegion() - Method in class org.hibernate.engine.spi.QueryParameters
-
- getCacheRegion() - Method in interface org.hibernate.Query
-
Deprecated.
Obtain the name of the second level query cache region in which query results will be stored (if they are
cached, see the discussion on
Query.isCacheable()
for more information).
- getCacheRegion() - Method in interface org.hibernate.query.Query
-
- getCacheRegionDefinitions() - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
-
- getCacheRegionDefinitions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
-
- getCacheRegionDefinitions() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
Access to all explicit cache region mappings.
- getCacheRegionDefinitions() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
- getCacheRegionDefinitions() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
-
- getCacheRegionFactory() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- getCacheRegionName() - Method in class org.hibernate.mapping.Collection
-
- getCacheRegionName() - Method in class org.hibernate.mapping.RootClass
-
- getCacheRegionName() - Method in interface org.hibernate.stat.CacheableDataStatistics
-
The name of the region where this data is cached.
- getCacheRegionNames() - Method in interface org.hibernate.cache.spi.CacheImplementor
-
The unqualified name of all regions.
- getCacheRegionNames() - Method in interface org.hibernate.engine.spi.CacheImplementor
-
Deprecated.
The unqualified name of all regions.
- getCacheRegionPrefix() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getCacheRegionPrefix() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- getCacheRegionPrefix() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- getCacheRegionPrefix() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- getCacheRegionStatistics(String) - Method in interface org.hibernate.stat.Statistics
-
Get statistics for either a domain-data or query-result region - this
method checks both, preferring domain data region if one.
- getCacheStorageAccess() - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
-
Public for testing purposes
- getCacheTransactionSynchronization() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getCacheTransactionSynchronization() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
The current CacheTransactionContext associated with the Session.
- getCaching() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
-
Obtain the caching configuration for this entity.
- getCaching() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
-
- getCalendar(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a Calendar.
- getCallableStatementSupport() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- getCallableStatementSupport() - Method in class org.hibernate.dialect.Dialect
-
- getCallableStatementSupport() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getCallableStatementSupport() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- getCallbackAnnotation() - Method in enum org.hibernate.jpa.event.spi.CallbackType
-
- getCallbackMethod(Class<? extends Annotation>) - Method in interface org.hibernate.boot.model.source.spi.JpaCallbackSource
-
- getCallbackRegistry() - Method in class org.hibernate.event.spi.EventEngine
-
- getCallbackType() - Method in interface org.hibernate.jpa.event.spi.Callback
-
The type of callback (pre-update, pre-persist, etc) handled
- getCanonicalName() - Method in class org.hibernate.boot.model.naming.Identifier
-
- getCanonicalName() - Method in class org.hibernate.mapping.Column
-
- getCascadableChildrenIterator(EventSource, CollectionType, Object) - Method in interface org.hibernate.engine.spi.CascadingAction
-
Given a collection, get an iterator of the children upon which the
current cascading action should be visited.
- getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
-
Gets the value of the cascade property.
- getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the cascade property.
- getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the cascade property.
- getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the cascade property.
- getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the cascade property.
- getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Gets the value of the cascade property.
- getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the cascade property.
- getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
-
Gets the value of the cascade property.
- getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the cascade property.
- getCascade() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
-
- getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
-
- getCascade() - Method in interface org.hibernate.boot.jaxb.mapping.spi.AssociationAttribute
-
- getCascade() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
-
Gets the value of the cascade property.
- getCascade() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
-
Gets the value of the cascade property.
- getCascade() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Gets the value of the cascade property.
- getCascade() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
-
Gets the value of the cascade property.
- getCascade() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
-
Gets the value of the cascade property.
- getCascade() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
-
Gets the value of the cascade property.
- getCascade() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Gets the value of the cascade property.
- getCascade() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
-
Gets the value of the cascade property.
- getCascade() - Method in class org.hibernate.mapping.Property
-
- getCascadeAll() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
-
Gets the value of the cascadeAll property.
- getCascadeAll() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
-
Gets the value of the cascadeAll property.
- getCascadeConstraintsString() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- getCascadeConstraintsString() - Method in class org.hibernate.dialect.Cache71Dialect
-
- getCascadeConstraintsString() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- getCascadeConstraintsString() - Method in class org.hibernate.dialect.Dialect
-
Completely optional cascading drop clause
- getCascadeConstraintsString() - Method in class org.hibernate.dialect.FrontBaseDialect
-
- getCascadeConstraintsString() - Method in class org.hibernate.dialect.H2Dialect
-
- getCascadeConstraintsString() - Method in class org.hibernate.dialect.HSQLDialect
-
- getCascadeConstraintsString() - Method in class org.hibernate.dialect.JDataStoreDialect
-
- getCascadeConstraintsString() - Method in class org.hibernate.dialect.MimerSQLDialect
-
- getCascadeConstraintsString() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getCascadeConstraintsString() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getCascadeConstraintsString() - Method in class org.hibernate.dialect.PointbaseDialect
-
- getCascadeConstraintsString() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- getCascadeConstraintsString() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
- getCascadeDetach() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
-
Gets the value of the cascadeDetach property.
- getCascadeDetach() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
-
Gets the value of the cascadeDetach property.
- getCascadeLevel() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
How deep are we cascaded?
- getCascadeMerge() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
-
Gets the value of the cascadeMerge property.
- getCascadeMerge() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
-
Gets the value of the cascadeMerge property.
- getCascadePersist() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
-
Gets the value of the cascadePersist property.
- getCascadePersist() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
-
Gets the value of the cascadePersist property.
- getCascadePersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
-
Gets the value of the cascadePersist property.
- getCascadePersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
-
Gets the value of the cascadePersist property.
- getCascadeRefresh() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
-
Gets the value of the cascadeRefresh property.
- getCascadeRefresh() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
-
Gets the value of the cascadeRefresh property.
- getCascadeRemove() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
-
Gets the value of the cascadeRemove property.
- getCascadeRemove() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
-
Gets the value of the cascadeRemove property.
- getCascadeStyle(String) - Static method in class org.hibernate.engine.spi.CascadeStyles
-
Factory method for obtaining named cascade styles
- getCascadeStyle() - Method in class org.hibernate.mapping.Property
-
- getCascadeStyle(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getCascadeStyle(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
-
Get the cascade style of this (subclass closure) property
- getCascadeStyle() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
-
- getCascadeStyle() - Method in class org.hibernate.tuple.BaselineAttributeInformation
-
- getCascadeStyle() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
-
- getCascadeStyle(int) - Method in class org.hibernate.type.AnyType
-
- getCascadeStyle(int) - Method in class org.hibernate.type.ComponentType
-
- getCascadeStyle(int) - Method in class org.hibernate.type.CompositeCustomType
-
- getCascadeStyle(int) - Method in interface org.hibernate.type.CompositeType
-
Retrieve the cascade style of the indicated component property.
- getCascadeStyleName() - Method in interface org.hibernate.boot.model.source.spi.CascadeStyleSource
-
Obtain the cascade styles to be applied to this association.
- getCascadeStyles() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getCaseInsensitiveLike() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- getCaseInsensitiveLike() - Method in class org.hibernate.dialect.Dialect
-
The name of the SQL function that can do case insensitive like comparison.
- getCaseInsensitiveLike() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- getCastTypeName(int) - Method in class org.hibernate.dialect.Dialect
-
Get the name of the database type appropriate for casting operations
(via the CAST() SQL function) for the given
Types
typecode.
- getCastTypeName(int) - Method in class org.hibernate.dialect.MySQLDialect
-
- getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the catalog property.
- getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the catalog property.
- getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
-
Gets the value of the catalog property.
- getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the catalog property.
- getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Gets the value of the catalog property.
- getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the catalog property.
- getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the catalog property.
- getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Gets the value of the catalog property.
- getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the catalog property.
- getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
Gets the value of the catalog property.
- getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the catalog property.
- getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
Gets the value of the catalog property.
- getCatalog() - Method in interface org.hibernate.boot.jaxb.hbm.spi.TableInformationContainer
-
- getCatalog() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
-
Gets the value of the catalog property.
- getCatalog() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
-
Gets the value of the catalog property.
- getCatalog() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
-
Gets the value of the catalog property.
- getCatalog() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
-
Gets the value of the catalog property.
- getCatalog() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
-
Gets the value of the catalog property.
- getCatalog() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
-
Gets the value of the catalog property.
- getCatalog() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTable
-
Gets the value of the catalog property.
- getCatalog() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
-
Gets the value of the catalog property.
- getCatalog() - Method in interface org.hibernate.boot.jaxb.mapping.spi.SchemaAware
-
- getCatalog() - Method in class org.hibernate.boot.model.relational.Namespace.Name
-
- getCatalog() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
-
Gets the value of the catalog property.
- getCatalog() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
-
Gets the value of the catalog property.
- getCatalog() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
-
Gets the value of the catalog property.
- getCatalog() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
-
Gets the value of the catalog property.
- getCatalog() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
-
Gets the value of the catalog property.
- getCatalog() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
-
Gets the value of the catalog property.
- getCatalog() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Table
-
Gets the value of the catalog property.
- getCatalog() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
-
Gets the value of the catalog property.
- getCatalog() - Method in class org.hibernate.mapping.Table
-
- getCatalog() - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
-
Deprecated.
- getCatalog() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
-
- getCatalogName() - Method in interface org.hibernate.boot.model.relational.QualifiedName
-
- getCatalogName() - Method in class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
-
- getCatalogName() - Method in class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
-
- getCategorization() - Method in interface org.hibernate.boot.archive.scan.spi.ClassDescriptor
-
- getCharacter(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a char.
- getCharacterStream() - Method in class org.hibernate.engine.jdbc.ClobProxy
-
- getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the check property.
- getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the check property.
- getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
-
Gets the value of the check property.
- getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
-
Gets the value of the check property.
- getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the check property.
- getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Gets the value of the check property.
- getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the check property.
- getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the check property.
- getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Gets the value of the check property.
- getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the check property.
- getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the check property.
- getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
Gets the value of the check property.
- getCheck() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
-
- getCheckCondition() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
-
Obtain the specified check constraint condition
- getCheckConstraint() - Method in interface org.hibernate.boot.model.source.spi.TableSource
-
- getCheckConstraint() - Method in class org.hibernate.mapping.Column
-
- getCheckConstraintsIterator() - Method in class org.hibernate.mapping.Table
-
- getCheckStyle() - Method in class org.hibernate.boot.model.CustomSql
-
- getChildren() - Method in class org.hibernate.testing.junit4.CustomParameterized
-
- getClass(Object) - Static method in class org.hibernate.Hibernate
-
Get the true, underlying class of a proxied persistent class.
- getClassCacheOrCollectionCache() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
-
Gets the value of the classCacheOrCollectionCache property.
- getClassLoader() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
- getClassLoader() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
-
- getClassLoader() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
-
- getClassLoader() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
-
- getClassLoaderAccess() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
- getClassLoaderAccess() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
-
- getClassLoaderAccess() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
-
- getClassLoaderAccess() - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
-
- getClassmateContext() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
Access to the shared Classmate objects used throughout Hibernate's
bootstrap process.
- getClassmateContext() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
- getClassmateContext() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
-
- getClassMetadata(Class) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getClassMetadata(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getClassMetadata() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getClassMetadata() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the user-visible metadata for the class (optional operation)
- getClassMetadata(Class) - Method in interface org.hibernate.SessionFactory
-
- getClassMetadata(String) - Method in interface org.hibernate.SessionFactory
-
- getClassName() - Method in interface org.hibernate.boot.model.naming.EntityNaming
-
Retrieve the fully-qualified entity class name.
- getClassName() - Method in class org.hibernate.cfg.ClassPropertyHolder
-
- getClassName() - Method in class org.hibernate.cfg.CollectionPropertyHolder
-
- getClassName() - Method in class org.hibernate.cfg.ComponentPropertyHolder
-
- getClassName() - Method in interface org.hibernate.cfg.PropertyHolder
-
- getClassName() - Method in class org.hibernate.mapping.PersistentClass
-
- getClassOrElement() - Method in interface org.hibernate.cfg.PropertyData
-
Returns the returned class itself or the element type if an array
- getClassOrElement() - Method in class org.hibernate.cfg.PropertyInferredData
-
- getClassOrElement() - Method in class org.hibernate.cfg.PropertyPreloadedData
-
- getClassOrElement() - Method in class org.hibernate.cfg.WrappedInferredData
-
- getClassOrElementName() - Method in interface org.hibernate.cfg.PropertyData
-
Returns the returned class name itself or the element type if an array
- getClassOrElementName() - Method in class org.hibernate.cfg.PropertyInferredData
-
- getClassOrElementName() - Method in class org.hibernate.cfg.PropertyPreloadedData
-
- getClassOrElementName() - Method in class org.hibernate.cfg.WrappedInferredData
-
- getClassType(XClass) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
- getClassType() - Method in interface org.hibernate.graph.SubGraph
-
- getClassWithIdClass(boolean) - Method in class org.hibernate.cfg.InheritanceState
-
- getClassWithoutInitializingProxy(Object) - Static method in class org.hibernate.proxy.HibernateProxyHelper
-
Get the class of an instance or the underlying class
of a proxy (without initializing the proxy!).
- getClazz() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerType
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmClassRenameType
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIndexType
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmGeneratorSpecificationType
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdentifierGeneratorDefinitionType
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyCompositeType
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTuplizerType
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumnResult
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConverter
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddable
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbIdClass
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyClass
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedSubgraph
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbStoredProcedureParameter
-
Gets the value of the clazz property.
- getClazz() - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
-
- getClazz() - Method in interface org.hibernate.boot.jaxb.mapping.spi.ManagedType
-
- getClazz() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableMapping
-
- getClazz() - Method in class org.hibernate.cfg.InheritanceState
-
- getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ColumnResult
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Converter
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.IdClass
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyClass
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedSubgraph
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
-
Gets the value of the clazz property.
- getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
-
Gets the value of the clazz property.
- getClob(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a clob.
- getClobBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
-
- getCloseStatementCount() - Method in interface org.hibernate.stat.Statistics
-
The number of prepared statements that were released
- getCollation() - Method in class org.hibernate.sql.ordering.antlr.SortSpecification
-
Locate the specified collation specification, if one.
- getCollection() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
-
Gets the value of the collection property.
- getCollection() - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- getCollection(CollectionKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Get the collection instance associated with the CollectionKey
- getCollection() - Method in class org.hibernate.event.spi.AbstractCollectionEvent
-
- getCollection(String, Class<E>) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
-
- getCollection(String) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
-
- getCollection(Serializable, SharedSessionContractImplementor, Object, Boolean) - Method in class org.hibernate.type.CollectionType
-
instantiate a collection wrapper (called when loading an object)
- getCollectionAliases() - Method in class org.hibernate.loader.BasicLoader
-
- getCollectionAliases() - Method in class org.hibernate.loader.custom.CollectionFetchReturn
-
- getCollectionAliases() - Method in class org.hibernate.loader.custom.CollectionReturn
-
- getCollectionAliases() - Method in class org.hibernate.loader.custom.CustomLoader
-
- getCollectionAliases() - Method in class org.hibernate.loader.Loader
-
- getCollectionBatch(CollectionPersister, Serializable, int) - Method in class org.hibernate.engine.spi.BatchFetchQueue
-
Get a batch of uninitialized collection keys for a given role
- getCollectionBinder(String, XProperty, boolean, boolean, MetadataBuildingContext) - Static method in class org.hibernate.cfg.annotations.CollectionBinder
-
collection binder factory
- getCollectionBinding(String) - Method in interface org.hibernate.boot.Metadata
-
Retrieves the collection mapping metadata for the given collection role.
- getCollectionBinding(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
-
- getCollectionBinding() - Method in class org.hibernate.cfg.CollectionPropertyHolder
-
- getCollectionBindings() - Method in interface org.hibernate.boot.Metadata
-
Retrieves the Collection metadata representation for all known collections.
- getCollectionBindings() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
-
- getCollectionCaching() - Method in interface org.hibernate.cache.cfg.spi.DomainDataRegionConfig
-
Retrieve the list of all collection data to be stored in this region
- getCollectionColumnAliases() - Method in interface org.hibernate.loader.plan.exec.spi.CollectionReferenceAliases
-
Obtain the aliases for the columns related to the collection structure such as the FK, index/key, or identifier
(idbag).
- getCollectionCount() - Method in interface org.hibernate.stat.SessionStatistics
-
Get the number of collection instances associated with the session
- getCollectionDataAccess(NavigableRole) - Method in interface org.hibernate.cache.spi.DomainDataRegion
-
Build a CollectionRegionAccess instance representing access to collection
data stored in this cache region using the given AccessType.
- getCollectionDataAccess(NavigableRole) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
-
- getCollectionDefinition() - Method in interface org.hibernate.persister.walking.spi.CollectionElementDefinition
-
Returns the collection definition.
- getCollectionDefinition() - Method in interface org.hibernate.persister.walking.spi.CollectionIndexDefinition
-
Returns the collection definition.
- getCollectionDefinition() - Method in interface org.hibernate.persister.walking.spi.CompositeCollectionElementDefinition
-
Returns the collection definition.
- getCollectionElementType(DeclaredType, String, String, Context) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
-
- getCollectionEntries() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
- getCollectionEntriesSize() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
The size of the internal map storing all collection entries.
- getCollectionEntry(PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Get the collection entry for a persistent collection
- getCollectionEntry(AbstractCollectionEvent) - Method in class org.hibernate.envers.event.spi.BaseEnversCollectionEventListener
-
- getCollectionEntryOrNull(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Get the collection entry for a collection passed to filter,
which might be a collection wrapper, an array, or an unwrapped
collection.
- getCollectionFetchCount() - Method in interface org.hibernate.stat.Statistics
-
Global number of collections fetched
- getCollectionHolder(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Get the PersistentCollection object for an array
- getCollectionId() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the collectionId property.
- getCollectionId(Object) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
-
- getCollectionIdSource() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
-
- getCollectionKey(CollectionPersister, Object, EntityEntry, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getCollectionKeys() - Method in class org.hibernate.engine.spi.QueryParameters
-
- getCollectionKeys() - Method in interface org.hibernate.stat.SessionStatistics
-
Get the set of all CollectionKeys
- getCollectionLoadCount() - Method in interface org.hibernate.stat.Statistics
-
Global number of collections loaded
- getCollectionMetadata(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getCollectionMetadata() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getCollectionMetadata() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
- getCollectionMetadata(String) - Method in interface org.hibernate.SessionFactory
-
- getCollectionOwner(Serializable, CollectionPersister) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Get the entity that owns this persistent collection
- getCollectionOwners() - Method in class org.hibernate.loader.custom.CustomLoader
-
- getCollectionOwners() - Method in class org.hibernate.loader.hql.QueryLoader
-
- getCollectionOwners() - Method in class org.hibernate.loader.JoinWalker
-
- getCollectionOwners() - Method in class org.hibernate.loader.Loader
-
Get the index of the entity that owns the collection, or -1
if there is no owner in the query results (ie.
- getCollectionOwners() - Method in class org.hibernate.loader.OuterJoinLoader
-
- getCollectionPersister(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getCollectionPersister(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
- getCollectionPersister() - Method in class org.hibernate.loader.collection.BatchingCollectionInitializer
-
- getCollectionPersister() - Method in class org.hibernate.loader.collection.plan.BatchingCollectionInitializer
-
- getCollectionPersister(String) - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.ResultAliasContext
-
- getCollectionPersister() - Method in interface org.hibernate.loader.plan.spi.CollectionQuerySpace
-
Retrieve the collection persister this QuerySpace refers to.
- getCollectionPersister() - Method in interface org.hibernate.loader.plan.spi.CollectionReference
-
Retrieves the CollectionPersister describing the collection associated with this CollectionReference.
- getCollectionPersister() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getCollectionPersister() - Method in interface org.hibernate.persister.walking.spi.CollectionDefinition
-
- getCollectionPersisterClass() - Method in class org.hibernate.mapping.Collection
-
- getCollectionPersisterClass(Collection) - Method in interface org.hibernate.persister.spi.PersisterClassResolver
-
Returns the collection persister class for a given collection role or null
if the collection persister class should be the default.
- getCollectionPersisters() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getCollectionPersisters() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
- getCollectionPersisters() - Method in class org.hibernate.loader.custom.CustomLoader
-
- getCollectionPersisters() - Method in class org.hibernate.loader.hql.QueryLoader
-
An (optional) persister for a collection to be initialized; only collection loaders
return a non-null value
- getCollectionPersisters() - Method in class org.hibernate.loader.JoinWalker
-
- getCollectionPersisters() - Method in class org.hibernate.loader.Loader
-
An (optional) persister for a collection to be initialized; only
collection loaders return a non-null value
- getCollectionPersisters() - Method in class org.hibernate.loader.OuterJoinLoader
-
- getCollectionPropertyColumnAliases(String, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getCollectionPropertyColumnAliases(String, String) - Method in interface org.hibernate.persister.collection.SQLLoadableCollection
-
- getCollectionRecreateCount() - Method in interface org.hibernate.stat.Statistics
-
Global number of collections recreated
- getCollectionReference() - Method in interface org.hibernate.loader.plan.exec.process.spi.CollectionReferenceInitializer
-
- getCollectionReference() - Method in interface org.hibernate.loader.plan.spi.CollectionFetchableElement
-
Reference back to the collection to which this element belongs
- getCollectionReference() - Method in interface org.hibernate.loader.plan.spi.CollectionFetchableIndex
-
Reference back to the collection to which this index belongs
- getCollectionRegionAccess(NavigableRole) - Method in interface org.hibernate.cache.spi.CacheImplementor
-
- getCollectionRegionAccess(NavigableRole) - Method in interface org.hibernate.engine.spi.CacheImplementor
-
- getCollectionRemoveCount() - Method in interface org.hibernate.stat.Statistics
-
Global number of collections removed
- getCollectionRole() - Method in class org.hibernate.engine.query.spi.FilterQueryPlan
-
- getCollectionRole() - Method in class org.hibernate.mapping.Backref
-
- getCollectionRole() - Method in class org.hibernate.mapping.IndexBackref
-
- getCollectionRoleNames() - Method in interface org.hibernate.stat.Statistics
-
Get the names of all collection roles
- getCollectionRolesByEntityParticipant(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getCollectionRolesByEntityParticipant(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
- getCollectionRolesByEntityParticipant(String) - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
-
Retrieves a set of all the collection roles in which the given entity is a participant, as either an
index or an element.
- getCollectionsByKey() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
- getCollectionSpaces() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getCollectionSpaces() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Get the "space" that holds the persistent state
- getCollectionStatistics(String) - Method in interface org.hibernate.stat.Statistics
-
Get collection statistics per role
- getCollectionSuffix(String) - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.ResultAliasContext
-
- getCollectionSuffixes() - Method in class org.hibernate.loader.BasicLoader
-
- getCollectionSuffixes() - Method in class org.hibernate.loader.hql.QueryLoader
-
- getCollectionSuffixes() - Method in class org.hibernate.loader.JoinWalker
-
- getCollectionSuffixes() - Method in class org.hibernate.loader.OuterJoinLoader
-
- getCollectionTable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Gets the value of the collectionTable property.
- getCollectionTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Gets the value of the collectionTable property.
- getCollectionTable() - Method in class org.hibernate.mapping.Collection
-
- getCollectionTableAlias() - Method in interface org.hibernate.loader.plan.exec.spi.CollectionReferenceAliases
-
Obtain the table alias used for the collection table of the CollectionReference.
- getCollectionTableCheck() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
-
- getCollectionTableComment() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
-
- getCollectionTableSpecificationSource() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
-
- getCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the collectionType property.
- getCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the collectionType property.
- getCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the collectionType property.
- getCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the collectionType property.
- getCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the collectionType property.
- getCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Gets the value of the collectionType property.
- getCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the collectionType property.
- getCollectionType() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
-
- getCollectionType() - Method in class org.hibernate.mapping.Collection
-
- getCollectionType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getCollectionType() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Get the associated Type
- getCollectionType() - Method in interface org.hibernate.persister.walking.spi.CollectionDefinition
-
- getCollectionUpdateCount() - Method in interface org.hibernate.stat.Statistics
-
Global number of collections updated
- getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
-
Gets the value of the column property.
- getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
-
Gets the value of the column property.
- getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
-
Gets the value of the column property.
- getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
-
Gets the value of the column property.
- getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
-
Gets the value of the column property.
- getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
-
Gets the value of the column property.
- getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
-
Gets the value of the column property.
- getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
-
Gets the value of the column property.
- getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
-
Gets the value of the column property.
- getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
-
Gets the value of the column property.
- getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
-
Gets the value of the column property.
- getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
-
Gets the value of the column property.
- getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
-
Gets the value of the column property.
- getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType.JaxbHbmReturnDiscriminator
-
Gets the value of the column property.
- getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
-
Gets the value of the column property.
- getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
-
Gets the value of the column property.
- getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
-
Gets the value of the column property.
- getColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributeOverride
-
Gets the value of the column property.
- getColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
-
Gets the value of the column property.
- getColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConstructorResult
-
Gets the value of the column property.
- getColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Gets the value of the column property.
- getColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbFieldResult
-
Gets the value of the column property.
- getColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
-
Gets the value of the column property.
- getColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbVersion
-
Gets the value of the column property.
- getColumn(Criteria, String) - Method in interface org.hibernate.criterion.CriteriaQuery
-
Resolve a property path to the name of the column it maps to.
- getColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.AttributeOverride
-
Gets the value of the column property.
- getColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
-
Gets the value of the column property.
- getColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ConstructorResult
-
Gets the value of the column property.
- getColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Gets the value of the column property.
- getColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.FieldResult
-
Gets the value of the column property.
- getColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
-
Gets the value of the column property.
- getColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Version
-
Gets the value of the column property.
- getColumn(Criteria, String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getColumn(int) - Method in class org.hibernate.mapping.Constraint
-
- getColumn(Column) - Method in class org.hibernate.mapping.DenormalizedTable
-
- getColumn(Identifier) - Method in class org.hibernate.mapping.DenormalizedTable
-
- getColumn(Column) - Method in class org.hibernate.mapping.Table
-
Return the column which is identified by column provided as argument.
- getColumn(Identifier) - Method in class org.hibernate.mapping.Table
-
- getColumn(int) - Method in class org.hibernate.mapping.Table
-
- getColumn(Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
-
Retrieve the named ColumnInformation
- getColumnAlias() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryScalarReturn
-
- getColumnAlias() - Method in class org.hibernate.loader.custom.ScalarReturn
-
- getColumnAliases(int) - Method in class org.hibernate.criterion.AliasedProjection
-
- getColumnAliases(int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AliasedProjection
-
- getColumnAliases(String, int) - Method in class org.hibernate.criterion.AliasedProjection
-
- getColumnAliases(String, int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AliasedProjection
-
- getColumnAliases(int) - Method in class org.hibernate.criterion.Distinct
-
- getColumnAliases(int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Distinct
-
- getColumnAliases(String, int) - Method in class org.hibernate.criterion.Distinct
-
- getColumnAliases(String, int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Distinct
-
- getColumnAliases(int, Criteria, CriteriaQuery) - Method in interface org.hibernate.criterion.EnhancedProjection
-
- getColumnAliases(String, int, Criteria, CriteriaQuery) - Method in interface org.hibernate.criterion.EnhancedProjection
-
- getColumnAliases(int) - Method in interface org.hibernate.criterion.Projection
-
- getColumnAliases(String, int) - Method in interface org.hibernate.criterion.Projection
-
- getColumnAliases(int) - Method in class org.hibernate.criterion.ProjectionList
-
- getColumnAliases(int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ProjectionList
-
- getColumnAliases(String, int) - Method in class org.hibernate.criterion.ProjectionList
-
- getColumnAliases(String, int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ProjectionList
-
- getColumnAliases(String, int) - Method in class org.hibernate.criterion.SimpleProjection
-
- getColumnAliases(String, int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleProjection
-
- getColumnAliases(int) - Method in class org.hibernate.criterion.SimpleProjection
-
- getColumnAliases(int, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleProjection
-
- getColumnAliases(int) - Method in class org.hibernate.criterion.SQLProjection
-
- getColumnAliases(String, int) - Method in class org.hibernate.criterion.SQLProjection
-
- getColumnAliases() - Method in interface org.hibernate.loader.plan.exec.spi.EntityReferenceAliases
-
Obtain the column aliases for the select fragment columns associated with the described entity reference.
- getColumnAliasExtractor() - Method in class org.hibernate.dialect.Dialect
-
- getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
-
Gets the value of the columnAttribute property.
- getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Gets the value of the columnAttribute property.
- getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
-
Gets the value of the columnAttribute property.
- getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
-
Gets the value of the columnAttribute property.
- getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
-
Gets the value of the columnAttribute property.
- getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
-
Gets the value of the columnAttribute property.
- getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
-
Gets the value of the columnAttribute property.
- getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
-
Gets the value of the columnAttribute property.
- getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
-
Gets the value of the columnAttribute property.
- getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
-
Gets the value of the columnAttribute property.
- getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
-
Gets the value of the columnAttribute property.
- getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
-
Gets the value of the columnAttribute property.
- getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Gets the value of the columnAttribute property.
- getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
-
Gets the value of the columnAttribute property.
- getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
-
Gets the value of the columnAttribute property.
- getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
-
Gets the value of the columnAttribute property.
- getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
-
Gets the value of the columnAttribute property.
- getColumnComment(String) - Method in class org.hibernate.dialect.AbstractHANADialect
-
- getColumnComment(String) - Method in class org.hibernate.dialect.Dialect
-
Get the comment into a form supported for column definition.
- getColumnComment(String) - Method in class org.hibernate.dialect.MySQLDialect
-
- getColumnCount(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleProjection
-
Count the number of columns this projection uses.
- getColumnDefinition() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
-
Gets the value of the columnDefinition property.
- getColumnDefinition() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbDiscriminatorColumn
-
Gets the value of the columnDefinition property.
- getColumnDefinition() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
-
Gets the value of the columnDefinition property.
- getColumnDefinition() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
-
Gets the value of the columnDefinition property.
- getColumnDefinition() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
-
Gets the value of the columnDefinition property.
- getColumnDefinition() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
-
Gets the value of the columnDefinition property.
- getColumnDefinition() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrimaryKeyJoinColumn
-
Gets the value of the columnDefinition property.
- getColumnDefinition() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
-
Gets the value of the columnDefinition property.
- getColumnDefinition() - Method in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
-
Gets the value of the columnDefinition property.
- getColumnDefinition() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
-
Gets the value of the columnDefinition property.
- getColumnDefinition() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
-
Gets the value of the columnDefinition property.
- getColumnDefinition() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
-
Gets the value of the columnDefinition property.
- getColumnDefinition() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
-
Gets the value of the columnDefinition property.
- getColumnDefinition() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrimaryKeyJoinColumn
-
Gets the value of the columnDefinition property.
- getColumnDefinitionUniquenessFragment(Column) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
-
- getColumnDefinitionUniquenessFragment(Column) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
-
Get the fragment that can be used to make a column unique as part of its column definition.
- getColumnIdentifier() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnInformation
-
The simple (not qualified) column name.
- getColumnInsertability() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
-
- getColumnInsertability() - Method in class org.hibernate.mapping.Collection
-
- getColumnInsertability() - Method in class org.hibernate.mapping.Component
-
- getColumnInsertability() - Method in class org.hibernate.mapping.OneToMany
-
- getColumnInsertability() - Method in class org.hibernate.mapping.SimpleValue
-
- getColumnInsertability() - Method in interface org.hibernate.mapping.Value
-
- getColumnIterator() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
-
- getColumnIterator() - Method in class org.hibernate.mapping.Collection
-
- getColumnIterator() - Method in class org.hibernate.mapping.Component
-
- getColumnIterator() - Method in class org.hibernate.mapping.Constraint
-
- getColumnIterator() - Method in class org.hibernate.mapping.DenormalizedTable
-
- getColumnIterator() - Method in class org.hibernate.mapping.Index
-
- getColumnIterator() - Method in class org.hibernate.mapping.OneToMany
-
- getColumnIterator() - Method in class org.hibernate.mapping.Property
-
- getColumnIterator() - Method in class org.hibernate.mapping.SimpleValue
-
- getColumnIterator() - Method in class org.hibernate.mapping.Table
-
- getColumnIterator() - Method in interface org.hibernate.mapping.Value
-
- getColumnList() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbIndex
-
Gets the value of the columnList property.
- getColumnList() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Index
-
Gets the value of the columnList property.
- getColumnMapper() - Method in interface org.hibernate.sql.ordering.antlr.TranslationContext
-
Retrieves the column mapper for this context.
- getColumnMetadata(String) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
-
Deprecated.
- getColumnName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbUniqueConstraint
-
Gets the value of the columnName property.
- getColumnName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.UniqueConstraint
-
Gets the value of the columnName property.
- getColumnName() - Method in interface org.hibernate.sql.ordering.antlr.ColumnReference
-
Retrieve the column name.
- getColumnNames() - Method in interface org.hibernate.boot.model.naming.ImplicitConstraintNameSource
-
- getColumnNames() - Method in interface org.hibernate.hql.spi.QueryTranslator
-
Returns the column names in the generated SQL.
- getColumnNames(String) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
-
- getColumnNumber() - Method in class org.hibernate.jpamodelgen.util.xml.ContextProvidingValidationEventHandler
-
- getColumnOrderMap() - Method in class org.hibernate.mapping.Index
-
- getColumnOrderMap() - Method in class org.hibernate.mapping.UniqueKey
-
- getColumnOrFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Gets the value of the columnOrFormula property.
- getColumnOrFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
-
Gets the value of the columnOrFormula property.
- getColumnOrFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
-
Gets the value of the columnOrFormula property.
- getColumnOrFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Gets the value of the columnOrFormula property.
- getColumnOrFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
-
Gets the value of the columnOrFormula property.
- getColumnOrFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
-
Gets the value of the columnOrFormula property.
- getColumnProcessors() - Method in class org.hibernate.loader.custom.ResultRowProcessor
-
- getColumnReferenceMappings() - Method in interface org.hibernate.tool.schema.extract.spi.ForeignKeyInformation
-
Get the column mappings that define the reference.
- getColumnReferences() - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
-
- getColumnResult() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSqlResultSetMapping
-
Gets the value of the columnResult property.
- getColumnResult() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
-
Gets the value of the columnResult property.
- getColumnReturns() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryConstructorReturn
-
- getColumns() - Method in class org.hibernate.cfg.JPAIndexHolder
-
- getColumns() - Method in class org.hibernate.cfg.UniqueConstraintHolder
-
- getColumns(String, Criteria) - Method in interface org.hibernate.criterion.CriteriaQuery
-
Resolve a property path to the names of the columns it maps to.
- getColumns() - Method in class org.hibernate.hql.spi.id.inline.IdsClauseBuilder
-
- getColumns(String, Criteria) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getColumns() - Method in class org.hibernate.mapping.Constraint
-
- getColumns() - Method in class org.hibernate.sql.SelectFragment
-
- getColumns() - Method in class org.hibernate.tool.hbm2ddl.IndexMetadata
-
Deprecated.
- getColumns() - Method in interface org.hibernate.tool.schema.extract.spi.PrimaryKeyInformation
-
Obtain the columns making up the primary key.
- getColumns() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
-
- getColumnsAndFormulasSource() - Method in interface org.hibernate.boot.model.source.spi.ColumnsAndFormulasSourceContainer
-
- getColumnSize() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
-
Deprecated.
- getColumnSize() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnInformation
-
The column size (length).
- getColumnSource() - Method in interface org.hibernate.boot.model.source.spi.CollectionIdSource
-
Obtain source information about the column for the collection id.
- getColumnSpan() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
-
- getColumnSpan(Mapping) - Method in class org.hibernate.loader.entity.NaturalIdType
-
- getColumnSpan() - Method in class org.hibernate.mapping.Collection
-
- getColumnSpan() - Method in class org.hibernate.mapping.Component
-
- getColumnSpan() - Method in class org.hibernate.mapping.Constraint
-
- getColumnSpan() - Method in class org.hibernate.mapping.Index
-
- getColumnSpan() - Method in class org.hibernate.mapping.OneToMany
-
- getColumnSpan() - Method in class org.hibernate.mapping.Property
-
- getColumnSpan() - Method in class org.hibernate.mapping.SimpleValue
-
- getColumnSpan() - Method in class org.hibernate.mapping.Table
-
- getColumnSpan() - Method in interface org.hibernate.mapping.Value
-
- getColumnSpan(Mapping) - Method in class org.hibernate.persister.entity.DiscriminatorType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.type.AnyType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.type.CollectionType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.type.ComponentType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.type.CompositeCustomType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.type.CustomType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.type.ManyToOneType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.type.MetaType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.type.OneToOneType
-
- getColumnSpan(Mapping) - Method in class org.hibernate.type.SpecialOneToOneType
-
- getColumnSpan(Mapping) - Method in interface org.hibernate.type.Type
-
How many columns are used to persist this type.
- getColumnsUsingProjection(Criteria, String) - Method in interface org.hibernate.criterion.CriteriaQuery
-
Get the names of the columns mapped by a property path.
- getColumnsUsingProjection(Criteria, String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
Get the names of the columns constrained
by this criterion.
- getColumnUpdateability() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
-
- getColumnUpdateability() - Method in class org.hibernate.mapping.Collection
-
- getColumnUpdateability() - Method in class org.hibernate.mapping.Component
-
- getColumnUpdateability() - Method in class org.hibernate.mapping.OneToMany
-
- getColumnUpdateability() - Method in class org.hibernate.mapping.SimpleValue
-
- getColumnUpdateability() - Method in interface org.hibernate.mapping.Value
-
- getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the comment property.
- getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the comment property.
- getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
-
Gets the value of the comment property.
- getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the comment property.
- getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Gets the value of the comment property.
- getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the comment property.
- getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the comment property.
- getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
-
Gets the value of the comment property.
- getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
-
Gets the value of the comment property.
- getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Gets the value of the comment property.
- getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the comment property.
- getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
Gets the value of the comment property.
- getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the comment property.
- getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
Gets the value of the comment property.
- getComment() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
-
- getComment() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
-
Obtain the specified SQL comment
- getComment() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
-
- getComment() - Method in interface org.hibernate.boot.model.source.spi.TableSpecificationSource
-
- getComment() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
-
- getComment() - Method in class org.hibernate.engine.spi.QueryParameters
-
- getComment() - Method in class org.hibernate.loader.AbstractEntityJoinWalker
-
- getComment() - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
-
- getComment() - Method in class org.hibernate.loader.entity.CascadeEntityJoinWalker
-
- getComment() - Method in class org.hibernate.loader.entity.EntityJoinWalker
-
- getComment() - Method in class org.hibernate.mapping.Column
-
- getComment() - Method in class org.hibernate.mapping.Table
-
- getComment() - Method in interface org.hibernate.Query
-
Deprecated.
Obtain the comment currently associated with this query.
- getComment() - Method in interface org.hibernate.query.Query
-
- getComment() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
-
Get the comments/remarks defined for the table.
- getCommentsEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- getComparator() - Method in class org.hibernate.mapping.Collection
-
- getComparator() - Method in class org.hibernate.type.BinaryType
-
- getComparator() - Method in class org.hibernate.type.ByteType
-
- getComparator() - Method in class org.hibernate.type.CalendarType
-
- getComparator() - Method in class org.hibernate.type.CustomType
-
- getComparator() - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
-
- getComparator() - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor
-
- getComparator() - Method in class org.hibernate.type.descriptor.java.ByteArrayTypeDescriptor
-
- getComparator() - Method in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
-
- getComparator() - Method in class org.hibernate.type.descriptor.java.CalendarTimeTypeDescriptor
-
- getComparator() - Method in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
-
- getComparator() - Method in class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
-
- getComparator() - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
-
- getComparator() - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
-
Retrieve the natural comparator for this type.
- getComparator() - Method in class org.hibernate.type.descriptor.java.LocaleTypeDescriptor
-
- getComparator() - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor
-
- getComparator() - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
-
- getComparator() - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
-
- getComparator() - Method in class org.hibernate.type.descriptor.java.RowVersionTypeDescriptor
-
- getComparator() - Method in class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor
-
- getComparator() - Method in class org.hibernate.type.InstantType
-
- getComparator() - Method in class org.hibernate.type.IntegerType
-
- getComparator() - Method in class org.hibernate.type.LocalDateTimeType
-
- getComparator() - Method in class org.hibernate.type.LongType
-
- getComparator() - Method in class org.hibernate.type.OffsetDateTimeType
-
- getComparator() - Method in class org.hibernate.type.RowVersionType
-
- getComparator() - Method in class org.hibernate.type.ShortType
-
- getComparator() - Method in class org.hibernate.type.TimestampType
-
- getComparator() - Method in interface org.hibernate.type.VersionType
-
Get a comparator for version values.
- getComparator() - Method in class org.hibernate.type.ZonedDateTimeType
-
- getComparatorClassName() - Method in class org.hibernate.mapping.Collection
-
- getComparatorName() - Method in interface org.hibernate.boot.model.source.spi.Sortable
-
The comparator class name which will be used to sort the attribute.
- getComponentClass() - Method in class org.hibernate.mapping.Component
-
- getComponentClassName() - Method in class org.hibernate.mapping.Component
-
- getComponentIdType() - Method in class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
-
- getComponentIdType() - Method in class org.hibernate.proxy.pojo.javassist.SerializableProxy
-
- getComponentTuplizer() - Method in class org.hibernate.tuple.component.ComponentMetamodel
-
- getComponentTuplizer() - Method in class org.hibernate.type.ComponentType
-
- getComponentValue(ComponentType, Object, String) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
Extract a component property value.
- getCompositeElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the compositeElement property.
- getCompositeElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the compositeElement property.
- getCompositeElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the compositeElement property.
- getCompositeElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the compositeElement property.
- getCompositeElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the compositeElement property.
- getCompositeElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the compositeElement property.
- getCompositeElement() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
-
- getCompositeElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
-
- getCompositeId() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the compositeId property.
- getCompositeIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the compositeIndex property.
- getCompositeKeyManyToOneTargetIndices() - Method in class org.hibernate.loader.entity.EntityJoinWalker
-
- getCompositeKeyManyToOneTargetIndices() - Method in class org.hibernate.loader.entity.EntityLoader
-
- getCompositeKeyManyToOneTargetIndices() - Method in class org.hibernate.loader.Loader
-
- getCompositeMapKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the compositeMapKey property.
- getCompositeType() - Method in interface org.hibernate.persister.walking.spi.NonEncapsulatedEntityIdentifierDefinition
-
- getConcreteProxyClass() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getConcreteProxyClass() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the proxy interface that instances of this concrete class will be
cast to (optional operation).
- getConcreteProxyClass() - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
-
- getConcreteProxyClass() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
Returns the java class to which generated proxies will be typed.
- getConcreteProxyClass() - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
-
- getCondition() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
-
Gets the value of the condition property.
- getCondition() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
-
Gets the value of the condition property.
- getCondition() - Method in interface org.hibernate.boot.model.source.spi.FilterSource
-
Get the condition associated with the filter.
- getConfigLoader() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
- getConfigParameters() - Method in interface org.hibernate.boot.jaxb.hbm.spi.ConfigParameterContainer
-
- getConfigParameters() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterContainer
-
Gets the value of the configParameters property.
- getConfigurationSettings() - Method in interface org.hibernate.type.spi.TypeBootstrapContext
-
- getConfigurationSettings() - Method in class org.hibernate.type.TypeFactory
-
Deprecated.
- getConfigurationValues() - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
-
- getConfigurationValues() - Method in interface org.hibernate.tool.schema.spi.ExecutionOptions
-
- getConfiguredJdbcBatchSize() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Get the currently configured JDBC batch size either at the Session-level or SessionFactory-level.
- getConnectCount() - Method in interface org.hibernate.stat.Statistics
-
Get the global number of connections asked by the sessions
(the actual number of connections used may be much smaller depending
whether you use a connection pool or not)
- getConnection(String) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
-
- getConnection(String) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
-
- getConnection() - Method in interface org.hibernate.engine.jdbc.connections.spi.ConnectionProvider
-
Obtains a connection for Hibernate use according to the underlying strategy of this provider.
- getConnection(String) - Method in interface org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
-
Obtains a connection for Hibernate use according to the underlying strategy of this provider.
- getConnection() - Method in class org.hibernate.testing.jdbc.ConnectionProviderDelegate
-
- getConnection() - Method in class org.hibernate.testing.jdbc.DataSourceStub
-
- getConnection(String, String) - Method in class org.hibernate.testing.jdbc.DataSourceStub
-
- getConnection() - Method in class org.hibernate.testing.jdbc.SQLServerSnapshotIsolationConnectionProvider
-
- getConnection() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
-
- getConnection() - Method in interface org.hibernate.tool.hbm2ddl.ConnectionHelper
-
Deprecated.
Get a reference to the connection we are using.
- getConnectionAcquisitionMode() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
-
- getConnectionCatalogName() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
-
Retrieve the name of the catalog in effect when we connected to the database.
- getConnectionHandlingMode() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
-
- getConnectionHandlingMode() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
-
- getConnectionProvider() - Method in class org.hibernate.testing.jdbc.ConnectionProviderDelegate
-
- getConnectionProviderProperties(String) - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
-
- getConnectionProviderProperties() - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
-
- getConnectionProviderUnderTest() - Method in class org.hibernate.testing.common.connections.BaseTransactionIsolationConfigTest
-
- getConnectionReleaseMode() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getConnectionReleaseMode() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- getConnectionReleaseMode() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- getConnectionReleaseMode() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
-
- getConnectionReleaseMode() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
-
- getConnectionSchemaName() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
-
Retrieve the name of the schema in effect when we connected to the database.
- getConstraintColumns() - Method in class org.hibernate.mapping.OneToOne
-
- getConstraintColumns() - Method in class org.hibernate.mapping.SimpleValue
-
- getConstraintMode() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbForeignKey
-
Gets the value of the constraintMode property.
- getConstraintName() - Method in exception org.hibernate.exception.ConstraintViolationException
-
Returns the name of the violated constraint, if known.
- getConstraintOrderedTableNameClosure() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getConstraintOrderedTableNameClosure() - Method in interface org.hibernate.persister.entity.Queryable
-
Get the names of all tables used in the hierarchy (up and down) ordered such
that deletes in the given order would not cause constraint violations.
- getConstraintOrderedTableNameClosure() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getConstraintOrderedTableNameClosure() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getConstructorResult() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSqlResultSetMapping
-
Gets the value of the constructorResult property.
- getConstructorResult() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
-
Gets the value of the constructorResult property.
- getContainerClass() - Method in class org.hibernate.property.access.spi.SetterFieldImpl
-
- getContainingPersister() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
-
Get a reference to the persister for the entity containing this attribute.
- getContainingTableInformation() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnInformation
-
Access to the containing table.
- getContainingTableName() - Method in interface org.hibernate.boot.model.source.spi.RelationalValueSource
-
- getContent() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
-
Gets the value of the content property.
- getContent() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
-
FILTER element; used to apply a filter.
- getContent() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
-
The sql-query element declares a named SQL query string
Gets the value of the content property.
- getContent() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
-
Gets the value of the content property.
- getContext() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity
-
Gets the value of the context property.
- getContext() - Method in class org.hibernate.cfg.AbstractPropertyHolder
-
Get the mappings
- getContext() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
-
- getContextEntityIdentifier(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getContextEntityIdentifier(Object) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Return the identifier of the persistent object, or null if
not associated with the session
- getContextId() - Method in class org.hibernate.secure.spi.JaccPermissionDeclarations
-
Deprecated.
- getContextId() - Method in interface org.hibernate.secure.spi.JaccService
-
Deprecated.
Obtain the JACC context-id in effect for this service.
- getContraintOrderedTableKeyColumnClosure() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getContraintOrderedTableKeyColumnClosure() - Method in interface org.hibernate.persister.entity.Queryable
-
- getContraintOrderedTableKeyColumnClosure() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getContraintOrderedTableKeyColumnClosure() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getConversionContext() - Method in class org.hibernate.exception.spi.AbstractSQLExceptionConversionDelegate
-
- getConvert() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
-
Gets the value of the convert property.
- getConvert() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Gets the value of the convert property.
- getConvert() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbedded
-
Gets the value of the convert property.
- getConvert() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the convert property.
- getConvert() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
-
Gets the value of the convert property.
- getConvert() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Gets the value of the convert property.
- getConvert() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
-
Gets the value of the convert property.
- getConvert() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the convert property.
- getConverter() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConvert
-
Gets the value of the converter property.
- getConverter() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
-
Gets the value of the converter property.
- getConverter() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Convert
-
Gets the value of the converter property.
- getConverter() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
-
Gets the value of the converter property.
- getConverterBean() - Method in interface org.hibernate.metamodel.model.convert.spi.JpaAttributeConverter
-
- getConverterClass() - Method in interface org.hibernate.boot.AttributeConverterInfo
-
- getConverterClass() - Method in class org.hibernate.cfg.AttributeConversionInfo
-
- getConverterClass() - Method in class org.hibernate.cfg.AttributeConverterDefinition
-
Deprecated.
- getConverterJavaTypeDescriptor() - Method in interface org.hibernate.metamodel.model.convert.spi.JpaAttributeConverter
-
- getCorrespondingDialect() - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
-
- getCorrespondingLobCode(int) - Method in class org.hibernate.type.descriptor.sql.LobTypeMappings
-
- getCorrespondingNationalizedCode(int) - Method in class org.hibernate.type.descriptor.sql.NationalizedTypeMappings
-
- getCount() - Method in class org.hibernate.id.AbstractUUIDGenerator
-
Unique in a millisecond for this JVM instance (unless there
are > Short.MAX_VALUE instances created in a millisecond)
- getCountBytes() - Static method in class org.hibernate.id.uuid.Helper
-
- getCountShort() - Static method in class org.hibernate.id.uuid.Helper
-
Unique in a millisecond for this JVM instance (unless there are > Short.MAX_VALUE instances created in a
millisecond)
- getCreate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
-
Gets the value of the create property.
- getCreateCatalogCommand(String) - Method in class org.hibernate.dialect.Dialect
-
Get the SQL command used to create the named catalog
- getCreateCatalogCommand(String) - Method in class org.hibernate.dialect.MySQLDialect
-
- getCreateFilter() - Method in interface org.hibernate.tool.schema.spi.SchemaFilterProvider
-
- getCreateIdTableCommand() - Method in class org.hibernate.dialect.TeradataDialect
-
- getCreateIdTableCommand() - Method in interface org.hibernate.hql.spi.id.IdTableSupport
-
- getCreateIdTableCommand() - Method in class org.hibernate.hql.spi.id.IdTableSupportStandardImpl
-
- getCreateIdTableStatementOptions() - Method in class org.hibernate.dialect.TeradataDialect
-
- getCreateIdTableStatementOptions() - Method in interface org.hibernate.hql.spi.id.IdTableSupport
-
- getCreateIdTableStatementOptions() - Method in class org.hibernate.hql.spi.id.IdTableSupportStandardImpl
-
- getCreateMultisetTableString() - Method in class org.hibernate.dialect.Dialect
-
- getCreateMultisetTableString() - Method in class org.hibernate.dialect.TeradataDialect
-
- getCreateParams() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
-
- getCreateSchemaCommand(String) - Method in class org.hibernate.dialect.Dialect
-
Get the SQL command used to create the named schema
- getCreateSchemaCommand(String) - Method in class org.hibernate.dialect.MySQLDialect
-
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.AbstractHANADialect
-
- getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.AbstractHANADialect
-
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.CUBRIDDialect
-
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.DB2390V8Dialect
-
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.DB2Dialect
-
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.Dialect
-
Typically dialects which support sequences can create a sequence
with a single command.
- getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.Dialect
-
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.H2Dialect
-
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.HSQLDialect
-
HSQL will start with 0, by default.
- getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.HSQLDialect
-
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.InformixDialect
-
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.IngresDialect
-
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.InterbaseDialect
-
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.MariaDB103Dialect
-
- getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.MariaDB103Dialect
-
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.MckoiDialect
-
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.MimerSQLDialect
-
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
only necessary for postgre < 7.4 See http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/create_sequence.sgml
Overloaded form of
Dialect.getCreateSequenceString(String)
, additionally
taking the initial value and increment size to be applied to the sequence
definition.
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.SAPDBDialect
-
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.SQLServer2012Dialect
-
- getCreateSequenceString(String) - Method in class org.hibernate.dialect.TimesTenDialect
-
- getCreateSequenceStrings(String) - Method in class org.hibernate.dialect.Dialect
-
- getCreateSequenceStrings(String, int, int) - Method in class org.hibernate.dialect.Dialect
-
- getCreateTableString() - Method in class org.hibernate.dialect.Dialect
-
Command used to create a table.
- getCreateTableString() - Method in class org.hibernate.dialect.HANACloudColumnStoreDialect
-
- getCreateTableString() - Method in class org.hibernate.dialect.HANAColumnStoreDialect
-
- getCreateTableString() - Method in class org.hibernate.dialect.HANARowStoreDialect
-
- getCreateTemporaryTableColumnAnnotation(int) - Method in class org.hibernate.dialect.Dialect
-
Annotation to be appended to the end of each COLUMN clause for temporary tables.
- getCreateTemporaryTableColumnAnnotation(int) - Method in class org.hibernate.dialect.SQLServerDialect
-
- getCriteria(String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getCriteriaBuilder() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getCriteriaBuilder() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getCriteriaLiteralHandlingMode() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getCriteriaLiteralHandlingMode() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- getCrossJoinSeparator() - Method in class org.hibernate.dialect.DB297Dialect
-
- getCrossJoinSeparator() - Method in class org.hibernate.dialect.DB2Dialect
-
- getCrossJoinSeparator() - Method in class org.hibernate.dialect.DerbyDialect
-
Deprecated.
- getCrossJoinSeparator() - Method in class org.hibernate.dialect.DerbyTenSixDialect
-
- getCrossJoinSeparator() - Method in class org.hibernate.dialect.Dialect
-
Returns the separator to use for defining cross joins when translating HQL queries.
- getCrossJoinSeparator() - Method in class org.hibernate.dialect.Oracle10gDialect
-
- getCrossJoinSeparator() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getCrossJoinSeparator() - Method in class org.hibernate.dialect.Sybase11Dialect
-
- getCrossJoinSeparator() - Method in class org.hibernate.dialect.SybaseASE15Dialect
-
- getCrossJoinSeparator() - Method in class org.hibernate.dialect.TimesTenDialect
-
- getCrossTypeRevisionChangesReader() - Method in interface org.hibernate.envers.AuditReader
-
- getCurrent() - Method in interface org.hibernate.result.Outputs
-
Retrieve the current Output object.
- getCurrentCatalog() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
-
Get the current database catalog.
- getCurrentKey() - Method in class org.hibernate.engine.spi.CollectionEntry
-
This is only available late during the flush
cycle
- getCurrentLockMode(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getCurrentLockMode(Object) - Method in interface org.hibernate.Session
-
Determine the current lock mode of the given object.
- getCurrentPersister() - Method in class org.hibernate.engine.spi.CollectionEntry
-
- getCurrentRevision(Class<T>, boolean) - Method in interface org.hibernate.envers.AuditReader
-
- getCurrentSchema() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
-
Get the current database catalog.
- getCurrentSchemaCommand() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- getCurrentSchemaCommand() - Method in class org.hibernate.dialect.Dialect
-
Get the SQL command used to retrieve the current schema name.
- getCurrentSchemaCommand() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getCurrentSchemaCommand() - Method in class org.hibernate.dialect.SQLServerDialect
-
- getCurrentSchemaCommand() - Method in class org.hibernate.dialect.SybaseDialect
-
- getCurrentSession() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getCurrentSession() - Method in interface org.hibernate.SessionFactory
-
Obtains the current session.
- getCurrentStatus() - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
-
Obtain the current transaction status using whatever means is preferred for this platform
- getCurrentStatus() - Method in class org.hibernate.osgi.OsgiJtaPlatform
-
- getCurrentTenantIdentifierResolver() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getCurrentTenantIdentifierResolver() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- getCurrentTenantIdentifierResolver() - Method in class org.hibernate.cfg.Configuration
-
- getCurrentTenantIdentifierResolver() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getCurrentTenantIdentifierResolver() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.CUBRIDDialect
-
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.DB2Dialect
-
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.Dialect
-
Retrieve the command used to retrieve the current timestamp from the
database.
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.FrontBaseDialect
-
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.H2Dialect
-
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.HSQLDialect
-
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.InformixDialect
-
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.Ingres9Dialect
-
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.InterbaseDialect
-
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.MySQLDialect
-
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.Oracle9iDialect
-
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.OracleDialect
-
Deprecated.
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.PostgresPlusDialect
-
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.SQLServerDialect
-
The current_timestamp is more accurate, but only known to be supported in SQL Server 7.0 and later and
Sybase not known to support it at all
Retrieve the command used to retrieve the current timestamp from the
database.
- getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.TimesTenDialect
-
- getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.Dialect
-
The name of the database-specific SQL function for retrieving the
current timestamp.
- getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.HSQLDialect
-
- getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.Ingres9Dialect
-
- getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.IngresDialect
-
- getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.Oracle9iDialect
-
- getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.OracleDialect
-
Deprecated.
- getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.PostgresPlusDialect
-
- getCurrentTimestampSQLFunctionName() - Method in class org.hibernate.dialect.SybaseASE15Dialect
-
- getCurrentTransactionStartTimestamp() - Method in class org.hibernate.cache.spi.AbstractCacheTransactionSynchronization
-
- getCurrentTransactionStartTimestamp() - Method in interface org.hibernate.cache.spi.CacheTransactionSynchronization
-
What is the start time of this context object?
- getCurrentValue() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
-
Get the current value of this attribute.
- getCurrentVersion(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Retrieve the version number
- getCurrentVersion(Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the current version of the object, or return null if there is no row for
the given identifier.
- getCustomEntityDirtinessStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getCustomEntityDirtinessStrategy() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- getCustomEntityDirtinessStrategy() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getCustomEntityDirtinessStrategy() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
- getCustomLoaderName() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
Obtain the name of a named-query that will be used for loading this entity
- getCustomLoaderName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
-
- getCustomPersisterClassName() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
Obtain the name of a custom persister class to be used.
- getCustomPersisterClassName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
-
- getCustomQuery() - Method in class org.hibernate.engine.query.spi.NativeSQLQueryPlan
-
- getCustomQueryReturns() - Method in interface org.hibernate.loader.custom.CustomQuery
-
A collection of
descriptors
describing the
JDBC result set to be expected and how to map this result set.
- getCustomQueryReturns() - Method in class org.hibernate.loader.custom.sql.SQLCustomQuery
-
- getCustomRead() - Method in class org.hibernate.mapping.Column
-
- getCustomSqlDelete() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
Obtain the custom SQL to be used for deletes for this entity
- getCustomSqlDelete() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
-
- getCustomSqlDelete() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
-
Obtain the custom SQL to be used for deletes for this entity
- getCustomSQLDelete() - Method in class org.hibernate.mapping.Collection
-
- getCustomSQLDelete() - Method in class org.hibernate.mapping.Join
-
- getCustomSQLDelete() - Method in class org.hibernate.mapping.PersistentClass
-
- getCustomSqlDeleteAll() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
-
- getCustomSQLDeleteAll() - Method in class org.hibernate.mapping.Collection
-
- getCustomSQLDeleteAllCheckStyle() - Method in class org.hibernate.mapping.Collection
-
- getCustomSQLDeleteCheckStyle() - Method in class org.hibernate.mapping.Collection
-
- getCustomSQLDeleteCheckStyle() - Method in class org.hibernate.mapping.Join
-
- getCustomSQLDeleteCheckStyle() - Method in class org.hibernate.mapping.PersistentClass
-
- getCustomSqlFunctionMap() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getCustomSqlFunctionMap() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- getCustomSqlInsert() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
Obtain the custom SQL to be used for inserts for this entity
- getCustomSqlInsert() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
-
- getCustomSqlInsert() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
-
Obtain the custom SQL to be used for inserts for this entity
- getCustomSQLInsert() - Method in class org.hibernate.mapping.Collection
-
- getCustomSQLInsert() - Method in class org.hibernate.mapping.Join
-
- getCustomSQLInsert() - Method in class org.hibernate.mapping.PersistentClass
-
- getCustomSQLInsertCheckStyle() - Method in class org.hibernate.mapping.Collection
-
- getCustomSQLInsertCheckStyle() - Method in class org.hibernate.mapping.Join
-
- getCustomSQLInsertCheckStyle() - Method in class org.hibernate.mapping.PersistentClass
-
- getCustomSqlUpdate() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
Obtain the custom SQL to be used for updates for this entity
- getCustomSqlUpdate() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
-
- getCustomSqlUpdate() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
-
Obtain the custom SQL to be used for updates for this entity
- getCustomSQLUpdate() - Method in class org.hibernate.mapping.Collection
-
- getCustomSQLUpdate() - Method in class org.hibernate.mapping.Join
-
- getCustomSQLUpdate() - Method in class org.hibernate.mapping.PersistentClass
-
- getCustomSQLUpdateCheckStyle() - Method in class org.hibernate.mapping.Collection
-
- getCustomSQLUpdateCheckStyle() - Method in class org.hibernate.mapping.Join
-
- getCustomSQLUpdateCheckStyle() - Method in class org.hibernate.mapping.PersistentClass
-
- getCustomWrite() - Method in class org.hibernate.mapping.Column
-
- getData(EnversService) - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
- getData(EnversService) - Method in interface org.hibernate.envers.query.order.AuditOrder
-
- getData(EnversService) - Method in interface org.hibernate.envers.query.projection.AuditProjection
-
- getDatabase() - Method in interface org.hibernate.boot.Metadata
-
Retrieve the database model.
- getDatabase() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
-
- getDatabaseAction() - Method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
-
- getDatabaseColumnType() - Method in class org.hibernate.cfg.AttributeConverterDefinition
-
Deprecated.
- getDatabaseGeneratedReferencedColumnValue() - Method in class org.hibernate.tuple.CreationTimestampGeneration
-
- getDatabaseGeneratedReferencedColumnValue() - Method in class org.hibernate.tuple.GeneratedValueGeneration
-
- getDatabaseGeneratedReferencedColumnValue() - Method in class org.hibernate.tuple.UpdateTimestampGeneration
-
- getDatabaseGeneratedReferencedColumnValue() - Method in interface org.hibernate.tuple.ValueGeneration
-
- getDatabaseGeneratedReferencedColumnValue() - Method in class org.hibernate.tuple.VmValueGeneration
-
- getDatabaseMajorVersion() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
-
- getDatabaseMajorVersion() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
-
- getDatabaseMinorVersion() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
-
- getDatabaseMinorVersion() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
-
- getDatabaseName() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
-
- getDatabaseName() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
-
- getDatabaseObject() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
-
Gets the value of the databaseObject property.
- getDatabaseObjectAccess() - Method in class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
-
- getDatabaseObjectAccess() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
-
- getDatabaseSnapshot(Serializable, EntityPersister) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Get the current state of the entity as known to the underlying database, or null if there is no
corresponding row
- getDatabaseSnapshot() - Method in class org.hibernate.event.spi.FlushEntityEvent
-
- getDatabaseSnapshot(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getDatabaseSnapshot(Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the current database state of the object, in a "hydrated" form, without
resolving identifiers
- getDatabaseStructure() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
Getter for property 'databaseStructure'.
- getDatatype() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
-
The deduced (and dialect convertible) type for this column
- getDate() - Method in exception org.hibernate.envers.exception.RevisionDoesNotExistException
-
- getDate(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a Date.
- getDdlTransactionIsolator(JdbcServices, JdbcConnectionAccess, ServiceRegistry) - Method in class org.hibernate.hql.spi.id.IdTableHelper
-
- getDebugText() - Method in interface org.hibernate.sql.ordering.antlr.Node
-
Get a string representation of this node usable for debug logging or similar.
- getDebugText() - Method in class org.hibernate.sql.ordering.antlr.NodeSupport
-
- getDecimalDigits() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
-
Deprecated.
- getDecimalDigits() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnInformation
-
The precision, for numeric types
- getDeclaredAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
-
- getDeclaredCollection(String, Class<E>) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
-
- getDeclaredCollection(String) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
-
- getDeclaredId(Class<Y>) - Method in interface org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor
-
- getDeclaredIdentifierMapper() - Method in class org.hibernate.mapping.MappedSuperclass
-
- getDeclaredIdentifierMapper() - Method in class org.hibernate.mapping.PersistentClass
-
- getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.MappedSuperclass
-
- getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.PersistentClass
-
- getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.RootClass
-
- getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.Subclass
-
- getDeclaredList(String, Class<E>) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
-
- getDeclaredList(String) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
-
- getDeclaredMap(String, Class<K>, Class<V>) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
-
- getDeclaredMap(String) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
-
- getDeclaredPropertyIterator() - Method in class org.hibernate.mapping.Join
-
- getDeclaredPropertyIterator() - Method in class org.hibernate.mapping.MappedSuperclass
-
- getDeclaredPropertyIterator() - Method in class org.hibernate.mapping.PersistentClass
-
- getDeclaredSet(String, Class<E>) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
-
- getDeclaredSet(String) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
-
- getDeclaredSingularAttribute(String, Class<Y>) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
-
- getDeclaredSingularAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
-
- getDeclaredVersion() - Method in class org.hibernate.mapping.MappedSuperclass
-
- getDeclaredVersion() - Method in class org.hibernate.mapping.PersistentClass
-
- getDeclaredVersion() - Method in class org.hibernate.mapping.RootClass
-
- getDeclaredVersion() - Method in class org.hibernate.mapping.Subclass
-
- getDeclaredVersion(Class<Y>) - Method in interface org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor
-
- getDeclaringClass() - Method in interface org.hibernate.cfg.PropertyData
-
Return the Class the property is declared on
If the property is declared on a @MappedSuperclass,
this class will be different than the PersistentClass's class
- getDeclaringClass() - Method in class org.hibernate.cfg.PropertyInferredData
-
- getDeclaringClass() - Method in class org.hibernate.cfg.PropertyPreloadedData
-
- getDeclaringClass() - Method in class org.hibernate.cfg.WrappedInferredData
-
- getDeclaringType() - Method in interface org.hibernate.metamodel.model.domain.PersistentAttribute
-
- getDeclaringType() - Method in interface org.hibernate.metamodel.model.domain.spi.BagPersistentAttribute
-
- getDeclaringType() - Method in interface org.hibernate.metamodel.model.domain.spi.PersistentAttributeDescriptor
-
- getDeclaringType() - Method in interface org.hibernate.metamodel.model.domain.spi.PluralPersistentAttribute
-
- getDeclaringType() - Method in interface org.hibernate.metamodel.model.domain.spi.SingularPersistentAttribute
-
- getDefault() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
-
Gets the value of the default property.
- getDefaultAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
-
Gets the value of the defaultAccess property.
- getDefaultAccess() - Method in interface org.hibernate.cfg.PropertyData
-
- getDefaultAccess() - Method in class org.hibernate.cfg.PropertyInferredData
-
- getDefaultAccess() - Method in class org.hibernate.cfg.PropertyPreloadedData
-
- getDefaultAccess() - Method in class org.hibernate.cfg.WrappedInferredData
-
- getDefaultAccessType() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
-
- getDefaultAccessType() - Method in interface org.hibernate.cache.spi.RegionFactory
-
Get the default access type for any "user model" data
- getDefaultAccessType() - Method in class org.hibernate.jpamodelgen.util.AccessTypeInformation
-
- getDefaultBatchFetchSize() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getDefaultBatchFetchSize() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- getDefaultBatchFetchSize() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- getDefaultBatchLoadSizingStrategy() - Method in class org.hibernate.dialect.Dialect
-
- getDefaultCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
-
Gets the value of the defaultCascade property.
- getDefaultCatalog() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- getDefaultCatalog() - Method in class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
-
- getDefaultCatalog() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
-
- getDefaultCatalogName() - Method in interface org.hibernate.boot.spi.JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults
-
- getDefaultCatalogName() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- getDefaultCollectionType() - Method in class org.hibernate.mapping.Array
-
- getDefaultCollectionType() - Method in class org.hibernate.mapping.Bag
-
- getDefaultCollectionType() - Method in class org.hibernate.mapping.Collection
-
- getDefaultCollectionType() - Method in class org.hibernate.mapping.IdentifierBag
-
- getDefaultCollectionType() - Method in class org.hibernate.mapping.List
-
- getDefaultCollectionType() - Method in class org.hibernate.mapping.Map
-
- getDefaultCollectionType() - Method in class org.hibernate.mapping.Set
-
- getDefaultConnectionAcquisitionMode() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorBuilder
-
- getDefaultConnectionHandlingMode() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorBuilder
-
- getDefaultConnectionReleaseMode() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorBuilder
-
- getDefaultEntityMode() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getDefaultEntityMode() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- getDefaultEntityMode() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- getDefaultFilterCondition() - Method in class org.hibernate.engine.spi.FilterDefinition
-
- getDefaultGraph() - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
-
The default graph for this type.
- getDefaultLimitHandler() - Method in class org.hibernate.dialect.Ingres9Dialect
-
- getDefaultLimitHandler() - Method in class org.hibernate.dialect.IngresDialect
-
- getDefaultLimitHandler() - Method in class org.hibernate.dialect.SQLServer2005Dialect
-
- getDefaultLimitHandler() - Method in class org.hibernate.dialect.SQLServer2012Dialect
-
- getDefaultLimitHandler() - Method in class org.hibernate.dialect.SQLServerDialect
-
- getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.Cache71Dialect
-
- getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.DB297Dialect
-
- getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.DB2Dialect
-
- getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.DerbyDialect
-
Deprecated.
- getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.Dialect
-
- getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.H2Dialect
-
- getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.HANACloudColumnStoreDialect
-
- getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.HANAColumnStoreDialect
-
- getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.HANARowStoreDialect
-
- getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.HSQLDialect
-
- getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.InformixDialect
-
- getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.IngresDialect
-
- getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.MySQLDialect
-
- getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.PostgreSQL82Dialect
-
- getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.SAPDBDialect
-
- getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.TeradataDialect
-
- getDefaultMultiTableBulkIdStrategy() - Method in class org.hibernate.dialect.TimesTenDialect
-
- getDefaultMySQLStorageEngine() - Method in class org.hibernate.dialect.MariaDBDialect
-
- getDefaultMySQLStorageEngine() - Method in class org.hibernate.dialect.MySQL55Dialect
-
- getDefaultMySQLStorageEngine() - Method in class org.hibernate.dialect.MySQL5InnoDBDialect
-
Deprecated.
- getDefaultMySQLStorageEngine() - Method in class org.hibernate.dialect.MySQLDialect
-
- getDefaultMySQLStorageEngine() - Method in class org.hibernate.dialect.MySQLInnoDBDialect
-
Deprecated.
- getDefaultMySQLStorageEngine() - Method in class org.hibernate.spatial.dialect.mysql.MySQL5InnoDBSpatialDialect
-
Deprecated.
- getDefaultMySQLStorageEngine() - Method in class org.hibernate.spatial.dialect.mysql.MySQL5SpatialDialect
-
- getDefaultNamespace() - Method in class org.hibernate.boot.model.relational.Database
-
- getDefaultNullPrecedence() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getDefaultNullPrecedence() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- getDefaultNullPrecedence() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- getDefaultProperties() - Method in class org.hibernate.dialect.Dialect
-
Retrieve a set of default Hibernate properties for this database.
- getDefaultQueryCache() - Method in interface org.hibernate.cache.spi.CacheImplementor
-
- getDefaultQueryCache() - Method in interface org.hibernate.engine.spi.CacheImplementor
-
- getDefaultQueryResultsCache() - Method in interface org.hibernate.cache.spi.CacheImplementor
-
Access to the "default" region used to store query results when caching
was requested but no region was explicitly named.
- getDefaultQueryResultsCache() - Method in interface org.hibernate.engine.spi.CacheImplementor
-
Deprecated.
Access to the "default" region used to store query results when caching
was requested but no region was explicitly named.
- getDefaultSchema() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- getDefaultSchema() - Method in class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
-
- getDefaultSchema() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
-
- getDefaultSchemaName() - Method in interface org.hibernate.boot.spi.JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults
-
- getDefaultSchemaName() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- getDefaultSize() - Static method in class org.hibernate.type.AbstractStandardBasicType
-
- getDefaultValue() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
-
Obtain a specified default value for the column
- getDefaultValue() - Method in class org.hibernate.cfg.Ejb3Column
-
- getDefaultValue(Object) - Method in class org.hibernate.engine.spi.IdentifierValue
-
- getDefaultValue(Object) - Method in interface org.hibernate.engine.spi.UnsavedValueStrategy
-
Get a default value meant to indicate transience.
- getDefaultValue(Object) - Method in class org.hibernate.engine.spi.VersionValue
-
- getDefaultValue() - Method in class org.hibernate.mapping.Column
-
- getDefaultValue() - Method in class org.hibernate.type.BooleanType
-
- getDefaultValue() - Method in class org.hibernate.type.ByteType
-
- getDefaultValue() - Method in class org.hibernate.type.CharacterNCharType
-
- getDefaultValue() - Method in class org.hibernate.type.CharacterType
-
- getDefaultValue() - Method in class org.hibernate.type.DoubleType
-
- getDefaultValue() - Method in class org.hibernate.type.FloatType
-
- getDefaultValue() - Method in class org.hibernate.type.IntegerType
-
- getDefaultValue() - Method in class org.hibernate.type.LongType
-
- getDefaultValue() - Method in class org.hibernate.type.NumericBooleanType
-
- getDefaultValue() - Method in interface org.hibernate.type.PrimitiveType
-
Get this type's default value.
- getDefaultValue() - Method in class org.hibernate.type.ShortType
-
- getDefaultValue() - Method in class org.hibernate.type.TrueFalseType
-
- getDefaultValue() - Method in class org.hibernate.type.YesNoType
-
- getDefinedFilterNames() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getDefinedFilterNames() - Method in interface org.hibernate.SessionFactory
-
Obtain a set of the names of all filters defined on this SessionFactory.
- getDefinedHints() - Static method in class org.hibernate.jpa.QueryHints
-
- getDefinition() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
-
Gets the value of the definition property.
- getDelegate() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
-
- getDelegate() - Method in class org.hibernate.boot.spi.ClassLoaderAccessDelegateImpl
-
- getDelegate() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
This is an implementation of EntityManager#getDelegate().
- getDeleteAllCheckStyle() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getDeleteCheckStyle() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getDeleteCount() - Method in interface org.hibernate.stat.EntityStatistics
-
Number of times (since last Statistics clearing) this entity
has been deleted
- getDeletedState() - Method in interface org.hibernate.engine.spi.EntityEntry
-
- getDeletedState() - Method in class org.hibernate.event.spi.PostDeleteEvent
-
- getDeletedState() - Method in class org.hibernate.event.spi.PreDeleteEvent
-
Getter for property 'deletedState'.
- getDeleteResultCheckStyles() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getDeletes(CollectionPersister, boolean) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Get all the elements that need deleting
- getDelimitedIdentifiers() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
-
Gets the value of the delimitedIdentifiers property.
- getDelimitedIdentifiers() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
-
Gets the value of the delimitedIdentifiers property.
- getDelimiter() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
-
- getDelimiter() - Method in class org.hibernate.boot.model.source.spi.AttributePath
-
- getDelimiter() - Method in class org.hibernate.boot.model.source.spi.AttributeRole
-
- getDelimiter() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
-
- getDepth() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
-
How many "parts" are there to this path/role?
- getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAssociationOverride
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributeOverride
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConvert
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConverter
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddable
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbForeignKey
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbIndex
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQuery
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedQuery
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQuery
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitMetadata
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostLoad
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostPersist
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostRemove
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostUpdate
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrePersist
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPreRemove
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPreUpdate
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbQueryHint
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSqlResultSetMapping
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbStoredProcedureParameter
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
-
Gets the value of the description property.
- getDescription() - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
-
- getDescription() - Method in interface org.hibernate.boot.jaxb.mapping.spi.ManagedType
-
- getDescription() - Method in interface org.hibernate.boot.jaxb.mapping.spi.NamedQuery
-
- getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.AttributeOverride
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Convert
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Converter
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Index
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitMetadata
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostLoad
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostPersist
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostRemove
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostUpdate
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrePersist
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PreRemove
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PreUpdate
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.QueryHint
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
-
Gets the value of the description property.
- getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
-
Gets the value of the description property.
- getDescriptor(Class<J>) - Method in class org.hibernate.type.descriptor.java.JavaTypeDescriptorRegistry
-
- getDescriptor(Class<T>) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeDescriptorRegistry
-
- getDescriptor(int) - Method in class org.hibernate.type.descriptor.sql.spi.SqlTypeDescriptorRegistry
-
- getDescriptor(int) - Method in class org.hibernate.type.descriptor.sql.SqlTypeDescriptorRegistry
-
- getDeserializationResolver() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getDeserializationResolver() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
- getDialect() - Method in class org.hibernate.boot.model.relational.Database
-
- getDialect() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- getDialect() - Static method in class org.hibernate.dialect.Dialect
-
- getDialect(Properties) - Static method in class org.hibernate.dialect.Dialect
-
- getDialect() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
-
Get the dialect for this environment.
- getDialect() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
-
Obtain the dialect of the database.
- getDialect() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getDialect() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
- getDialect() - Method in interface org.hibernate.id.factory.IdentifierGeneratorFactory
-
Get the dialect.
- getDialect() - Method in class org.hibernate.loader.JoinWalker
-
- getDialect() - Method in class org.hibernate.loader.OuterJoinLoader
-
- getDialect() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getDialect() - Method in class org.hibernate.sql.Insert
-
- getDialect() - Method in interface org.hibernate.sql.ordering.antlr.TranslationContext
-
Retrieves the dialect for this context.
- getDialect() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
-
- getDialect() - Static method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
-
- getDialect() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
-
- getDialectResolutionInfo() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfoSource
-
Get the DialectResolutionInfo
- getDialectScope() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
-
Gets the value of the dialectScope property.
- getDialectScopes() - Method in class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
-
- getDictatedSize() - Method in class org.hibernate.type.AbstractStandardBasicType
-
- getDirectSubclasses() - Method in class org.hibernate.mapping.PersistentClass
-
- getDirtyProperties() - Method in class org.hibernate.event.spi.FlushEntityEvent
-
- getDirtyProperties() - Method in class org.hibernate.event.spi.PostUpdateEvent
-
- getDisassembledState() - Method in interface org.hibernate.cache.spi.entry.CacheEntry
-
Get the underlying disassembled state
todo : this was added to support initializing an entity's EntityEntry snapshot during reattach;
this should be refactored to instead expose a method to assemble an EntityEntry based on this
state for return.
- getDisassembledState() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
-
- getDisassembledState() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
-
- getDiscriminator() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the discriminator property.
- getDiscriminator() - Method in class org.hibernate.mapping.PersistentClass
-
- getDiscriminator() - Method in class org.hibernate.mapping.RootClass
-
- getDiscriminator() - Method in class org.hibernate.mapping.Subclass
-
- getDiscriminatorAlias(Loadable, String) - Method in class org.hibernate.loader.ColumnEntityAliases
-
- getDiscriminatorAlias(Loadable, String) - Method in class org.hibernate.loader.DefaultEntityAliases
-
- getDiscriminatorAlias() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getDiscriminatorAlias(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getDiscriminatorAlias() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getDiscriminatorAlias(String) - Method in interface org.hibernate.persister.entity.Loadable
-
Get the result set aliases used for the identifier columns, given a suffix
- getDiscriminatorAlias() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getDiscriminatorColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the discriminatorColumn property.
- getDiscriminatorColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityResult
-
Gets the value of the discriminatorColumn property.
- getDiscriminatorColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the discriminatorColumn property.
- getDiscriminatorColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityResult
-
Gets the value of the discriminatorColumn property.
- getDiscriminatorColumnIterator() - Method in class org.hibernate.mapping.PersistentClass
-
- getDiscriminatorColumnIterator() - Method in class org.hibernate.mapping.SingleTableSubclass
-
- getDiscriminatorColumnName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getDiscriminatorColumnName() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getDiscriminatorColumnName() - Method in interface org.hibernate.persister.entity.Loadable
-
- getDiscriminatorColumnName() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getDiscriminatorColumnReaders() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getDiscriminatorColumnReaders() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getDiscriminatorColumnReaders() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getDiscriminatorColumnReaderTemplate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getDiscriminatorColumnReaderTemplate() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getDiscriminatorColumnReaderTemplate() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getDiscriminatorFormula() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getDiscriminatorFormula() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getDiscriminatorFormulaTemplate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getDiscriminatorFormulaTemplate() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getDiscriminatorMatchValue() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
Get the actual discriminator value in case of a single table inheritance
- getDiscriminatorRelationalValueSource() - Method in interface org.hibernate.boot.model.source.spi.DiscriminatorSource
-
Obtain the column/formula information about the discriminator.
- getDiscriminatorSource() - Method in interface org.hibernate.boot.model.source.spi.AnyMappingSource
-
- getDiscriminatorSource() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
-
Obtain the source information about the discriminator attribute for single table inheritance
- getDiscriminatorSQLValue() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getDiscriminatorSQLValue() - Method in interface org.hibernate.persister.entity.Queryable
-
Get the discriminator value for this particular concrete subclass,
as a string that may be embedded in a select statement
- getDiscriminatorSQLValue() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getDiscriminatorSQLValue() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getDiscriminatorType() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbDiscriminatorColumn
-
Gets the value of the discriminatorType property.
- getDiscriminatorType() - Method in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
-
Gets the value of the discriminatorType property.
- getDiscriminatorType() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getDiscriminatorType() - Method in interface org.hibernate.persister.entity.Loadable
-
Get the discriminator type
- getDiscriminatorType() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getDiscriminatorType() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getDiscriminatorType() - Method in interface org.hibernate.persister.walking.spi.AnyMappingDefinition
-
Access to the type of the value that makes up the discriminator portion of the AnyType.
- getDiscriminatorType() - Method in class org.hibernate.type.AnyType
-
- getDiscriminatorTypeName() - Method in class org.hibernate.cfg.Ejb3DiscriminatorColumn
-
- getDiscriminatorValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
-
Gets the value of the discriminatorValue property.
- getDiscriminatorValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Gets the value of the discriminatorValue property.
- getDiscriminatorValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the discriminatorValue property.
- getDiscriminatorValue() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the discriminatorValue property.
- getDiscriminatorValue() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the discriminatorValue property.
- getDiscriminatorValue() - Method in class org.hibernate.mapping.PersistentClass
-
- getDiscriminatorValue() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getDiscriminatorValue() - Method in interface org.hibernate.persister.entity.Loadable
-
Get the discriminator value
- getDiscriminatorValue() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getDiscriminatorValue() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getDiscriminatorValue() - Method in interface org.hibernate.persister.walking.spi.AnyMappingDefinition.DiscriminatorMapping
-
Access to the defined discriminator value (the database value) being mapped.
- getDiscriminatorValuesToEntityNameMap() - Method in class org.hibernate.type.MetaType
-
- getDisposition() - Method in interface org.hibernate.loader.plan.spi.LoadPlan
-
What is the disposition of this LoadPlan, in terms of its returns.
- getDisposition() - Method in interface org.hibernate.loader.plan.spi.QuerySpace
-
What type of QuerySpace (more-specific) is this?
- getDistance() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
-
- getDomainDataRegionStatistics(String) - Method in interface org.hibernate.stat.Statistics
-
Second-level cache statistics per domain data (entity, collection, natural-id) region
- getDomainJavaTypeDescriptor() - Method in interface org.hibernate.metamodel.model.convert.spi.JpaAttributeConverter
-
- getDomainValueResolvedType() - Method in interface org.hibernate.boot.model.convert.spi.ConverterDescriptor
-
The resolved Classmate type descriptor for the conversion's domain type
- getDontFlushFromFind() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getDontFlushFromFind() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
- getDouble(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a double.
- getDriverMajorVersion() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
-
- getDriverMajorVersion() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
-
- getDriverMinorVersion() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
-
- getDriverMinorVersion() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
-
- getDriverName() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
-
- getDriverName() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
-
- getDrop() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
-
Gets the value of the drop property.
- getDropCatalogCommand(String) - Method in class org.hibernate.dialect.Dialect
-
Get the SQL command used to drop the named catalog
- getDropCatalogCommand(String) - Method in class org.hibernate.dialect.MySQLDialect
-
- getDropFilter() - Method in interface org.hibernate.tool.schema.spi.SchemaFilterProvider
-
- getDropForeignKeyString() - Method in class org.hibernate.dialect.CUBRIDDialect
-
- getDropForeignKeyString() - Method in class org.hibernate.dialect.Dialect
-
- getDropForeignKeyString() - Method in class org.hibernate.dialect.MySQLDialect
-
- getDropIdTableCommand() - Method in class org.hibernate.dialect.TeradataDialect
-
- getDropIdTableCommand() - Method in interface org.hibernate.hql.spi.id.IdTableSupport
-
- getDropIdTableCommand() - Method in class org.hibernate.hql.spi.id.IdTableSupportStandardImpl
-
- getDropSchemaCommand(String) - Method in class org.hibernate.dialect.DB2Dialect
-
- getDropSchemaCommand(String) - Method in class org.hibernate.dialect.Dialect
-
Get the SQL command used to drop the named schema
- getDropSchemaCommand(String) - Method in class org.hibernate.dialect.MySQLDialect
-
- getDropSequenceString(String) - Method in class org.hibernate.dialect.AbstractHANADialect
-
- getDropSequenceString(String) - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- getDropSequenceString(String) - Method in class org.hibernate.dialect.CUBRIDDialect
-
- getDropSequenceString(String) - Method in class org.hibernate.dialect.DB2390V8Dialect
-
- getDropSequenceString(String) - Method in class org.hibernate.dialect.DB2Dialect
-
- getDropSequenceString(String) - Method in class org.hibernate.dialect.Dialect
-
Typically dialects which support sequences can drop a sequence
with a single command.
- getDropSequenceString(String) - Method in class org.hibernate.dialect.FirebirdDialect
-
- getDropSequenceString(String) - Method in class org.hibernate.dialect.H2Dialect
-
- getDropSequenceString(String) - Method in class org.hibernate.dialect.HSQLDialect
-
- getDropSequenceString(String) - Method in class org.hibernate.dialect.InformixDialect
-
- getDropSequenceString(String) - Method in class org.hibernate.dialect.IngresDialect
-
- getDropSequenceString(String) - Method in class org.hibernate.dialect.InterbaseDialect
-
- getDropSequenceString(String) - Method in class org.hibernate.dialect.MariaDB103Dialect
-
- getDropSequenceString(String) - Method in class org.hibernate.dialect.MckoiDialect
-
- getDropSequenceString(String) - Method in class org.hibernate.dialect.MimerSQLDialect
-
- getDropSequenceString(String) - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getDropSequenceString(String) - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getDropSequenceString(String) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- getDropSequenceString(String) - Method in class org.hibernate.dialect.PostgreSQL82Dialect
-
- getDropSequenceString(String) - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
- getDropSequenceString(String) - Method in class org.hibernate.dialect.SAPDBDialect
-
- getDropSequenceString(String) - Method in class org.hibernate.dialect.SQLServer2012Dialect
-
- getDropSequenceString(String) - Method in class org.hibernate.dialect.TimesTenDialect
-
- getDropSequenceStrings(String) - Method in class org.hibernate.dialect.Dialect
-
The multiline script used to drop a sequence.
- getDropTableString(String) - Method in class org.hibernate.dialect.Dialect
-
Generate a DROP TABLE statement
- getDropUnique() - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
-
- getDropUnique() - Method in class org.hibernate.dialect.unique.MySQLUniqueDelegate
-
- getDWithinSQL(String) - Method in interface org.hibernate.spatial.dialect.cockroachdb.CockroachSpatialDialectTrait
-
- getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.db2.DB2SpatialDialect
-
- getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBDialect
-
- getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.hana.HANASpatialDialect
-
- getDWithinSQL(String) - Method in interface org.hibernate.spatial.dialect.mariadb.MariaDBSpatialDialectTrait
-
- getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.mysql.MySQL56SpatialDialect
-
- getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.mysql.MySQL5SpatialDialect
-
- getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.mysql.MySQL8SpatialDialect
-
- getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.mysql.MySQLSpatialDialect
-
- getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatial10gDialect
-
- getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatialSDO10gDialect
-
- getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisNoSQLMM
-
- getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG82Dialect
-
- getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG91Dialect
-
Returns The SQL fragment when parsing a DWithinExpression
.
- getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG92Dialect
-
Returns The SQL fragment when parsing a DWithinExpression
.
- getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG93Dialect
-
Returns The SQL fragment when parsing a DWithinExpression
.
- getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG94Dialect
-
Returns The SQL fragment when parsing a DWithinExpression
.
- getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG9Dialect
-
Returns The SQL fragment when parsing a DWithinExpression
.
- getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisSupport
-
Returns The SQL fragment when parsing a DWithinExpression
.
- getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008SpatialDialect
-
- getDWithinSQL(String) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2012SpatialDialect
-
- getDWithinSQL(String) - Method in interface org.hibernate.spatial.SpatialDialect
-
Returns The SQL fragment when parsing a DWithinExpression
.
- getDynamicInstantiationResultType() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
-
- getDynamicInstantiationResultType() - Method in interface org.hibernate.hql.spi.QueryTranslator
-
- getEffectiveEntityGraph() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
-
- getEffectiveKeysFactory() - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
-
- getEffectiveLockMode(String) - Method in class org.hibernate.LockOptions
-
Determine the
LockMode
to apply to the given alias.
- getElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the element property.
- getElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the element property.
- getElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the element property.
- getElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the element property.
- getElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the element property.
- getElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Gets the value of the element property.
- getElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the element property.
- getElement() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
-
- getElement(Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Get the value of the given collection entry.
- getElement() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
-
- getElement() - Method in class org.hibernate.mapping.Collection
-
- getElementByIndex(Serializable, Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getElementByIndex(Serializable, Object, SharedSessionContractImplementor, Object) - Method in interface org.hibernate.persister.collection.CollectionPersister
-
- getElementByIndex(Serializable, Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.persister.collection.OneToManyPersister
-
- getElementClass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the elementClass property.
- getElementClass() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSourceArray
-
- getElementClass() - Method in class org.hibernate.mapping.Array
-
- getElementClass() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
Return the element class of an array, or null otherwise.
- getElementClass() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Return the element class of an array, or null otherwise
- getElementClassName() - Method in class org.hibernate.mapping.Array
-
- getElementCollection() - Method in interface org.hibernate.boot.jaxb.mapping.spi.AttributesContainer
-
- getElementCollection() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
-
Gets the value of the elementCollection property.
- getElementCollection() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributes
-
Gets the value of the elementCollection property.
- getElementCollection() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
-
Gets the value of the elementCollection property.
- getElementCollection() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
-
Gets the value of the elementCollection property.
- getElementColumnAliases(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getElementColumnAliases(String) - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Generates the collection's element column aliases, based on the given
suffix.
- getElementColumnNames(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getElementColumnNames() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getElementColumnNames(String) - Method in interface org.hibernate.persister.collection.QueryableCollection
-
Get the names of the collection element columns (or the primary
key columns in the case of a one-to-many association),
aliased by the given table alias
- getElementColumnNames() - Method in interface org.hibernate.persister.collection.QueryableCollection
-
Get the names of the collection element columns (or the primary
key columns in the case of a one-to-many association)
- getElementCountInMemory() - Method in interface org.hibernate.cache.spi.ExtendedStatisticsSupport
-
- getElementCountInMemory() - Method in interface org.hibernate.stat.CacheRegionStatistics
-
The number of elements currently in memory within the cache provider.
- getElementCountInMemory() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
-
Deprecated.
- getElementCountOnDisk() - Method in interface org.hibernate.cache.spi.ExtendedStatisticsSupport
-
- getElementCountOnDisk() - Method in interface org.hibernate.stat.CacheRegionStatistics
-
The number of elements currently stored to disk within the cache provider.
- getElementCountOnDisk() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
-
Deprecated.
- getElementDefinition() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getElementDefinition() - Method in interface org.hibernate.persister.walking.spi.CollectionDefinition
-
- getElementDescriptor() - Method in interface org.hibernate.metamodel.model.domain.CollectionDomainType
-
- getElementEntityAliases() - Method in class org.hibernate.loader.custom.CollectionFetchReturn
-
- getElementEntityAliases() - Method in class org.hibernate.loader.custom.CollectionReturn
-
- getElementGraph() - Method in interface org.hibernate.loader.plan.spi.CollectionReference
-
Retrieve the metadata about the elements of this collection *as a FetchSource*.
- getElementKindForAccessType(AccessType) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
-
- getElementPersister() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getElementPersister() - Method in interface org.hibernate.persister.collection.QueryableCollection
-
Get the persister of the element class, if this is a
collection of entities (optional operation).
- getElements() - Method in class org.hibernate.jpa.spi.TupleBuilderTransformer.HqlTupleImpl
-
- getElementsIterator(Object) - Method in class org.hibernate.type.ArrayType
-
Not defined for collections of primitive type
- getElementsIterator(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
-
Get an iterator over the element set of the collection, which may not yet be wrapped
- getElementsIterator(Object) - Method in class org.hibernate.type.CollectionType
-
Get an iterator over the element set of the collection in POJO mode
- getElementsIterator(Object) - Method in class org.hibernate.type.CustomCollectionType
-
- getElementsIterator(Object) - Method in class org.hibernate.type.MapType
-
- getElementsIterator(Object) - Method in interface org.hibernate.usertype.UserCollectionType
-
Return an iterator over the elements of this collection - the passed collection
instance may or may not be a wrapper
- getElementSource() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
-
- getElementsToProcess() - Method in class org.hibernate.cfg.InheritanceState
-
- getElementTableAlias() - Method in interface org.hibernate.loader.plan.exec.spi.CollectionReferenceAliases
-
Obtain the alias of the table that contains the collection element values.
- getElementType() - Method in interface org.hibernate.metadata.CollectionMetadata
-
The collection element type
- getElementType() - Method in interface org.hibernate.metamodel.model.domain.spi.BagPersistentAttribute
-
- getElementType() - Method in interface org.hibernate.metamodel.model.domain.spi.PluralPersistentAttribute
-
- getElementType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getElementType() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Get the "element" type
- getElementType(SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
-
Get the Hibernate type of the collection elements
- getElementUtils() - Method in class org.hibernate.jpamodelgen.Context
-
- getEmbeddable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
-
Gets the value of the embeddable property.
- getEmbeddable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
-
Gets the value of the embeddable property.
- getEmbeddableMapping() - Method in interface org.hibernate.boot.model.source.spi.EmbeddedAttributeMapping
-
- getEmbeddableSource() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableSourceContributor
-
Gets the source information about the embeddable/composition.
- getEmbedded() - Method in interface org.hibernate.boot.jaxb.mapping.spi.AttributesContainer
-
- getEmbedded() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
-
Gets the value of the embedded property.
- getEmbedded() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributes
-
Gets the value of the embedded property.
- getEmbedded() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
-
Gets the value of the embedded property.
- getEmbedded() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
-
Gets the value of the embedded property.
- getEmbeddedId() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
-
Gets the value of the embeddedId property.
- getEmbeddedId() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
-
Gets the value of the embeddedId property.
- getEnabledFetchProfileNames() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
-
- getEnabledFilter(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
-
- getEnabledFilter(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getEnabledFilter(String) - Method in interface org.hibernate.Session
-
Retrieve a currently enabled filter by name.
- getEnabledFilterNames() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
-
- getEnabledFilterNames() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
-
Returns an unmodifiable Set of enabled filter names.
- getEnabledFilters() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
-
- getEnabledFilters() - Method in interface org.hibernate.hql.spi.QueryTranslator
-
Returns the filters enabled for this query translator.
- getEnforcedCacheKeysFactory() - Method in interface org.hibernate.cache.cfg.spi.DomainDataRegionBuildingContext
-
The CacheKeyFactory explicitly specified as part of the
bootstrap by the user, by some "container", etc.
- getEngineKeyword() - Method in class org.hibernate.dialect.MySQL5Dialect
-
- getEngineKeyword() - Method in class org.hibernate.dialect.MySQLDialect
-
- getEnhancer(EnhancementContext) - Method in interface org.hibernate.bytecode.spi.BytecodeProvider
-
Returns a byte code enhancer that implements the enhancements described in the supplied enhancement context.
- getEntitiesByKey() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
- getEntity() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
-
Gets the value of the entity property.
- getEntity() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
-
Gets the value of the entity property.
- getEntity() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
-
Gets the value of the entity property.
- getEntity() - Method in exception org.hibernate.dialect.lock.LockingStrategyException
-
- getEntity(String, Serializable) - Method in class org.hibernate.EmptyInterceptor
-
- getEntity(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Get the entity instance associated with the given key
- getEntity(EntityUniqueKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Get an entity cached by unique key
- getEntity() - Method in class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
-
- getEntity() - Method in class org.hibernate.event.spi.FlushEntityEvent
-
- getEntity() - Method in class org.hibernate.event.spi.MergeEvent
-
- getEntity() - Method in class org.hibernate.event.spi.PostDeleteEvent
-
- getEntity() - Method in class org.hibernate.event.spi.PostInsertEvent
-
- getEntity() - Method in class org.hibernate.event.spi.PostLoadEvent
-
- getEntity() - Method in class org.hibernate.event.spi.PostUpdateEvent
-
- getEntity() - Method in class org.hibernate.event.spi.PreLoadEvent
-
- getEntity() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
-
- getEntity() - Method in interface org.hibernate.id.insert.Binder
-
- getEntity(String, Serializable) - Method in interface org.hibernate.Interceptor
-
Get a fully loaded entity instance that is cached externally.
- getEntity() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
-
Gets the value of the entity property.
- getEntity() - Method in class org.hibernate.loader.entity.CacheEntityLoaderHelper.PersistenceContextEntry
-
- getEntity() - Method in class org.hibernate.mapping.FetchProfile.Fetch
-
- getEntity() - Method in interface org.hibernate.secure.spi.PermissionCheckEntityInformation
-
Deprecated.
- getEntityAccessTypeInfo() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
-
- getEntityAliases() - Method in class org.hibernate.loader.BasicLoader
-
- getEntityAliases() - Method in class org.hibernate.loader.custom.CustomLoader
-
- getEntityAliases() - Method in class org.hibernate.loader.custom.EntityFetchReturn
-
- getEntityAliases() - Method in class org.hibernate.loader.custom.RootReturn
-
- getEntityAliases() - Method in class org.hibernate.loader.Loader
-
Get the result set descriptor
- getEntityAttributeType() - Method in class org.hibernate.cfg.AttributeConverterDefinition
-
Deprecated.
- getEntityBatch(EntityPersister, Serializable, int, EntityMode) - Method in class org.hibernate.engine.spi.BatchFetchQueue
-
Get a batch of unloaded identifiers for this class, using a slightly
complex algorithm that tries to grab keys registered immediately after
the given key.
- getEntityBinding(String) - Method in interface org.hibernate.boot.Metadata
-
Retrieves the PersistentClass entity mapping metadata representation for
the given entity name.
- getEntityBinding(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
-
- getEntityBindingMap() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
Needed for SecondPass handling
- getEntityBindings() - Method in interface org.hibernate.boot.Metadata
-
Retrieves the PersistentClass entity metadata representation for all known entities.
- getEntityBindings() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
-
- getEntityCaching() - Method in interface org.hibernate.cache.cfg.spi.DomainDataRegionConfig
-
Retrieve the list of all entity data to be stored in this region
- getEntityClass() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityResult
-
Gets the value of the entityClass property.
- getEntityClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityResult
-
Gets the value of the entityClass property.
- getEntityClassName() - Method in class org.hibernate.event.spi.LoadEvent
-
- getEntityCount() - Method in interface org.hibernate.stat.SessionStatistics
-
Get the number of entity instances associated with the session
- getEntityDataAccess(NavigableRole) - Method in interface org.hibernate.cache.spi.DomainDataRegion
-
Build a EntityRegionAccess instance representing access to entity data
stored in this cache region using the given AccessType.
- getEntityDataAccess(NavigableRole) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
-
- getEntityDefinition() - Method in interface org.hibernate.persister.walking.spi.EntityIdentifierDefinition
-
- getEntityDeleteCount() - Method in interface org.hibernate.stat.Statistics
-
Get global number of entity deletes
- getEntityEagerPerPropertyFetches() - Method in class org.hibernate.loader.hql.QueryLoader
-
- getEntityEagerPerPropertyFetches() - Method in class org.hibernate.loader.Loader
-
An array indicating for each entity which specific properties must have eager fetching enabled.
- getEntityEagerPropertyFetches() - Method in class org.hibernate.loader.hql.QueryLoader
-
- getEntityEagerPropertyFetches() - Method in class org.hibernate.loader.Loader
-
An array indicating whether the entities have eager property fetching
enabled for all of their properties.
- getEntityElementAliases() - Method in interface org.hibernate.loader.plan.exec.spi.CollectionReferenceAliases
-
Obtain the entity reference aliases for the element values when the element of the collection is an entity.
- getEntityEntries() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
- getEntityEntry() - Method in class org.hibernate.event.spi.FlushEntityEvent
-
- getEntityEntryFactory() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getEntityEntryFactory() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the EntityEntryFactory indicated for the entity mapped by this persister.
- getEntityFetchCount() - Method in interface org.hibernate.stat.Statistics
-
Get global number of entity fetches
- getEntityGraph(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getEntityGraph(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
-
- getEntityGraph(String) - Method in interface org.hibernate.Session
-
- getEntityGraphs(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getEntityGraphs(Class<T>) - Method in interface org.hibernate.Session
-
- getEntityId(Object) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
-
- getEntityId() - Method in class org.hibernate.event.spi.LoadEvent
-
- getEntityId() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
-
- getEntityInsertCount() - Method in interface org.hibernate.stat.Statistics
-
Get global number of entity inserts
- getEntityInstance() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityReferenceProcessingState
-
- getEntityKey() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
-
- getEntityKey() - Method in interface org.hibernate.engine.spi.EntityEntry
-
Get the EntityKey based on this EntityEntry.
- getEntityKey() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityReferenceProcessingState
-
Obtain the registered EntityKey for this EntityReference for the row currently being processed.
- getEntityKeyDefinition() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getEntityKeyDefinition() - Method in interface org.hibernate.persister.walking.spi.EntityDefinition
-
- getEntityKeys() - Method in interface org.hibernate.stat.SessionStatistics
-
Get the set of all EntityKeys
- getEntityListener() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListeners
-
Gets the value of the entityListener property.
- getEntityListener() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListeners
-
Gets the value of the entityListener property.
- getEntityListeners() - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
-
- getEntityListeners() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the entityListeners property.
- getEntityListeners() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
-
Gets the value of the entityListeners property.
- getEntityListeners() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
-
Gets the value of the entityListeners property.
- getEntityListeners() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the entityListeners property.
- getEntityListeners() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
-
Gets the value of the entityListeners property.
- getEntityListeners() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
-
Gets the value of the entityListeners property.
- getEntityLoadCount() - Method in interface org.hibernate.stat.Statistics
-
Get global number of entity loads
- getEntityManagerFactory() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
-
- getEntityManagerFactoryBuilder(URL, String, Map) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
-
Intended for use in Hibernate tests
- getEntityManagerFactoryBuilder(URL, String, PersistenceUnitTransactionType, Map) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
-
Intended for use in Hibernate tests
- getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map, ClassLoader) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
-
- getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map, ClassLoaderService) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
-
- getEntityManagerFactoryBuilder(PersistenceUnitInfo, Map) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
-
- getEntityManagerFactoryBuilder(PersistenceUnitInfo, Map, ClassLoader) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
-
- getEntityManagerFactoryBuilder(PersistenceUnitInfo, Map, ClassLoaderService) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
-
- getEntityManagerFactoryBuilder(PersistenceUnitInfo, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
-
- getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map, ClassLoader) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
-
- getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map, ClassLoaderService) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
-
- getEntityManagerFactoryBuilderOrNull(String, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
-
- getEntityManagerFactoryBuilderOrNull(String, Map, ClassLoader) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
-
- getEntityManagerFactoryBuilderOrNull(String, Map, ClassLoaderService) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
-
- getEntityManagerFactoryName() - Method in interface org.hibernate.jpa.HibernateEntityManagerFactory
-
- getEntityMetamodel() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getEntityMetamodel() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Retrieve the underlying entity metamodel instance...
- getEntityMetamodel() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- getEntityMode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTuplizerType
-
Gets the value of the entityMode property.
- getEntityMode() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
-
Obtain the entity mode for this entity.
- getEntityMode() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getEntityMode() - Method in interface org.hibernate.persister.entity.EntityPersister
-
- getEntityMode() - Method in class org.hibernate.tuple.component.ComponentMetamodel
-
- getEntityMode() - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
-
- getEntityMode() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getEntityMode() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
Return the entity-mode handled by this tuplizer instance.
- getEntityMode() - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
-
- getEntityMode() - Method in class org.hibernate.type.ComponentType
-
- getEntityName() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
-
Gets the value of the entityName property.
- getEntityName() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
-
- getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
-
Gets the value of the entityName property.
- getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
-
Gets the value of the entityName property.
- getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
-
Gets the value of the entityName property.
- getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
-
Gets the value of the entityName property.
- getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Gets the value of the entityName property.
- getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
-
Gets the value of the entityName property.
- getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
-
Gets the value of the entityName property.
- getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
-
Gets the value of the entityName property.
- getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
-
Gets the value of the entityName property.
- getEntityName() - Method in interface org.hibernate.boot.model.naming.EntityNaming
-
The Hibernate entity name.
- getEntityName() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
-
- getEntityName() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeLazyAttributeInterceptor
-
The name of the entity this interceptor is meant to intercept
- getEntityName() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
-
- getEntityName() - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
-
The name of the entity to which this metadata applies.
- getEntityName() - Method in class org.hibernate.cfg.annotations.NamedEntityGraphDefinition
-
- getEntityName() - Method in class org.hibernate.cfg.ClassPropertyHolder
-
- getEntityName() - Method in class org.hibernate.cfg.CollectionPropertyHolder
-
- getEntityName() - Method in class org.hibernate.cfg.ComponentPropertyHolder
-
- getEntityName() - Method in interface org.hibernate.cfg.PropertyHolder
-
- getEntityName(Criteria) - Method in interface org.hibernate.criterion.CriteriaQuery
-
Get the entity name of an entity
- getEntityName(Criteria, String) - Method in interface org.hibernate.criterion.CriteriaQuery
-
Get the entity name of an entity, taking into account the qualifier of the property path
- getEntityName(Object) - Method in class org.hibernate.EmptyInterceptor
-
- getEntityName() - Method in interface org.hibernate.engine.spi.EntityEntry
-
- getEntityName() - Method in class org.hibernate.engine.spi.EntityKey
-
- getEntityName() - Method in class org.hibernate.engine.spi.EntityUniqueKey
-
- getEntityName(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getEntityName(Object, Number, Object) - Method in interface org.hibernate.envers.AuditReader
-
Get the entity name of an instance of an entity returned by this AuditReader.
- getEntityName() - Method in exception org.hibernate.envers.exception.NotAuditedException
-
- getEntityName() - Method in class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
-
- getEntityName() - Method in class org.hibernate.event.spi.DeleteEvent
-
- getEntityName() - Method in class org.hibernate.event.spi.LockEvent
-
- getEntityName() - Method in class org.hibernate.event.spi.MergeEvent
-
- getEntityName() - Method in class org.hibernate.event.spi.PersistEvent
-
- getEntityName() - Method in class org.hibernate.event.spi.PreLoadEvent
-
- getEntityName() - Method in class org.hibernate.event.spi.RefreshEvent
-
- getEntityName() - Method in class org.hibernate.event.spi.ReplicateEvent
-
- getEntityName() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
-
- getEntityName() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
-
- getEntityName() - Method in class org.hibernate.id.ForeignGenerator
-
Getter for property 'entityName'.
- getEntityName(Object) - Method in interface org.hibernate.Interceptor
-
Get the entity name for a persistent or transient instance.
- getEntityName(Criteria) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getEntityName(Criteria, String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getEntityName() - Method in class org.hibernate.loader.custom.RootReturn
-
- getEntityName() - Method in class org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader
-
- getEntityName() - Method in class org.hibernate.mapping.Backref
-
- getEntityName() - Method in class org.hibernate.mapping.IndexBackref
-
- getEntityName() - Method in class org.hibernate.mapping.OneToOne
-
- getEntityName() - Method in class org.hibernate.mapping.PersistentClass
-
- getEntityName() - Method in interface org.hibernate.metadata.ClassMetadata
-
The name of the entity
- getEntityName() - Method in exception org.hibernate.NonUniqueObjectException
-
- getEntityName() - Method in class org.hibernate.persister.collection.CompositeElementPropertyMapping
-
- getEntityName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getEntityName() - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
-
- getEntityName() - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
-
- getEntityName() - Method in interface org.hibernate.persister.entity.EntityPersister
-
The entity name which this persister maps.
- getEntityName() - Method in interface org.hibernate.persister.walking.spi.AnyMappingDefinition.DiscriminatorMapping
-
- getEntityName() - Method in exception org.hibernate.PropertyValueException
-
- getEntityName() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
- getEntityName() - Method in class org.hibernate.proxy.AbstractSerializableProxy
-
- getEntityName() - Method in interface org.hibernate.proxy.LazyInitializer
-
The entity-name of the entity our owning proxy represents.
- getEntityName() - Method in class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
-
- getEntityName() - Method in class org.hibernate.proxy.pojo.javassist.SerializableProxy
-
- getEntityName() - Method in class org.hibernate.secure.spi.GrantedPermission
-
Deprecated.
- getEntityName() - Method in interface org.hibernate.secure.spi.PermissionCheckEntityInformation
-
Deprecated.
- getEntityName(Object) - Method in interface org.hibernate.Session
-
Return the entity name for a persistent entity.
- getEntityName() - Method in exception org.hibernate.StaleObjectStateException
-
- getEntityName() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
Retrieves the defined entity-name for the tuplized entity.
- getEntityName() - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataNonPojoImpl
-
- getEntityName() - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataPojoImpl
-
- getEntityName() - Method in exception org.hibernate.UnresolvableObjectException
-
- getEntityName() - Method in exception org.hibernate.WrongClassException
-
- getEntityNameResolvers() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getEntityNameResolvers() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- getEntityNameResolvers() - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
-
- getEntityNameResolvers() - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
-
- getEntityNameResolvers() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
- getEntityNameResolvers() - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
-
- getEntityNames() - Method in interface org.hibernate.stat.Statistics
-
Get the names of all entities
- getEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitDiscriminatorColumnNameSource
-
Access the naming for the entity
- getEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitEntityNameSource
-
Access to the entity's name information
- getEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitIdentifierColumnNameSource
-
Access the entity name information
- getEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource
-
Access to entity naming information.
- getEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitTenantIdColumnNameSource
-
Access the entity name information
- getEntityNamingSource() - Method in interface org.hibernate.boot.model.source.spi.EntityNamingSourceContributor
-
- getEntityNotFoundDelegate() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getEntityNotFoundDelegate() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Get the delegate for handling entity-not-found exception conditions.
- getEntityNotFoundDelegate() - Method in class org.hibernate.cfg.Configuration
-
Retrieve the user-supplied delegate to handle non-existent entity
scenarios.
- getEntityNotFoundDelegate() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getEntityNotFoundDelegate() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
- getEntityOwnerClassName() - Method in class org.hibernate.cfg.ClassPropertyHolder
-
- getEntityOwnerClassName() - Method in class org.hibernate.cfg.CollectionPropertyHolder
-
- getEntityOwnerClassName() - Method in class org.hibernate.cfg.ComponentPropertyHolder
-
- getEntityOwnerClassName() - Method in interface org.hibernate.cfg.PropertyHolder
-
- getEntityPersister(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getEntityPersister(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getEntityPersister(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
- getEntityPersister(String, Object) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Get the EntityPersister for any instance
- getEntityPersister() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
-
- getEntityPersister(String) - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.ResultAliasContext
-
- getEntityPersister() - Method in class org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader
-
- getEntityPersister(EntityType) - Method in class org.hibernate.loader.Loader
-
- getEntityPersister() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityKeyResolutionContext
-
- getEntityPersister() - Method in interface org.hibernate.loader.plan.spi.EntityQuerySpace
-
Retrieve the EntityPersister that this QuerySpace refers to.
- getEntityPersister() - Method in interface org.hibernate.loader.plan.spi.EntityReference
-
Retrieves the EntityPersister describing the entity associated with this Return.
- getEntityPersister() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getEntityPersister() - Method in interface org.hibernate.persister.walking.spi.EntityDefinition
-
- getEntityPersisterClass() - Method in class org.hibernate.mapping.PersistentClass
-
- getEntityPersisterClass() - Method in class org.hibernate.mapping.RootClass
-
- getEntityPersisterClass() - Method in class org.hibernate.mapping.Subclass
-
- getEntityPersisterClass(PersistentClass) - Method in interface org.hibernate.persister.spi.PersisterClassResolver
-
Returns the entity persister class for a given entityName or null
if the entity persister class should be the default.
- getEntityPersisters() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getEntityPersisters() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
- getEntityPersisters() - Method in class org.hibernate.loader.custom.CustomLoader
-
- getEntityPersisters() - Method in class org.hibernate.loader.hql.QueryLoader
-
- getEntityPersisters() - Method in class org.hibernate.loader.Loader
-
An array of persisters of entity classes contained in each row of results;
implemented by all subclasses
- getEntityPersisters() - Method in class org.hibernate.loader.OuterJoinLoader
-
- getEntityReference() - Method in interface org.hibernate.loader.plan.exec.process.spi.EntityReferenceInitializer
-
- getEntityReference() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityKeyResolutionContext
-
- getEntityReference() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityReferenceProcessingState
-
The EntityReference for which this is collecting process state
- getEntityReferenceInitializers() - Method in interface org.hibernate.loader.plan.exec.process.spi.ReaderCollector
-
- getEntityRegionAccess(NavigableRole) - Method in interface org.hibernate.cache.spi.CacheImplementor
-
- getEntityRegionAccess(NavigableRole) - Method in interface org.hibernate.engine.spi.CacheImplementor
-
- getEntityResult() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSqlResultSetMapping
-
Gets the value of the entityResult property.
- getEntityResult() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
-
Gets the value of the entityResult property.
- getEntityStatistics(String) - Method in interface org.hibernate.stat.Statistics
-
find entity statistics per name
- getEntitySuffix(String) - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.ResultAliasContext
-
- getEntityTableXref(String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
- getEntityTuplizer() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getEntityTuplizer() - Method in interface org.hibernate.persister.entity.EntityPersister
-
- getEntityTuplizerFactory() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getEntityTuplizerFactory() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- getEntityTuplizerFactory() - Method in class org.hibernate.cfg.Configuration
-
- getEntityTuplizerFactory() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- getEntityType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getEntityType() - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
-
- getEntityType() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getEntityTypeByName(String) - Method in interface org.hibernate.jpa.HibernateEntityManagerFactory
-
- getEntityTypeByName(String) - Method in interface org.hibernate.Metamodel
-
- getEntityTypeByName(String) - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
-
- getEntityUpdateCount() - Method in interface org.hibernate.stat.Statistics
-
Get global number of entity updates
- getEntityUsingInterceptor(EntityKey) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getEntityUsingInterceptor(EntityKey) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Get the entity instance associated with the given Key,
calling the Interceptor if necessary
- getEntries() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
-
Deprecated.
- getEntries() - Method in interface org.hibernate.stat.SecondLevelCacheStatistics
-
Deprecated.
- getEntry(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Retrieve the
EntityEntry
representation of the given entity.
- getEntry() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
-
- getEntryBasePrefix() - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
-
- getEnumerated() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
-
Gets the value of the enumerated property.
- getEnumerated() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Gets the value of the enumerated property.
- getEnumerated() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
-
Gets the value of the enumerated property.
- getEnumerated() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Gets the value of the enumerated property.
- getEnumeratedType() - Method in interface org.hibernate.type.descriptor.spi.JdbcRecommendedSqlTypeMappingContext
-
For enum mappings, what style of storage was requested (name vs.
- getEnversService() - Method in class org.hibernate.envers.event.spi.BaseEnversEventListener
-
- getEquivalent() - Method in enum org.hibernate.annotations.GenerationTime
-
- getErrorCode() - Method in exception org.hibernate.JDBCException
-
Get the vendor specific error code from the underlying
SQLException
.
- getEvent() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
-
Gets the value of the event property.
- getEventEngine() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getEventEngine() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Get the EventEngine associated with this SessionFactory
- getEventListenerGroup(EventType<T>) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
-
- getEventListenerManager() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getEventListenerManager() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
- getEventListenerMap() - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
-
- getEventType() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
-
Retrieve the event type associated with this groups of listeners.
- getExceptionConverter() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getExceptionConverter() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
The converter associated to a Session might be lazily initialized: only invoke
this getter when there is actual need to use it.
- getExceptionHandler() - Method in interface org.hibernate.tool.schema.spi.ExecutionOptions
-
- getExceptionMapper() - Method in interface org.hibernate.engine.spi.SessionOwner
-
Deprecated.
- getExceptions() - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
-
Returns a List of all Exceptions which occurred during the export.
- getExceptions() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
-
Returns a List of all Exceptions which occurred during the export.
- getExcludeDefaultListeners() - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
-
- getExcludeDefaultListeners() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the excludeDefaultListeners property.
- getExcludeDefaultListeners() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
-
Gets the value of the excludeDefaultListeners property.
- getExcludeDefaultListeners() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the excludeDefaultListeners property.
- getExcludeDefaultListeners() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
-
Gets the value of the excludeDefaultListeners property.
- getExcludedPropertyNames() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- getExcludeSuperclassListeners() - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
-
- getExcludeSuperclassListeners() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the excludeSuperclassListeners property.
- getExcludeSuperclassListeners() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
-
Gets the value of the excludeSuperclassListeners property.
- getExcludeSuperclassListeners() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the excludeSuperclassListeners property.
- getExcludeSuperclassListeners() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
-
Gets the value of the excludeSuperclassListeners property.
- getExecutableCriteria(Session) - Method in class org.hibernate.criterion.DetachedCriteria
-
Get an executable instance of Criteria to actually run the query.
- getExecutionAvgTime() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
-
Deprecated.
The average amount of time it takes (since last Statistics clearing) for
the execution of this "natural id resolution" query
- getExecutionAvgTime() - Method in interface org.hibernate.stat.NaturalIdStatistics
-
The average amount of time it takes (since last Statistics clearing) for
the execution of this "natural id resolution" query
- getExecutionAvgTime() - Method in interface org.hibernate.stat.QueryStatistics
-
What is the average amount time taken to execute this query?
- getExecutionAvgTimeAsDouble() - Method in interface org.hibernate.stat.QueryStatistics
-
- getExecutionCount() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
-
Deprecated.
Number of times (since last Statistics clearing) the "natural id
resolution" query has been executed
- getExecutionCount() - Method in interface org.hibernate.stat.NaturalIdStatistics
-
Number of times (since last Statistics clearing) the "natural id
resolution" query has been executed
- getExecutionCount() - Method in interface org.hibernate.stat.QueryStatistics
-
How many times has this query been executed?
- getExecutionMaxTime() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
-
Deprecated.
The maximum amount of time it takes (since last Statistics clearing) for
the execution of this "natural id resolution" query
- getExecutionMaxTime() - Method in interface org.hibernate.stat.NaturalIdStatistics
-
The maximum amount of time it takes (since last Statistics clearing) for
the execution of this "natural id resolution" query
- getExecutionMaxTime() - Method in interface org.hibernate.stat.QueryStatistics
-
What is the max amount time taken to execute this query?
- getExecutionMinTime() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
-
Deprecated.
The minimum amount of time it takes (since last Statistics clearing) for
the execution of this "natural id resolution" query
- getExecutionMinTime() - Method in interface org.hibernate.stat.NaturalIdStatistics
-
The minimum amount of time it takes (since last Statistics clearing) for
the execution of this "natural id resolution" query
- getExecutionMinTime() - Method in interface org.hibernate.stat.QueryStatistics
-
What is the min amount time taken to execute this query?
- getExecutionRowCount() - Method in interface org.hibernate.stat.QueryStatistics
-
How many ResultSet rows have been processed for this query ?
- getExecutionTotalTime() - Method in interface org.hibernate.stat.QueryStatistics
-
How long, cumulatively, have all executions of this query taken?
- getExpandingQuerySpaces() - Method in interface org.hibernate.loader.plan.build.spi.ExpandingQuerySpace
-
- getExpectation() - Method in interface org.hibernate.engine.jdbc.batch.spi.BatchKey
-
Get the expectation pertaining to the outcome of the
Batch
associated with this key.
- getExpectedRowCount() - Method in exception org.hibernate.jdbc.TooManyRowsAffectedException
-
- getExpectedType() - Method in class org.hibernate.engine.query.spi.AbstractParameterDescriptor
-
- getExpectedType() - Method in interface org.hibernate.hql.spi.ParameterInformation
-
- getExpectedType() - Method in class org.hibernate.param.AbstractExplicitParameterSpecification
-
- getExpectedType() - Method in class org.hibernate.param.CollectionFilterKeyParameterSpecification
-
- getExpectedType() - Method in class org.hibernate.param.DynamicFilterParameterSpecification
-
- getExpectedType() - Method in interface org.hibernate.param.ParameterSpecification
-
Get the type which we are expecting for a bind into this parameter based
on translated contextual information.
- getExpectedType() - Method in class org.hibernate.param.VersionTypeSeedParameterSpecification
-
- getExplicitAccessType(XAnnotatedElement) - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- getExplicitCatalogName() - Method in interface org.hibernate.boot.model.source.spi.TableSpecificationSource
-
Obtain the supplied catalog name
- getExplicitForeignKeyName() - Method in interface org.hibernate.boot.model.source.spi.ForeignKeyContributingSource
-
Retrieve the name of the foreign key as supplied by the user, or null
if the user supplied none.
- getExplicitForeignKeyName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
-
- getExplicitForeignKeyName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeMapKeyManyToManySource
-
- getExplicitHibernateTypeName() - Method in interface org.hibernate.boot.model.source.spi.DiscriminatorSource
-
Obtain the discriminator type.
- getExplicitHibernateTypeSource() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceBasic
-
- getExplicitlyListedClassNames() - Method in interface org.hibernate.boot.archive.scan.spi.ScanEnvironment
-
Returns any classes which are explicitly listed as part of the
"persistence unit".
- getExplicitlyListedMappingFiles() - Method in interface org.hibernate.boot.archive.scan.spi.ScanEnvironment
-
Returns the mapping files which are explicitly listed as part of the
"persistence unit".
- getExplicitName() - Method in interface org.hibernate.cfg.ObjectNameSource
-
Retrieve the name explicitly provided by the user.
- getExplicitSchemaName() - Method in interface org.hibernate.boot.model.source.spi.TableSpecificationSource
-
Obtain the supplied schema name
- getExplicitTableName() - Method in interface org.hibernate.boot.model.source.spi.TableSource
-
Obtain the supplied table name.
- getExplicitTableName() - Method in class org.hibernate.cfg.Ejb3Column
-
- getExplicitTemporalType() - Method in interface org.hibernate.procedure.ParameterBind
-
If <T>
represents a DATE/TIME type value, JPA usually allows specifying the particular parts of
the DATE/TIME value to be bound.
- getExportIdentifier() - Method in class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
-
- getExportIdentifier() - Method in interface org.hibernate.boot.model.relational.Exportable
-
Get a unique identifier to make sure we are not exporting the same database structure multiple times.
- getExportIdentifier() - Method in class org.hibernate.boot.model.relational.NamedAuxiliaryDatabaseObject
-
- getExportIdentifier() - Method in class org.hibernate.boot.model.relational.Sequence
-
- getExportIdentifier() - Method in class org.hibernate.mapping.ForeignKey
-
- getExportIdentifier() - Method in class org.hibernate.mapping.Index
-
- getExportIdentifier() - Method in class org.hibernate.mapping.PrimaryKey
-
- getExportIdentifier() - Method in class org.hibernate.mapping.Table
-
- getExportIdentifier() - Method in class org.hibernate.mapping.UniqueKey
-
- getExpression() - Method in interface org.hibernate.boot.model.source.spi.DerivedValueSource
-
Obtain the expression used to derive the value.
- getExpression() - Method in interface org.hibernate.sql.SelectExpression
-
- getExtends() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSubclassEntityBaseDefinition
-
Gets the value of the extends property.
- getExtends() - Method in interface org.hibernate.boot.jaxb.hbm.spi.SubEntityInfo
-
- getExternalName() - Method in enum org.hibernate.cache.spi.access.AccessType
-
Get the corresponding externalized name for this value.
- getExternalName() - Method in enum org.hibernate.EntityMode
-
- getExternalName() - Method in enum org.hibernate.id.enhanced.StandardOptimizerDescriptor
-
- getExternalName() - Method in enum org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
-
- getExternalName() - Method in enum org.hibernate.secure.spi.PermissibleAction
-
Deprecated.
- getExternalRepresentation() - Method in enum org.hibernate.cache.jcache.MissingCacheStrategy
-
- getExtractedDatabaseMetaData() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
-
Access to the bits of information we pulled off the JDBC
DatabaseMetaData
(that did not get
"interpreted" into the helpers/delegates available here).
- getExtractedMetaDataSupport() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
-
Obtain information about supported behavior reported by the JDBC driver.
- getExtractedMetaDataSupport() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.dialect.AbstractHANADialect.HANABlobTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.db2.DB2GeometryTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBGeometryTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.hana.HANAGeometryTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.hana.HANAPointTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.mariadb.MariaDBGeometryTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.mysql.MySQLGeometryTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.postgis.PGGeometryTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008GeometryTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.converter.AttributeConverterSqlTypeDescriptorAdapter
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BigIntTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BitTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.BooleanTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DateTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DecimalTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.DoubleTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.IntegerTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.NClobTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.NVarcharTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.RealTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.SmallIntTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in interface org.hibernate.type.descriptor.sql.SqlTypeDescriptor
-
Get the extractor (pulling out-going values from JDBC objects) capable of handling values of the type described
by the passed descriptor.
- getExtractor(JavaTypeDescriptor) - Method in class org.hibernate.type.descriptor.sql.SqlTypeDescriptorRegistry.ObjectSqlTypeDescriptor
-
Deprecated.
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.TimestampTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.TimeTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.TinyIntTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.VarbinaryTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.VarcharTypeDescriptor
-
- getExtractor(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.PostgresUUIDType.PostgresUUIDSqlTypeDescriptor
-
- getExtraProperties() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- getExtraSelectList() - Method in class org.hibernate.sql.SelectFragment
-
- getExtraState(Class<T>) - Method in interface org.hibernate.engine.spi.EntityEntry
-
- getExtraState(Class<T>) - Method in interface org.hibernate.engine.spi.EntityEntryExtraState
-
Retrieve additional state by class type or null if no extra state of that type is present.
- getFactor() - Method in enum org.hibernate.engine.jdbc.Size.LobMultiplier
-
- getFactory() - Method in interface org.hibernate.criterion.CriteriaQuery
-
Provides access to the SessionFactory
- getFactory() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getFactory() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Get the creating SessionFactoryImplementor
- getFactory() - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerFactoryAware
-
Deprecated.
Get access to the Hibernate extended EMF contract.
- getFactory() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getFactory() - Method in class org.hibernate.loader.JoinWalker
-
- getFactory() - Method in class org.hibernate.loader.Loader
-
- getFactory() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getFactory() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
- getFactory() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getFactory() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Return the SessionFactory to which this persister "belongs".
- getFactory() - Method in interface org.hibernate.query.spi.QueryProducerImplementor
-
- getFactory() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- getFailureExpectedAnnotation() - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
-
- getFastSessionServices() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getFastSessionServices() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
- getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the fetch property.
- getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the fetch property.
- getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType
-
Gets the value of the fetch property.
- getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the fetch property.
- getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the fetch property.
- getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
-
Gets the value of the fetch property.
- getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Gets the value of the fetch property.
- getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the fetch property.
- getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
-
Gets the value of the fetch property.
- getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Gets the value of the fetch property.
- getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
Gets the value of the fetch property.
- getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the fetch property.
- getFetch() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
-
- getFetch() - Method in interface org.hibernate.boot.jaxb.mapping.spi.FetchableAttribute
-
- getFetch() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
-
Gets the value of the fetch property.
- getFetch() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Gets the value of the fetch property.
- getFetch() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
-
Gets the value of the fetch property.
- getFetch() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
-
Gets the value of the fetch property.
- getFetch() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Gets the value of the fetch property.
- getFetch() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
-
Gets the value of the fetch property.
- getFetch() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
-
Gets the value of the fetch property.
- getFetch() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Gets the value of the fetch property.
- getFetch() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
-
Gets the value of the fetch property.
- getFetch() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
-
Gets the value of the fetch property.
- getFetch() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Gets the value of the fetch property.
- getFetch() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
-
Gets the value of the fetch property.
- getFetchByRole(String) - Method in class org.hibernate.engine.profile.FetchProfile
-
Obtain the fetch associated with the given role.
- getFetchCharacteristics() - Method in interface org.hibernate.boot.model.source.spi.FetchableAttributeSource
-
- getFetchCharacteristics() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
-
- getFetchCharacteristics() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
-
- getFetchCharacteristics() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
-
- getFetchCount() - Method in interface org.hibernate.stat.CollectionStatistics
-
Number of times (since last Statistics clearing) this collection
has been fetched
- getFetchCount() - Method in interface org.hibernate.stat.EntityStatistics
-
Number of times (since last Statistics clearing) this entity
has been fetched
- getFetchedAttributeDefinition() - Method in interface org.hibernate.loader.plan.spi.AttributeFetch
-
- getFetchedType() - Method in interface org.hibernate.loader.plan.spi.CollectionAttributeFetch
-
Get the Hibernate Type that describes the fetched attribute as a
CollectionType
.
- getFetchedType() - Method in interface org.hibernate.loader.plan.spi.EntityFetch
-
Get the Hibernate Type that describes the fetched attribute as an
EntityType
.
- getFetchedType() - Method in interface org.hibernate.loader.plan.spi.Fetch
-
Get the Hibernate Type that describes the fetched attribute
- getFetches() - Method in class org.hibernate.engine.profile.FetchProfile
-
Getter for property 'fetches'.
- getFetches() - Method in interface org.hibernate.loader.plan.spi.FetchSource
-
Retrieve the fetches owned by this fetch source.
- getFetches() - Method in class org.hibernate.mapping.FetchProfile
-
Retrieve the fetches associated with this profile
- getFetchGraph() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
-
- getFetchGroupAttributeDescriptors(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
-
- getFetchGroupName() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor
-
Access to the name of the fetch group to which the attribute belongs
- getFetchGroupName(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
-
- getFetchGroupNames() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
-
- getFetchMode(FetchType) - Static method in class org.hibernate.cfg.AnnotationBinder
-
- getFetchMode() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
-
- getFetchMode() - Method in class org.hibernate.mapping.Collection
-
- getFetchMode() - Method in interface org.hibernate.mapping.Fetchable
-
- getFetchMode() - Method in class org.hibernate.mapping.OneToMany
-
- getFetchMode() - Method in class org.hibernate.mapping.SimpleValue
-
- getFetchMode() - Method in class org.hibernate.mapping.ToOne
-
- getFetchMode() - Method in interface org.hibernate.mapping.Value
-
- getFetchMode() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getFetchMode() - Method in interface org.hibernate.persister.collection.QueryableCollection
-
Should we load this collection role by outerjoining?
- getFetchMode(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getFetchMode(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
-
May this (subclass closure) property be fetched using an SQL outerjoin?
- getFetchMode() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
-
- getFetchMode() - Method in class org.hibernate.tuple.BaselineAttributeInformation
-
- getFetchMode() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
-
- getFetchMode(int) - Method in class org.hibernate.type.AnyType
-
- getFetchMode(int) - Method in class org.hibernate.type.ComponentType
-
- getFetchMode(int) - Method in class org.hibernate.type.CompositeCustomType
-
- getFetchMode(int) - Method in interface org.hibernate.type.CompositeType
-
Retrieve the fetch mode of the indicated component property.
- getFetchProfile() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
-
- getFetchProfile() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
-
Gets the value of the fetchProfile property.
- getFetchProfile() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
-
Gets the value of the fetchProfile property.
- getFetchProfile() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Gets the value of the fetchProfile property.
- getFetchProfile() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the fetchProfile property.
- getFetchProfile() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
Gets the value of the fetchProfile property.
- getFetchProfile(String) - Method in interface org.hibernate.boot.Metadata
-
- getFetchProfile(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
-
- getFetchProfile(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getFetchProfile(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Retrieve fetch profile by name.
- getFetchProfiles() - Method in interface org.hibernate.boot.Metadata
-
- getFetchProfiles() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
-
- getFetchSize() - Method in interface org.hibernate.BasicQueryContract
-
Deprecated.
Obtain the JDBC fetch size hint in effect for this query.
- getFetchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
-
Gets the value of the fetchSize property.
- getFetchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
-
Gets the value of the fetchSize property.
- getFetchSize() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
-
- getFetchSize() - Method in class org.hibernate.engine.spi.RowSelection
-
- getFetchSize() - Method in interface org.hibernate.Query
-
Deprecated.
Obtain the JDBC fetch size hint in effect for this query.
- getFetchSize() - Method in interface org.hibernate.query.Query
-
- getFetchSize() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
-
- getFetchStrategy() - Method in interface org.hibernate.loader.plan.spi.Fetch
-
Gets the fetch strategy for this fetch.
- getFetchStyle() - Method in interface org.hibernate.boot.model.source.spi.FetchCharacteristics
-
- getFetchStyle() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
-
- getFetchTiming() - Method in interface org.hibernate.boot.model.source.spi.FetchCharacteristics
-
- getField() - Method in class org.hibernate.property.access.spi.SetterFieldImpl
-
- getField(Class, String) - Static method in class org.hibernate.testing.util.ReflectionUtil
-
Get a field from a given class
- getFieldByReflection(Object, String) - Static method in class org.hibernate.testing.bytecode.enhancement.EnhancerTestUtils
-
- getFieldResult() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityResult
-
Gets the value of the fieldResult property.
- getFieldResult() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityResult
-
Gets the value of the fieldResult property.
- getFieldValue(Object, String) - Static method in class org.hibernate.testing.util.ReflectionUtil
-
Get a field value from a given object
- getFile() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
-
Gets the value of the file property.
- getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the filter property.
- getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the filter property.
- getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the filter property.
- getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the filter property.
- getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
-
Gets the value of the filter property.
- getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the filter property.
- getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the filter property.
- getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the filter property.
- getFilter() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
-
- getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
-
- getFilterAliasGenerator(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getFilterAliasGenerator(String) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
-
- getFilterAliasGenerator(String) - Method in class org.hibernate.persister.collection.OneToManyPersister
-
- getFilterAliasGenerator(String) - Method in interface org.hibernate.persister.entity.EntityPersister
-
- getFilterAliasGenerator(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getFilterAliasGenerator(String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getFilterAliasGenerator(String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getFilterDef() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
-
Gets the value of the filterDef property.
- getFilterDefinition(String) - Method in interface org.hibernate.boot.Metadata
-
Retrieves a filter definition by name.
- getFilterDefinition(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
-
- getFilterDefinition(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getFilterDefinition() - Method in interface org.hibernate.Filter
-
Get the filter definition containing additional information about the
filter (such as default-condition and expected parameter names/types).
- getFilterDefinition(String) - Method in interface org.hibernate.SessionFactory
-
Obtain the definition of a filter by name.
- getFilterDefinitions() - Method in interface org.hibernate.boot.Metadata
-
Retrieves the complete map of filter definitions.
- getFilterDefinitions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
-
- getFilteredPositionalParameterTypes() - Method in class org.hibernate.engine.spi.QueryParameters
-
- getFilteredPositionalParameterValues() - Method in class org.hibernate.engine.spi.QueryParameters
-
- getFilteredSQL() - Method in class org.hibernate.engine.spi.QueryParameters
-
- getFilterName() - Method in class org.hibernate.engine.spi.FilterDefinition
-
Get the name of the filter this configuration defines.
- getFilterParameterType(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
-
- getFilterParameterValue(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
-
- getFilterQueryPlan(String, String, boolean, Map<String, Filter>) - Method in class org.hibernate.engine.query.spi.QueryPlanCache
-
Get the query plan for the given collection HQL filter fragment, creating it and caching it if not already cached
- getFilters() - Method in class org.hibernate.mapping.Collection
-
- getFilters() - Method in interface org.hibernate.mapping.Filterable
-
- getFilters() - Method in class org.hibernate.mapping.PersistentClass
-
- getFilters() - Method in class org.hibernate.mapping.Subclass
-
- getFilterSources() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
Obtain the filters for this entity.
- getFilterSources() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
-
- getFilterSources() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
-
- getFirst() - Method in class org.hibernate.envers.tools.Pair
-
- getFirstResult() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
-
- getFirstRow(RowSelection) - Static method in class org.hibernate.dialect.pagination.LimitHelper
-
Retrieve the indicated first row for pagination
- getFirstRow() - Method in class org.hibernate.engine.spi.RowSelection
-
- getFloat(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a float.
- getFlushCount() - Method in interface org.hibernate.stat.Statistics
-
Get the global number of flush operations executed (either manual or automatic).
- getFlushMode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
-
Gets the value of the flushMode property.
- getFlushMode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
-
Gets the value of the flushMode property.
- getFlushMode(String) - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
-
- getFlushMode() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
-
- getFlushMode() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getFlushMode() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Get the flush mode for this session.
- getFlushMode() - Method in interface org.hibernate.Query
-
Deprecated.
For users of the Hibernate native APIs, we've had to rename this method
as defined by Hibernate historically because the JPA contract defines a method of the same
name, but returning the JPA
FlushModeType
rather than Hibernate's
FlushMode
.
- getFlushMode() - Method in interface org.hibernate.Session
-
For users of the Hibernate native APIs, we've had to rename this method
as defined by Hibernate historically because the JPA contract defines a method of the same
name, but returning the JPA
FlushModeType
rather than Hibernate's
FlushMode
.
- getFollowOnLocking() - Method in class org.hibernate.LockOptions
-
Retrieve the current follow-on-locking setting.
- getForeignKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
-
Gets the value of the foreignKey property.
- getForeignKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
-
Gets the value of the foreignKey property.
- getForeignKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
-
Gets the value of the foreignKey property.
- getForeignKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
-
Gets the value of the foreignKey property.
- getForeignKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Gets the value of the foreignKey property.
- getForeignKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
-
Gets the value of the foreignKey property.
- getForeignKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
-
Gets the value of the foreignKey property.
- getForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAssociationOverride
-
Gets the value of the foreignKey property.
- getForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
-
Gets the value of the foreignKey property.
- getForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
-
Gets the value of the foreignKey property.
- getForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
-
Gets the value of the foreignKey property.
- getForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Gets the value of the foreignKey property.
- getForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
-
Gets the value of the foreignKey property.
- getForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
-
Gets the value of the foreignKey property.
- getForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
-
Gets the value of the foreignKey property.
- getForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
-
Gets the value of the foreignKey property.
- getForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
-
Gets the value of the foreignKey property.
- getForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Gets the value of the foreignKey property.
- getForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
-
Gets the value of the foreignKey property.
- getForeignKey(Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
-
Retrieve the named ForeignKeyInformation
- getForeignKeyDefinition() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbForeignKey
-
Gets the value of the foreignKeyDefinition property.
- getForeignKeyDefinition() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
-
Gets the value of the foreignKeyDefinition property.
- getForeignKeyDefinition() - Method in class org.hibernate.mapping.SimpleValue
-
- getForeignKeyDirection() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
-
- getForeignKeyDirection() - Method in class org.hibernate.type.AnyType
-
- getForeignKeyDirection() - Method in interface org.hibernate.type.AssociationType
-
Get the foreign key directionality of this association
- getForeignKeyDirection() - Method in class org.hibernate.type.CollectionType
-
- getForeignKeyDirection() - Method in class org.hibernate.type.ManyToOneType
-
- getForeignKeyDirection() - Method in class org.hibernate.type.OneToOneType
-
- getForeignKeyExporter() - Method in class org.hibernate.dialect.Dialect
-
- getForeignKeyIdentifier() - Method in interface org.hibernate.tool.schema.extract.spi.ForeignKeyInformation
-
Obtain the identifier for this FK.
- getForeignKeyIterator() - Method in class org.hibernate.mapping.Table
-
- getForeignKeyMetadata(String) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
-
Deprecated.
- getForeignKeyMetadata(ForeignKey) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
-
Deprecated.
- getForeignKeyName() - Method in class org.hibernate.mapping.SimpleValue
-
- getForeignKeys() - Method in class org.hibernate.mapping.Table
-
- getForeignKeys(TableInformation) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
-
Extract information about foreign keys defined on the given table (targeting or point-at other tables).
- getForeignKeys() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
-
Obtain an iterable over all the table's defined foreign keys.
- getForeignKeyType() - Method in class org.hibernate.mapping.OneToOne
-
Returns the foreignKeyType.
- getForInsert(Object, Map, SharedSessionContractImplementor) - Method in class org.hibernate.property.access.spi.EnhancedGetterMethodImpl
-
Deprecated.
- getForInsert(Object, Map, SharedSessionContractImplementor) - Method in interface org.hibernate.property.access.spi.Getter
-
Get the property value from the given owner instance.
- getForInsert(Object, Map, SharedSessionContractImplementor) - Method in class org.hibernate.property.access.spi.GetterFieldImpl
-
- getForInsert(Object, Map, SharedSessionContractImplementor) - Method in class org.hibernate.property.access.spi.GetterMethodImpl
-
- getFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
-
Gets the value of the formula property.
- getFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
-
Gets the value of the formula property.
- getFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
-
Gets the value of the formula property.
- getFormula() - Method in class org.hibernate.mapping.Formula
-
- getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Gets the value of the formulaAttribute property.
- getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
-
Gets the value of the formulaAttribute property.
- getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
-
Gets the value of the formulaAttribute property.
- getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
-
Gets the value of the formulaAttribute property.
- getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Gets the value of the formulaAttribute property.
- getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
-
Gets the value of the formulaAttribute property.
- getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
-
Gets the value of the formulaAttribute property.
- getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
-
Gets the value of the formulaAttribute property.
- getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
-
Gets the value of the formulaAttribute property.
- getFormulaFragment() - Method in interface org.hibernate.sql.ordering.antlr.FormulaReference
-
Retrieve the formula fragment.
- getFormulaSources() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceOneToOne
-
- getFormulaString() - Method in class org.hibernate.cfg.Ejb3Column
-
- getForUpdateNowaitString() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.AbstractHANADialect
-
- getForUpdateNowaitString() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- getForUpdateNowaitString() - Method in class org.hibernate.dialect.Dialect
-
Retrieves the FOR UPDATE NOWAIT syntax specific to this dialect.
- getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.Dialect
-
Get the FOR UPDATE OF column_list NOWAIT fragment appropriate
for this dialect given the aliases of the columns to be write locked.
- getForUpdateNowaitString() - Method in class org.hibernate.dialect.MariaDB103Dialect
-
- getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.MariaDB103Dialect
-
- getForUpdateNowaitString() - Method in class org.hibernate.dialect.MySQL8Dialect
-
- getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.MySQL8Dialect
-
- getForUpdateNowaitString() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getForUpdateNowaitString() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getForUpdateNowaitString() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.Dialect
-
Retrieves the FOR UPDATE SKIP LOCKED syntax specific to this dialect.
- getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.Dialect
-
Get the FOR UPDATE OF column_list SKIP LOCKED fragment appropriate
for this dialect given the aliases of the columns to be write locked.
- getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.MySQL8Dialect
-
- getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.MySQL8Dialect
-
- getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.Oracle10gDialect
-
- getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.Oracle10gDialect
-
- getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.PostgreSQL95Dialect
-
- getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.PostgreSQL95Dialect
-
- getForUpdateString(String) - Method in class org.hibernate.dialect.AbstractHANADialect
-
- getForUpdateString(String, LockOptions) - Method in class org.hibernate.dialect.AbstractHANADialect
-
- getForUpdateString(String) - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- getForUpdateString(String, LockOptions) - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- getForUpdateString() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- getForUpdateString() - Method in class org.hibernate.dialect.CUBRIDDialect
-
- getForUpdateString() - Method in class org.hibernate.dialect.DB2400Dialect
-
- getForUpdateString() - Method in class org.hibernate.dialect.DB2Dialect
-
- getForUpdateString() - Method in class org.hibernate.dialect.DerbyDialect
-
Deprecated.
- getForUpdateString(LockOptions) - Method in class org.hibernate.dialect.Dialect
-
Given LockOptions (lockMode, timeout), determine the appropriate for update fragment to use.
- getForUpdateString(LockMode) - Method in class org.hibernate.dialect.Dialect
-
Given a lock mode, determine the appropriate for update fragment to use.
- getForUpdateString() - Method in class org.hibernate.dialect.Dialect
-
Get the string to append to SELECT statements to acquire locks
for this dialect.
- getForUpdateString(String) - Method in class org.hibernate.dialect.Dialect
-
Get the FOR UPDATE OF column_list fragment appropriate for this
dialect given the aliases of the columns to be write locked.
- getForUpdateString(String, LockOptions) - Method in class org.hibernate.dialect.Dialect
-
Get the FOR UPDATE OF column_list fragment appropriate for this
dialect given the aliases of the columns to be write locked.
- getForUpdateString() - Method in class org.hibernate.dialect.FrontBaseDialect
-
FrontBase doesn't support this syntax, which was dropped with SQL92.
- getForUpdateString() - Method in class org.hibernate.dialect.H2Dialect
-
- getForUpdateString() - Method in class org.hibernate.dialect.HSQLDialect
-
- getForUpdateString() - Method in class org.hibernate.dialect.InterbaseDialect
-
- getForUpdateString(String) - Method in class org.hibernate.dialect.InterbaseDialect
-
- getForUpdateString() - Method in class org.hibernate.dialect.MckoiDialect
-
- getForUpdateString(String) - Method in class org.hibernate.dialect.MySQL8Dialect
-
- getForUpdateString() - Method in class org.hibernate.dialect.MySQLDialect
-
- getForUpdateString(String) - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getForUpdateString(String) - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getForUpdateString() - Method in class org.hibernate.dialect.Oracle9iDialect
-
- getForUpdateString() - Method in class org.hibernate.dialect.PointbaseDialect
-
- getForUpdateString(String) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- getForUpdateString(String, LockOptions) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- getForUpdateString() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- getForUpdateString() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
Since the RDMS-JDBC driver does not support for updates, this string is
set to an empty string.
- getForUpdateString() - Method in class org.hibernate.dialect.SybaseASE157Dialect
-
- getForUpdateString(String) - Method in class org.hibernate.dialect.SybaseASE157Dialect
-
- getForUpdateString() - Method in class org.hibernate.dialect.TeradataDialect
-
Does this dialect support the FOR UPDATE syntax?
- getForUpdateString() - Method in class org.hibernate.dialect.TimesTenDialect
-
- getFromCache(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.DirectAccessRegion
-
Get value by key
- getFromCache(Object, SharedSessionContractImplementor) - Method in class org.hibernate.cache.spi.support.DirectAccessRegionTemplate
-
- getFromCache(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.support.StorageAccess
-
Get an item from the cache.
- getFromCache(Object, SharedSessionContractImplementor) - Method in class org.hibernate.testing.cache.MapStorageAccessImpl
-
- getFromMappedBy(String, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
- getFullPath() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
-
Access to the full path as a String
- getFullPath() - Method in class org.hibernate.loader.PropertyPath
-
- getFullPath() - Method in class org.hibernate.metamodel.model.domain.NavigableRole
-
- getFunction(CriteriaQuery) - Method in class org.hibernate.criterion.AggregateProjection
-
- getFunction(String, CriteriaQuery) - Method in class org.hibernate.criterion.AggregateProjection
-
- getFunction(CriteriaQuery) - Method in class org.hibernate.criterion.RowCountProjection
-
- getFunction() - Method in class org.hibernate.envers.query.projection.AuditProjection.ProjectionData
-
- getFunctionName() - Method in class org.hibernate.criterion.AggregateProjection
-
- getFunctionName() - Method in enum org.hibernate.spatial.dialect.hana.HANASpatialFunctions
-
- getFunctions() - Method in class org.hibernate.dialect.Dialect
-
Retrieves a map of the dialect's registered functions
(functionName =>
SQLFunction
).
- getGenerated() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
-
Gets the value of the generated property.
- getGenerated() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Gets the value of the generated property.
- getGeneratedAnnotationFqcn() - Method in class org.hibernate.jpamodelgen.Context
-
- getGeneratedIdentity(ResultSet, String, Type, Dialect) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
-
Get the generated identifier when using identity columns
- GetGeneratedKeysDelegate - Class in org.hibernate.dialect.identity
-
Delegate for dealing with IDENTITY columns using JDBC3 getGeneratedKeys
- GetGeneratedKeysDelegate(PostInsertIdentityPersister, Dialect) - Constructor for class org.hibernate.dialect.identity.GetGeneratedKeysDelegate
-
- getGeneratedValue() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
-
Gets the value of the generatedValue property.
- getGeneratedValue() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
-
Gets the value of the generatedValue property.
- getGeneratedValueGeneratorName() - Method in interface org.hibernate.boot.model.IdGeneratorStrategyInterpreter.GeneratorNameDeterminationContext
-
- getGeneratedVersion() - Method in class org.hibernate.id.uuid.CustomVersionOneStrategy
-
- getGeneratedVersion() - Method in class org.hibernate.id.uuid.StandardRandomStrategy
-
A variant 4 (random) strategy
- getGeneratedVersion() - Method in interface org.hibernate.id.UUIDGenerationStrategy
-
Which variant, according to IETF RFC 4122, of UUID does this strategy generate? RFC 4122 defines
5 variants (though it only describes algorithms to generate 4):
1 = time based
2 = DCE based using POSIX UIDs
3 = name based (md5 hash)
4 = random numbers based
5 = name based (sha-1 hash)
Returning the values above should be reserved to those generators creating variants compliant with the
corresponding RFC definition; others can feel free to return other values as they see fit.
- getGenerationTiming() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
-
Obtain a description of if/when the attribute value is generated by the database.
- getGenerationTiming() - Method in class org.hibernate.tuple.CreationTimestampGeneration
-
- getGenerationTiming() - Method in class org.hibernate.tuple.GeneratedValueGeneration
-
- getGenerationTiming() - Method in interface org.hibernate.tuple.InDatabaseValueGenerationStrategy
-
When is this value generated : NEVER, INSERT, ALWAYS (INSERT+UPDATE)
- getGenerationTiming() - Method in interface org.hibernate.tuple.InMemoryValueGenerationStrategy
-
When is this value generated : NEVER, INSERT, ALWAYS (INSERT+UPDATE)
- getGenerationTiming() - Method in class org.hibernate.tuple.UpdateTimestampGeneration
-
- getGenerationTiming() - Method in interface org.hibernate.tuple.ValueGeneration
-
When is this value generated : NEVER, INSERT, ALWAYS (INSERT+UPDATE)
- getGenerationTiming() - Method in class org.hibernate.tuple.VmValueGeneration
-
- getGenerator() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
-
Gets the value of the generator property.
- getGenerator() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
-
Gets the value of the generator property.
- getGenerator() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
-
Gets the value of the generator property.
- getGenerator() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbGeneratedValue
-
Gets the value of the generator property.
- getGenerator() - Method in class org.hibernate.jpamodelgen.xml.jaxb.GeneratedValue
-
Gets the value of the generator property.
- getGeneratorName() - Method in interface org.hibernate.boot.model.source.spi.CollectionIdSource
-
Obtain the name of the identifier value generator.
- getGetGeneratedKeysEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- getGetter(Class) - Method in class org.hibernate.mapping.Property
-
- getGetter() - Method in interface org.hibernate.property.access.spi.PropertyAccess
-
Obtain the delegate for getting values for the described persistent property
- getGetter(int) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
-
- getGetter(int) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- getGetter(int) - Method in interface org.hibernate.tuple.Tuplizer
-
Retrieve the getter for the specified property.
- getGrant() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity
-
Gets the value of the grant property.
- getGraph() - Method in class org.hibernate.engine.query.spi.EntityGraphQueryHint
-
- getGraph() - Method in class org.hibernate.engine.spi.EffectiveEntityGraph
-
- getGraph() - Method in interface org.hibernate.graph.spi.AppliedGraph
-
The applied graph
- getGraphAttributeNodes() - Method in interface org.hibernate.graph.Graph
-
- getGraphedType() - Method in interface org.hibernate.graph.Graph
-
Graphs apply only to ManagedTypes.
- getGraphedType() - Method in interface org.hibernate.graph.spi.GraphImplementor
-
- getGraphSemantic() - Method in class org.hibernate.engine.query.spi.EntityGraphQueryHint
-
- getGroupBy() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getGroupPropertyName() - Method in enum org.hibernate.cfg.beanvalidation.GroupsPerOperation.Operation
-
- getHashCode(Object) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- getHashCode(Object) - Method in class org.hibernate.type.AbstractType
-
- getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractType
-
- getHashCode(Object) - Method in class org.hibernate.type.CollectionType
-
- getHashCode(Object) - Method in class org.hibernate.type.ComponentType
-
- getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
-
- getHashCode(Object) - Method in class org.hibernate.type.CompositeCustomType
-
- getHashCode(Object) - Method in class org.hibernate.type.CustomType
-
- getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
-
- getHashCode(Object) - Method in interface org.hibernate.type.Type
-
Get a hash code, consistent with persistence "equality".
- getHashCode(Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
-
Get a hash code, consistent with persistence "equality".
- getHavingSridSQL(String) - Method in interface org.hibernate.spatial.dialect.cockroachdb.CockroachSpatialDialectTrait
-
- getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.db2.DB2SpatialDialect
-
- getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBDialect
-
- getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.hana.HANASpatialDialect
-
- getHavingSridSQL(String) - Method in interface org.hibernate.spatial.dialect.mariadb.MariaDBSpatialDialectTrait
-
- getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.mysql.MySQL56SpatialDialect
-
- getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.mysql.MySQL5SpatialDialect
-
- getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.mysql.MySQL8SpatialDialect
-
- getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.mysql.MySQLSpatialDialect
-
- getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatial10gDialect
-
- getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatialSDO10gDialect
-
- getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisNoSQLMM
-
- getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG82Dialect
-
- getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG91Dialect
-
Returns the SQL fragment when parsing a HavingSridExpression
.
- getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG92Dialect
-
Returns the SQL fragment when parsing a HavingSridExpression
.
- getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG93Dialect
-
Returns the SQL fragment when parsing a HavingSridExpression
.
- getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG94Dialect
-
Returns the SQL fragment when parsing a HavingSridExpression
.
- getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG9Dialect
-
Returns the SQL fragment when parsing a HavingSridExpression
.
- getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisSupport
-
Returns the SQL fragment when parsing a HavingSridExpression
.
- getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008SpatialDialect
-
- getHavingSridSQL(String) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2012SpatialDialect
-
- getHavingSridSQL(String) - Method in interface org.hibernate.spatial.SpatialDialect
-
Returns the SQL fragment when parsing a HavingSridExpression
.
- getHibernateFirstResult() - Method in interface org.hibernate.Query
-
- getHibernateFlushMode() - Method in interface org.hibernate.BasicQueryContract
-
Deprecated.
Obtain the FlushMode in effect for this query.
- getHibernateFlushMode() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getHibernateFlushMode() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Get the current flush mode for this session.
- getHibernateFlushMode() - Method in interface org.hibernate.Query
-
Deprecated.
Obtain the FlushMode in effect for this query.
- getHibernateFlushMode() - Method in interface org.hibernate.query.Query
-
- getHibernateFlushMode() - Method in interface org.hibernate.query.spi.QueryProducerImplementor
-
- getHibernateFlushMode() - Method in interface org.hibernate.Session
-
Get the current flush mode for this session.
- getHibernateLazyInitializer() - Method in interface org.hibernate.proxy.HibernateProxy
-
Get the underlying lazy initialization handler.
- getHibernateLazyInitializer() - Method in class org.hibernate.proxy.map.MapProxy
-
- getHibernateMaxResults() - Method in interface org.hibernate.Query
-
- getHibernateQuery() - Method in interface org.hibernate.jpa.HibernateQuery
-
Gives access to the underlying Hibernate query object..
- getHibernateType() - Method in class org.hibernate.engine.query.spi.AbstractParameterDescriptor
-
- getHibernateType() - Method in class org.hibernate.jpa.spi.TupleBuilderTransformer.HqlTupleElementImpl
-
- getHibernateType() - Method in interface org.hibernate.metamodel.model.domain.spi.EmbeddedTypeDescriptor
-
- getHibernateType() - Method in interface org.hibernate.procedure.spi.ParameterRegistrationImplementor
-
Access to the Hibernate type for this parameter registration
- getHibernateType() - Method in interface org.hibernate.query.QueryParameter
-
Get the Hibernate Type associated with this parameter.
- getHibernateTypeName(int) - Method in class org.hibernate.dialect.Dialect
-
Get the name of the Hibernate
Type
associated with the given
Types
type code.
- getHibernateTypeName(int, int, int, int) - Method in class org.hibernate.dialect.Dialect
-
Get the name of the Hibernate
Type
associated
with the given
Types
typecode with the given storage
specification parameters.
- getHierarchy() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
-
Get the hierarchy this belongs to.
- getHierarchyInheritanceType() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
-
The inheritance type/strategy for the hierarchy.
- getHint() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQuery
-
Gets the value of the hint property.
- getHint() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedQuery
-
Gets the value of the hint property.
- getHint() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQuery
-
Gets the value of the hint property.
- getHint() - Method in interface org.hibernate.boot.jaxb.mapping.spi.NamedQuery
-
- getHint() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
-
Gets the value of the hint property.
- getHint() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
-
Gets the value of the hint property.
- getHint() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
-
Gets the value of the hint property.
- getHintName() - Method in class org.hibernate.engine.query.spi.EntityGraphQueryHint
-
- getHintsMap() - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
-
- getHintsMap() - Method in interface org.hibernate.procedure.ProcedureCallMemento
-
Access to any hints associated with the memento.
- getHitCount() - Method in interface org.hibernate.stat.CacheRegionStatistics
-
The number of successful cache look-ups against the region since the
last Statistics clearing
- getHitCount() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
-
Deprecated.
- getHiTime() - Method in class org.hibernate.id.AbstractUUIDGenerator
-
Unique down to millisecond
- getHiValue() - Method in class org.hibernate.id.enhanced.HiLoOptimizer
-
Getter for property 'upperLimit'.
- getHostingEntity() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
-
- getHostingEntity() - Method in interface org.hibernate.jpamodelgen.model.MetaAttribute
-
- getHostingEntity() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaAttribute
-
- getHQLQueryPlan(String, boolean, Map<String, Filter>) - Method in class org.hibernate.engine.query.spi.QueryPlanCache
-
Get the query plan for the given HQL query, creating it and caching it if not already cached
- getHydratedCompoundValueExtractor() - Method in interface org.hibernate.persister.walking.spi.AssociationAttributeDefinition
-
- getHydratedCompoundValueExtractor() - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
-
- getHydratedCompoundValueExtractor() - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
-
- getHydratedState() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityReferenceProcessingState
-
- getId() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the id property.
- getId() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
-
Gets the value of the id property.
- getId() - Method in interface org.hibernate.engine.spi.EntityEntry
-
- getId() - Method in class org.hibernate.envers.DefaultRevisionEntity
-
- getId() - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
-
- getId() - Method in class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
-
The id to be used in the database operation.
- getId() - Method in class org.hibernate.event.spi.PostDeleteEvent
-
- getId() - Method in class org.hibernate.event.spi.PostInsertEvent
-
- getId() - Method in class org.hibernate.event.spi.PostLoadEvent
-
- getId() - Method in class org.hibernate.event.spi.PostUpdateEvent
-
- getId() - Method in class org.hibernate.event.spi.PreLoadEvent
-
- getId() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
-
Gets the value of the id property.
- getId(Class<Y>) - Method in interface org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor
-
- getId() - Method in class org.hibernate.proxy.AbstractSerializableProxy
-
- getId() - Method in class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
-
- getId() - Method in class org.hibernate.proxy.pojo.javassist.SerializableProxy
-
- getId() - Method in class org.hibernate.testing.jdbc.DataSourceStub
-
- getIdByUniqueKey(Serializable, String, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getIdByUniqueKey(Serializable, String, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
- getIdClass() - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
-
- getIdClass() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the idClass property.
- getIdClass() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
-
Gets the value of the idClass property.
- getIdClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the idClass property.
- getIdClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
-
Gets the value of the idClass property.
- getIdClassSource() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSourceNonAggregatedComposite
-
Retrieve the source information for the
IdClass
definition
- getIdentifier(String, boolean, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy
-
Get an identifier for the specified details.
- getIdentifier() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeLazyAttributeInterceptor
-
The id of the entity instance this interceptor is associated with
- getIdentifier() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
-
- getIdentifier() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
-
- getIdentifier() - Method in class org.hibernate.cfg.ClassPropertyHolder
-
- getIdentifier() - Method in class org.hibernate.cfg.CollectionPropertyHolder
-
- getIdentifier() - Method in class org.hibernate.cfg.ComponentPropertyHolder
-
- getIdentifier() - Method in interface org.hibernate.cfg.PropertyHolder
-
- getIdentifier(Object, int) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Get the identifier of the given collection entry.
- getIdentifier() - Method in class org.hibernate.engine.spi.EntityKey
-
- getIdentifier(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getIdentifier() - Method in class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
-
- getIdentifier() - Method in class org.hibernate.event.spi.PreLoadEvent
-
- getIdentifier() - Method in class org.hibernate.mapping.IdentifierCollection
-
- getIdentifier() - Method in class org.hibernate.mapping.OneToOne
-
Returns the identifier.
- getIdentifier() - Method in class org.hibernate.mapping.PersistentClass
-
- getIdentifier() - Method in class org.hibernate.mapping.RootClass
-
- getIdentifier() - Method in class org.hibernate.mapping.Subclass
-
- getIdentifier(Object) - Method in interface org.hibernate.metadata.ClassMetadata
-
- getIdentifier(Object, SessionImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
-
- getIdentifier(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
-
Get the identifier of an instance (throw an exception if no identifier property)
- getIdentifier() - Method in exception org.hibernate.NonUniqueObjectException
-
- getIdentifier(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getIdentifier(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getIdentifier(Object) - Method in interface org.hibernate.persister.entity.EntityPersister
-
- getIdentifier(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the identifier of an instance (throw an exception if no identifier property)
- getIdentifier() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
- getIdentifier() - Method in interface org.hibernate.proxy.LazyInitializer
-
Retrieve the identifier value for the entity our owning proxy represents.
- getIdentifier() - Method in interface org.hibernate.secure.spi.PermissionCheckEntityInformation
-
Deprecated.
- getIdentifier(Object) - Method in interface org.hibernate.Session
-
Return the identifier value of the given entity as associated with this
session.
- getIdentifier() - Method in exception org.hibernate.StaleObjectStateException
-
- getIdentifier(Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- getIdentifier(Object, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- getIdentifier(Object) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
- getIdentifier(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
Extract the identifier value from the given entity.
- getIdentifier(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.EntityType
-
- getIdentifier() - Method in exception org.hibernate.UnresolvableObjectException
-
- getIdentifier() - Method in exception org.hibernate.WrongClassException
-
- getIdentifierAliases(Loadable, String) - Method in class org.hibernate.loader.ColumnEntityAliases
-
- getIdentifierAliases(Loadable, String) - Method in class org.hibernate.loader.DefaultEntityAliases
-
- getIdentifierAliases() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getIdentifierAliases(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getIdentifierAliases(String) - Method in interface org.hibernate.persister.entity.Loadable
-
Get the result set aliases used for the identifier columns, given a suffix
- getIdentifierAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitIdentifierColumnNameSource
-
Access to the AttributePath for the entity's identifier attribute.
- getIdentifierAttributeSource() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSourceAggregatedComposite
-
Obtain the source descriptor for the identifier attribute.
- getIdentifierAttributeSource() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSourceSimple
-
Obtain the source descriptor for the identifier attribute.
- getIdentifierColumnAlias(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getIdentifierColumnAlias(String) - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Generates the collection's identifier column aliases, based on the given
suffix.
- getIdentifierColumnName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getIdentifierColumnName() - Method in interface org.hibernate.persister.collection.SQLLoadableCollection
-
- getIdentifierColumnNames() - Method in interface org.hibernate.id.PostInsertIdentityPersister
-
- getIdentifierColumnNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getIdentifierColumnNames() - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
-
- getIdentifierColumnNames() - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
-
- getIdentifierColumnNames() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getIdentifierColumnNames() - Method in interface org.hibernate.persister.entity.Loadable
-
Get the names of columns used to persist the identifier
- getIdentifierColumnNames() - Method in interface org.hibernate.persister.entity.Queryable
-
Get the names of columns used to persist the identifier
- getIdentifierColumnReaders() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getIdentifierColumnReaders() - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
-
- getIdentifierColumnReaders() - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
-
- getIdentifierColumnReaders() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getIdentifierColumnReaderTemplates() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getIdentifierColumnReaderTemplates() - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
-
- getIdentifierColumnReaderTemplates() - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
-
- getIdentifierColumnReaderTemplates() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getIdentifierColumns(Criteria) - Method in interface org.hibernate.criterion.CriteriaQuery
-
Get the identifier column names of this entity
- getIdentifierColumns(Criteria) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getIdentifierColumnSpan() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getIdentifierDescription() - Method in interface org.hibernate.loader.plan.spi.EntityReference
-
Get the description of this entity's identifier descriptor.
- getIdentifierGenerator() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
-
Gets the value of the identifierGenerator property.
- getIdentifierGenerator(String) - Method in interface org.hibernate.boot.Metadata
-
- getIdentifierGenerator(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
-
- getIdentifierGenerator(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getIdentifierGenerator(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Get the identifier generator for the hierarchy
- getIdentifierGenerator() - Method in class org.hibernate.mapping.SimpleValue
-
Returns the cached identifierGenerator.
- getIdentifierGenerator() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getIdentifierGenerator() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Get the surrogate key generation strategy (optional operation)
- getIdentifierGenerator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getIdentifierGenerator() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Determine which identifier generation strategy is used for this entity.
- getIdentifierGenerator() - Method in interface org.hibernate.tuple.IdentifierAttribute
-
- getIdentifierGenerator() - Method in class org.hibernate.tuple.IdentifierProperty
-
- getIdentifierGeneratorClass(String) - Method in interface org.hibernate.id.factory.IdentifierGeneratorFactory
-
- getIdentifierGeneratorDescriptor() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSource
-
Obtain the identifier generator source.
- getIdentifierGeneratorFactory() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
-
- getIdentifierGeneratorFactory() - Method in interface org.hibernate.engine.spi.Mapping
-
- getIdentifierGeneratorFactory() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getIdentifierGeneratorProperties() - Method in class org.hibernate.mapping.SimpleValue
-
- getIdentifierGeneratorStrategy() - Method in class org.hibernate.mapping.IdGenerator
-
- getIdentifierGeneratorStrategy() - Method in class org.hibernate.mapping.SimpleValue
-
Returns the identifierGeneratorStrategy.
- getIdentifierGetter() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- getIdentifierGetter() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
Retrieve the getter for the identifier property.
- getIdentifierGetterMethodClass() - Method in class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
-
- getIdentifierGetterMethodClass() - Method in class org.hibernate.proxy.pojo.javassist.SerializableProxy
-
- getIdentifierGetterMethodName() - Method in class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
-
- getIdentifierGetterMethodName() - Method in class org.hibernate.proxy.pojo.javassist.SerializableProxy
-
- getIdentifierHelper() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
-
Obtain the helper for dealing with identifiers in this environment.
- getIdentifierHydratedForm() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityReferenceProcessingState
-
Obtain the hydrated form (the raw Type-read ResultSet values) of the entity's identifier
- getIdentifierMapper() - Method in class org.hibernate.mapping.MappedSuperclass
-
- getIdentifierMapper() - Method in class org.hibernate.mapping.PersistentClass
-
- getIdentifierMapper() - Method in class org.hibernate.mapping.Subclass
-
- getIdentifierMapperType() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- getIdentifierMethod - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
-
- getIdentifierOrUniqueKeyPropertyName(Mapping) - Method in class org.hibernate.type.EntityType
-
The name of the property on the associated entity to which our FK
refers
- getIdentifierOrUniqueKeyType(Mapping) - Method in class org.hibernate.type.EntityType
-
Determine the type of either (1) the identifier if we reference the
associated entity's PK or (2) the unique key to which we refer (i.e.
- getIdentifierProperty() - Method in class org.hibernate.mapping.MappedSuperclass
-
- getIdentifierProperty() - Method in class org.hibernate.mapping.PersistentClass
-
- getIdentifierProperty() - Method in class org.hibernate.mapping.RootClass
-
- getIdentifierProperty() - Method in class org.hibernate.mapping.Subclass
-
- getIdentifierProperty() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getIdentifierPropertyName(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
-
- getIdentifierPropertyName(String) - Method in interface org.hibernate.engine.spi.Mapping
-
- getIdentifierPropertyName(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getIdentifierPropertyName() - Method in interface org.hibernate.metadata.ClassMetadata
-
Get the name of the identifier property (or return null)
- getIdentifierPropertyName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getIdentifierPropertyName() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the name of the identifier property (or return null) - need not return the
name of an actual Java property
- getIdentifierSetterMethodClass() - Method in class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
-
- getIdentifierSetterMethodClass() - Method in class org.hibernate.proxy.pojo.javassist.SerializableProxy
-
- getIdentifierSetterMethodName() - Method in class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
-
- getIdentifierSetterMethodName() - Method in class org.hibernate.proxy.pojo.javassist.SerializableProxy
-
- getIdentifierSetterMethodParams() - Method in class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
-
- getIdentifierSetterMethodParams() - Method in class org.hibernate.proxy.pojo.javassist.SerializableProxy
-
- getIdentifierSource() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
-
Obtain source information about this entity's identifier.
- getIdentifierType(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
-
- getIdentifierType(Criteria) - Method in interface org.hibernate.criterion.CriteriaQuery
-
Get the identifier type of this entity
- getIdentifierType(String) - Method in interface org.hibernate.engine.spi.Mapping
-
- getIdentifierType(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getIdentifierType() - Method in class org.hibernate.hql.spi.id.inline.IdsClauseBuilder
-
- getIdentifierType() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
Getter for property 'identifierType'.
- getIdentifierType() - Method in class org.hibernate.id.enhanced.TableGenerator
-
Type mapping for the identifier.
- getIdentifierType() - Method in class org.hibernate.id.SequenceGenerator
-
Deprecated.
- getIdentifierType(Criteria) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getIdentifierType() - Method in class org.hibernate.mapping.Any
-
- getIdentifierType() - Method in interface org.hibernate.metadata.ClassMetadata
-
Get the identifier Hibernate type
- getIdentifierType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getIdentifierType() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Get the type of the surrogate key
- getIdentifierType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getIdentifierType() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the identifier type
- getIdentifierType() - Method in interface org.hibernate.persister.walking.spi.AnyMappingDefinition
-
Access to the type of the value that makes up the identifier portion of the AnyType.
- getIdentifierType() - Method in class org.hibernate.type.AnyType
-
- getIdentifierValue() - Method in class org.hibernate.mapping.Table
-
- getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
-
- getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.Chache71IdentityColumnSupport
-
- getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.CockroachDB1920IdentityColumnSupport
-
- getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.CUBRIDIdentityColumnSupport
-
- getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.DB2IdentityColumnSupport
-
- getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.H2IdentityColumnSupport
-
- getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.HANAIdentityColumnSupport
-
- getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.HSQLIdentityColumnSupport
-
- getIdentityColumnString(int) - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
-
The syntax used during DDL to define a column as being an IDENTITY of
a particular type.
- getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
-
- getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.InformixIdentityColumnSupport
-
- getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.Ingres10IdentityColumnSupport
-
- getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.JDataStoreIdentityColumnSupport
-
- getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.MySQLIdentityColumnSupport
-
- getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.Oracle12cIdentityColumnSupport
-
- getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.PostgreSQL10IdentityColumnSupport
-
- getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.PostgreSQL81IdentityColumnSupport
-
- getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.Teradata14IdentityColumnSupport
-
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.Cache71Dialect
-
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.CUBRIDDialect
-
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.DB2390Dialect
-
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.DB2400Dialect
-
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.DB2400V7R3Dialect
-
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.DB2Dialect
-
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.Dialect
-
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.H2Dialect
-
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.HSQLDialect
-
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.InformixDialect
-
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.Ingres10Dialect
-
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.Ingres9Dialect
-
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.JDataStoreDialect
-
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.MimerSQLDialect
-
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.MySQLDialect
-
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.Oracle12cDialect
-
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.PostgreSQL10Dialect
-
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.SQLServerDialect
-
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.SybaseAnywhereDialect
-
- getIdentityColumnSupport() - Method in class org.hibernate.dialect.Teradata14Dialect
-
- getIdentityInsertString() - Method in class org.hibernate.dialect.identity.CUBRIDIdentityColumnSupport
-
- getIdentityInsertString() - Method in class org.hibernate.dialect.identity.DB2IdentityColumnSupport
-
- getIdentityInsertString() - Method in class org.hibernate.dialect.identity.H2IdentityColumnSupport
-
- getIdentityInsertString() - Method in class org.hibernate.dialect.identity.HSQLIdentityColumnSupport
-
- getIdentityInsertString() - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
-
The keyword used to insert a generated value into an identity column (or null).
- getIdentityInsertString() - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
-
- getIdentityInsertString() - Method in class org.hibernate.dialect.identity.Ingres10IdentityColumnSupport
-
- getIdentityInsertString() - Method in class org.hibernate.dialect.identity.Oracle12cIdentityColumnSupport
-
- getIdentityInsertString() - Method in class org.hibernate.dialect.identity.Teradata14IdentityColumnSupport
-
- getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
-
- getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.Chache71IdentityColumnSupport
-
- getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.CockroachDB1920IdentityColumnSupport
-
- getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.CUBRIDIdentityColumnSupport
-
- getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.DB2390IdentityColumnSupport
-
- getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.DB2IdentityColumnSupport
-
- getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.H2IdentityColumnSupport
-
- getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.HANAIdentityColumnSupport
-
- getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.HSQLIdentityColumnSupport
-
- getIdentitySelectString(String, String, int) - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
-
Get the select command to use to retrieve the last generated IDENTITY
value for a particular table
- getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
-
- getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.InformixIdentityColumnSupport
-
- getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.Ingres9IdentityColumnSupport
-
- getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.JDataStoreIdentityColumnSupport
-
- getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.MySQLIdentityColumnSupport
-
- getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.PostgreSQL10IdentityColumnSupport
-
- getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.PostgreSQL81IdentityColumnSupport
-
- getIdentitySelectString() - Method in interface org.hibernate.id.PostInsertIdentityPersister
-
Get the database-specific SQL command to retrieve the last
generated IDENTITY value.
- getIdentitySelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getIdentityTable() - Method in class org.hibernate.mapping.PersistentClass
-
- getIdentityTable() - Method in class org.hibernate.mapping.UnionSubclass
-
- getIdentityTables() - Method in class org.hibernate.mapping.RootClass
-
- getIdGenerationTypeInterpreter() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
-
- getIdGenerationTypeInterpreter() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
- getIdOfOwnerOrNull(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
-
Get the id value from the owning entity key, usually the same as the key, but might be some
other property, in the case of property-ref
- getIds() - Method in class org.hibernate.hql.spi.id.cte.CteValuesListBuilder
-
- getIds() - Method in class org.hibernate.hql.spi.id.inline.IdsClauseBuilder
-
- getIdSelectParameterSpecifications() - Method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler.ProcessedWhereClause
-
- getIdTableCreationStatement() - Method in class org.hibernate.hql.spi.id.local.IdTableInfoImpl
-
- getIdTableDropStatement() - Method in class org.hibernate.hql.spi.id.local.IdTableInfoImpl
-
- getIdTableInfo(Queryable) - Method in class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
-
- getIdTableInfo(String) - Method in class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
-
- getIdTableSupport() - Method in class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
-
- getIdType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
-
Gets the value of the idType property.
- getIdType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
-
Gets the value of the idType property.
- getIdType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
-
Gets the value of the idType property.
- getIdType() - Method in interface org.hibernate.boot.model.IdGeneratorStrategyInterpreter.GeneratorNameDeterminationContext
-
The Java type of the attribute defining the id whose value is to
be generated.
- getIdType() - Method in interface org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor
-
- getImmutableEntityUpdateQueryHandlingMode() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getImmutableEntityUpdateQueryHandlingMode() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- getImplementation() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
- getImplementation(SharedSessionContractImplementor) - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
- getImplementation() - Method in interface org.hibernate.proxy.LazyInitializer
-
Return the underlying persistent object, initializing if necessary
- getImplementation(SharedSessionContractImplementor) - Method in interface org.hibernate.proxy.LazyInitializer
-
Return the underlying persistent object in the given session, or null if not contained in this session's
persistence context.
- getImplementors(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getImplementors(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
- getImplementors(String) - Method in interface org.hibernate.Metamodel
-
Given the name of an entity class, determine all the class and interface names by which it can be
referenced in an HQL query.
- getImplicitCacheAccessType() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
-
- getImplicitCacheAccessType() - Method in interface org.hibernate.boot.spi.MappingDefaults
-
The cache access type to use if none is specified
- getImplicitCacheAccessType() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
Access to any implicit cache AccessType.
- getImplicitCacheKeysFactory() - Method in class org.hibernate.cache.spi.support.RegionFactoryTemplate
-
- getImplicitCascadeStyleName() - Method in interface org.hibernate.boot.spi.MappingDefaults
-
Identifies the cascade style to apply to associations if none specified in the mapping.
- getImplicitCatalogName() - Method in interface org.hibernate.boot.spi.MappingDefaults
-
Identifies the database catalog name to use if none specified in the mapping.
- getImplicitDiscriminatorColumnName() - Method in interface org.hibernate.boot.spi.MappingDefaults
-
Identifies the column name to use for the discriminator column if none specified
in the mapping.
- getImplicitIdColumnName() - Method in interface org.hibernate.boot.spi.MappingDefaults
-
Identifies the column name to use for the identifier column if none specified in
the mapping.
- getImplicitNamingStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
-
- getImplicitNamingStrategy() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
- getImplicitPackageName() - Method in interface org.hibernate.boot.spi.MappingDefaults
-
Identifies the package name to use if none specified in the mapping.
- getImplicitPropertyAccessorName() - Method in interface org.hibernate.boot.spi.MappingDefaults
-
- getImplicitSchemaName() - Method in interface org.hibernate.boot.spi.MappingDefaults
-
Identifies the database schema name to use if none specified in the mapping.
- getImplicitTenantIdColumnName() - Method in interface org.hibernate.boot.spi.MappingDefaults
-
Identifies the column name to use for the tenant identifier column if none is
specified in the mapping.
- getImpliedActions() - Method in enum org.hibernate.secure.spi.PermissibleAction
-
Deprecated.
- getImport() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
-
Gets the value of the import property.
- getImportedClassName(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getImportedClassName(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
- getImportedClassName(String) - Method in interface org.hibernate.Metamodel
-
- getImportMap() - Method in class org.hibernate.type.spi.TypeConfiguration
-
- getImports() - Method in interface org.hibernate.boot.Metadata
-
Retrieves all defined imports (class renames).
- getImports() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
-
- getInclude() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
-
Gets the value of the include property.
- getInclude() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
-
Gets the value of the include property.
- getIncludedTable() - Method in class org.hibernate.mapping.DenormalizedTable
-
- getIncrementSize() - Method in class org.hibernate.boot.model.relational.Sequence
-
- getIncrementSize() - Method in class org.hibernate.id.enhanced.AbstractOptimizer
-
- getIncrementSize() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
-
The configured increment size
- getIncrementSize() - Method in interface org.hibernate.id.enhanced.Optimizer
-
Retrieves the defined increment size.
- getIncrementSize() - Method in class org.hibernate.id.enhanced.SequenceStructure
-
- getIncrementSize() - Method in class org.hibernate.id.enhanced.TableGenerator
-
The amount of increment to use.
- getIncrementSize() - Method in class org.hibernate.id.enhanced.TableStructure
-
- getIncrementSize() - Method in interface org.hibernate.tool.schema.extract.spi.SequenceInformation
-
- getIncrementValue() - Method in interface org.hibernate.tool.schema.extract.spi.SequenceInformation
-
Retrieve the extracted increment value defined for the sequence.
- getInDatabaseStrategy() - Method in class org.hibernate.tuple.entity.EntityMetamodel.GenerationStrategyPair
-
- getInDatabaseValueGenerationStrategies() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
-
Gets the value of the index property.
- getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the index property.
- getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Gets the value of the index property.
- getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
-
Gets the value of the index property.
- getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the index property.
- getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Gets the value of the index property.
- getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the index property.
- getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Gets the value of the index property.
- getIndex() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
-
Gets the value of the index property.
- getIndex() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
-
Gets the value of the index property.
- getIndex() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
-
Gets the value of the index property.
- getIndex() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTable
-
Gets the value of the index property.
- getIndex() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
-
Gets the value of the index property.
- getIndex(Object, int, CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Get the index of the given collection entry
- getIndex() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
-
Gets the value of the index property.
- getIndex() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
-
Gets the value of the index property.
- getIndex() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
-
Gets the value of the index property.
- getIndex() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Table
-
Gets the value of the index property.
- getIndex() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
-
Gets the value of the index property.
- getIndex() - Method in class org.hibernate.mapping.IndexedCollection
-
- getIndex(String) - Method in class org.hibernate.mapping.Table
-
- getIndex(Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
-
Retrieve the named IndexInformation
- getIndexColumnAliases(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getIndexColumnAliases(String) - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Generates the collection's index column aliases, based on the given
suffix.
- getIndexColumnNames() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getIndexColumnNames(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getIndexColumnNames() - Method in interface org.hibernate.persister.collection.QueryableCollection
-
Get the names of the collection index columns if
this is an indexed collection (optional operation)
- getIndexColumnNames(String) - Method in interface org.hibernate.persister.collection.QueryableCollection
-
Get the names of the collection index columns if
this is an indexed collection (optional operation),
aliased by the given table alias
- getIndexConstraintNames() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
-
- getIndexDefinition() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getIndexDefinition() - Method in interface org.hibernate.persister.walking.spi.CollectionDefinition
-
- getIndexedColumns() - Method in interface org.hibernate.tool.schema.extract.spi.IndexInformation
-
Obtain the columns indexed under this index.
- getIndexes(TableInformation) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
-
Extract information about indexes defined against the given table.
- getIndexes() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
-
Obtain an iterable over all the table's defined indexes.
- getIndexExporter() - Method in class org.hibernate.dialect.Dialect
-
- getIndexExporter() - Method in class org.hibernate.dialect.Teradata14Dialect
-
- getIndexForColumnName(String, ResultSet) - Method in class org.hibernate.engine.jdbc.ColumnNameCache
-
Deprecated.
Resolve the column name/alias to its index
- getIndexFormulas() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getIndexFormulas() - Method in interface org.hibernate.persister.collection.QueryableCollection
-
Get the index formulas if this is an indexed collection
(optional operation)
- getIndexGraph() - Method in interface org.hibernate.loader.plan.spi.CollectionReference
-
Retrieve the metadata about the index of this collection *as a FetchSource*.
- getIndexIdentifier() - Method in interface org.hibernate.tool.schema.extract.spi.IndexInformation
-
Obtain the identifier for this index.
- getIndexInOwner(String, String, Object, Map) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Search the persistence context for an index of the child object,
given a collection role
- getIndexIterator() - Method in class org.hibernate.mapping.DenormalizedTable
-
- getIndexIterator() - Method in class org.hibernate.mapping.Table
-
- getIndexManyToAny() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the indexManyToAny property.
- getIndexManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the indexManyToMany property.
- getIndexMetadata(String) - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
-
Deprecated.
- getIndexType() - Method in interface org.hibernate.metadata.CollectionMetadata
-
The collection index type (or null if the collection has no index)
- getIndexType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getIndexType() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Get the "index" type for a list or map (optional operation)
- getIndividualAttributeIdGenerator(String) - Method in interface org.hibernate.boot.model.source.spi.CompositeIdentifierSource
-
Handle silly SpecJ reading of the JPA spec.
- getInExpressionCountLimit() - Method in class org.hibernate.dialect.Dialect
-
Return the limit that the underlying database places on the number of elements in an IN
predicate.
- getInExpressionCountLimit() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getInExpressionCountLimit() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getInExpressionCountLimit() - Method in class org.hibernate.dialect.SQLServerDialect
-
- getInExpressionCountLimit() - Method in class org.hibernate.dialect.SybaseDialect
-
- getInExpressionCountLimit() - Method in class org.hibernate.dialect.TeradataDialect
-
- getInFlightAccess() - Method in interface org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor
-
- getInFlightAccess() - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
-
In-flight access to the managed type.
- getInheritance() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the inheritance property.
- getInheritance() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the inheritance property.
- getInheritanceStateOfSuperEntity(XClass, Map<XClass, InheritanceState>) - Static method in class org.hibernate.cfg.InheritanceState
-
- getInitCommands() - Method in class org.hibernate.boot.model.relational.Database
-
- getInitCommands() - Method in class org.hibernate.boot.model.relational.InitCommand
-
- getInitCommands() - Method in class org.hibernate.mapping.Table
-
- getInitializedLazyAttributeNames() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeLazyAttributeInterceptor
-
The names of all lazy attributes which have been initialized
- getInitializedLazyAttributeNames() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
-
- getInitializedLazyAttributeNames() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
-
- getInitializedLazyAttributeNames() - Method in interface org.hibernate.bytecode.enhance.spi.LazyPropertyInitializer.InterceptorImplementor
-
Deprecated.
- getInitializedLazyAttributeNames() - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
-
- getInitializer() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
Intended for internal use only.
- getInitialValue() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
-
Gets the value of the initialValue property.
- getInitialValue() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
-
Gets the value of the initialValue property.
- getInitialValue() - Method in class org.hibernate.boot.model.relational.Sequence
-
- getInitialValue() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
-
The configured initial value
- getInitialValue() - Method in class org.hibernate.id.enhanced.SequenceStructure
-
- getInitialValue() - Method in class org.hibernate.id.enhanced.TableGenerator
-
The initial value to use when we find no previous state in the
generator table corresponding to our sequence.
- getInitialValue() - Method in class org.hibernate.id.enhanced.TableStructure
-
- getInitialValue() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
-
Gets the value of the initialValue property.
- getInitialValue() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
-
Gets the value of the initialValue property.
- getInMemoryStrategy() - Method in class org.hibernate.tuple.entity.EntityMetamodel.GenerationStrategyPair
-
- getInMemoryValueGenerationStrategies() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getInputStream() - Method in interface org.hibernate.engine.jdbc.BinaryStream
-
Retrieve the input stream.
- getInputStreamForResource(String) - Method in class org.hibernate.jpamodelgen.util.xml.XmlParserHelper
-
Returns an input stream for the specified resource.
- getInsertCheckStyle() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getInsertCount() - Method in interface org.hibernate.stat.EntityStatistics
-
Number of times (since last Statistics clearing) this entity
has been inserted
- getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister, Dialect, boolean) - Method in class org.hibernate.id.IdentityGenerator
-
- getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister, Dialect, boolean) - Method in interface org.hibernate.id.PostInsertIdentifierGenerator
-
- getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister, Dialect, boolean) - Method in class org.hibernate.id.SelectGenerator
-
- getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister, Dialect, boolean) - Method in class org.hibernate.id.SequenceIdentityGenerator
-
Deprecated.
- getInsertResultCheckStyles() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getInstance() - Static method in class org.hibernate.testing.jdbc.SharedDriverManagerConnectionProviderImpl
-
- getInstance() - Static method in class org.hibernate.testing.util.ExceptionUtil
-
- getInstanceToLoad() - Method in class org.hibernate.event.spi.LoadEvent
-
- getInstantiationOptimizer() - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer
-
Retrieve the optimizer for calling an entity's constructor via reflection.
- getInstantiator() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- getInstrumentationMetadata() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getInstrumentationMetadata() - Method in interface org.hibernate.persister.entity.EntityPersister
-
- getInteger(String, String) - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
-
- getInteger(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read an integer.
- getIntegralDataTypeHolder(Class) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
-
- getIntegrators() - Method in interface org.hibernate.integrator.spi.IntegratorService
-
Retrieve all integrators.
- getIntegrators() - Method in interface org.hibernate.jpa.boot.spi.IntegratorProvider
-
- getInterceptor() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getInterceptor() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Get the interceptor to use by default for all sessions opened from this factory.
- getInterceptor() - Method in class org.hibernate.cfg.Configuration
-
- getInterceptor() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getInterceptor() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getInterceptor() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
- getInterceptor() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Retrieves the interceptor currently in use by this event source.
- getInterfaces() - Method in class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
-
- getInterfaces() - Method in class org.hibernate.proxy.pojo.javassist.SerializableProxy
-
- getInternalFetchProfile() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
-
- getInternalIdentifier() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
- getInternalIdentifier() - Method in interface org.hibernate.proxy.LazyInitializer
-
Retrieve the identifier value for the entity our owning proxy represents.
- getInverseForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
-
Gets the value of the inverseForeignKey property.
- getInverseForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
-
Gets the value of the inverseForeignKey property.
- getInverseJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
-
Gets the value of the inverseJoinColumn property.
- getInverseJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
-
Gets the value of the inverseJoinColumn property.
- getIP() - Method in class org.hibernate.id.AbstractUUIDGenerator
-
Unique in a local network
- getIsEmptySQL(String, boolean) - Method in interface org.hibernate.spatial.dialect.cockroachdb.CockroachSpatialDialectTrait
-
- getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.db2.DB2SpatialDialect
-
- getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBDialect
-
- getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.hana.HANASpatialDialect
-
- getIsEmptySQL(String, boolean) - Method in interface org.hibernate.spatial.dialect.mariadb.MariaDBSpatialDialectTrait
-
- getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.mysql.MySQL56SpatialDialect
-
- getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.mysql.MySQL5SpatialDialect
-
- getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.mysql.MySQL8SpatialDialect
-
- getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.mysql.MySQLSpatialDialect
-
- getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatial10gDialect
-
- getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatialSDO10gDialect
-
- getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.postgis.PostgisNoSQLMM
-
- getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG82Dialect
-
- getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG91Dialect
-
Returns the SQL fragment when parsing a IsEmptyExpression
or
IsNotEmpty
expression.
- getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG92Dialect
-
Returns the SQL fragment when parsing a IsEmptyExpression
or
IsNotEmpty
expression.
- getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG93Dialect
-
Returns the SQL fragment when parsing a IsEmptyExpression
or
IsNotEmpty
expression.
- getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG94Dialect
-
Returns the SQL fragment when parsing a IsEmptyExpression
or
IsNotEmpty
expression.
- getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG9Dialect
-
Returns the SQL fragment when parsing a IsEmptyExpression
or
IsNotEmpty
expression.
- getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.postgis.PostgisSupport
-
Returns the SQL fragment when parsing a IsEmptyExpression
or
IsNotEmpty
expression.
- getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008SpatialDialect
-
- getIsEmptySQL(String, boolean) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2012SpatialDialect
-
- getIsEmptySQL(String, boolean) - Method in interface org.hibernate.spatial.SpatialDialect
-
Returns the SQL fragment when parsing a IsEmptyExpression
or
IsNotEmpty
expression.
- getIsolatedConnection() - Method in interface org.hibernate.resource.transaction.spi.DdlTransactionIsolator
-
- getJaccPermissions(String) - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
-
- getJaccPermissionsByContextId() - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
-
- getJakartaGroupPropertyName() - Method in enum org.hibernate.cfg.beanvalidation.GroupsPerOperation.Operation
-
- getJakartaJpaHintName() - Method in enum org.hibernate.graph.GraphSemantic
-
- getJandexView() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
-
- getJandexView() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
- getJandexView() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
- getJandexView() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
-
- getJar() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
-
Gets the value of the jar property.
- getJarFile() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
-
Gets the value of the jarFile property.
- getJarFileUrls() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
- getJarFileUrls() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
-
- getJarFileUrls() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
-
- getJarFileUrls() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
-
- getJarURLFromURLEntry(URL, String) - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptorFactory
-
- getJarURLFromURLEntry(URL, String) - Method in interface org.hibernate.boot.archive.spi.ArchiveDescriptorFactory
-
Given a URL which defines an entry within a JAR (really any "bundled archive" such as a jar file, zip, etc)
and an entry within that JAR, find the URL to the JAR itself.
- getJarURLFromURLEntry(URL, String) - Method in class org.hibernate.osgi.OsgiArchiveDescriptorFactory
-
- getJavaDescriptor() - Method in interface org.hibernate.metamodel.model.convert.spi.EnumValueConverter
-
- getJavaDescriptor() - Method in class org.hibernate.type.descriptor.sql.BasicBinder
-
- getJavaDescriptor() - Method in class org.hibernate.type.descriptor.sql.BasicExtractor
-
- getJavaType() - Method in interface org.hibernate.boot.model.source.spi.HibernateTypeSource
-
Obtain the attribute's java type if possible.
- getJavaType() - Method in class org.hibernate.boot.model.source.spi.JdbcDataType
-
- getJavaType() - Method in class org.hibernate.jpa.spi.TupleBuilderTransformer.HqlTupleElementImpl
-
- getJavaType() - Method in interface org.hibernate.metamodel.model.domain.CollectionDomainType.Element
-
The Java type of the collection elements.
- getJavaType() - Method in interface org.hibernate.metamodel.model.domain.spi.SingularPersistentAttribute
-
- getJavaType() - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
-
- getJavaType() - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
-
Get the Java type described
- getJavaTypeClass() - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
-
- getJavaTypeClass() - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
-
- getJavaTypeDescriptor() - Method in class org.hibernate.type.AbstractStandardBasicType
-
- getJavaTypeDescriptorRegistry() - Method in interface org.hibernate.boot.model.convert.spi.JpaAttributeConverterCreationContext
-
- getJavaTypeDescriptorRegistry() - Method in class org.hibernate.type.spi.TypeConfiguration
-
- getJaxbRoot(InputStream, Class<T>, Schema) - Method in class org.hibernate.jpamodelgen.util.xml.XmlParserHelper
-
- getJdbcBatchSize() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getJdbcBatchSize() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- getJdbcBatchSize() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- getJdbcBatchSize() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- getJdbcBatchSize() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getJdbcBatchSize() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
-
Get the Session-level JDBC batch size.
- getJdbcBatchSize() - Method in interface org.hibernate.SharedSessionContract
-
Get the Session-level JDBC batch size for the current Session.
- getJdbcConnection() - Method in class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
-
- getJdbcConnection() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
-
- getJdbcConnectionAccess() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getJdbcConnectionAccess() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
-
- getJdbcContext() - Method in interface org.hibernate.resource.transaction.spi.DdlTransactionIsolator
-
- getJdbcCoordinator() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getJdbcCoordinator() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
- getJdbcDatabaseMetaData() - Method in class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
-
- getJdbcDatabaseMetaData() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
-
- getJdbcEnvironment() - Method in class org.hibernate.boot.model.relational.Database
-
- getJdbcEnvironment() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
-
Obtain the JDBC Environment from which this metadata came.
- getJdbcEnvironment() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
-
Obtain the JdbcEnvironment backing this JdbcServices instance.
- getJdbcEnvironment() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
-
- getJdbcEnvironment() - Method in class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
-
- getJdbcEnvironment() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
-
- getJdbcFetchSize() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getJdbcFetchSize() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- getJdbcFetchSize() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- getJdbcFetchSize() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- getJdbcRecommendedJavaTypeMapping(TypeConfiguration) - Method in interface org.hibernate.type.descriptor.sql.SqlTypeDescriptor
-
- getJdbcRecommendedJavaTypeMapping(TypeConfiguration) - Method in class org.hibernate.type.PostgresUUIDType.PostgresUUIDSqlTypeDescriptor
-
- getJdbcRecommendedSqlType(JdbcRecommendedSqlTypeMappingContext) - Method in class org.hibernate.spatial.GeolatteGeometryJavaTypeDescriptor
-
- getJdbcRecommendedSqlType(JdbcRecommendedSqlTypeMappingContext) - Method in interface org.hibernate.type.descriptor.java.BasicJavaDescriptor
-
Obtain the "recommended" SQL type descriptor for this Java type.
- getJdbcScrollableResultSetEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- getJdbcServices() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getJdbcServices() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getJdbcServices() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Get the JdbcServices.
- getJdbcServices() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
- getJdbcSessionContext() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getJdbcSessionContext() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
-
- getJdbcSessionOwner() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
-
- getJdbcTimeZone() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getJdbcTimeZone() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- getJdbcTimeZone() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getJdbcTimeZone() - Method in interface org.hibernate.type.descriptor.WrapperOptions
-
The JDBC
TimeZone
used when persisting Timestamp and DateTime properties into the database.
- getJdbcToHibernateTypeContributionMap() - Method in class org.hibernate.type.spi.TypeConfiguration
-
- getJdbcType() - Method in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
-
- getJdbcTypeCode() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
-
- getJdbcTypeCode() - Method in interface org.hibernate.metamodel.model.convert.spi.EnumValueConverter
-
- getJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
-
Gets the value of the join property.
- getJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the join property.
- getJoin() - Method in interface org.hibernate.boot.jaxb.hbm.spi.SecondaryTableContainer
-
- getJoin() - Method in class org.hibernate.cfg.Ejb3Column
-
- getJoinable() - Method in class org.hibernate.loader.OuterJoinableAssociation
-
- getJoinable() - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
-
- getJoinable() - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
-
- getJoinableType() - Method in class org.hibernate.loader.OuterJoinableAssociation
-
- getJoinClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
-
- getJoinClosureIterator() - Method in class org.hibernate.mapping.Subclass
-
- getJoinClosureSpan() - Method in class org.hibernate.mapping.PersistentClass
-
- getJoinClosureSpan() - Method in class org.hibernate.mapping.Subclass
-
- getJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAssociationOverride
-
Gets the value of the joinColumn property.
- getJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
-
Gets the value of the joinColumn property.
- getJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
-
Gets the value of the joinColumn property.
- getJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
-
Gets the value of the joinColumn property.
- getJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Gets the value of the joinColumn property.
- getJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
-
Gets the value of the joinColumn property.
- getJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
-
Gets the value of the joinColumn property.
- getJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
-
Gets the value of the joinColumn property.
- getJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
-
Gets the value of the joinColumn property.
- getJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
-
Gets the value of the joinColumn property.
- getJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Gets the value of the joinColumn property.
- getJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
-
Gets the value of the joinColumn property.
- getJoinedPropertyName() - Method in interface org.hibernate.loader.plan.spi.JoinDefinedByMetadata
-
- getJoinedPropertyType() - Method in interface org.hibernate.loader.plan.spi.JoinDefinedByMetadata
-
Get the property type of the joined property.
- getJoinedSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
-
Gets the value of the joinedSubclass property.
- getJoinedSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Gets the value of the joinedSubclass property.
- getJoinedSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the joinedSubclass property.
- getJoinFragment() - Method in class org.hibernate.sql.QuerySelect
-
- getJoinIterator() - Method in class org.hibernate.mapping.PersistentClass
-
- getJoinNumber(Property) - Method in class org.hibernate.mapping.PersistentClass
-
- getJoins(String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
- getJoins() - Method in interface org.hibernate.loader.plan.spi.QuerySpace
-
Obtain all joins which originate from this QuerySpace, in other words, all the joins which this QuerySpace is
the left-hand-side of.
- getJoinTable() - Method in interface org.hibernate.boot.jaxb.mapping.spi.AssociationAttribute
-
- getJoinTable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAssociationOverride
-
Gets the value of the joinTable property.
- getJoinTable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
-
Gets the value of the joinTable property.
- getJoinTable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
-
Gets the value of the joinTable property.
- getJoinTable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Gets the value of the joinTable property.
- getJoinTable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
-
Gets the value of the joinTable property.
- getJoinTable(XProperty) - Method in class org.hibernate.cfg.AbstractPropertyHolder
-
Get column overriding, property first, then parent, then holder
replace the placeholder 'collection&&element' with nothing
These rules are here to support both JPA 2 and legacy overriding rules.
- getJoinTable(XProperty) - Method in interface org.hibernate.cfg.PropertyHolder
-
return
- null if no join table is present,
- the join table if not overridden,
- the overridden join table otherwise
- getJoinTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
-
Gets the value of the joinTable property.
- getJoinTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
-
Gets the value of the joinTable property.
- getJoinTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
-
Gets the value of the joinTable property.
- getJoinTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Gets the value of the joinTable property.
- getJoinTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
-
Gets the value of the joinTable property.
- getJoinType(OuterJoinLoadable, PropertyPath, int, AssociationType, FetchMode, CascadeStyle, String, String[], boolean, int) - Method in class org.hibernate.loader.collection.BasicCollectionJoinWalker
-
- getJoinType(OuterJoinLoadable, PropertyPath, int, AssociationType, FetchMode, CascadeStyle, String, String[], boolean, int) - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
-
- getJoinType(AssociationType, FetchMode, PropertyPath, String, String[], boolean, int, CascadeStyle) - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
-
- getJoinType(String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getJoinType(OuterJoinLoadable, PropertyPath, int, AssociationType, FetchMode, CascadeStyle, String, String[], boolean, int) - Method in class org.hibernate.loader.entity.EntityJoinWalker
-
- getJoinType(OuterJoinLoadable, PropertyPath, int, AssociationType, FetchMode, CascadeStyle, String, String[], boolean, int) - Method in class org.hibernate.loader.JoinWalker
-
Determine the appropriate type of join (if any) to use to fetch the
given association.
- getJoinType(AssociationType, FetchMode, PropertyPath, String, String[], boolean, int, CascadeStyle) - Method in class org.hibernate.loader.JoinWalker
-
Determine the appropriate associationType of join (if any) to use to fetch the
given association.
- getJoinType(boolean, int) - Method in class org.hibernate.loader.JoinWalker
-
Use an inner join if it is a non-null association and this
is the "first" join in a series
- getJoinType() - Method in class org.hibernate.loader.OuterJoinableAssociation
-
- getJoinTypeValue() - Method in enum org.hibernate.sql.JoinType
-
- getJpaCallbackClasses() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
-
Access to the sources describing JPA lifecycle callbacks.
- getJpaCompliance() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getJpaCompliance() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
- getJpaCompliance() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- getJpaCompliance() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
-
- getJpaCompliance() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
-
- getJpaConnectionProviderProperties(String) - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
-
- getJpaConnectionProviderProperties() - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
-
- getJpaEntityName() - Method in interface org.hibernate.boot.model.naming.EntityNaming
-
The JPA-specific entity name.
- getJpaEntityName() - Method in class org.hibernate.cfg.annotations.NamedEntityGraphDefinition
-
- getJpaEntityName() - Method in class org.hibernate.mapping.PersistentClass
-
- getJpaHintName() - Method in enum org.hibernate.graph.GraphSemantic
-
- getJpaTempClassLoader() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
- getJpaTempClassLoader() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
-
- getJtaDataSource() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
- getJtaDataSource() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
-
Gets the value of the jtaDataSource property.
- getJtaDataSource() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
-
- getJtaDataSource() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
-
- getJtaDataSource() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
-
- getJtaPlatform() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- getJVM() - Method in class org.hibernate.id.AbstractUUIDGenerator
-
Unique across JVMs on this machine (unless they load this class
in the same quarter second - very unlikely)
- getJvmIdentifierBytes() - Static method in class org.hibernate.id.uuid.Helper
-
- getJvmIdentifierHexString() - Static method in class org.hibernate.id.uuid.Helper
-
- getJvmIdentifierInt() - Static method in class org.hibernate.id.uuid.Helper
-
- getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the key property.
- getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the key property.
- getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the key property.
- getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Gets the value of the key property.
- getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the key property.
- getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the key property.
- getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Gets the value of the key property.
- getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
Gets the value of the key property.
- getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the key property.
- getKey() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
-
- getKey() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Get the current collection key value
- getKey() - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
-
Retrieves the object being used to key (uniquely identify) this batch.
- getKey() - Method in class org.hibernate.engine.spi.CollectionEntry
-
- getKey() - Method in class org.hibernate.engine.spi.CollectionKey
-
- getKey() - Method in class org.hibernate.engine.spi.EntityUniqueKey
-
- getKey() - Method in class org.hibernate.mapping.Collection
-
- getKey() - Method in class org.hibernate.mapping.Join
-
- getKey() - Method in class org.hibernate.mapping.JoinedSubclass
-
- getKey() - Method in class org.hibernate.mapping.PersistentClass
-
- getKey() - Method in class org.hibernate.mapping.RootClass
-
- getKey() - Method in class org.hibernate.mapping.Subclass
-
- getKeyClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
-
- getKeyClosureIterator() - Method in class org.hibernate.mapping.RootClass
-
- getKeyClosureIterator() - Method in class org.hibernate.mapping.Subclass
-
- getKeyColumnAliases(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getKeyColumnAliases(String) - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Generates the collection's key column aliases, based on the given
suffix.
- getKeyColumnNames(Queryable, AbstractCollectionPersister) - Static method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler
-
- getKeyColumnNames() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getKeyColumnNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getKeyColumnNames() - Method in interface org.hibernate.persister.entity.Joinable
-
The columns to join on
- getKeyColumns(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getKeyColumns(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getKeyColumns(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getKeyColumns(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getKeyDefinition() - Method in class org.hibernate.mapping.ForeignKey
-
- getKeyGraphType() - Method in interface org.hibernate.metamodel.model.domain.PersistentAttribute
-
- getKeyGraphType() - Method in interface org.hibernate.metamodel.model.domain.spi.PersistentAttributeDescriptor
-
- getKeyOfOwner(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
-
Get the key value from the owning entity instance, usually the identifier, but might be some
other unique key, in the case of property-ref
- getKeyPropertyOrKeyManyToOne() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
-
Gets the value of the keyPropertyOrKeyManyToOne property.
- getKeys() - Method in class org.hibernate.boot.model.source.spi.ToolingHintContext
-
- getKeySource() - Method in interface org.hibernate.boot.model.source.spi.AnyMappingSource
-
- getKeySource() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
-
- getKeySubgraph() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedAttributeNode
-
Gets the value of the keySubgraph property.
- getKeySubgraph() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedAttributeNode
-
Gets the value of the keySubgraph property.
- getKeySubGraphMap() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
-
- getKeySubGraphs() - Method in interface org.hibernate.graph.AttributeNode
-
- getKeySubgraphs() - Method in interface org.hibernate.graph.AttributeNode
-
- getKeySubGraphs() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
-
- getKeySubgraphs() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
-
- getKeyType(DeclaredType, Context) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
-
- getKeyType() - Method in class org.hibernate.loader.collection.CollectionLoader
-
- getKeyType() - Method in class org.hibernate.loader.collection.plan.CollectionLoader
-
- getKeyType() - Method in interface org.hibernate.metadata.CollectionMetadata
-
The collection key type
- getKeyType() - Method in interface org.hibernate.metamodel.model.domain.spi.MapPersistentAttribute
-
- getKeyType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getKeyType() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Get the "key" type (the type of the foreign key)
- getKeywords() - Method in class org.hibernate.dialect.Dialect
-
- getLabel() - Method in interface org.hibernate.hql.spi.PositionalParameterInformation
-
- getLabel() - Method in class org.hibernate.param.PositionalParameterSpecification
-
- getLastSourceValue() - Method in class org.hibernate.id.enhanced.HiLoOptimizer
-
- getLastSourceValue() - Method in class org.hibernate.id.enhanced.LegacyHiLoAlgorithmOptimizer
-
- getLastSourceValue() - Method in class org.hibernate.id.enhanced.NoopOptimizer
-
- getLastSourceValue() - Method in interface org.hibernate.id.enhanced.Optimizer
-
A common means to access the last value obtained from the underlying
source.
- getLastSourceValue() - Method in class org.hibernate.id.enhanced.PooledLoOptimizer
-
- getLastSourceValue() - Method in class org.hibernate.id.enhanced.PooledLoThreadLocalOptimizer
-
- getLastSourceValue() - Method in class org.hibernate.id.enhanced.PooledOptimizer
-
- getLastValue() - Method in class org.hibernate.id.enhanced.HiLoOptimizer
-
Getter for property 'lastValue'.
- getLastValue() - Method in class org.hibernate.id.enhanced.LegacyHiLoAlgorithmOptimizer
-
Getter for property 'lastValue'.
- getLastValue() - Method in class org.hibernate.id.enhanced.PooledOptimizer
-
Getter for property 'lastValue'.
- getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the lazy property.
- getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the lazy property.
- getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
-
Gets the value of the lazy property.
- getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the lazy property.
- getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the lazy property.
- getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
-
Gets the value of the lazy property.
- getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Gets the value of the lazy property.
- getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the lazy property.
- getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
-
Gets the value of the lazy property.
- getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the lazy property.
- getLazy() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
-
- getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
-
- getLazyAttributeNames() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
-
- getLazyAttributesMetadata() - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
-
- getLazyAttributesMetadata() - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataNonPojoImpl
-
- getLazyAttributesMetadata() - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataPojoImpl
-
- getLazyGroup() - Method in class org.hibernate.mapping.Property
-
- getLazyIndex() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor
-
Access to the index of the attribute in terms of its position within the lazy attributes of the persister
- getLazyPropertyColumnAliases() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getLazyPropertyNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getLazyPropertyNumbers() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getLazyPropertyTypes() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getLeftHandSide() - Method in interface org.hibernate.loader.plan.spi.Join
-
Get the
QuerySpace
from the left-hand-side of the join.
- getLegacyTypeText() - Method in enum org.hibernate.boot.jaxb.SourceType
-
- getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Gets the value of the length property.
- getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
-
Gets the value of the length property.
- getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
-
Gets the value of the length property.
- getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
-
Gets the value of the length property.
- getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
-
Gets the value of the length property.
- getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
-
Gets the value of the length property.
- getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
-
Gets the value of the length property.
- getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
-
Gets the value of the length property.
- getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
-
Gets the value of the length property.
- getLength() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
-
Gets the value of the length property.
- getLength() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbDiscriminatorColumn
-
Gets the value of the length property.
- getLength() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
-
Gets the value of the length property.
- getLength() - Method in interface org.hibernate.boot.model.source.spi.SizeSource
-
The specified length.
- getLength() - Method in class org.hibernate.cfg.Ejb3Column
-
- getLength() - Method in class org.hibernate.criterion.ProjectionList
-
- getLength() - Method in interface org.hibernate.engine.jdbc.BinaryStream
-
Retrieve the length of the input stream
- getLength() - Method in interface org.hibernate.engine.jdbc.CharacterStream
-
Retrieve the number of characters.
- getLength() - Method in class org.hibernate.engine.jdbc.ClobProxy
-
- getLength() - Method in class org.hibernate.engine.jdbc.Size
-
- getLength() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
-
Gets the value of the length property.
- getLength() - Method in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
-
Gets the value of the length property.
- getLength() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
-
Gets the value of the length property.
- getLength() - Method in class org.hibernate.mapping.Column
-
- getLhsAlias() - Method in class org.hibernate.loader.OuterJoinableAssociation
-
- getLHSPropertyName() - Method in class org.hibernate.type.AnyType
-
- getLHSPropertyName() - Method in interface org.hibernate.type.AssociationType
-
Get the name of a property in the owning entity
that provides the join key (null if the identifier)
- getLHSPropertyName() - Method in class org.hibernate.type.CollectionType
-
- getLHSPropertyName() - Method in class org.hibernate.type.EntityType
-
- getLifecycleOwner() - Method in class org.hibernate.service.spi.ServiceBinding
-
- getLimitHandler() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- getLimitHandler() - Method in class org.hibernate.dialect.Cache71Dialect
-
- getLimitHandler() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- getLimitHandler() - Method in class org.hibernate.dialect.CUBRIDDialect
-
- getLimitHandler() - Method in class org.hibernate.dialect.DB2390Dialect
-
- getLimitHandler() - Method in class org.hibernate.dialect.DB2Dialect
-
- getLimitHandler() - Method in class org.hibernate.dialect.DerbyDialect
-
Deprecated.
- getLimitHandler() - Method in class org.hibernate.dialect.Dialect
-
Returns the delegate managing LIMIT clause.
- getLimitHandler() - Method in class org.hibernate.dialect.FirebirdDialect
-
- getLimitHandler() - Method in class org.hibernate.dialect.H2Dialect
-
- getLimitHandler() - Method in class org.hibernate.dialect.HSQLDialect
-
- getLimitHandler() - Method in class org.hibernate.dialect.Informix10Dialect
-
- getLimitHandler() - Method in class org.hibernate.dialect.InformixDialect
-
- getLimitHandler() - Method in class org.hibernate.dialect.IngresDialect
-
- getLimitHandler() - Method in class org.hibernate.dialect.InterbaseDialect
-
- getLimitHandler() - Method in class org.hibernate.dialect.MySQLDialect
-
- getLimitHandler() - Method in class org.hibernate.dialect.Oracle12cDialect
-
- getLimitHandler() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getLimitHandler() - Method in class org.hibernate.dialect.Oracle9iDialect
-
- getLimitHandler() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- getLimitHandler() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
- getLimitHandler() - Method in class org.hibernate.dialect.SQLServerDialect
-
- getLimitHandler() - Method in class org.hibernate.dialect.SybaseASE157Dialect
-
- getLimitHandler() - Method in class org.hibernate.dialect.TimesTenDialect
-
- getLimitHandler(RowSelection) - Method in class org.hibernate.loader.Loader
-
Build LIMIT clause handler applicable for given selection criteria.
- getLimitString(String, boolean) - Method in class org.hibernate.dialect.AbstractHANADialect
-
- getLimitString(String, boolean) - Method in class org.hibernate.dialect.Cache71Dialect
-
- getLimitString(String, boolean) - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- getLimitString(String, int, int) - Method in class org.hibernate.dialect.DB2390Dialect
-
- getLimitString(String, int, int) - Method in class org.hibernate.dialect.DB2400Dialect
-
- getLimitString(String, int, int) - Method in class org.hibernate.dialect.DB2400V7R3Dialect
-
- getLimitString(String, int, int) - Method in class org.hibernate.dialect.DB2Dialect
-
- getLimitString(String, int, int) - Method in class org.hibernate.dialect.DerbyDialect
-
Deprecated.
Given a limit and an offset, apply the limit clause to the query.
- getLimitString(String, int, int) - Method in class org.hibernate.dialect.Dialect
-
- getLimitString(String, boolean) - Method in class org.hibernate.dialect.Dialect
-
- getLimitString(String, boolean) - Method in class org.hibernate.dialect.FirebirdDialect
-
- getLimitString(String, boolean) - Method in class org.hibernate.dialect.H2Dialect
-
- getLimitString(String, boolean) - Method in class org.hibernate.dialect.HSQLDialect
-
- getLimitString(String, int, int) - Method in class org.hibernate.dialect.InformixDialect
-
- getLimitString(String, int, int) - Method in class org.hibernate.dialect.Ingres9Dialect
-
- getLimitString(String, int, int) - Method in class org.hibernate.dialect.IngresDialect
-
- getLimitString(String, boolean) - Method in class org.hibernate.dialect.InterbaseDialect
-
- getLimitString(String, boolean) - Method in class org.hibernate.dialect.MySQLDialect
-
- getLimitString(String, boolean) - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getLimitString(String, boolean) - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getLimitString(String, boolean) - Method in class org.hibernate.dialect.Oracle9iDialect
-
- getLimitString(String, boolean) - Method in class org.hibernate.dialect.OracleDialect
-
Deprecated.
- getLimitString(String, boolean) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- getLimitString(String, int, int) - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
- getLimitString(String, int, int) - Method in class org.hibernate.dialect.SQLServerDialect
-
- getLimitString(String, int, int) - Method in class org.hibernate.dialect.TimesTenDialect
-
- getLineNumber() - Method in class org.hibernate.jpamodelgen.util.xml.ContextProvidingValidationEventHandler
-
- getLinkedSession() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
-
- getLinkedSession() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.SessionAssociableInterceptor
-
- getList(String, Class<E>) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
-
- getList(String) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
-
- getListener() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType
-
Gets the value of the listener property.
- getListener() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
-
Gets the value of the listener property.
- getListenerRegistry() - Method in class org.hibernate.event.spi.EventEngine
-
- getListIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the listIndex property.
- getListIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the listIndex property.
- getListIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Gets the value of the listIndex property.
- getLiteralPrefix() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
-
- getLiteralSuffix() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
-
- getLoadContexts() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Retrieve this persistence context's managed load context.
- getLoadCount() - Method in interface org.hibernate.stat.CollectionStatistics
-
Number of times (since last Statistics clearing) this collection
has been loaded
- getLoadCount() - Method in interface org.hibernate.stat.EntityStatistics
-
Number of times (since last Statistics clearing) this entity
has been loaded
- getLoadedCollectionOwnerIdOrNull(PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Get the ID for the entity that owned this persistent collection when it was loaded
- getLoadedCollectionOwnerOrNull(PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Get the entity that owned this persistent collection when it was loaded
- getLoadedCollectionPersister(PersistentCollection, EventSource) - Static method in class org.hibernate.event.spi.AbstractCollectionEvent
-
- getLoadedElementsIterator(SharedSessionContractImplementor, CollectionType, Object) - Static method in class org.hibernate.engine.spi.CascadingActions
-
Iterate just the elements of the collection that are already there.
- getLoadedKey() - Method in class org.hibernate.engine.spi.CollectionEntry
-
- getLoadedOwnerIdOrNull(PersistentCollection, EventSource) - Static method in class org.hibernate.event.spi.AbstractCollectionEvent
-
- getLoadedOwnerOrNull(PersistentCollection, EventSource) - Static method in class org.hibernate.event.spi.AbstractCollectionEvent
-
- getLoadedPersister() - Method in class org.hibernate.engine.spi.CollectionEntry
-
This is only available late during the flush cycle
- getLoadedState() - Method in interface org.hibernate.engine.spi.EntityEntry
-
- getLoadedValue() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
-
Get the loaded value of this attribute.
- getLoadedValue(String) - Method in interface org.hibernate.engine.spi.EntityEntry
-
- getLoader() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
-
- getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the loader property.
- getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the loader property.
- getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
-
Gets the value of the loader property.
- getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the loader property.
- getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Gets the value of the loader property.
- getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the loader property.
- getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the loader property.
- getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Gets the value of the loader property.
- getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the loader property.
- getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the loader property.
- getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
Gets the value of the loader property.
- getLoader() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
-
- getLoaderByLockMode(LockMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getLoaderName() - Method in class org.hibernate.mapping.Collection
-
- getLoaderName() - Method in class org.hibernate.mapping.PersistentClass
-
- getLoadGraph() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
-
- getLoadingClassLoader() - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
-
- getLoadingClassLoader() - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
-
Obtain access to the ClassLoader that can be used to load Class references.
- getLoadingClassLoader() - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
-
- getLoadPlan() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext
-
- getLoadQueryInfluencers() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getLoadQueryInfluencers() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Get the load query influencers associated with this session.
- getLoadQueryInfluencers() - Method in class org.hibernate.loader.JoinWalker
-
- getLoadQueryInfluencers() - Method in class org.hibernate.loader.OuterJoinLoader
-
- getLob() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
-
Gets the value of the lob property.
- getLob() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Gets the value of the lob property.
- getLob() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
-
Gets the value of the lob property.
- getLob() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Gets the value of the lob property.
- getLobCodeTypeMapping(int) - Static method in class org.hibernate.type.descriptor.sql.LobTypeMappings
-
- getLobCreator(LobCreationContext) - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
-
Create an instance of a
LobCreator
appropriate for the current environment, mainly meant to account for
variance between JDBC 4 (<= JDK 1.6) and JDBC3 (>= JDK 1.5).
- getLobCreator() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getLobCreator(Session) - Static method in class org.hibernate.Hibernate
-
Obtain a lob creator for the given session.
- getLobCreator(SharedSessionContractImplementor) - Static method in class org.hibernate.Hibernate
-
Obtain a lob creator for the given session.
- getLobCreator(SessionImplementor) - Static method in class org.hibernate.Hibernate
-
Obtain a lob creator for the given session.
- getLobCreator(LobCreationContext) - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
-
- getLobCreator() - Method in interface org.hibernate.type.descriptor.WrapperOptions
-
- getLobCreatorBuilder() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
-
Retrieve the delegate for building
LobCreator
instances.
- getLobHelper() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getLobHelper() - Method in interface org.hibernate.Session
-
Retrieve this session's helper/delegate for creating LOB instances.
- getLobMergeStrategy() - Method in class org.hibernate.dialect.Dialect
-
- getLobMultiplier() - Method in class org.hibernate.engine.jdbc.Size
-
- getLocale(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a Locale.
- getLocalMetadataBuildingContext() - Method in interface org.hibernate.boot.model.source.spi.AttributeSourceContainer
-
Obtain the local binding context associated with this container.
- getLocalMetadataBuildingContext() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
-
Obtain the metadata-building context local to this entity source.
- getLocalResourceName() - Method in class org.hibernate.boot.xsd.XsdDescriptor
-
- getLocalSynchronizations() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
-
Get access to the local registry of Synchronization instances
- getLocatedClasses() - Method in interface org.hibernate.boot.archive.scan.spi.ScanResult
-
Returns descriptors for all classes discovered as part of the scan
- getLocatedMappingFiles() - Method in interface org.hibernate.boot.archive.scan.spi.ScanResult
-
Returns descriptors for all mapping files discovered as part of the scan
- getLocatedPackages() - Method in interface org.hibernate.boot.archive.scan.spi.ScanResult
-
Returns descriptors for all packages discovered as part of the scan
- getLockable() - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
-
- getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.Cache71Dialect
-
- getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.Dialect
-
Get a strategy instance which knows how to acquire a database-level lock
of the specified mode for this dialect.
- getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.FrontBaseDialect
-
- getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.HSQLDialect
-
For HSQLDB 2.0, this is a copy of the base class implementation.
- getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.MckoiDialect
-
- getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.PointbaseDialect
-
- getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
- getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.TimesTenDialect
-
- getLockMode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
-
Gets the value of the lockMode property.
- getLockMode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
-
Gets the value of the lockMode property.
- getLockMode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
-
Gets the value of the lockMode property.
- getLockMode() - Method in interface org.hibernate.boot.jaxb.hbm.spi.NativeQueryNonScalarRootReturn
-
Access the LockMode associated with this return
- getLockMode() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedQuery
-
Gets the value of the lockMode property.
- getLockMode() - Method in interface org.hibernate.boot.jaxb.mapping.spi.NamedQuery
-
- getLockMode(String) - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
-
- getLockMode() - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
-
- getLockMode() - Method in class org.hibernate.dialect.lock.OptimisticForceIncrementLockingStrategy
-
- getLockMode() - Method in class org.hibernate.dialect.lock.OptimisticLockingStrategy
-
- getLockMode() - Method in class org.hibernate.dialect.lock.PessimisticForceIncrementLockingStrategy
-
Retrieve the specific lock mode defined.
- getLockMode() - Method in class org.hibernate.dialect.lock.PessimisticReadUpdateLockingStrategy
-
- getLockMode() - Method in class org.hibernate.dialect.lock.PessimisticWriteUpdateLockingStrategy
-
- getLockMode() - Method in class org.hibernate.dialect.lock.UpdateLockingStrategy
-
- getLockMode() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryNonScalarReturn
-
Retrieve the lock-mode to apply to this return
- getLockMode() - Method in interface org.hibernate.engine.spi.EntityEntry
-
- getLockMode(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getLockMode() - Method in class org.hibernate.event.spi.LoadEvent
-
- getLockMode() - Method in class org.hibernate.event.spi.LockEvent
-
- getLockMode() - Method in class org.hibernate.event.spi.RefreshEvent
-
- getLockMode() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
-
Gets the value of the lockMode property.
- getLockMode() - Method in class org.hibernate.loader.custom.NonScalarReturn
-
- getLockMode() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityKeyResolutionContext
-
- getLockMode() - Method in interface org.hibernate.loader.plan.exec.query.spi.QueryBuildingParameters
-
Gets the lock mode.
- getLockMode() - Method in class org.hibernate.LockOptions
-
Retrieve the overall lock mode in effect for this set of options.
- getLockMode() - Method in interface org.hibernate.Session.LockRequest
-
Get the lock mode.
- getLockMode() - Method in class org.hibernate.sql.Select
-
- getLockModeArray() - Method in class org.hibernate.loader.JoinWalker
-
- getLockModeOptions() - Method in class org.hibernate.loader.JoinWalker
-
- getLockModes(LockOptions) - Method in class org.hibernate.loader.criteria.CriteriaLoader
-
- getLockModes(LockOptions) - Method in class org.hibernate.loader.custom.CustomLoader
-
- getLockModes(LockOptions) - Method in class org.hibernate.loader.hql.QueryLoader
-
- getLockModes(LockOptions) - Method in class org.hibernate.loader.Loader
-
What lock options does this load entities with?
- getLockModes(LockOptions) - Method in class org.hibernate.loader.OuterJoinLoader
-
- getLockOptions() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
-
- getLockOptions() - Method in class org.hibernate.engine.spi.QueryParameters
-
- getLockOptions() - Method in class org.hibernate.event.spi.LoadEvent
-
- getLockOptions() - Method in class org.hibernate.event.spi.LockEvent
-
- getLockOptions() - Method in class org.hibernate.event.spi.RefreshEvent
-
- getLockOptions() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
-
- getLockOptions() - Method in class org.hibernate.loader.OuterJoinLoader
-
- getLockOptions() - Method in interface org.hibernate.loader.plan.exec.query.spi.QueryBuildingParameters
-
Gets the lock options.
- getLockOptions() - Method in interface org.hibernate.persister.entity.MultiLoadOptions
-
Specify the lock options applied during loading.
- getLockOptions() - Method in interface org.hibernate.Query
-
Deprecated.
Obtains the LockOptions in effect for this query.
- getLockOptions() - Method in interface org.hibernate.query.Query
-
- getLockOptions() - Method in class org.hibernate.sql.Select
-
Get the current lock options
- getLockRequest(LockModeType, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getLockRequest(LockModeType, Map<String, Object>) - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor
-
- getLockScope() - Method in class org.hibernate.event.spi.LoadEvent
-
- getLockScope() - Method in class org.hibernate.event.spi.LockEvent
-
- getLockScope() - Method in class org.hibernate.event.spi.RefreshEvent
-
- getLockTimeout() - Method in class org.hibernate.event.spi.LoadEvent
-
- getLockTimeout() - Method in class org.hibernate.event.spi.LockEvent
-
- getLockTimeout() - Method in class org.hibernate.event.spi.RefreshEvent
-
- getLogger(String) - Method in class org.hibernate.testing.logger.TestableLoggerProvider
-
- getLogicalColumnName(Table, Identifier) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
- getLogicalColumnName(Table, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
- getLogicalColumnName() - Method in class org.hibernate.cfg.Ejb3Column
-
- getLogicalConnection() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
-
Retrieves the logical connection associated with this JDBC coordinator.
- getLogicalName() - Method in interface org.hibernate.boot.model.source.spi.InLineViewSource
-
- getLogicalName() - Method in interface org.hibernate.cfg.ObjectNameSource
-
Retrieve the logical name for this object.
- getLogicalTableName(Table) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
- getLogicalTableNameForContainedColumns() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
-
- getLoginTimeout() - Method in class org.hibernate.testing.jdbc.DataSourceStub
-
- getLogSlowQuery() - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
-
- getLogWriter() - Method in class org.hibernate.testing.jdbc.DataSourceStub
-
- getLong(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a long.
- getLoTime() - Method in class org.hibernate.id.AbstractUUIDGenerator
-
- getLowercaseFunction() - Method in class org.hibernate.dialect.Cache71Dialect
-
- getLowercaseFunction() - Method in class org.hibernate.dialect.DB2Dialect
-
- getLowercaseFunction() - Method in class org.hibernate.dialect.Dialect
-
The name of the SQL function that transforms a string to
lowercase
- getLowercaseFunction() - Method in class org.hibernate.dialect.IngresDialect
-
- getManagedBeanRegistry() - Method in interface org.hibernate.boot.model.convert.spi.JpaAttributeConverterCreationContext
-
- getManagedClassNames() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
- getManagedClassNames() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
-
- getManagedClassNames() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
-
- getManagedClassNames() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
-
- getManagedFlushChecker() - Method in interface org.hibernate.engine.spi.SessionOwner
-
Deprecated.
- getManagementBean() - Method in interface org.hibernate.service.spi.Manageable
-
Deprecated.
The management bean (MBean) for this service.
- getManagementBean() - Method in interface org.hibernate.service.spi.OptionallyManageable
-
- getManagementDomain() - Method in interface org.hibernate.service.spi.Manageable
-
Deprecated.
Get the domain name to be used in registering the management bean.
- getManagementServiceType() - Method in interface org.hibernate.service.spi.Manageable
-
Deprecated.
Allows the service to specify a special 'serviceType' portion of the object name.
- getManyToAny() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the manyToAny property.
- getManyToAny() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the manyToAny property.
- getManyToAny() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the manyToAny property.
- getManyToAny() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the manyToAny property.
- getManyToAny() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the manyToAny property.
- getManyToAny() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the manyToAny property.
- getManyToAny() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
-
- getManyToAny() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
-
- getManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the manyToMany property.
- getManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the manyToMany property.
- getManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the manyToMany property.
- getManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the manyToMany property.
- getManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the manyToMany property.
- getManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the manyToMany property.
- getManyToMany() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
-
- getManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
-
- getManyToMany() - Method in interface org.hibernate.boot.jaxb.mapping.spi.AttributesContainer
-
- getManyToMany() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
-
Gets the value of the manyToMany property.
- getManyToMany() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributes
-
Gets the value of the manyToMany property.
- getManyToMany() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
-
Gets the value of the manyToMany property.
- getManyToMany() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
-
Gets the value of the manyToMany property.
- getManyToManyFilterFragment(String, Map) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getManyToManyFilterFragment(String, Map) - Method in interface org.hibernate.persister.collection.CollectionPersister
-
- getManyToManyFilters() - Method in class org.hibernate.mapping.Collection
-
- getManyToManyOrderByString(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getManyToManyOrderByString(String) - Method in interface org.hibernate.persister.collection.QueryableCollection
-
Get the order-by to be applied at the target table of a many to many
- getManyToManyOrdering() - Method in class org.hibernate.mapping.Collection
-
- getManyToManyOwnerSideEntityName() - Method in class org.hibernate.cfg.Ejb3JoinColumn
-
- getManyToManyWhere() - Method in class org.hibernate.mapping.Collection
-
- getManyToOne() - Method in interface org.hibernate.boot.jaxb.mapping.spi.AttributesContainer
-
- getManyToOne() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
-
Gets the value of the manyToOne property.
- getManyToOne() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributes
-
Gets the value of the manyToOne property.
- getManyToOne() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
-
Gets the value of the manyToOne property.
- getManyToOne() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
-
Gets the value of the manyToOne property.
- getMap(String, Class<K>, Class<V>) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
-
- getMap(String) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
-
- getMap() - Method in class org.hibernate.proxy.map.MapLazyInitializer
-
- getMapKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the mapKey property.
- getMapKey() - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
-
- getMapKey() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Gets the value of the mapKey property.
- getMapKey() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
-
Gets the value of the mapKey property.
- getMapKey() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Gets the value of the mapKey property.
- getMapKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Gets the value of the mapKey property.
- getMapKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
-
Gets the value of the mapKey property.
- getMapKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Gets the value of the mapKey property.
- getMapKeyAttributeOverride() - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
-
- getMapKeyAttributeOverride() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Gets the value of the mapKeyAttributeOverride property.
- getMapKeyAttributeOverride() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
-
Gets the value of the mapKeyAttributeOverride property.
- getMapKeyAttributeOverride() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Gets the value of the mapKeyAttributeOverride property.
- getMapKeyAttributeOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Gets the value of the mapKeyAttributeOverride property.
- getMapKeyAttributeOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
-
Gets the value of the mapKeyAttributeOverride property.
- getMapKeyAttributeOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Gets the value of the mapKeyAttributeOverride property.
- getMapKeyClass() - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
-
- getMapKeyClass() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Gets the value of the mapKeyClass property.
- getMapKeyClass() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
-
Gets the value of the mapKeyClass property.
- getMapKeyClass() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Gets the value of the mapKeyClass property.
- getMapKeyClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Gets the value of the mapKeyClass property.
- getMapKeyClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
-
Gets the value of the mapKeyClass property.
- getMapKeyClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Gets the value of the mapKeyClass property.
- getMapKeyColumn() - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
-
- getMapKeyColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Gets the value of the mapKeyColumn property.
- getMapKeyColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
-
Gets the value of the mapKeyColumn property.
- getMapKeyColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Gets the value of the mapKeyColumn property.
- getMapKeyColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Gets the value of the mapKeyColumn property.
- getMapKeyColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
-
Gets the value of the mapKeyColumn property.
- getMapKeyColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Gets the value of the mapKeyColumn property.
- getMapKeyConvert() - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
-
- getMapKeyConvert() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Gets the value of the mapKeyConvert property.
- getMapKeyConvert() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
-
Gets the value of the mapKeyConvert property.
- getMapKeyConvert() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Gets the value of the mapKeyConvert property.
- getMapKeyConvert() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Gets the value of the mapKeyConvert property.
- getMapKeyConvert() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
-
Gets the value of the mapKeyConvert property.
- getMapKeyConvert() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Gets the value of the mapKeyConvert property.
- getMapKeyEnumerated() - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
-
- getMapKeyEnumerated() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Gets the value of the mapKeyEnumerated property.
- getMapKeyEnumerated() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
-
Gets the value of the mapKeyEnumerated property.
- getMapKeyEnumerated() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Gets the value of the mapKeyEnumerated property.
- getMapKeyEnumerated() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Gets the value of the mapKeyEnumerated property.
- getMapKeyEnumerated() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
-
Gets the value of the mapKeyEnumerated property.
- getMapKeyEnumerated() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Gets the value of the mapKeyEnumerated property.
- getMapKeyForeignKey() - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
-
- getMapKeyForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Gets the value of the mapKeyForeignKey property.
- getMapKeyForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
-
Gets the value of the mapKeyForeignKey property.
- getMapKeyForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Gets the value of the mapKeyForeignKey property.
- getMapKeyForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Gets the value of the mapKeyForeignKey property.
- getMapKeyForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
-
Gets the value of the mapKeyForeignKey property.
- getMapKeyForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Gets the value of the mapKeyForeignKey property.
- getMapKeyJoinColumn() - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
-
- getMapKeyJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Gets the value of the mapKeyJoinColumn property.
- getMapKeyJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
-
Gets the value of the mapKeyJoinColumn property.
- getMapKeyJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Gets the value of the mapKeyJoinColumn property.
- getMapKeyJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Gets the value of the mapKeyJoinColumn property.
- getMapKeyJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
-
Gets the value of the mapKeyJoinColumn property.
- getMapKeyJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Gets the value of the mapKeyJoinColumn property.
- getMapKeyManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the mapKeyManyToMany property.
- getMapKeyNature() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource
-
- getMapKeyTemporal() - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
-
- getMapKeyTemporal() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Gets the value of the mapKeyTemporal property.
- getMapKeyTemporal() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
-
Gets the value of the mapKeyTemporal property.
- getMapKeyTemporal() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Gets the value of the mapKeyTemporal property.
- getMapKeyTemporal() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Gets the value of the mapKeyTemporal property.
- getMapKeyTemporal() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
-
Gets the value of the mapKeyTemporal property.
- getMapKeyTemporal() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Gets the value of the mapKeyTemporal property.
- getMappedBy() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
-
Gets the value of the mappedBy property.
- getMappedBy() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Gets the value of the mappedBy property.
- getMappedBy() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
-
Gets the value of the mappedBy property.
- getMappedBy() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
-
- getMappedBy() - Method in class org.hibernate.cfg.Ejb3JoinColumn
-
- getMappedBy() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
-
Gets the value of the mappedBy property.
- getMappedBy() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Gets the value of the mappedBy property.
- getMappedBy() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
-
Gets the value of the mappedBy property.
- getMappedByProperty() - Method in class org.hibernate.mapping.Collection
-
- getMappedByProperty() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getMappedByProperty() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
- getMappedClass() - Method in class org.hibernate.mapping.MappedSuperclass
-
- getMappedClass() - Method in class org.hibernate.mapping.PersistentClass
-
- getMappedClass() - Method in interface org.hibernate.metadata.ClassMetadata
-
The persistent class, or null
- getMappedClass() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getMappedClass() - Method in interface org.hibernate.persister.entity.EntityPersister
-
The persistent class, or null
- getMappedClass() - Method in class org.hibernate.tuple.component.DynamicMapComponentTuplizer
-
- getMappedClass() - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
-
- getMappedClass() - Method in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer
-
- getMappedClass() - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
-
- getMappedClass() - Method in interface org.hibernate.tuple.Tuplizer
-
Return the pojo class managed by this tuplizer.
- getMappedIdAttributeName() - Method in interface org.hibernate.boot.model.source.spi.MapsIdSource
-
Obtain the
MapsId.value()
naming the attribute
within the EmbeddedId mapped by this relationship.
- getMappedSuperclass() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
-
Gets the value of the mappedSuperclass property.
- getMappedSuperclass(Class) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
- getMappedSuperclass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
-
Gets the value of the mappedSuperclass property.
- getMappedSuperclass() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getMappedSuperclass() - Method in interface org.hibernate.persister.entity.Queryable
-
Get the class that this class is mapped as a subclass of -
not necessarily the direct superclass
- getMappedSuperclassMappingsCopy() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
-
- getMappedSuperclassMappingsCopy() - Method in interface org.hibernate.boot.spi.MetadataImplementor
-
- getMappedSuperclassOrNull(XClass, Map<XClass, InheritanceState>, MetadataBuildingContext) - Static method in class org.hibernate.cfg.BinderHelper
-
- getMapping() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
-
Gets the value of the mapping property.
- getMappingBinder() - Method in class org.hibernate.boot.spi.XmlMappingBinderAccess
-
- getMappingColumn() - Method in class org.hibernate.cfg.Ejb3Column
-
- getMappingDefaults() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
-
- getMappingDefaults() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
-
Access to mapping defaults in effect for this context
- getMappingDefaults() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
Access to the mapping defaults.
- getMappingDefaults() - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
-
- getMappingDefinedDiscriminatorMappings() - Method in interface org.hibernate.persister.walking.spi.AnyMappingDefinition
-
Access to discriminator mappings explicitly defined in the mapping metadata.
- getMappingFile() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
-
Gets the value of the mappingFile property.
- getMappingFileNames() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
- getMappingFileNames() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
-
- getMappingFileNames() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
-
- getMappingFileNames() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
-
- getMappingReferences() - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
-
- getMappings() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
-
- getMappings() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
-
- getMapResources() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- getMapsId() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
-
Gets the value of the mapsId property.
- getMapsId() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
-
Gets the value of the mapsId property.
- getMapsId() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
-
Gets the value of the mapsId property.
- getMapsId() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
-
Gets the value of the mapsId property.
- getMapsIdSources() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSourceAggregatedComposite
-
Obtain the mapping of attributes annotated with
MapsId
.
- getMask() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
-
- getMaxAliasLength() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- getMaxAliasLength() - Method in class org.hibernate.dialect.Dialect
-
What is the maximum length Hibernate can use for generated aliases?
The maximum here should account for the fact that Hibernate often needs to append "uniqueing" information
to the end of generated aliases.
- getMaxAliasLength() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getMaxAliasLength() - Method in class org.hibernate.dialect.SybaseASE15Dialect
-
- getMaximumFetchDepth() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getMaximumFetchDepth() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- getMaximumFetchDepth() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- getMaximumFetchDepth() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- getMaximumScale() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
-
- getMaxLobPrefetchSize() - Method in class org.hibernate.dialect.AbstractHANADialect.HANABlobTypeDescriptor
-
- getMaxOrLimit(RowSelection) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
-
Some dialect-specific LIMIT clauses require the maximum last row number
(aka, first_row_number + total_row_count), while others require the maximum
returned row count (the total maximum number of rows to return).
- getMaxResolution() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
-
- getMaxResults() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
-
- getMaxRows() - Method in class org.hibernate.engine.spi.RowSelection
-
- getMaxValue() - Method in interface org.hibernate.tool.schema.extract.spi.SequenceInformation
-
Retrieve the extracted maximum value defined for the sequence.
- getMdc(String) - Method in class org.hibernate.testing.logger.TestableLoggerProvider
-
- getMdcMap() - Method in class org.hibernate.testing.logger.TestableLoggerProvider
-
- getMember() - Method in class org.hibernate.property.access.spi.EnhancedGetterMethodImpl
-
Deprecated.
- getMember() - Method in interface org.hibernate.property.access.spi.Getter
-
Retrieve the member to which this property maps.
- getMember() - Method in class org.hibernate.property.access.spi.GetterFieldImpl
-
- getMember() - Method in class org.hibernate.property.access.spi.GetterMethodImpl
-
- getMembers() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
-
- getMembers() - Method in interface org.hibernate.jpamodelgen.model.MetaEntity
-
- getMembers() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
-
- getMessage() - Method in exception org.hibernate.boot.MappingException
-
- getMessage() - Method in exception org.hibernate.InstantiationException
-
- getMessage() - Method in class org.hibernate.jpamodelgen.util.xml.ContextProvidingValidationEventHandler
-
- getMessage() - Method in exception org.hibernate.NonUniqueObjectException
-
- getMessage() - Method in exception org.hibernate.PropertyAccessException
-
- getMessage() - Method in exception org.hibernate.PropertyValueException
-
- getMessage() - Method in exception org.hibernate.QueryException
-
- getMessage() - Method in exception org.hibernate.StaleObjectStateException
-
- getMessage() - Method in exception org.hibernate.TransientPropertyValueException
-
- getMessage() - Method in exception org.hibernate.UnresolvableObjectException
-
- getMetaAttribute(String) - Method in class org.hibernate.mapping.Component
-
- getMetaAttribute(String) - Method in interface org.hibernate.mapping.MetaAttributable
-
- getMetaAttribute(String) - Method in class org.hibernate.mapping.PersistentClass
-
- getMetaAttribute(String) - Method in class org.hibernate.mapping.Property
-
- getMetaAttributeMap() - Method in class org.hibernate.boot.model.source.spi.ToolingHintContext
-
The org.hibernate.mapping
package accepts these as a Map, so for now
expose the underlying Map.
- getMetaAttributes() - Method in class org.hibernate.mapping.Component
-
- getMetaAttributes() - Method in interface org.hibernate.mapping.MetaAttributable
-
- getMetaAttributes() - Method in class org.hibernate.mapping.PersistentClass
-
- getMetaAttributes() - Method in class org.hibernate.mapping.Property
-
- getMetadata() - Method in interface org.hibernate.cfg.beanvalidation.ActivationContext
-
Access the mapping metadata
- getMetadata() - Method in class org.hibernate.mapping.Collection
-
- getMetadata() - Method in class org.hibernate.mapping.SimpleValue
-
- getMetadata() - Method in interface org.hibernate.persister.spi.PersisterCreationContext
-
- getMetadataBuilder() - Method in class org.hibernate.boot.MetadataSources
-
Get a builder for metadata where non-default options can be specified.
- getMetadataBuilder(StandardServiceRegistry) - Method in class org.hibernate.boot.MetadataSources
-
- getMetadataBuilder(MetadataSources, MetadataBuilderImplementor) - Method in interface org.hibernate.boot.spi.MetadataBuilderFactory
-
- getMetadataBuildingContext() - Method in class org.hibernate.type.spi.TypeConfiguration
-
Obtain the MetadataBuildingContext currently scoping the
TypeConfiguration.
- getMetadataBuildingOptions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
-
- getMetadataBuildingOptions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
-
- getMetadataBuildingOptions() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
- getMetadataBuildingOptions() - Method in interface org.hibernate.boot.spi.MetadataBuilderImplementor
-
Get the options being collected on this MetadataBuilder that will ultimately be used in
building the Metadata.
- getMetadataBuildingOptions() - Method in interface org.hibernate.boot.spi.MetadataImplementor
-
Access to the options used to build this Metadata
- getMetadataBuildingOptions() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
-
- getMetadataCollector() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
-
Access to the collector of metadata as we build it.
- getMetadataCollector() - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
-
- getMetaEmbeddable(String) - Method in class org.hibernate.jpamodelgen.Context
-
- getMetaEmbeddables() - Method in class org.hibernate.jpamodelgen.Context
-
- getMetaEntities() - Method in class org.hibernate.jpamodelgen.Context
-
- getMetaEntity(String) - Method in class org.hibernate.jpamodelgen.Context
-
- getMetamodel() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getMetamodel() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getMetamodel() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
- getMetamodel() - Method in interface org.hibernate.jpa.HibernateEntityManagerFactory
-
Deprecated.
- getMetaType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
-
Gets the value of the metaType property.
- getMetaType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
-
Gets the value of the metaType property.
- getMetaType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
-
Gets the value of the metaType property.
- getMetaType() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
-
- getMetaType() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaCollection
-
- getMetaType() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaSingleAttribute
-
- getMetaType() - Method in interface org.hibernate.jpamodelgen.model.MetaAttribute
-
- getMetaType() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaAttribute
-
- getMetaType() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaCollection
-
- getMetaType() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaSingleAttribute
-
- getMetaType() - Method in class org.hibernate.mapping.Any
-
- getMetaValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
-
Gets the value of the metaValue property.
- getMetaValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
-
Gets the value of the metaValue property.
- getMetaValues() - Method in class org.hibernate.mapping.Any
-
- getMethod() - Method in class org.hibernate.property.access.spi.EnhancedGetterMethodImpl
-
Deprecated.
- getMethod() - Method in interface org.hibernate.property.access.spi.Getter
-
Retrieve the getter-method.
- getMethod() - Method in class org.hibernate.property.access.spi.GetterFieldImpl
-
- getMethod() - Method in class org.hibernate.property.access.spi.GetterMethodImpl
-
- getMethod() - Method in interface org.hibernate.property.access.spi.Setter
-
Optional operation (may return null
)
- getMethod() - Method in class org.hibernate.property.access.spi.SetterFieldImpl
-
- getMethod() - Method in class org.hibernate.property.access.spi.SetterMethodImpl
-
- getMethod() - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
-
- getMethod(Object, String, Class...) - Static method in class org.hibernate.testing.util.ReflectionUtil
-
Get target method
- getMethodName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostLoad
-
Gets the value of the methodName property.
- getMethodName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostPersist
-
Gets the value of the methodName property.
- getMethodName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostRemove
-
Gets the value of the methodName property.
- getMethodName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostUpdate
-
Gets the value of the methodName property.
- getMethodName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrePersist
-
Gets the value of the methodName property.
- getMethodName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPreRemove
-
Gets the value of the methodName property.
- getMethodName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPreUpdate
-
Gets the value of the methodName property.
- getMethodName() - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallback
-
- getMethodName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostLoad
-
Gets the value of the methodName property.
- getMethodName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostPersist
-
Gets the value of the methodName property.
- getMethodName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostRemove
-
Gets the value of the methodName property.
- getMethodName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostUpdate
-
Gets the value of the methodName property.
- getMethodName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrePersist
-
Gets the value of the methodName property.
- getMethodName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PreRemove
-
Gets the value of the methodName property.
- getMethodName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PreUpdate
-
Gets the value of the methodName property.
- getMethodName() - Method in class org.hibernate.property.access.spi.EnhancedGetterMethodImpl
-
Deprecated.
- getMethodName() - Method in interface org.hibernate.property.access.spi.Getter
-
Retrieve the getter-method name.
- getMethodName() - Method in class org.hibernate.property.access.spi.GetterFieldImpl
-
- getMethodName() - Method in class org.hibernate.property.access.spi.GetterMethodImpl
-
- getMethodName() - Method in interface org.hibernate.property.access.spi.Setter
-
Optional operation (may return null
)
- getMethodName() - Method in class org.hibernate.property.access.spi.SetterFieldImpl
-
- getMethodName() - Method in class org.hibernate.property.access.spi.SetterMethodImpl
-
- getMigrateFilter() - Method in interface org.hibernate.tool.schema.spi.SchemaFilterProvider
-
- getMinimalPutsEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- getMinimumScale() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
-
- getMinResolution() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
-
- getMinValue() - Method in interface org.hibernate.tool.schema.extract.spi.SequenceInformation
-
Retrieve the extracted minimum value defined for the sequence.
- getMissCount() - Method in interface org.hibernate.stat.CacheRegionStatistics
-
The number of unsuccessful cache look-ups against the region since the
last Statistics clearing
- getMissCount() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
-
Deprecated.
- getMode() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbStoredProcedureParameter
-
Gets the value of the mode property.
- getMode() - Method in interface org.hibernate.jpa.spi.ParameterRegistration
-
Retrieves the parameter "mode" which describes how the parameter is defined in the actual database procedure
definition (is it an INPUT parameter? An OUTPUT parameter? etc).
- getMode() - Method in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
-
Gets the value of the mode property.
- getMode() - Method in interface org.hibernate.procedure.ParameterRegistration
-
Retrieves the parameter "mode" which describes how the parameter is defined in the actual database procedure
definition (is it an INPUT parameter? An OUTPUT parameter? etc).
- getMode() - Method in interface org.hibernate.query.procedure.ProcedureParameter
-
Retrieves the parameter "mode".
- getModelType() - Method in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
-
- getModes(Object) - Static method in enum org.hibernate.cfg.beanvalidation.ValidationMode
-
- getModifiedEntityNames() - Method in class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity
-
- getModifiedEntityNames() - Method in class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity
-
- getMostSignificantBits() - Method in class org.hibernate.id.uuid.CustomVersionOneStrategy
-
- getMultiTableBulkIdStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getMultiTableBulkIdStrategy() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- getMultiTableBulkIdStrategy() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- getMultiTenancy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the multiTenancy property.
- getMultiTenancySource() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
-
Obtain the source information about the multi-tenancy discriminator for this entity
- getMultiTenancyStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
-
- getMultiTenancyStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getMultiTenancyStrategy() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
Access to the MultiTenancyStrategy for this environment.
- getMultiTenancyStrategy() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- getMultiTenancyStrategy() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- getMutabilityPlan() - Method in class org.hibernate.type.AbstractStandardBasicType
-
- getMutabilityPlan() - Method in class org.hibernate.type.AdaptedImmutableType
-
- getMutabilityPlan() - Method in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
-
- getMutabilityPlan() - Method in class org.hibernate.type.descriptor.java.AbstractTypeDescriptor
-
- getMutabilityPlan() - Method in interface org.hibernate.type.descriptor.java.JavaTypeDescriptor
-
Retrieve the mutability plan for this Java type.
- getMutablePropertiesIndexes() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getName() - Method in interface org.hibernate.boot.archive.scan.spi.ClassDescriptor
-
Retrieves the class name, not the file name.
- getName() - Method in interface org.hibernate.boot.archive.scan.spi.MappingFileDescriptor
-
The mapping file name.
- getName() - Method in interface org.hibernate.boot.archive.scan.spi.PackageDescriptor
-
Retrieves the package name.
- getName() - Method in interface org.hibernate.boot.archive.spi.ArchiveEntry
-
Get the entry's name
- getName() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgConfigPropertyType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
-
Gets the value of the name property.
- getName() - Method in interface org.hibernate.boot.jaxb.hbm.spi.AttributeMapping
-
- getName() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
-
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdentifierGeneratorDefinitionType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmParentType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmResultSetMappingType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeSpecificationType
-
Gets the value of the name property.
- getName() - Method in interface org.hibernate.boot.jaxb.hbm.spi.ResultSetMappingBindingDefinition
-
The ResultSet mapping name
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAssociationOverride
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributeOverride
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumnResult
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbDiscriminatorColumn
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbedded
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedId
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbFieldResult
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbForeignKey
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbIndex
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKey
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedAttributeNode
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedEntityGraph
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQuery
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedQuery
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQuery
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedSubgraph
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrimaryKeyJoinColumn
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbQueryHint
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSqlResultSetMapping
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbStoredProcedureParameter
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTable
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTransient
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbUniqueConstraint
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbVersion
-
Gets the value of the name property.
- getName() - Method in interface org.hibernate.boot.jaxb.mapping.spi.NamedQuery
-
- getName() - Method in interface org.hibernate.boot.jaxb.mapping.spi.PersistentAttribute
-
- getName() - Method in class org.hibernate.boot.jaxb.Origin
-
The name of the document origin.
- getName() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
-
- getName() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition
-
- getName() - Method in interface org.hibernate.boot.model.JavaTypeDescriptor
-
- getName() - Method in class org.hibernate.boot.model.relational.Namespace
-
- getName() - Method in class org.hibernate.boot.model.relational.Sequence
-
- getName() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
-
Obtain the attribute name.
- getName() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
-
Obtain the name of the column.
- getName() - Method in interface org.hibernate.boot.model.source.spi.FilterSource
-
Get the name of the filter being described.
- getName() - Method in interface org.hibernate.boot.model.source.spi.HibernateTypeSource
-
Obtain the supplied Hibernate type name.
- getName() - Method in interface org.hibernate.boot.model.source.spi.JpaCallbackSource
-
- getName() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
-
- getName() - Method in class org.hibernate.boot.model.TypeDefinition
-
- getName() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor
-
Access to the name of the attribute
- getName() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.LazyFetchGroupMetadata
-
Access to the name of the fetch group.
- getName() - Method in interface org.hibernate.bytecode.enhance.spi.UnloadedClass
-
- getName() - Method in interface org.hibernate.cache.spi.Region
-
Retrieve the unqualified name of this region.
- getName() - Method in class org.hibernate.cache.spi.support.AbstractRegion
-
- getName() - Method in class org.hibernate.cfg.annotations.TableBinder
-
- getName() - Method in enum org.hibernate.cfg.beanvalidation.GroupsPerOperation.Operation
-
- getName() - Method in class org.hibernate.cfg.Ejb3Column
-
- getName() - Method in class org.hibernate.cfg.JPAIndexHolder
-
- getName() - Method in class org.hibernate.cfg.UniqueConstraintHolder
-
- getName() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
-
Get the name of this attribute.
- getName() - Method in class org.hibernate.dialect.function.NoArgSQLFunction
-
- getName() - Method in class org.hibernate.dialect.function.StandardSQLFunction
-
Function name accessor
- getName() - Method in class org.hibernate.dialect.function.TrimFunctionTemplate.Specification
-
- getName() - Method in exception org.hibernate.DuplicateMappingException
-
- getName() - Method in class org.hibernate.engine.profile.FetchProfile
-
Getter for property 'name'.
- getName() - Method in class org.hibernate.engine.query.spi.AbstractParameterDescriptor
-
- getName() - Method in class org.hibernate.engine.query.spi.NamedParameterDescriptor
-
- getName() - Method in class org.hibernate.engine.ResultSetMappingDefinition
-
- getName() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
-
- getName() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getName() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Access to the name (if one) assigned to the SessionFactory
- getName() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
-
- getName() - Method in interface org.hibernate.Filter
-
Get the name of this filter.
- getName() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
-
The name of the database structure (table or sequence).
- getName() - Method in class org.hibernate.id.enhanced.SequenceStructure
-
- getName() - Method in class org.hibernate.id.enhanced.TableStructure
-
- getName() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
Get the persistence unit name,
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.AttributeOverride
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ColumnResult
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddedId
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.FieldResult
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Index
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKey
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedAttributeNode
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedSubgraph
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit.Properties.Property
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrimaryKeyJoinColumn
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.QueryHint
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Table
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Transient
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.UniqueConstraint
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Version
-
Gets the value of the name property.
- getName() - Method in class org.hibernate.loader.entity.NaturalIdType
-
- getName() - Method in interface org.hibernate.loader.plan.spi.ScalarReturn
-
Gets the name of the scalar return.
- getName() - Method in class org.hibernate.mapping.Column
-
- getName() - Method in class org.hibernate.mapping.Constraint
-
- getName() - Method in class org.hibernate.mapping.FetchProfile
-
Retrieve the name of the fetch profile.
- getName() - Method in class org.hibernate.mapping.IdGenerator
-
- getName() - Method in class org.hibernate.mapping.Index
-
- getName() - Method in class org.hibernate.mapping.MetaAttribute
-
- getName() - Method in class org.hibernate.mapping.Property
-
- getName() - Method in class org.hibernate.mapping.PropertyGeneration
-
Deprecated.
- getName() - Method in class org.hibernate.mapping.Table
-
- getName() - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
-
The Hibernate "type name" ("entity name" - for non-POJO representations)
- getName() - Method in class org.hibernate.param.NamedParameterSpecification
-
Getter for property 'name'.
- getName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getName() - Method in class org.hibernate.persister.entity.DiscriminatorType
-
- getName() - Method in interface org.hibernate.persister.entity.Joinable
-
An identifying name; a class name or collection role name.
- getName() - Method in interface org.hibernate.persister.walking.spi.AttributeDefinition
-
- getName() - Method in interface org.hibernate.procedure.ParameterRegistration
-
The name under which this parameter was registered.
- getName() - Method in class org.hibernate.spatial.GeolatteGeometryType
-
- getName() - Method in class org.hibernate.spatial.JTSGeometryType
-
- getName() - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
-
- getName() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
-
Deprecated.
- getName() - Method in class org.hibernate.tool.hbm2ddl.ForeignKeyMetadata
-
Deprecated.
- getName() - Method in class org.hibernate.tool.hbm2ddl.IndexMetadata
-
Deprecated.
- getName() - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
-
Deprecated.
- getName() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
-
Get the qualified name of the table.
- getName() - Method in class org.hibernate.tuple.AbstractAttribute
-
- getName() - Method in interface org.hibernate.tuple.Attribute
-
- getName() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getName() - Method in class org.hibernate.type.AdaptedImmutableType
-
- getName() - Method in class org.hibernate.type.AnyType
-
- getName() - Method in class org.hibernate.type.BigDecimalType
-
- getName() - Method in class org.hibernate.type.BigIntegerType
-
- getName() - Method in class org.hibernate.type.BinaryType
-
- getName() - Method in class org.hibernate.type.BlobType
-
- getName() - Method in class org.hibernate.type.BooleanType
-
- getName() - Method in class org.hibernate.type.ByteType
-
- getName() - Method in class org.hibernate.type.CalendarDateType
-
- getName() - Method in class org.hibernate.type.CalendarTimeType
-
- getName() - Method in class org.hibernate.type.CalendarType
-
- getName() - Method in class org.hibernate.type.CharacterArrayClobType
-
- getName() - Method in class org.hibernate.type.CharacterArrayNClobType
-
- getName() - Method in class org.hibernate.type.CharacterArrayType
-
- getName() - Method in class org.hibernate.type.CharacterNCharType
-
- getName() - Method in class org.hibernate.type.CharacterType
-
- getName() - Method in class org.hibernate.type.CharArrayType
-
- getName() - Method in class org.hibernate.type.ClassType
-
- getName() - Method in class org.hibernate.type.ClobType
-
- getName() - Method in class org.hibernate.type.CollectionType
-
- getName() - Method in class org.hibernate.type.ComponentType
-
- getName() - Method in class org.hibernate.type.CompositeCustomType
-
- getName() - Method in class org.hibernate.type.CurrencyType
-
- getName() - Method in class org.hibernate.type.CustomType
-
- getName() - Method in class org.hibernate.type.DateType
-
- getName() - Method in class org.hibernate.type.DbTimestampType
-
- getName() - Method in class org.hibernate.type.descriptor.converter.AttributeConverterTypeAdapter
-
- getName() - Method in class org.hibernate.type.DoubleType
-
- getName() - Method in class org.hibernate.type.DurationType
-
- getName() - Method in class org.hibernate.type.EntityType
-
For entity types, the name correlates to the associated entity name.
- getName() - Method in class org.hibernate.type.FloatType
-
- getName() - Method in class org.hibernate.type.ImageType
-
- getName() - Method in class org.hibernate.type.InstantType
-
- getName() - Method in class org.hibernate.type.IntegerType
-
- getName() - Method in class org.hibernate.type.LocalDateTimeType
-
- getName() - Method in class org.hibernate.type.LocalDateType
-
- getName() - Method in class org.hibernate.type.LocaleType
-
- getName() - Method in class org.hibernate.type.LocalTimeType
-
- getName() - Method in class org.hibernate.type.LongType
-
- getName() - Method in class org.hibernate.type.MaterializedBlobType
-
- getName() - Method in class org.hibernate.type.MaterializedClobType
-
- getName() - Method in class org.hibernate.type.MaterializedNClobType
-
- getName() - Method in class org.hibernate.type.MetaType
-
- getName() - Method in class org.hibernate.type.NClobType
-
- getName() - Method in class org.hibernate.type.NTextType
-
- getName() - Method in class org.hibernate.type.NumericBooleanType
-
- getName() - Method in class org.hibernate.type.ObjectType
-
- getName() - Method in class org.hibernate.type.OffsetDateTimeType
-
- getName() - Method in class org.hibernate.type.OffsetTimeType
-
- getName() - Method in class org.hibernate.type.PostgresUUIDType
-
- getName() - Method in class org.hibernate.type.PrimitiveCharacterArrayClobType
-
- getName() - Method in class org.hibernate.type.PrimitiveCharacterArrayNClobType
-
- getName() - Method in class org.hibernate.type.RowVersionType
-
- getName() - Method in class org.hibernate.type.SerializableToBlobType
-
- getName() - Method in class org.hibernate.type.SerializableType
-
- getName() - Method in class org.hibernate.type.ShortType
-
- getName() - Method in class org.hibernate.type.StandardBasicTypeTemplate
-
- getName() - Method in class org.hibernate.type.StringNVarcharType
-
- getName() - Method in class org.hibernate.type.StringType
-
- getName() - Method in class org.hibernate.type.TextType
-
- getName() - Method in class org.hibernate.type.TimestampType
-
- getName() - Method in class org.hibernate.type.TimeType
-
- getName() - Method in class org.hibernate.type.TimeZoneType
-
- getName() - Method in class org.hibernate.type.TrueFalseType
-
- getName() - Method in interface org.hibernate.type.Type
-
Returns the abbreviated name of the type.
- getName() - Method in class org.hibernate.type.UrlType
-
- getName() - Method in class org.hibernate.type.UUIDBinaryType
-
- getName() - Method in class org.hibernate.type.UUIDCharType
-
- getName() - Method in class org.hibernate.type.WrappedMaterializedBlobType
-
- getName() - Method in class org.hibernate.type.WrapperBinaryType
-
- getName() - Method in class org.hibernate.type.YesNoType
-
- getName() - Method in class org.hibernate.type.ZonedDateTimeType
-
- getName() - Method in exception org.hibernate.UnknownProfileException
-
The unknown fetch profile name.
- getNamedAttributeNode() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedEntityGraph
-
Gets the value of the namedAttributeNode property.
- getNamedAttributeNode() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedSubgraph
-
Gets the value of the namedAttributeNode property.
- getNamedAttributeNode() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
-
Gets the value of the namedAttributeNode property.
- getNamedAttributeNode() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedSubgraph
-
Gets the value of the namedAttributeNode property.
- getNamedEntityGraph() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the namedEntityGraph property.
- getNamedEntityGraph(String) - Method in interface org.hibernate.boot.Metadata
-
- getNamedEntityGraph(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
-
- getNamedEntityGraph() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the namedEntityGraph property.
- getNamedEntityGraphs() - Method in interface org.hibernate.boot.Metadata
-
- getNamedEntityGraphs() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
-
- getNamedEntityGraphs() - Method in class org.hibernate.cfg.Configuration
-
- getNamedNativeQueries() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
- getNamedNativeQuery() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the namedNativeQuery property.
- getNamedNativeQuery() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
-
Gets the value of the namedNativeQuery property.
- getNamedNativeQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getNamedNativeQuery(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
-
- getNamedNativeQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the namedNativeQuery property.
- getNamedNativeQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
-
Gets the value of the namedNativeQuery property.
- getNamedNativeQuery(String) - Method in interface org.hibernate.query.QueryProducer
-
Get a NativeQuery instance for a named native SQL query
- getNamedNativeQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
-
- getNamedNativeQueryDefinition(String) - Method in interface org.hibernate.boot.Metadata
-
Retrieve named SQL query metadata.
- getNamedNativeQueryDefinition(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
-
- getNamedNativeQueryDefinitions() - Method in interface org.hibernate.boot.Metadata
-
- getNamedNativeQueryDefinitions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
-
- getNamedParameterDescriptionMap() - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
-
- getNamedParameterExplicitTypes() - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor.QueryOptions
-
Deprecated.
Get the explicit parameter types.
- getNamedParameterInformation(String) - Method in interface org.hibernate.hql.spi.ParameterTranslations
-
- getNamedParameterInformationMap() - Method in interface org.hibernate.hql.spi.ParameterTranslations
-
- getNamedParameterLocations(String) - Method in interface org.hibernate.loader.plan.exec.query.spi.NamedParameterContext
-
Returns the locations of all occurrences of the named parameter.
- getNamedParameterLocMap() - Method in class org.hibernate.engine.spi.SubselectFetch
-
- getNamedParameterLocs(String) - Method in class org.hibernate.loader.collection.plan.AbstractLoadPlanBasedCollectionInitializer
-
- getNamedParameterLocs(String) - Method in class org.hibernate.loader.collection.plan.CollectionLoader
-
- getNamedParameterLocs(String) - Method in class org.hibernate.loader.collection.SubselectCollectionLoader
-
- getNamedParameterLocs(String) - Method in class org.hibernate.loader.collection.SubselectOneToManyLoader
-
- getNamedParameterLocs(String) - Method in class org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader
-
- getNamedParameterLocs(String) - Method in class org.hibernate.loader.hql.QueryLoader
-
Returns the locations of all occurrences of the named parameter.
- getNamedParameterLocs(String) - Method in class org.hibernate.loader.Loader
-
- getNamedParameterNames() - Method in interface org.hibernate.query.ParameterMetadata
-
Return the names of all named parameters of the query.
- getNamedParameters() - Method in class org.hibernate.cache.spi.QueryKey
-
Provide (unmodifiable) access to the named parameters that are part of this query.
- getNamedParameters() - Method in class org.hibernate.engine.spi.QueryParameters
-
- getNamedParameters() - Method in interface org.hibernate.Query
-
- getNamedParameters() - Method in interface org.hibernate.query.ParameterMetadata
-
- getNamedProcedureCall(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getNamedProcedureCall(String) - Method in interface org.hibernate.SharedSessionContract
-
Gets a ProcedureCall based on a named template
- getNamedProcedureCallDefinitions() - Method in interface org.hibernate.boot.Metadata
-
- getNamedProcedureCallDefinitions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
-
- getNamedProcedureCallMap() - Method in class org.hibernate.cfg.Configuration
-
- getNamedProcedureCallMemento(String) - Method in class org.hibernate.query.spi.NamedQueryRepository
-
- getNamedQueries() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
- getNamedQueries() - Method in class org.hibernate.cfg.Configuration
-
- getNamedQuery() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the namedQuery property.
- getNamedQuery() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
-
Gets the value of the namedQuery property.
- getNamedQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getNamedQuery(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getNamedQuery(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
- getNamedQuery(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
-
- getNamedQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the namedQuery property.
- getNamedQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
-
Gets the value of the namedQuery property.
- getNamedQuery(String) - Method in interface org.hibernate.query.QueryProducer
-
Create a
Query
instance for the named query.
- getNamedQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
-
- getNamedQuery(String) - Method in interface org.hibernate.SharedSessionContract
-
- getNamedQueryDefinition(String) - Method in interface org.hibernate.boot.Metadata
-
Retrieve named query metadata by name.
- getNamedQueryDefinition(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
-
- getNamedQueryDefinition(String) - Method in class org.hibernate.query.spi.NamedQueryRepository
-
- getNamedQueryDefinitions() - Method in interface org.hibernate.boot.Metadata
-
- getNamedQueryDefinitions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
-
- getNamedQueryRepository() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getNamedQueryRepository() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
- getNamedSQLQueries() - Method in class org.hibernate.cfg.Configuration
-
- getNamedSQLQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getNamedSQLQuery(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getNamedSQLQuery(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
- getNamedSQLQuery(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
-
- getNamedSQLQuery(String) - Method in interface org.hibernate.query.QueryProducer
-
- getNamedSQLQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
-
- getNamedSQLQueryDefinition(String) - Method in class org.hibernate.query.spi.NamedQueryRepository
-
- getNamedStoredProcedureQuery() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the namedStoredProcedureQuery property.
- getNamedStoredProcedureQuery() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
-
Gets the value of the namedStoredProcedureQuery property.
- getNamedStoredProcedureQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the namedStoredProcedureQuery property.
- getNamedStoredProcedureQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
-
Gets the value of the namedStoredProcedureQuery property.
- getNameIdentifier() - Method in class org.hibernate.mapping.Table
-
- getNameQualifierSupport() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- getNameQualifierSupport() - Method in class org.hibernate.dialect.Dialect
-
By default interpret this based on DatabaseMetaData.
- getNameQualifierSupport() - Method in class org.hibernate.dialect.HSQLDialect
-
- getNameQualifierSupport() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
-
- getNameQualifierSupport() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
-
Obtain the level of support for qualified names.
- getNamespaces() - Method in class org.hibernate.boot.model.relational.Database
-
- getNamespaceUri() - Method in class org.hibernate.boot.xsd.XsdDescriptor
-
- getNameWithinArchive() - Method in interface org.hibernate.boot.archive.spi.ArchiveEntry
-
Get the relative name of the entry within the archive.
- getNativeIdentifierGeneratorClass() - Method in class org.hibernate.dialect.Dialect
-
- getNativeIdentifierGeneratorStrategy() - Method in class org.hibernate.dialect.Cache71Dialect
-
- getNativeIdentifierGeneratorStrategy() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- getNativeIdentifierGeneratorStrategy() - Method in class org.hibernate.dialect.Dialect
-
Resolves the native generation strategy associated to this dialect.
- getNativeIdentifierGeneratorStrategy() - Method in class org.hibernate.dialect.Oracle12cDialect
-
- getNativeIdentifierGeneratorStrategy() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- getNativeQueryInterpreter() - Method in class org.hibernate.engine.query.spi.QueryPlanCache
-
- getNativeSQLQueryPlan(NativeSQLQuerySpecification) - Method in class org.hibernate.engine.query.spi.QueryPlanCache
-
Get the query plan for a native SQL query, creating it and caching it if not already cached
- getNaturalId() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the naturalId property.
- getNaturalIdAccessesInRegion(String) - Method in interface org.hibernate.cache.spi.CacheImplementor
-
- getNaturalIdAccessesInRegion(String) - Method in interface org.hibernate.engine.spi.CacheImplementor
-
- getNaturalIdCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the naturalIdCache property.
- getNaturalIdCacheAccessStrategy() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getNaturalIdCacheAccessStrategy() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the NaturalId cache (optional operation)
- getNaturalIdCacheHitCount() - Method in interface org.hibernate.stat.Statistics
-
Get the global number of cached natural id lookups successfully retrieved from cache
- getNaturalIdCacheMissCount() - Method in interface org.hibernate.stat.Statistics
-
Get the global number of cached natural id lookups *not* found in cache
- getNaturalIdCachePutCount() - Method in interface org.hibernate.stat.Statistics
-
Get the global number of cacheable natural id lookups put in cache
- getNaturalIdCacheRegionAccessStrategy(NavigableRole) - Method in interface org.hibernate.cache.spi.CacheImplementor
-
- getNaturalIdCacheRegionAccessStrategy(NavigableRole) - Method in interface org.hibernate.engine.spi.CacheImplementor
-
- getNaturalIdCacheRegionName() - Method in class org.hibernate.mapping.PersistentClass
-
- getNaturalIdCacheRegionName() - Method in class org.hibernate.mapping.RootClass
-
- getNaturalIdCacheRegionName() - Method in class org.hibernate.mapping.Subclass
-
- getNaturalIdCacheStatistics(String) - Method in interface org.hibernate.stat.Statistics
-
- getNaturalIdCaching() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
-
Obtain the natural id caching configuration for this entity.
- getNaturalIdCaching() - Method in interface org.hibernate.cache.cfg.spi.DomainDataRegionConfig
-
Retrieve the list of all natural-id data to be stored in this region
- getNaturalIdDataAccess(NavigableRole) - Method in interface org.hibernate.cache.spi.DomainDataRegion
-
Build a NaturalIdRegionAccess instance representing access to natural-id
data stored in this cache region using the given AccessType.
- getNaturalIdDataAccess(NavigableRole) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
-
- getNaturalIdentifierProperties() - Method in interface org.hibernate.metadata.ClassMetadata
-
Which properties hold the natural id?
- getNaturalIdentifierProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getNaturalIdentifierProperties() - Method in interface org.hibernate.persister.entity.EntityPersister
-
- getNaturalIdentifierProperties() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getNaturalIdentifierSnapshot(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getNaturalIdentifierSnapshot(Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Retrieve the current state of the natural-id properties from the database.
- getNaturalIdHelper() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Access to the natural-id helper for this persistence context
- getNaturalIdMutability() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
-
Retrieve the natural id mutability
- getNaturalIdQueryExecutionCount() - Method in interface org.hibernate.stat.Statistics
-
Get the global number of natural id queries executed against the database
- getNaturalIdQueryExecutionMaxTime() - Method in interface org.hibernate.stat.Statistics
-
Get the global maximum query time for natural id queries executed against the database
- getNaturalIdQueryExecutionMaxTimeEntity() - Method in interface org.hibernate.stat.Statistics
-
Get the entity for the maximum natural id query time
- getNaturalIdQueryExecutionMaxTimeRegion() - Method in interface org.hibernate.stat.Statistics
-
Get the region for the maximum natural id query time
- getNaturalIdSnapshot(Serializable, EntityPersister) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Get the values of the natural id fields as known to the underlying database, or null if the entity has no
natural id or there is no corresponding row.
- getNaturalIdStatistics(String) - Method in interface org.hibernate.stat.Statistics
-
Natural id resolution query statistics for an entity type
- getNaturalIdValues(Object) - Method in interface org.hibernate.cache.spi.access.NaturalIdDataAccess
-
- getNaturalIdValues(Object) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
-
- getNaturalIdValues(Object) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
-
- getNaturalIdValues(Object) - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
-
- getNaturalIdValues() - Method in class org.hibernate.criterion.NaturalIdentifier
-
Get a map of set of the natural identifier values set on this criterion (for composite natural identifiers
this need not be the full set of properties).
- getNaturalIdValues() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
-
- getNature() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource
-
- getNature() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSource
-
Obtain the nature of this identifier source.
- getNature() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSource
-
- getNature() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeIndexSource
-
- getNature() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
-
- getNature() - Method in interface org.hibernate.boot.model.source.spi.RelationalValueSource
-
Retrieve the nature of this relational value.
- getNature() - Method in class org.hibernate.criterion.Junction
-
- getNavigableName() - Method in class org.hibernate.metamodel.model.domain.NavigableRole
-
- getNavigableRole() - Method in interface org.hibernate.cache.cfg.spi.DomainDataCachingConfig
-
- getNavigableRole() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getNavigableRole() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
- getNavigableRole() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getNavigableRole() - Method in interface org.hibernate.persister.entity.EntityPersister
-
- getNClobBinder(JavaTypeDescriptor<X>) - Method in class org.hibernate.type.descriptor.sql.NClobTypeDescriptor
-
- getNdc() - Method in class org.hibernate.testing.logger.TestableLoggerProvider
-
- getNdcDepth() - Method in class org.hibernate.testing.logger.TestableLoggerProvider
-
- getNewTempClassLoader() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
-
- getNewTempClassLoader() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
-
- getNewTempClassLoader() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
-
- getNextValue() - Method in interface org.hibernate.id.enhanced.AccessCallback
-
Retrieve the next value from the underlying source.
- getNoColumnsInsertString() - Method in class org.hibernate.dialect.Cache71Dialect
-
- getNoColumnsInsertString() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- getNoColumnsInsertString() - Method in class org.hibernate.dialect.Dialect
-
The fragment used to insert a row without specifying any column values.
- getNoColumnsInsertString() - Method in class org.hibernate.dialect.JDataStoreDialect
-
- getNoColumnsInsertString() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- getNoColumnsInsertString() - Method in class org.hibernate.dialect.SQLServerDialect
-
- getNoColumnsInsertString() - Method in class org.hibernate.dialect.SybaseAnywhereDialect
-
Sybase Anywhere syntax would require a "DEFAULT" for each column specified,
but I suppose Hibernate use this syntax only with tables with just 1 column
The fragment used to insert a row without specifying any column values.
- getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
-
Gets the value of the node property.
- getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the node property.
- getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the node property.
- getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
-
Gets the value of the node property.
- getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Gets the value of the node property.
- getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
-
Gets the value of the node property.
- getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
-
Gets the value of the node property.
- getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
-
Gets the value of the node property.
- getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
-
Gets the value of the node property.
- getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
-
Gets the value of the node property.
- getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
-
Gets the value of the node property.
- getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
-
Gets the value of the node property.
- getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the node property.
- getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the node property.
- getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
-
Gets the value of the node property.
- getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Gets the value of the node property.
- getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
-
Gets the value of the node property.
- getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the node property.
- getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
-
Gets the value of the node property.
- getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
-
Gets the value of the node property.
- getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
-
Gets the value of the node property.
- getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Gets the value of the node property.
- getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
-
Gets the value of the node property.
- getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the node property.
- getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
-
Gets the value of the node property.
- getNode() - Method in class org.hibernate.tuple.AbstractAttribute
-
- getNode() - Method in interface org.hibernate.tuple.Property
-
- getNonArrayCollectionReferenceInitializers() - Method in interface org.hibernate.loader.plan.exec.process.spi.ReaderCollector
-
- getNonDuplicatedPropertyIterator() - Method in class org.hibernate.mapping.PersistentClass
-
- getNonDuplicatedPropertyIterator() - Method in class org.hibernate.mapping.SingleTableSubclass
-
- getNonDuplicatedPropertyIterator() - Method in class org.hibernate.mapping.UnionSubclass
-
- getNonJtaDataSource() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
- getNonJtaDataSource() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
-
Gets the value of the nonJtaDataSource property.
- getNonJtaDataSource() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
-
- getNonJtaDataSource() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
-
- getNonJtaDataSource() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
-
- getNonLazyPropertyUpdateability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getNonlazyPropertyUpdateability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getNonOwningEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinTableNameSource
-
Access to entity naming information for the owning side.
- getNonOwningPhysicalTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinTableNameSource
-
Access to the physical name of the non-owning entity's primary table.
- getNonRootUrls() - Method in interface org.hibernate.boot.archive.scan.spi.ScanEnvironment
-
Returns any non-root URLs for scanning.
- getNotExpression(String) - Method in class org.hibernate.dialect.AbstractHANADialect
-
- getNotExpression(String) - Method in class org.hibernate.dialect.DB2Dialect
-
- getNotExpression(String) - Method in class org.hibernate.dialect.Dialect
-
Negate an expression
- getNotExpression(String) - Method in class org.hibernate.dialect.MySQLDialect
-
- getNotExpression(String) - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getNotExpression(String) - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getNotFound() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
-
Gets the value of the notFound property.
- getNotFound() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Gets the value of the notFound property.
- getNotFound() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
-
Gets the value of the notFound property.
- getNoWaitSql() - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
-
- getNullability() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
-
- getNullable() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
-
Deprecated.
- getNullable() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnInformation
-
Is the column nullable.
- getNullColumnString() - Method in class org.hibernate.dialect.Cache71Dialect
-
- getNullColumnString() - Method in class org.hibernate.dialect.Dialect
-
The keyword used to specify a nullable column.
- getNullColumnString() - Method in class org.hibernate.dialect.IngresDialect
-
- getNullColumnString() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
- getNullColumnString() - Method in class org.hibernate.dialect.SAPDBDialect
-
- getNullColumnString() - Method in class org.hibernate.dialect.SybaseDialect
-
- getNullifiableEntityKeys() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
- getNullValue() - Method in interface org.hibernate.mapping.KeyValue
-
- getNullValue() - Method in class org.hibernate.mapping.SimpleValue
-
- getNumberOfCollectionsProcessed() - Method in class org.hibernate.event.spi.FlushEvent
-
- getNumberOfEntitiesProcessed() - Method in class org.hibernate.event.spi.FlushEvent
-
- getNumberOfManagedEntities() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
- getNumberOfTypes() - Method in interface org.hibernate.query.spi.ScrollableResultsImplementor
-
- getObject() - Method in class org.hibernate.event.spi.DeleteEvent
-
Returns the encapsulated entity to be deleted.
- getObject() - Method in class org.hibernate.event.spi.EvictEvent
-
- getObject() - Method in class org.hibernate.event.spi.LockEvent
-
- getObject() - Method in class org.hibernate.event.spi.PersistEvent
-
- getObject() - Method in class org.hibernate.event.spi.RefreshEvent
-
- getObject() - Method in class org.hibernate.event.spi.ReplicateEvent
-
- getObject() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
-
- getObjectFromList(List, Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.loader.entity.plan.BatchingEntityLoader
-
- getObjectName() - Method in interface org.hibernate.boot.model.relational.QualifiedName
-
- getObjectName() - Method in class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
-
- getObjectNameNormalizer() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
-
Not sure how I feel about this exposed here
- getObjectNameNormalizer() - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
-
- getObserver() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
-
- getOldCode() - Method in enum org.hibernate.engine.OptimisticLockStyle
-
- getOldState() - Method in class org.hibernate.event.spi.PostUpdateEvent
-
- getOldState() - Method in class org.hibernate.event.spi.PreUpdateEvent
-
The old state of the entity at the time it was last loaded from the
database; can be null in the case of detached entities.
- getOnCondition(String, SessionFactoryImplementor, Map) - Method in class org.hibernate.type.AnyType
-
- getOnCondition(String, SessionFactoryImplementor, Map, Set<String>) - Method in class org.hibernate.type.AnyType
-
- getOnCondition(String, SessionFactoryImplementor, Map) - Method in interface org.hibernate.type.AssociationType
-
Get the "filtering" SQL fragment that is applied in the
SQL on clause, in addition to the usual join condition
- getOnCondition(String, SessionFactoryImplementor, Map, Set<String>) - Method in interface org.hibernate.type.AssociationType
-
Get the "filtering" SQL fragment that is applied in the
SQL on clause, in addition to the usual join condition
- getOnCondition(String, SessionFactoryImplementor, Map) - Method in class org.hibernate.type.CollectionType
-
- getOnCondition(String, SessionFactoryImplementor, Map, Set<String>) - Method in class org.hibernate.type.CollectionType
-
- getOnCondition(String, SessionFactoryImplementor, Map) - Method in class org.hibernate.type.EntityType
-
- getOnCondition(String, SessionFactoryImplementor, Map, Set<String>) - Method in class org.hibernate.type.EntityType
-
- getOnDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
-
Gets the value of the onDelete property.
- getOnDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
-
Gets the value of the onDelete property.
- getOnDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Gets the value of the onDelete property.
- getOnDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
-
Gets the value of the onDelete property.
- getOneToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the oneToMany property.
- getOneToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the oneToMany property.
- getOneToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the oneToMany property.
- getOneToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the oneToMany property.
- getOneToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the oneToMany property.
- getOneToMany() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
-
- getOneToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoIdBagAdapter
-
- getOneToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
-
- getOneToMany() - Method in interface org.hibernate.boot.jaxb.mapping.spi.AttributesContainer
-
- getOneToMany() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
-
Gets the value of the oneToMany property.
- getOneToMany() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributes
-
Gets the value of the oneToMany property.
- getOneToMany() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
-
Gets the value of the oneToMany property.
- getOneToMany() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
-
Gets the value of the oneToMany property.
- getOneToOne() - Method in interface org.hibernate.boot.jaxb.mapping.spi.AttributesContainer
-
- getOneToOne() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
-
Gets the value of the oneToOne property.
- getOneToOne() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributes
-
Gets the value of the oneToOne property.
- getOneToOne() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
-
Gets the value of the oneToOne property.
- getOneToOne() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
-
Gets the value of the oneToOne property.
- getOp() - Method in class org.hibernate.criterion.LogicalExpression
-
- getOp() - Method in class org.hibernate.criterion.PropertyExpression
-
- getOp() - Method in class org.hibernate.criterion.SimpleExpression
-
- getOperator() - Method in enum org.hibernate.criterion.Junction.Nature
-
The corresponding SQL operator
- getOptimisticFailureCount() - Method in interface org.hibernate.stat.EntityStatistics
-
Number of times (since last Statistics clearing) this entity
has experienced an optimistic lock failure.
- getOptimisticFailureCount() - Method in interface org.hibernate.stat.Statistics
-
The number of Hibernate StaleObjectStateExceptions or JPA OptimisticLockExceptions
that occurred.
- getOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the optimisticLock property.
- getOptimisticLockMode() - Method in class org.hibernate.mapping.PersistentClass
-
- getOptimisticLockStyle() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
-
Obtain the optimistic locking style for this entity.
- getOptimisticLockStyle() - Method in class org.hibernate.mapping.PersistentClass
-
- getOptimisticLockStyle() - Method in class org.hibernate.mapping.Subclass
-
- getOptimisticLockStyle() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getOptimizer() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
Getter for property 'optimizer'.
- getOptimizer() - Method in class org.hibernate.id.enhanced.TableGenerator
-
The optimizer being used by this generator.
- getOptimizerClass() - Method in enum org.hibernate.id.enhanced.StandardOptimizerDescriptor
-
- getOptionalEntityName() - Method in class org.hibernate.engine.spi.QueryParameters
-
- getOptionalId() - Method in class org.hibernate.engine.spi.QueryParameters
-
- getOptionalObject() - Method in class org.hibernate.engine.spi.QueryParameters
-
- getOptionalObjectKey(QueryParameters, SharedSessionContractImplementor) - Static method in class org.hibernate.loader.Loader
-
- getOptions() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
-
- getOracleCursorTypeSqlType() - Method in class org.hibernate.dialect.OracleTypesHelper
-
- getOrCreateIndex(String) - Method in class org.hibernate.mapping.Table
-
- getOrCreateJaccPermissions(String) - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
-
- getOrCreateUniqueKey(String) - Method in class org.hibernate.mapping.Table
-
- getOrder() - Method in interface org.hibernate.boot.model.source.spi.Orderable
-
The order by clause used during loading this plural attribute.
- getOrderBy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the orderBy property.
- getOrderBy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the orderBy property.
- getOrderBy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
-
Gets the value of the orderBy property.
- getOrderBy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the orderBy property.
- getOrderBy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the orderBy property.
- getOrderBy() - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
-
- getOrderBy() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Gets the value of the orderBy property.
- getOrderBy() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
-
Gets the value of the orderBy property.
- getOrderBy() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Gets the value of the orderBy property.
- getOrderBy() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Gets the value of the orderBy property.
- getOrderBy() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
-
Gets the value of the orderBy property.
- getOrderBy() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Gets the value of the orderBy property.
- getOrderBy() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getOrderBy() - Method in class org.hibernate.mapping.Collection
-
- getOrderColumn() - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
-
- getOrderColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Gets the value of the orderColumn property.
- getOrderColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
-
Gets the value of the orderColumn property.
- getOrderColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Gets the value of the orderColumn property.
- getOrderColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Gets the value of the orderColumn property.
- getOrderColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
-
Gets the value of the orderColumn property.
- getOrderColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Gets the value of the orderColumn property.
- getOrderedNaturalIdValues() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
-
- getOrdering() - Method in class org.hibernate.cfg.JPAIndexHolder
-
- getOrdering() - Method in class org.hibernate.sql.ordering.antlr.OrderingSpecification
-
- getOrdering() - Method in class org.hibernate.sql.ordering.antlr.SortSpecification
-
Locate the specified ordering specification, if one.
- getOrdinalParameterDescriptionMap() - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
-
- getOrigin() - Method in exception org.hibernate.boot.InvalidMappingException
-
- getOrigin() - Method in class org.hibernate.boot.jaxb.spi.Binding
-
Obtain the metadata about the document's origin
- getOrigin() - Method in class org.hibernate.boot.jaxb.spi.XmlSource
-
- getOrigin() - Method in exception org.hibernate.boot.MappingException
-
- getOrigin() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
-
Obtain the origin of this source.
- getOrigin() - Method in interface org.hibernate.boot.model.source.spi.LocalMetadataBuildingContext
-
Obtain the origin for this context
- getOriginal() - Method in class org.hibernate.event.spi.MergeEvent
-
- getOriginalMessage() - Method in exception org.hibernate.QueryException
-
- getOriginalQueryString() - Method in class org.hibernate.loader.custom.sql.SQLQueryParser
-
- getOriginEntityGraph() - Method in class org.hibernate.engine.query.spi.EntityGraphQueryHint
-
- getOrMakeDataMap() - Method in class org.hibernate.testing.cache.MapStorageAccessImpl
-
- getOrmXmlFiles() - Method in class org.hibernate.jpamodelgen.Context
-
- getOrphans(Serializable, String) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
get all "orphaned" elements
- getOrphans(String, PersistentCollection) - Method in class org.hibernate.engine.spi.CollectionEntry
-
Get the collection orphans (entities which were removed from the collection)
- getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the outerJoin property.
- getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the outerJoin property.
- getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the outerJoin property.
- getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the outerJoin property.
- getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
-
Gets the value of the outerJoin property.
- getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Gets the value of the outerJoin property.
- getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the outerJoin property.
- getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
-
Gets the value of the outerJoin property.
- getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Gets the value of the outerJoin property.
- getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the outerJoin property.
- getOuterJoin() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
-
- getOutputFile() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
-
- getOutputParameterValue(ParameterRegistration<T>) - Method in interface org.hibernate.procedure.ProcedureOutputs
-
Retrieve the value of an OUTPUT parameter by the parameter's registration memento.
- getOutputParameterValue(String) - Method in interface org.hibernate.procedure.ProcedureOutputs
-
Retrieve the value of an OUTPUT parameter by the name under which the parameter was registered.
- getOutputParameterValue(int) - Method in interface org.hibernate.procedure.ProcedureOutputs
-
Retrieve the value of an OUTPUT parameter by the name position under which the parameter was registered.
- getOutputs() - Method in interface org.hibernate.procedure.ProcedureCall
-
Retrieves access to outputs of this procedure call.
- getOverriddenColumn(String) - Method in class org.hibernate.cfg.AbstractPropertyHolder
-
Get column overriding, property first, then parent, then holder
replace the placeholder 'collection&&element' with nothing
These rules are here to support both JPA 2 and legacy overriding rules.
- getOverriddenColumn(String) - Method in class org.hibernate.cfg.ComponentPropertyHolder
-
- getOverriddenColumn(String) - Method in interface org.hibernate.cfg.PropertyHolder
-
return null if the column is not overridden, or an array of column if true
- getOverriddenForeignKey(String) - Method in class org.hibernate.cfg.AbstractPropertyHolder
-
- getOverriddenForeignKey(String) - Method in interface org.hibernate.cfg.PropertyHolder
-
return null if hte foreign key is not overridden, or the foreign key if true
- getOverriddenJoinColumn(String) - Method in class org.hibernate.cfg.AbstractPropertyHolder
-
Get column overriding, property first, then parent, then holder
replace the placeholder 'collection&&element' with nothing
These rules are here to support both JPA 2 and legacy overriding rules.
- getOverriddenJoinColumn(String) - Method in class org.hibernate.cfg.ComponentPropertyHolder
-
- getOverriddenJoinColumn(String) - Method in interface org.hibernate.cfg.PropertyHolder
-
return null if the column is not overridden, or an array of column if true
- getOverriddenJoinTable(String) - Method in class org.hibernate.cfg.AbstractPropertyHolder
-
Get column overriding, property first, then parent, then holder
replace the placeholder 'collection&&element' with nothing
These rules are here to support both JPA 2 and legacy overriding rules.
- getOwner() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Get the owning entity.
- getOwner() - Method in class org.hibernate.engine.profile.Association
-
- getOwner() - Method in class org.hibernate.loader.custom.FetchReturn
-
Retrieves the return descriptor for the owner of this fetch.
- getOwner(List) - Method in class org.hibernate.loader.OuterJoinableAssociation
-
- getOwner() - Method in class org.hibernate.mapping.Collection
-
- getOwner() - Method in class org.hibernate.mapping.Component
-
- getOwnerAlias() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryJoinReturn
-
Retrieve the alias of the owner of this fetched association.
- getOwnerAlias(String) - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.ResultAliasContext
-
- getOwnerAssociationTypes() - Method in class org.hibernate.loader.hql.QueryLoader
-
- getOwnerAssociationTypes() - Method in class org.hibernate.loader.JoinWalker
-
- getOwnerAssociationTypes() - Method in class org.hibernate.loader.Loader
-
- getOwnerAssociationTypes() - Method in class org.hibernate.loader.OuterJoinLoader
-
- getOwnerEntityName() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryCollectionReturn
-
Returns the class owning the collection.
- getOwnerEntityName() - Method in class org.hibernate.loader.custom.CollectionReturn
-
Returns the class owning the collection.
- getOwnerEntityName() - Method in class org.hibernate.mapping.Collection
-
- getOwnerEntityName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getOwnerEntityPersister() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getOwnerEntityPersister() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Get the persister of the entity that "owns" this collection
- getOwnerId(String, String, Object, Map) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Search this persistence context for an associated entity instance which is considered the "owner" of
the given childEntity, and return that owner's id value.
- getOwnerIdOrNull(Object, EventSource) - Static method in class org.hibernate.event.spi.AbstractCollectionEvent
-
- getOwnerProcessingState(Fetch) - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext
-
Find the EntityReferenceProcessingState for the FetchOwner of the given Fetch.
- getOwnerProperty() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryCollectionReturn
-
- getOwnerProperty() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryJoinReturn
-
Retrieve the property name (relative to the owner) which maps to
the association to be fetched.
- getOwnerProperty() - Method in class org.hibernate.loader.custom.CollectionReturn
-
- getOwnerProperty() - Method in class org.hibernate.loader.custom.FetchReturn
-
The name of the property on the owner which represents this association.
- getOwners() - Method in class org.hibernate.loader.custom.CustomLoader
-
- getOwners() - Method in class org.hibernate.loader.hql.QueryLoader
-
An array of indexes of the entity that owns a one-to-one association
to the entity at the given index (-1 if there is no "owner")
- getOwners() - Method in class org.hibernate.loader.JoinWalker
-
- getOwners() - Method in class org.hibernate.loader.Loader
-
An array of indexes of the entity that owns a one-to-one association
to the entity at the given index (-1 if there is no "owner").
- getOwners() - Method in class org.hibernate.loader.OuterJoinLoader
-
- getOwnerVersionComparator() - Method in interface org.hibernate.cache.cfg.spi.CollectionDataCachingConfig
-
The comparator to be used with the owning entity's version (if it has one).
- getOwningAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitCollectionTableNameSource
-
Access to the name of the attribute, from the owning side, that defines the association.
- getOwningEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitCollectionTableNameSource
-
Access to entity naming information for the owning side.
- getOwningEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinTableNameSource
-
Access to entity naming information for the owning side.
- getOwningPhysicalTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitCollectionTableNameSource
-
Access to the physical name of the owning entity's table.
- getOwningPhysicalTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinTableNameSource
-
Access to the physical name of the owning entity's primary table.
- getPackage() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
-
Gets the value of the package property.
- getPackage() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
-
Gets the value of the package property.
- getPackage() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
-
Gets the value of the package property.
- getPackage() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
-
Gets the value of the package property.
- getPackageName() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
-
- getPackageName() - Method in interface org.hibernate.jpamodelgen.model.MetaEntity
-
- getPackageName() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
-
- getParameter() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQuery
-
Gets the value of the parameter property.
- getParameter() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
-
Gets the value of the parameter property.
- getParameterCount() - Method in interface org.hibernate.query.ParameterMetadata
-
- getParameterMetadata() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
-
- getParameterMetadata(String) - Method in interface org.hibernate.engine.query.spi.NativeQueryInterpreter
-
Returns a meta-data object with information about the named and ordinal
parameters contained in the given native query.
- getParameterMetadata() - Method in interface org.hibernate.Query
-
Deprecated.
Access to information about query parameters.
- getParameterMetadata() - Method in interface org.hibernate.query.Query
-
- getParameterName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
-
Gets the value of the parameterName property.
- getParameterNames() - Method in class org.hibernate.engine.spi.FilterDefinition
-
Get a set of the parameters defined by this configuration.
- getParameterRegistration(int) - Method in interface org.hibernate.procedure.ProcedureCall
-
Retrieve a previously registered parameter memento by the position under which it was registered.
- getParameterRegistration(String) - Method in interface org.hibernate.procedure.ProcedureCall
-
Retrieve a previously registered parameter memento by the name under which it was registered.
- getParameters() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition
-
- getParameters() - Method in interface org.hibernate.boot.model.source.spi.CollectionIdSource
-
- getParameters() - Method in interface org.hibernate.boot.model.source.spi.HibernateTypeSource
-
Obtain any supplied Hibernate type parameters.
- getParameters() - Method in class org.hibernate.boot.model.TypeDefinition
-
- getParameters() - Method in class org.hibernate.mapping.TypeDef
-
- getParametersAsProperties() - Method in class org.hibernate.boot.model.TypeDefinition
-
- getParameterTranslations() - Method in interface org.hibernate.hql.spi.QueryTranslator
-
Return information about any parameters encountered during
translation.
- getParameterType() - Method in class org.hibernate.engine.query.spi.AbstractParameterDescriptor
-
- getParameterType(String) - Method in class org.hibernate.engine.spi.FilterDefinition
-
Retrieve the type of the named parameter defined for this filter.
- getParameterTypes() - Method in class org.hibernate.engine.spi.FilterDefinition
-
- getParameterTypes() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
-
- getParameterValueBinders() - Method in interface org.hibernate.loader.custom.CustomQuery
-
- getParameterValueBinders() - Method in class org.hibernate.loader.custom.sql.SQLCustomQuery
-
- getParameterValueBinders() - Method in class org.hibernate.loader.custom.sql.SQLQueryParser
-
- getParameterValueBinders() - Method in class org.hibernate.loader.custom.sql.SQLQueryParser.ParameterSubstitutionRecognizer
-
- getParameterValueTypeName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
-
Gets the value of the parameterValueTypeName property.
- getParams() - Method in class org.hibernate.mapping.IdGenerator
-
- getParent() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
-
Gets the value of the parent property.
- getParent() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
-
Gets the value of the parent property.
- getParent() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
-
Gets the value of the parent property.
- getParent() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
-
Access to the parent part
- getParent() - Method in class org.hibernate.boot.model.source.spi.AttributePath
-
- getParent() - Method in class org.hibernate.boot.model.source.spi.AttributeRole
-
- getParent() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableMapping
-
- getParent() - Method in class org.hibernate.loader.PropertyPath
-
- getParent() - Method in class org.hibernate.metamodel.model.domain.NavigableRole
-
- getParent() - Method in interface org.hibernate.metamodel.model.domain.spi.EmbeddedTypeDescriptor
-
- getParent(Object) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
-
- getParent(Object) - Method in interface org.hibernate.tuple.component.ComponentTuplizer
-
Retrieve the current value of the parent property.
- getParent(Object) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
-
- getParentLogger() - Method in class org.hibernate.testing.jdbc.DataSourceStub
-
- getParentProperty() - Method in class org.hibernate.mapping.Component
-
- getParentReferenceAttributeName() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableSource
-
- getParentServiceRegistry() - Method in interface org.hibernate.service.ServiceRegistry
-
Retrieve this registry's parent registry.
- getPassDistinctThrough(String) - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
-
- getPassDistinctThrough() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
-
- getPassword() - Method in class org.hibernate.testing.jdbc.JdbcProperties
-
- getPath() - Method in class org.hibernate.cfg.AbstractPropertyHolder
-
- getPath(PropertyHolder, PropertyData) - Static method in class org.hibernate.cfg.BinderHelper
-
- getPath() - Method in interface org.hibernate.cfg.PropertyHolder
-
- getPath() - Method in exception org.hibernate.InvalidMappingException
-
- getPath() - Method in exception org.hibernate.MappingNotFoundException
-
Deprecated.
- getPermissibleAction() - Method in class org.hibernate.secure.spi.GrantedPermission
-
Deprecated.
- getPermissionDeclarations() - Method in class org.hibernate.secure.spi.JaccPermissionDeclarations
-
Deprecated.
- getPersistenceContext() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getPersistenceContext() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Get the persistence context for this session.
- getPersistenceContextInternal() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getPersistenceContextInternal() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
- getPersistenceProviderClassName() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
-
- getPersistenceProviderClassName() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
-
- getPersistenceProviderClassName() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
-
- getPersistenceType() - Method in interface org.hibernate.metamodel.model.domain.BasicDomainType
-
- getPersistenceUnit() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence
-
Gets the value of the persistenceUnit property.
- getPersistenceUnitDefaultAccessType() - Method in class org.hibernate.jpamodelgen.Context
-
- getPersistenceUnitDefaults() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitMetadata
-
Gets the value of the persistenceUnitDefaults property.
- getPersistenceUnitDefaults() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitMetadata
-
Gets the value of the persistenceUnitDefaults property.
- getPersistenceUnitMetadata() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
-
Gets the value of the persistenceUnitMetadata property.
- getPersistenceUnitMetadata() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
-
Gets the value of the persistenceUnitMetadata property.
- getPersistenceUnitName() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
-
- getPersistenceUnitName() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
-
- getPersistenceUnitName() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
-
- getPersistenceUnitRootUrl() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
Get the root url for the persistence unit.
- getPersistenceUnitRootUrl() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
-
- getPersistenceUnitRootUrl() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
-
- getPersistenceUnitRootUrl() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
-
- getPersistenceUnitUtil() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getPersistenceXmlLocation() - Method in class org.hibernate.jpamodelgen.Context
-
- getPersistenceXMLSchemaVersion() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
-
- getPersistenceXMLSchemaVersion() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
-
- getPersistenceXMLSchemaVersion() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
-
- getPersistentClass() - Method in class org.hibernate.cfg.ClassPropertyHolder
-
- getPersistentClass() - Method in class org.hibernate.cfg.CollectionPropertyHolder
-
- getPersistentClass() - Method in class org.hibernate.cfg.ComponentPropertyHolder
-
- getPersistentClass() - Method in interface org.hibernate.cfg.PropertyHolder
-
- getPersistentClass() - Method in exception org.hibernate.InstantiationException
-
- getPersistentClass() - Method in class org.hibernate.mapping.Join
-
- getPersistentClass() - Method in class org.hibernate.mapping.Property
-
- getPersistentClass() - Method in exception org.hibernate.PropertyAccessException
-
- getPersistentClass() - Method in interface org.hibernate.proxy.LazyInitializer
-
Get the actual class of the entity.
- getPersistentClass() - Method in class org.hibernate.proxy.map.MapLazyInitializer
-
- getPersistentClass() - Method in class org.hibernate.proxy.pojo.BasicLazyInitializer
-
- getPersistentClass() - Method in class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
-
- getPersistentClass() - Method in class org.hibernate.proxy.pojo.javassist.SerializableProxy
-
- getPersister() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
-
- getPersister() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the persister property.
- getPersister() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the persister property.
- getPersister() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
-
Gets the value of the persister property.
- getPersister() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the persister property.
- getPersister() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the persister property.
- getPersister() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the persister property.
- getPersister() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Gets the value of the persister property.
- getPersister() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the persister property.
- getPersister() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
-
- getPersister() - Method in interface org.hibernate.engine.spi.EntityEntry
-
- getPersister() - Method in class org.hibernate.engine.spi.EntityKey
-
- getPersister() - Method in class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
-
- getPersister() - Method in class org.hibernate.event.spi.PostDeleteEvent
-
- getPersister() - Method in class org.hibernate.event.spi.PostInsertEvent
-
- getPersister() - Method in class org.hibernate.event.spi.PostLoadEvent
-
- getPersister() - Method in class org.hibernate.event.spi.PostUpdateEvent
-
- getPersister() - Method in class org.hibernate.event.spi.PreLoadEvent
-
- getPersister() - Method in class org.hibernate.id.insert.AbstractReturningDelegate
-
- getPersister() - Method in class org.hibernate.loader.AbstractEntityJoinWalker
-
- getPersisters() - Method in class org.hibernate.loader.JoinWalker
-
- getPhysicalColumnName(Table, Identifier) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
- getPhysicalColumnName(Table, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
- getPhysicalConnection() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
-
Exposes access to the "real" Connection.
- getPhysicalConnectionHandlingMode() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getPhysicalConnectionHandlingMode() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- getPhysicalConnectionHandlingMode() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
-
- getPhysicalJdbcTransaction() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
-
- getPhysicalName() - Method in class org.hibernate.boot.model.relational.Namespace
-
- getPhysicalNamingStrategy() - Method in class org.hibernate.boot.model.relational.Database
-
- getPhysicalNamingStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
-
- getPhysicalNamingStrategy() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
- getPhysicalTableName(Identifier) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
- getPhysicalTableName(String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
- getPkColumnName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
-
Gets the value of the pkColumnName property.
- getPkColumnName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
-
Gets the value of the pkColumnName property.
- getPkColumnValue() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
-
Gets the value of the pkColumnValue property.
- getPkColumnValue() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
-
Gets the value of the pkColumnValue property.
- getPlanCacheHitCount() - Method in interface org.hibernate.stat.QueryStatistics
-
The number of query plans successfully fetched from the cache.
- getPlanCacheMissCount() - Method in interface org.hibernate.stat.QueryStatistics
-
The number of query plans *not* fetched from the cache.
- getPlanCompilationTotalMicroseconds() - Method in interface org.hibernate.stat.QueryStatistics
-
The overall time spent to compile the plan for this particular query.
- getPluralAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
-
- getPluralAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitIndexColumnNameSource
-
- getPluralAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitMapKeyColumnNameSource
-
Access the AttributePath for the Map attribute
- getPolymorphicJoinColumns(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPolymorphism() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the polymorphism property.
- getPosition() - Method in class org.hibernate.engine.query.spi.AbstractParameterDescriptor
-
- getPosition() - Method in class org.hibernate.engine.query.spi.OrdinalParameterDescriptor
-
- getPosition() - Method in class org.hibernate.jpa.spi.TupleBuilderTransformer.HqlTupleElementImpl
-
- getPosition() - Method in interface org.hibernate.procedure.ParameterRegistration
-
The position at which this parameter was registered.
- getPositionalParameterCount() - Method in interface org.hibernate.query.ParameterMetadata
-
Returns the number of positional parameters.
- getPositionalParameterInformation(int) - Method in interface org.hibernate.hql.spi.ParameterTranslations
-
- getPositionalParameterInformationMap() - Method in interface org.hibernate.hql.spi.ParameterTranslations
-
- getPositionalParameters() - Method in interface org.hibernate.query.ParameterMetadata
-
- getPositionalParameterTypes() - Method in class org.hibernate.engine.spi.QueryParameters
-
- getPositionalParameterValues() - Method in class org.hibernate.engine.spi.QueryParameters
-
- getPostLoad() - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
-
- getPostLoad() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the postLoad property.
- getPostLoad() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
-
Gets the value of the postLoad property.
- getPostLoad() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
-
Gets the value of the postLoad property.
- getPostLoad() - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
-
- getPostLoad() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the postLoad property.
- getPostLoad() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
-
Gets the value of the postLoad property.
- getPostLoad() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
-
Gets the value of the postLoad property.
- getPostLoadEvent() - Method in class org.hibernate.event.spi.LoadEvent
-
- getPostPersist() - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
-
- getPostPersist() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the postPersist property.
- getPostPersist() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
-
Gets the value of the postPersist property.
- getPostPersist() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
-
Gets the value of the postPersist property.
- getPostPersist() - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
-
- getPostPersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the postPersist property.
- getPostPersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
-
Gets the value of the postPersist property.
- getPostPersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
-
Gets the value of the postPersist property.
- getPostRemove() - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
-
- getPostRemove() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the postRemove property.
- getPostRemove() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
-
Gets the value of the postRemove property.
- getPostRemove() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
-
Gets the value of the postRemove property.
- getPostRemove() - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
-
- getPostRemove() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the postRemove property.
- getPostRemove() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
-
Gets the value of the postRemove property.
- getPostRemove() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
-
Gets the value of the postRemove property.
- getPostUpdate() - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
-
- getPostUpdate() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the postUpdate property.
- getPostUpdate() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
-
Gets the value of the postUpdate property.
- getPostUpdate() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
-
Gets the value of the postUpdate property.
- getPostUpdate() - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
-
- getPostUpdate() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the postUpdate property.
- getPostUpdate() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
-
Gets the value of the postUpdate property.
- getPostUpdate() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
-
Gets the value of the postUpdate property.
- getPrecision() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Gets the value of the precision property.
- getPrecision() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
-
Gets the value of the precision property.
- getPrecision() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
-
Gets the value of the precision property.
- getPrecision() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
-
Gets the value of the precision property.
- getPrecision() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
-
Gets the value of the precision property.
- getPrecision() - Method in interface org.hibernate.boot.model.source.spi.SizeSource
-
The specified precision.
- getPrecision() - Method in class org.hibernate.cfg.Ejb3Column
-
- getPrecision() - Method in class org.hibernate.engine.jdbc.Size
-
- getPrecision() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
-
- getPrecision() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
-
Gets the value of the precision property.
- getPrecision() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
-
Gets the value of the precision property.
- getPrecision() - Method in class org.hibernate.mapping.Column
-
- getPreferredSqlTypeCodeForBoolean() - Method in interface org.hibernate.type.descriptor.spi.JdbcRecommendedSqlTypeMappingContext
-
When mapping a boolean type to the database what is the preferred SQL type code to use?
Specifically names the key into the
SqlTypeDescriptorRegistry
.
- getPrepareStatementCount() - Method in interface org.hibernate.stat.Statistics
-
The number of prepared statements that were acquired
- getPrePersist() - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
-
- getPrePersist() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the prePersist property.
- getPrePersist() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
-
Gets the value of the prePersist property.
- getPrePersist() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
-
Gets the value of the prePersist property.
- getPrePersist() - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
-
- getPrePersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the prePersist property.
- getPrePersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
-
Gets the value of the prePersist property.
- getPrePersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
-
Gets the value of the prePersist property.
- getPreRemove() - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
-
- getPreRemove() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the preRemove property.
- getPreRemove() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
-
Gets the value of the preRemove property.
- getPreRemove() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
-
Gets the value of the preRemove property.
- getPreRemove() - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
-
- getPreRemove() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the preRemove property.
- getPreRemove() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
-
Gets the value of the preRemove property.
- getPreRemove() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
-
Gets the value of the preRemove property.
- getPreUpdate() - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
-
- getPreUpdate() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the preUpdate property.
- getPreUpdate() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
-
Gets the value of the preUpdate property.
- getPreUpdate() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
-
Gets the value of the preUpdate property.
- getPreUpdate() - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
-
- getPreUpdate() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the preUpdate property.
- getPreUpdate() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
-
Gets the value of the preUpdate property.
- getPreUpdate() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
-
Gets the value of the preUpdate property.
- getPrimaryFromClauseTables() - Method in interface org.hibernate.hql.spi.QueryTranslator
-
- getPrimaryKey() - Method in class org.hibernate.mapping.DenormalizedTable
-
- getPrimaryKey() - Method in class org.hibernate.mapping.Table
-
- getPrimaryKey(TableInformationImpl) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
-
Extract information about the given table's primary key.
- getPrimaryKey() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
-
Retrieve information about the table's primary key, if one is defined (aka, may return null
).
- getPrimaryKeyColumnSources() - Method in interface org.hibernate.boot.model.source.spi.JoinedSubclassEntitySource
-
The PrimaryKeyJoinColumns
mapping for the joined-subclass.
- getPrimaryKeyColumnSources() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
-
Retrieves the columns defines as making up this secondary tables primary key.
- getPrimaryKeyForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the primaryKeyForeignKey property.
- getPrimaryKeyForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
-
Gets the value of the primaryKeyForeignKey property.
- getPrimaryKeyForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
-
Gets the value of the primaryKeyForeignKey property.
- getPrimaryKeyForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the primaryKeyForeignKey property.
- getPrimaryKeyForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
-
Gets the value of the primaryKeyForeignKey property.
- getPrimaryKeyForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
-
Gets the value of the primaryKeyForeignKey property.
- getPrimaryKeyIdentifier() - Method in interface org.hibernate.tool.schema.extract.spi.PrimaryKeyInformation
-
Obtain the identifier for this PK.
- getPrimaryKeyJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the primaryKeyJoinColumn property.
- getPrimaryKeyJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
-
Gets the value of the primaryKeyJoinColumn property.
- getPrimaryKeyJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
-
Gets the value of the primaryKeyJoinColumn property.
- getPrimaryKeyJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the primaryKeyJoinColumn property.
- getPrimaryKeyJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
-
Gets the value of the primaryKeyJoinColumn property.
- getPrimaryKeyJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
-
Gets the value of the primaryKeyJoinColumn property.
- getPrimaryTable() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
Obtain the primary table for this entity.
- getPrimaryTable() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector.EntityTableXref
-
- getPrimitiveClass() - Method in class org.hibernate.type.BooleanType
-
- getPrimitiveClass() - Method in class org.hibernate.type.ByteType
-
- getPrimitiveClass() - Method in class org.hibernate.type.CharacterNCharType
-
- getPrimitiveClass() - Method in class org.hibernate.type.CharacterType
-
- getPrimitiveClass() - Method in class org.hibernate.type.DoubleType
-
- getPrimitiveClass() - Method in class org.hibernate.type.FloatType
-
- getPrimitiveClass() - Method in class org.hibernate.type.IntegerType
-
- getPrimitiveClass() - Method in class org.hibernate.type.LongType
-
- getPrimitiveClass() - Method in class org.hibernate.type.NumericBooleanType
-
- getPrimitiveClass() - Method in interface org.hibernate.type.PrimitiveType
-
- getPrimitiveClass() - Method in class org.hibernate.type.ShortType
-
- getPrimitiveClass() - Method in class org.hibernate.type.TrueFalseType
-
- getPrimitiveClass() - Method in class org.hibernate.type.YesNoType
-
- getProcedureName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQuery
-
Gets the value of the procedureName property.
- getProcedureName() - Method in class org.hibernate.cfg.annotations.NamedProcedureCallDefinition
-
- getProcedureName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
-
Gets the value of the procedureName property.
- getProcedureName() - Method in interface org.hibernate.procedure.ProcedureCall
-
Get the name of the stored procedure to be called.
- getProcessingEnvironment() - Method in class org.hibernate.jpamodelgen.Context
-
- getProcessingState(EntityReference) - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext
-
- getProducer() - Method in interface org.hibernate.query.Query
-
Get the QueryProducer this Query originates from.
- getProducer() - Method in interface org.hibernate.query.spi.QueryImplementor
-
- getProjectedAliases() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getProjectedColumnAliases() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getProjectedTypes() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getProjection(int) - Method in class org.hibernate.criterion.ProjectionList
-
Access a wrapped projection by index
- getProperties() - Method in class org.hibernate.cfg.Configuration
-
Get all properties
- getProperties() - Static method in class org.hibernate.cfg.Environment
-
Return System properties, extended by any properties specified
in hibernate.properties.
- getProperties() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getProperties() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getProperties() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
- getProperties() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
-
Gets the value of the properties property.
- getProperties() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
-
- getProperties() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
-
- getProperties() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
-
- getProperties() - Method in class org.hibernate.tuple.component.ComponentMetamodel
-
- getProperties() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getPropertiesToInsert(Object[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Transform the array of property indexes to an array of booleans,
true when the property is insertable and non-null
- getPropertiesToUpdate(int[], boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Transform the array of property indexes to an array of booleans,
true when the property is dirty
- getProperty() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
-
Gets the value of the property property.
- getProperty() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
-
Gets the value of the property property.
- getProperty() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
-
Access to the end path part.
- getProperty(String) - Method in class org.hibernate.cfg.Configuration
-
Get a property value by name
- getProperty() - Method in interface org.hibernate.cfg.PropertyData
-
Return the Hibernate mapping property
- getProperty() - Method in class org.hibernate.cfg.PropertyInferredData
-
- getProperty() - Method in class org.hibernate.cfg.PropertyPreloadedData
-
- getProperty() - Method in class org.hibernate.cfg.WrappedInferredData
-
- getProperty(String) - Method in class org.hibernate.criterion.Property
-
Get a component attribute of this property.
- getProperty() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit.Properties
-
Gets the value of the property property.
- getProperty() - Method in class org.hibernate.loader.PropertyPath
-
- getProperty(int) - Method in class org.hibernate.mapping.Component
-
- getProperty(String) - Method in class org.hibernate.mapping.Component
-
- getProperty(String) - Method in class org.hibernate.mapping.PersistentClass
-
- getProperty(int) - Method in class org.hibernate.tuple.component.ComponentMetamodel
-
- getProperty(String) - Method in class org.hibernate.tuple.component.ComponentMetamodel
-
- getPropertyAccessor(XAnnotatedElement) - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- getPropertyAccessorName() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
-
Obtain the name of the property accessor style used to access this attribute.
- getPropertyAccessorName() - Method in class org.hibernate.mapping.Property
-
- getPropertyAccessStrategy(Class) - Method in class org.hibernate.mapping.Backref
-
- getPropertyAccessStrategy(Class) - Method in class org.hibernate.mapping.IndexBackref
-
- getPropertyAccessStrategy(Class) - Method in class org.hibernate.mapping.Property
-
- getPropertyAccessStrategy() - Method in interface org.hibernate.property.access.spi.PropertyAccess
-
Access to the PropertyAccessStrategy that created this PropertyAccess
- getPropertyAccessType() - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- getPropertyAliases(Loadable, int) - Method in class org.hibernate.loader.ColumnEntityAliases
-
- getPropertyAliases(Loadable, int) - Method in class org.hibernate.loader.DefaultEntityAliases
-
- getPropertyAliases(String, int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyAliases(String, int) - Method in interface org.hibernate.persister.entity.Loadable
-
Get the result set aliases used for the property columns, given a suffix (properties of this class, only).
- getPropertyAnnotatedWithIdAndToOne(XClass, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
- getPropertyAnnotatedWithMapsId(XClass, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
- getPropertyCascadeStyles() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyCascadeStyles() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the cascade styles of the properties (optional operation)
- getPropertyCheckability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyCheckability() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the "checkability" of the properties of this class
(is the property dirty checked, does the cache need
to be updated)
- getPropertyCheckability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getPropertyClass() - Method in interface org.hibernate.cfg.PropertyData
-
Return the class itself
- getPropertyClass() - Method in class org.hibernate.cfg.PropertyInferredData
-
- getPropertyClass() - Method in class org.hibernate.cfg.PropertyPreloadedData
-
- getPropertyClass() - Method in class org.hibernate.cfg.WrappedInferredData
-
- getPropertyClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
-
- getPropertyClosureIterator() - Method in class org.hibernate.mapping.RootClass
-
- getPropertyClosureIterator() - Method in class org.hibernate.mapping.Subclass
-
- getPropertyClosureSpan() - Method in class org.hibernate.mapping.PersistentClass
-
- getPropertyClosureSpan() - Method in class org.hibernate.mapping.Subclass
-
- getPropertyColumnInsertable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyColumnNames(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Get the column names for the given property path
- getPropertyColumnNames(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyColumnNames(int) - Method in interface org.hibernate.persister.entity.Loadable
-
Get the result set column names mapped for this property (properties of this class, only).
- getPropertyColumnNames(String) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
-
Get the column names for the given property path
- getPropertyColumnSpan(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyColumnUpdateable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyColumnWriters(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyHolder() - Method in class org.hibernate.cfg.Ejb3Column
-
- getPropertyIndex(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyIndex(String) - Method in interface org.hibernate.persister.entity.UniqueKeyLoadable
-
Get the property number of the unique key property
- getPropertyIndex(String) - Method in class org.hibernate.tuple.component.ComponentMetamodel
-
- getPropertyIndex(String) - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getPropertyIndex(String) - Method in class org.hibernate.type.AnyType
-
- getPropertyIndex(String) - Method in class org.hibernate.type.ComponentType
-
- getPropertyIndex(String) - Method in class org.hibernate.type.CompositeCustomType
-
- getPropertyIndex(String) - Method in interface org.hibernate.type.CompositeType
-
Convenience method for locating the property index for a given property name.
- getPropertyIndexOrNull(String) - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getPropertyInsertability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyInsertability() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the "insertability" of the properties of this class
(does the property appear in an SQL INSERT)
- getPropertyInsertability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getPropertyInsertGenerationInclusions() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyInsertGenerationInclusions() - Method in interface org.hibernate.persister.entity.EntityPersister
-
- getPropertyIterator() - Method in class org.hibernate.mapping.Component
-
- getPropertyIterator() - Method in class org.hibernate.mapping.Join
-
- getPropertyIterator() - Method in class org.hibernate.mapping.PersistentClass
-
Build an iterator over the properties defined on this class.
- getPropertyLaziness() - Method in interface org.hibernate.metadata.ClassMetadata
-
Get the "laziness" of the properties of this class
- getPropertyLaziness() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyLaziness() - Method in interface org.hibernate.persister.entity.EntityPersister
-
- getPropertyLaziness() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getPropertyMapping() - Method in interface org.hibernate.loader.plan.spi.QuerySpace
-
- getPropertyName() - Method in class org.hibernate.cfg.Ejb3Column
-
- getPropertyName() - Method in interface org.hibernate.cfg.PropertyData
-
- getPropertyName() - Method in class org.hibernate.cfg.PropertyInferredData
-
- getPropertyName() - Method in class org.hibernate.cfg.PropertyPreloadedData
-
- getPropertyName() - Method in class org.hibernate.cfg.WrappedInferredData
-
- getPropertyName() - Method in class org.hibernate.criterion.AggregateProjection
-
- getPropertyName(String) - Method in interface org.hibernate.criterion.CriteriaQuery
-
Get the property name, given a possibly qualified property name
- getPropertyName() - Method in class org.hibernate.criterion.Order
-
- getPropertyName() - Method in class org.hibernate.criterion.PropertyProjection
-
- getPropertyName() - Method in class org.hibernate.criterion.SimpleExpression
-
- getPropertyName() - Method in class org.hibernate.envers.query.order.AuditOrder.OrderData
-
- getPropertyName() - Method in class org.hibernate.envers.query.projection.AuditProjection.ProjectionData
-
- getPropertyName() - Method in class org.hibernate.id.ForeignGenerator
-
Getter for property 'propertyName'.
- getPropertyName() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
-
- getPropertyName() - Method in interface org.hibernate.jpamodelgen.model.MetaAttribute
-
- getPropertyName(String) - Static method in class org.hibernate.jpamodelgen.util.StringUtil
-
- getPropertyName() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaAttribute
-
- getPropertyName(String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getPropertyName() - Method in class org.hibernate.mapping.OneToOne
-
- getPropertyName() - Method in class org.hibernate.mapping.ToOne
-
- getPropertyName() - Method in class org.hibernate.property.access.spi.SetterFieldImpl
-
- getPropertyName() - Method in exception org.hibernate.PropertyAccessException
-
- getPropertyName() - Method in exception org.hibernate.PropertyValueException
-
- getPropertyName() - Method in exception org.hibernate.TransientPropertyValueException
-
Returns the property name.
- getPropertyName() - Method in class org.hibernate.type.EntityType
-
- getPropertyName() - Method in class org.hibernate.type.ManyToOneType
-
- getPropertyName() - Method in class org.hibernate.type.OneToOneType
-
- getPropertyNames() - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer.AccessOptimizer
-
Get the name of all properties.
- getPropertyNames() - Method in interface org.hibernate.metadata.ClassMetadata
-
Get the names of the class' persistent properties
- getPropertyNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyNames() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the names of the class properties - doesn't have to be the names of the
actual Java properties (used for XML generation only)
- getPropertyNames() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getPropertyNames() - Method in class org.hibernate.type.AnyType
-
- getPropertyNames() - Method in class org.hibernate.type.ComponentType
-
- getPropertyNames() - Method in class org.hibernate.type.CompositeCustomType
-
- getPropertyNames() - Method in interface org.hibernate.type.CompositeType
-
Get the names of the component properties
- getPropertyNames() - Method in interface org.hibernate.usertype.CompositeUserType
-
Get the "property names" that may be used in a
query.
- getPropertyNullability() - Method in interface org.hibernate.metadata.ClassMetadata
-
Get the nullability of the class' persistent properties
- getPropertyNullability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyNullability() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the nullability of the properties of this class
- getPropertyNullability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getPropertyNullability() - Method in class org.hibernate.type.AnyType
-
- getPropertyNullability() - Method in class org.hibernate.type.ComponentType
-
- getPropertyNullability() - Method in class org.hibernate.type.CompositeCustomType
-
- getPropertyNullability() - Method in interface org.hibernate.type.CompositeType
-
Retrieve the indicators regarding which component properties are nullable.
- getPropertyOwnerEntityName() - Method in exception org.hibernate.TransientPropertyValueException
-
Returns the entity name for entity that owns the association
property.
- getPropertyPath() - Method in class org.hibernate.loader.OuterJoinableAssociation
-
- getPropertyPath() - Method in interface org.hibernate.loader.plan.spi.CollectionReference
-
Retrieve the PropertyPath to this reference.
- getPropertyPath() - Method in interface org.hibernate.loader.plan.spi.Fetch
-
Get the property path to this fetch
- getPropertyPath() - Method in interface org.hibernate.loader.plan.spi.FetchSource
-
Get the property path to this fetch source
- getPropertyRef() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
-
Gets the value of the propertyRef property.
- getPropertyRef() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
-
Gets the value of the propertyRef property.
- getPropertyRef() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Gets the value of the propertyRef property.
- getPropertyRef() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
-
Gets the value of the propertyRef property.
- getPropertyReferencedAssociation(String, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
- getPropertyResultsMap() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryNonScalarReturn
-
Retrieve the user-supplied column->property mappings.
- getPropertyResultsMap(String) - Method in class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor.ResultAliasContext
-
- getPropertySelectable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertySpaces() - Method in interface org.hibernate.action.spi.Executable
-
What spaces (tables) are affected by this action?
- getPropertySpaces() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Returns an array of objects that identify spaces in which properties of
this entity are persisted, for instances of this class only.
- getPropertySpaces() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getPropertySpaces() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getPropertySpaces() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getPropertySpan() - Method in class org.hibernate.mapping.Component
-
- getPropertySpan() - Method in class org.hibernate.mapping.Join
-
- getPropertySpan() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertySpan() - Method in class org.hibernate.tuple.component.ComponentMetamodel
-
- getPropertySpan() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getPropertySubclassNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyTableName(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getPropertyTableName(String) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
-
Get the table name for the given property path
- getPropertyTableName(String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getPropertyTableName(String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getPropertyTableNumbers() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyTableNumbers() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getPropertyTableNumbers() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getPropertyTableNumbers() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getPropertyTableNumbersInSelect() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyTableNumbersInSelect() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getPropertyTableNumbersInSelect() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getPropertyTableNumbersInSelect() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getPropertyType(String) - Method in interface org.hibernate.metadata.ClassMetadata
-
Get the type of a particular (named) property
- getPropertyType(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Get the type of a particular property by name.
- getPropertyType(String) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the type of a particular property by name.
- getPropertyTypes() - Method in interface org.hibernate.metadata.ClassMetadata
-
Get the Hibernate types of the class properties
- getPropertyTypes() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyTypes() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the Hibernate types of the class properties
- getPropertyTypes() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getPropertyTypes() - Method in interface org.hibernate.usertype.CompositeUserType
-
Get the corresponding "property types".
- getPropertyUniqueness() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyUpdateability(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Which properties appear in the SQL update?
(Initialized, updateable ones!)
- getPropertyUpdateability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyUpdateability() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the "updateability" of the properties of this class
(does the property appear in an SQL UPDATE)
- getPropertyUpdateability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getPropertyUpdateGenerationInclusions() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyUpdateGenerationInclusions() - Method in interface org.hibernate.persister.entity.EntityPersister
-
- getPropertyValue(Object, String) - Method in interface org.hibernate.metadata.ClassMetadata
-
Get the value of a particular (named) property
- getPropertyValue(Object, int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyValue(Object, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyValue(Object, int) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the value of a particular property
- getPropertyValue(Object, String) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the value of a particular property
- getPropertyValue(Object, int) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
-
- getPropertyValue(Object, int) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- getPropertyValue(Object, String) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- getPropertyValue(Object, String) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
Extract the value of a particular property from the given entity.
- getPropertyValue(Object, int) - Method in interface org.hibernate.tuple.Tuplizer
-
Extract the value of a particular property from the given entity.
- getPropertyValue(Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.AnyType
-
- getPropertyValue(Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
-
- getPropertyValue(Object, int, EntityMode) - Method in class org.hibernate.type.ComponentType
-
- getPropertyValue(Object, int) - Method in class org.hibernate.type.ComponentType
-
- getPropertyValue(Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.CompositeCustomType
-
- getPropertyValue(Object, int) - Method in class org.hibernate.type.CompositeCustomType
-
- getPropertyValue(Object, int, SharedSessionContractImplementor) - Method in interface org.hibernate.type.CompositeType
-
Extract a particular component property value indicated by index.
- getPropertyValue(Object, int) - Method in interface org.hibernate.usertype.CompositeUserType
-
Get the value of a property.
- getPropertyValueGenerationStrategies() - Method in class org.hibernate.type.ComponentType
-
- getPropertyValues(Object) - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer.AccessOptimizer
-
Get the value of all properties from the given entity
- getPropertyValues() - Method in class org.hibernate.event.spi.FlushEntityEvent
-
- getPropertyValues(Object) - Method in interface org.hibernate.metadata.ClassMetadata
-
Extract the property values from the given entity.
- getPropertyValues(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyValues(Object) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Return the (loaded) values of the mapped properties of the object (not including backrefs)
- getPropertyValues(Object) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
-
- getPropertyValues(Object) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
-
- getPropertyValues(Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- getPropertyValues(Object) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
-
- getPropertyValues(Object) - Method in interface org.hibernate.tuple.Tuplizer
-
Extract the current values contained on the given entity.
- getPropertyValues(Object, EntityMode) - Method in class org.hibernate.type.AnyType
-
- getPropertyValues(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.AnyType
-
- getPropertyValues(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
-
- getPropertyValues(Object, EntityMode) - Method in class org.hibernate.type.ComponentType
-
- getPropertyValues(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.CompositeCustomType
-
- getPropertyValues(Object, EntityMode) - Method in class org.hibernate.type.CompositeCustomType
-
- getPropertyValues(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.type.CompositeType
-
Extract the values of the component properties from the given component instance
- getPropertyValues(Object, EntityMode) - Method in interface org.hibernate.type.CompositeType
-
Extract the values of the component properties from the given component instance without access to the
session.
- getPropertyValuesToInsert(Object, Map, SessionImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
-
- getPropertyValuesToInsert(Object, Map, SharedSessionContractImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
-
Return the values of the mapped properties of the object
- getPropertyValuesToInsert(Object, Map, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyValuesToInsert(Object, Map, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Return the values of the insertable properties of the object (including backrefs)
- getPropertyValuesToInsert(Object, Map, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- getPropertyValuesToInsert(Object, Map, SharedSessionContractImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
Extract the values of the insertable properties of the entity (including backrefs)
- getPropertyValuesToInsert(Object, Map, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
-
- getPropertyValuesWithOptimizer(Object) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
-
- getPropertyVersionability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getPropertyVersionability() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the "versionability" of the properties of this class
(is the property optimistic-locked)
- getPropertyVersionability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getProvidedJtaPlatform() - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformProvider
-
Retrieve the JtaPlatform provided by this environment.
- getProvider() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
-
Gets the value of the provider property.
- getProviderClassName() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
Get the explicitly specified provider class name, or null
if not specified.
- getProviderUtil() - Method in class org.hibernate.jpa.HibernatePersistenceProvider
-
- getProxy() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
-
- getProxy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
-
Gets the value of the proxy property.
- getProxy() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
For
lazy
entities, obtain the interface to use in constructing its proxies.
- getProxy() - Method in interface org.hibernate.bytecode.spi.BasicProxyFactory
-
Get a proxy reference..
- getProxy(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Get an existing proxy by key
- getProxy(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.proxy.map.MapProxyFactory
-
- getProxy(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyFactory
-
- getProxy(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.proxy.pojo.javassist.JavassistProxyFactory
-
- getProxy(Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.proxy.ProxyFactory
-
Create a new proxy instance
- getProxyClassLoader() - Static method in class org.hibernate.engine.jdbc.ClobProxy
-
Determines the appropriate class loader to which the generated proxy
should be scoped.
- getProxyClassLoader() - Static method in class org.hibernate.engine.jdbc.NClobProxy
-
Determines the appropriate class loader to which the generated proxy
should be scoped.
- getProxyClassLoader() - Static method in class org.hibernate.engine.jdbc.SerializableBlobProxy
-
Determines the appropriate class loader to which the generated proxy
should be scoped.
- getProxyClassLoader() - Static method in class org.hibernate.engine.jdbc.SerializableClobProxy
-
Determines the appropriate class loader to which the generated proxy
should be scoped.
- getProxyClassLoader() - Static method in class org.hibernate.engine.jdbc.SerializableNClobProxy
-
Determines the appropriate class loader to which the generated proxy
should be scoped.
- getProxyFactory() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- getProxyFactory() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
- getProxyFactoryFactory() - Method in interface org.hibernate.bytecode.spi.BytecodeProvider
-
Retrieve the specific factory for this provider capable of
generating run-time proxies for lazy-loading purposes.
- getProxyInterface() - Method in class org.hibernate.mapping.PersistentClass
-
- getProxyInterfaceName() - Method in class org.hibernate.mapping.PersistentClass
-
- getPutCount() - Method in interface org.hibernate.stat.CacheRegionStatistics
-
The number of cache puts into the region since the last Statistics
clearing
- getPutCount() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
-
Deprecated.
- getQualifiedIdTableName() - Method in interface org.hibernate.hql.spi.id.IdTableInfo
-
- getQualifiedIdTableName() - Method in class org.hibernate.hql.spi.id.local.IdTableInfoImpl
-
- getQualifiedName() - Method in class org.hibernate.id.enhanced.SequenceStructure
-
- getQualifiedName() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
-
- getQualifiedName() - Method in interface org.hibernate.jpamodelgen.model.MetaEntity
-
- getQualifiedName() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
-
- getQualifiedName(Dialect, String, String) - Method in class org.hibernate.mapping.Table
-
- getQualifiedObjectNameFormatter() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
-
Obtain support for formatting qualified object names.
- getQualifiedTableName() - Method in class org.hibernate.mapping.Table
-
- getQueries() - Method in interface org.hibernate.stat.Statistics
-
Get all executed query strings.
- getQuery() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
-
- getQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
-
Gets the value of the query property.
- getQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
-
Gets the value of the query property.
- getQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Gets the value of the query property.
- getQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the query property.
- getQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
Gets the value of the query property.
- getQuery() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQuery
-
Gets the value of the query property.
- getQuery() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedQuery
-
Gets the value of the query property.
- getQuery() - Method in interface org.hibernate.boot.jaxb.mapping.spi.NamedQuery
-
- getQuery() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
-
- getQuery() - Method in interface org.hibernate.jpa.spi.ParameterRegistration
-
Access to the query that this parameter belongs to.
- getQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
-
Gets the value of the query property.
- getQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
-
Gets the value of the query property.
- getQueryableCollection(String, String, SessionFactoryImplementor) - Method in class org.hibernate.criterion.AbstractEmptinessExpression
-
- getQueryCache() - Method in interface org.hibernate.cache.spi.CacheImplementor
-
- getQueryCache(String) - Method in interface org.hibernate.cache.spi.CacheImplementor
-
- getQueryCache() - Method in interface org.hibernate.engine.spi.CacheImplementor
-
- getQueryCache(String) - Method in interface org.hibernate.engine.spi.CacheImplementor
-
- getQueryCacheEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- getQueryCacheHitCount() - Method in interface org.hibernate.stat.Statistics
-
Get the global number of cached queries successfully retrieved from cache
- getQueryCacheMissCount() - Method in interface org.hibernate.stat.Statistics
-
Get the global number of cached queries *not* found in cache
- getQueryCachePutCount() - Method in interface org.hibernate.stat.Statistics
-
Get the global number of cacheable queries put in cache
- getQueryCount() - Method in class org.hibernate.testing.jdbc.SQLStatementInterceptor
-
- getQueryExecutionCount() - Method in interface org.hibernate.stat.Statistics
-
Get global number of executed queries
- getQueryExecutionMaxTime() - Method in interface org.hibernate.stat.Statistics
-
Get the time in milliseconds of the slowest query.
- getQueryExecutionMaxTimeQueryString() - Method in interface org.hibernate.stat.Statistics
-
Get the query string for the slowest query.
- getQueryHints() - Method in class org.hibernate.engine.spi.QueryParameters
-
- getQueryHintString(String, List<String>) - Method in class org.hibernate.dialect.AbstractHANADialect
-
- getQueryHintString(String, List<String>) - Method in class org.hibernate.dialect.Dialect
-
Apply a hint to the query.
- getQueryHintString(String, String) - Method in class org.hibernate.dialect.Dialect
-
Apply a hint to the query.
- getQueryHintString(String, String) - Method in class org.hibernate.dialect.H2Dialect
-
- getQueryHintString(String, String) - Method in class org.hibernate.dialect.MySQL5Dialect
-
- getQueryHintString(String, String) - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getQueryHintString(String, String) - Method in class org.hibernate.dialect.SQLServer2012Dialect
-
- getQueryIdentifier() - Method in interface org.hibernate.hql.spi.QueryTranslator
-
Retrieve the query identifier for this translator.
- getQueryIdentifier() - Method in class org.hibernate.loader.criteria.CriteriaLoader
-
- getQueryIdentifier() - Method in class org.hibernate.loader.custom.CustomLoader
-
- getQueryIdentifier() - Method in class org.hibernate.loader.hql.QueryLoader
-
- getQueryIdentifier() - Method in class org.hibernate.loader.Loader
-
Identifies the query for statistics reporting, if null,
no statistics will be reported
- getQueryInfluencers() - Method in interface org.hibernate.loader.plan.exec.query.spi.QueryBuildingParameters
-
Provides data for options which can influence the SQL query needed to load an
entity.
- getQueryOptions() - Method in interface org.hibernate.Query
-
Deprecated.
"QueryOptions" is a better name, I think, than "RowSelection" -> 6.0
- getQueryParameter(String) - Method in interface org.hibernate.query.ParameterMetadata
-
- getQueryParameter(Integer) - Method in interface org.hibernate.query.ParameterMetadata
-
- getQueryParameterListBinding(QueryParameter<T>) - Method in interface org.hibernate.query.spi.QueryParameterBindings
-
- getQueryParameterListBinding(String) - Method in interface org.hibernate.query.spi.QueryParameterBindings
-
- getQueryParameterListBinding(int) - Method in interface org.hibernate.query.spi.QueryParameterBindings
-
- getQueryParameters() - Method in class org.hibernate.engine.spi.SubselectFetch
-
- getQueryParameters() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getQueryParameters() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext
-
- getQueryParameters() - Method in interface org.hibernate.result.spi.ResultContext
-
- getQueryPlan() - Method in class org.hibernate.engine.spi.QueryParameters
-
- getQueryPlanCache() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getQueryPlanCache() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
- getQueryPlanCacheHitCount() - Method in interface org.hibernate.stat.Statistics
-
Get the global number of query plans successfully retrieved from cache
- getQueryPlanCacheMissCount() - Method in interface org.hibernate.stat.Statistics
-
Get the global number of query plans lookups *not* found in cache
- getQueryRef() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLoaderType
-
Gets the value of the queryRef property.
- getQueryRegionStatistics(String) - Method in interface org.hibernate.stat.Statistics
-
Second-level cache statistics per query region
- getQueryResultsCache(String) - Method in interface org.hibernate.cache.spi.CacheImplementor
-
Get query cache by region name or create a new one if none exist.
- getQueryResultsCache(String) - Method in interface org.hibernate.engine.spi.CacheImplementor
-
Deprecated.
Get query cache by region name or create a new one if none exist.
- getQueryResultsCacheStrictly(String) - Method in interface org.hibernate.cache.spi.CacheImplementor
-
Get the named QueryResultRegionAccess but not creating one if it
does not already exist.
- getQueryResultsCacheStrictly(String) - Method in interface org.hibernate.engine.spi.CacheImplementor
-
Deprecated.
Get the named QueryResultRegionAccess but not creating one if it
does not already exist.
- getQueryReturns() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification
-
- getQueryReturns() - Method in class org.hibernate.engine.ResultSetMappingDefinition
-
- getQueryReturns() - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinition
-
- getQueryReturns() - Method in interface org.hibernate.result.spi.ResultContext
-
- getQueryReturns() - Method in interface org.hibernate.SQLQuery
-
Deprecated.
Retrieve the returns associated with this query.
- getQuerySequencesString() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- getQuerySequencesString() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- getQuerySequencesString() - Method in class org.hibernate.dialect.CUBRIDDialect
-
- getQuerySequencesString() - Method in class org.hibernate.dialect.DB2390Dialect
-
- getQuerySequencesString() - Method in class org.hibernate.dialect.DB2390V8Dialect
-
- getQuerySequencesString() - Method in class org.hibernate.dialect.DB2400Dialect
-
- getQuerySequencesString() - Method in class org.hibernate.dialect.DB2400V7R3Dialect
-
- getQuerySequencesString() - Method in class org.hibernate.dialect.DB2Dialect
-
- getQuerySequencesString() - Method in class org.hibernate.dialect.DerbyDialect
-
Deprecated.
- getQuerySequencesString() - Method in class org.hibernate.dialect.Dialect
-
Get the select command used retrieve the names of all sequences.
- getQuerySequencesString() - Method in class org.hibernate.dialect.H2Dialect
-
- getQuerySequencesString() - Method in class org.hibernate.dialect.HSQLDialect
-
- getQuerySequencesString() - Method in class org.hibernate.dialect.InformixDialect
-
- getQuerySequencesString() - Method in class org.hibernate.dialect.Ingres9Dialect
-
- getQuerySequencesString() - Method in class org.hibernate.dialect.IngresDialect
-
- getQuerySequencesString() - Method in class org.hibernate.dialect.InterbaseDialect
-
- getQuerySequencesString() - Method in class org.hibernate.dialect.MariaDB103Dialect
-
- getQuerySequencesString() - Method in class org.hibernate.dialect.MimerSQLDialect
-
- getQuerySequencesString() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getQuerySequencesString() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getQuerySequencesString() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- getQuerySequencesString() - Method in class org.hibernate.dialect.SAPDBDialect
-
- getQuerySequencesString() - Method in class org.hibernate.dialect.SQLServer2012Dialect
-
- getQuerySequencesString() - Method in class org.hibernate.dialect.TimesTenDialect
-
- getQuerySpaceByUid(String) - Method in interface org.hibernate.loader.plan.spi.QuerySpaces
-
- getQuerySpaces() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
-
- getQuerySpaces() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification
-
- getQuerySpaces() - Method in class org.hibernate.engine.spi.ExecutableList
-
Lazily constructs the querySpaces affected by the actions in the list.
- getQuerySpaces() - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinition
-
- getQuerySpaces() - Method in class org.hibernate.event.spi.AutoFlushEvent
-
- getQuerySpaces() - Method in interface org.hibernate.hql.spi.QueryTranslator
-
Returns the set of query spaces (table names) that the query refers to.
- getQuerySpaces() - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
-
- getQuerySpaces() - Method in class org.hibernate.loader.criteria.CriteriaLoader
-
- getQuerySpaces() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getQuerySpaces() - Method in class org.hibernate.loader.custom.CustomLoader
-
- getQuerySpaces() - Method in interface org.hibernate.loader.custom.CustomQuery
-
Any query spaces to apply to the query execution.
- getQuerySpaces() - Method in class org.hibernate.loader.custom.sql.SQLCustomQuery
-
- getQuerySpaces() - Method in interface org.hibernate.loader.plan.build.spi.LoadPlanBuildingContext
-
- getQuerySpaces() - Method in interface org.hibernate.loader.plan.spi.LoadPlan
-
Gets the
QuerySpaces
for the load plan, which contains a
QuerySpace
reference for each non-scalar return and for each entity, collection, and composite
FetchSource
.
- getQuerySpaces() - Method in interface org.hibernate.loader.plan.spi.QuerySpace
-
- getQuerySpaces() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getQuerySpaces() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Returns an array of objects that identify spaces in which properties of
this entity are persisted, for instances of this class and its subclasses.
- getQuerySpaces() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getQuerySpaceUid() - Method in interface org.hibernate.loader.plan.spi.BidirectionalEntityReference
-
- getQuerySpaceUid() - Method in interface org.hibernate.loader.plan.spi.CollectionReference
-
Obtain the UID of the QuerySpace (specifically a
CollectionQuerySpace
) that this CollectionReference
refers to.
- getQuerySpaceUid() - Method in interface org.hibernate.loader.plan.spi.EntityReference
-
Obtain the UID of the QuerySpace (specifically a
EntityQuerySpace
) that this EntityReference
refers to.
- getQuerySpaceUid() - Method in interface org.hibernate.loader.plan.spi.FetchSource
-
Get the UID for this fetch source's query space.
- getQueryStatistics(String) - Method in interface org.hibernate.stat.Statistics
-
Query statistics from query string (HQL or SQL)
- getQueryStatisticsMaxSize() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getQueryStatisticsMaxSize() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- getQueryString() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQuerySpecification
-
- getQueryString() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
-
- getQueryString() - Method in interface org.hibernate.hql.spi.QueryTranslator
-
Returns the HQL string processed by the translator.
- getQueryString() - Method in interface org.hibernate.Query
-
Deprecated.
Get the query string.
- getQueryString() - Method in interface org.hibernate.query.Query
-
- getQueryString() - Method in exception org.hibernate.QueryException
-
Retrieve the query being evaluated when the exception occurred.
- getQuerySubstitutions() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getQuerySubstitutions() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- getQuerySubstitutions() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- getQuerySubstitutions() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- getQueryTranslatorFactory() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- getQueryType() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
-
- getQueuedOrphans(String) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Get the "queued" orphans
- getQuotedCaseStrategy() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
-
- getQuotedCatalog() - Method in class org.hibernate.mapping.Table
-
- getQuotedCatalog(Dialect) - Method in class org.hibernate.mapping.Table
-
- getQuotedName() - Method in class org.hibernate.mapping.Column
-
returns quoted name as it would be in the mapping file.
- getQuotedName(Dialect) - Method in class org.hibernate.mapping.Column
-
- getQuotedName(Dialect) - Method in class org.hibernate.mapping.Index
-
- getQuotedName() - Method in class org.hibernate.mapping.Table
-
- getQuotedName(Dialect) - Method in class org.hibernate.mapping.Table
-
- getQuotedSchema() - Method in class org.hibernate.mapping.Table
-
- getQuotedSchema(Dialect) - Method in class org.hibernate.mapping.Table
-
- getRead() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
-
Gets the value of the read property.
- getReadExpr(Dialect) - Method in class org.hibernate.mapping.Column
-
- getReadFragment() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
-
A SQL fragment to apply to the column value on read.
- getReadLockString(int) - Method in class org.hibernate.dialect.AbstractHANADialect
-
- getReadLockString(String, int) - Method in class org.hibernate.dialect.AbstractHANADialect
-
- getReadLockString(int) - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- getReadLockString(String, int) - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- getReadLockString(int) - Method in class org.hibernate.dialect.DerbyDialect
-
Deprecated.
- getReadLockString(int) - Method in class org.hibernate.dialect.Dialect
-
Get the string to append to SELECT statements to acquire READ locks
for this dialect.
- getReadLockString(String, int) - Method in class org.hibernate.dialect.Dialect
-
Get the string to append to SELECT statements to acquire READ locks
for this dialect given the aliases of the columns to be read locked.
- getReadLockString(int) - Method in class org.hibernate.dialect.MySQL8Dialect
-
- getReadLockString(String, int) - Method in class org.hibernate.dialect.MySQL8Dialect
-
- getReadLockString(int) - Method in class org.hibernate.dialect.MySQLDialect
-
- getReadLockString(int) - Method in class org.hibernate.dialect.Oracle9iDialect
-
- getReadLockString(int) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- getReadLockString(String, int) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- getReadLockString(int) - Method in class org.hibernate.dialect.PostgreSQL95Dialect
-
- getReadLockString(String, int) - Method in class org.hibernate.dialect.PostgreSQL95Dialect
-
- getReadLockString(int) - Method in class org.hibernate.dialect.Teradata14Dialect
-
- getReadOnly() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
-
- getReadOnly() - Method in class org.hibernate.event.spi.LoadEvent
-
- getRealManageables() - Method in interface org.hibernate.service.spi.OptionallyManageable
-
Any wrapped services that are Manageable.
- getRecreateCount() - Method in interface org.hibernate.stat.CollectionStatistics
-
Number of times (since last Statistics clearing) this collection
has been recreated (rows potentially deleted and then rows (re-)inserted)
- getRecursiveProperty(String) - Method in class org.hibernate.mapping.PersistentClass
-
- getReference() - Method in class org.hibernate.boot.cfgxml.spi.MappingReference
-
- getReference() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
-
Provides access to the stored reference.
- getReference(Class<T>, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getReference() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getReference(Serializable) - Method in interface org.hibernate.IdentifierLoadAccess
-
Return the persistent instance with the given identifier, assuming that the instance exists.
- getReference() - Method in interface org.hibernate.NaturalIdLoadAccess
-
- getReference(Object) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
-
Return the persistent instance with the given natural id value, assuming that the instance exists.
- getReferenceablePropertyIterator() - Method in class org.hibernate.mapping.JoinedSubclass
-
- getReferenceablePropertyIterator() - Method in class org.hibernate.mapping.PersistentClass
-
Build an iterator of properties which may be referenced in association mappings.
- getReferencedColumn() - Method in class org.hibernate.cfg.Ejb3JoinColumn
-
- getReferencedColumnMetadata() - Method in interface org.hibernate.tool.schema.extract.spi.ForeignKeyInformation.ColumnReferenceMapping
-
Obtain the information about the referenced column (the target side).
- getReferencedColumnName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
-
Gets the value of the referencedColumnName property.
- getReferencedColumnName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
-
Gets the value of the referencedColumnName property.
- getReferencedColumnName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrimaryKeyJoinColumn
-
Gets the value of the referencedColumnName property.
- getReferencedColumnName() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource
-
Access the name of the column that is the target of the FK being described
- getReferencedColumnName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
-
Gets the value of the referencedColumnName property.
- getReferencedColumnName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
-
Gets the value of the referencedColumnName property.
- getReferencedColumnName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrimaryKeyJoinColumn
-
Gets the value of the referencedColumnName property.
- getReferencedColumnNames() - Method in interface org.hibernate.boot.model.naming.ImplicitForeignKeyNameSource
-
- getReferencedColumns() - Method in class org.hibernate.mapping.ForeignKey
-
Returns the referenced columns if the foreignkey does not refer to the primary key
- getReferencedColumnValues() - Method in interface org.hibernate.tuple.InDatabaseValueGenerationStrategy
-
- getReferencedEntityAttributeName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
-
- getReferencedEntityAttributeName() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
-
- getReferencedEntityName() - Method in interface org.hibernate.boot.model.source.spi.AssociationSource
-
Obtain the name of the referenced entity.
- getReferencedEntityName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
-
- getReferencedEntityName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceOneToMany
-
- getReferencedEntityName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeMapKeyManyToManySource
-
- getReferencedEntityName() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
-
- getReferencedEntityName() - Method in class org.hibernate.cfg.FkSecondPass
-
- getReferencedEntityName() - Method in class org.hibernate.cfg.JoinedSubclassFkSecondPass
-
- getReferencedEntityName() - Method in class org.hibernate.cfg.ToOneFkSecondPass
-
- getReferencedEntityName() - Method in class org.hibernate.mapping.ForeignKey
-
- getReferencedEntityName() - Method in class org.hibernate.mapping.OneToMany
-
- getReferencedEntityName() - Method in class org.hibernate.mapping.ToOne
-
- getReferencedPrimaryKeyColumnName() - Method in interface org.hibernate.boot.model.naming.ImplicitPrimaryKeyJoinColumnNameSource
-
Access the name of the column that is a primary key column in the
referenced-table that is referenced by the foreign-key described here.
- getReferencedProperty(String) - Method in class org.hibernate.mapping.PersistentClass
-
Given a property path, locate the appropriate referenceable property reference.
- getReferencedPropertyName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeKeySource
-
- getReferencedPropertyName() - Method in class org.hibernate.mapping.Collection
-
- getReferencedPropertyName() - Method in class org.hibernate.mapping.ToOne
-
- getReferencedPropertyType(String, String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
-
- getReferencedPropertyType(String, String) - Method in interface org.hibernate.engine.spi.Mapping
-
- getReferencedPropertyType(String, String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getReferencedTable() - Method in class org.hibernate.mapping.ForeignKey
-
- getReferencedTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitForeignKeyNameSource
-
- getReferencedTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource
-
Access the name of the table that is the target of the FK being described
- getReferencedTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitPrimaryKeyJoinColumnNameSource
-
Access the name of the table referenced by the foreign-key described here.
- getReferencedTableName() - Method in class org.hibernate.tool.hbm2ddl.ForeignKeyMetadata
-
Deprecated.
- getReferenceEntityName(PropertyData, XClass, MetadataBuildingContext) - Static method in class org.hibernate.cfg.ToOneBinder
-
- getReferenceEntityName(PropertyData, MetadataBuildingContext) - Static method in class org.hibernate.cfg.ToOneBinder
-
- getReferencingColumnMetadata() - Method in interface org.hibernate.tool.schema.extract.spi.ForeignKeyInformation.ColumnReferenceMapping
-
Obtain the information about the referencing column (the source column, which points to
the referenced column).
- getReflectionManager() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
-
- getReflectionManager() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
- getReflectionManager() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
- getReflectionManager() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
-
- getReflectionOptimizationEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- getReflectionOptimizer(Class, String[], String[], Class[]) - Method in interface org.hibernate.bytecode.spi.BytecodeProvider
-
Retrieve the ReflectionOptimizer delegate for this provider
capable of generating reflection optimization components.
- getRegion() - Method in class org.hibernate.boot.CacheRegionDefinition
-
- getRegion() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
-
Gets the value of the region property.
- getRegion() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
-
Gets the value of the region property.
- getRegion() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
-
Gets the value of the region property.
- getRegion() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdCacheType
-
Gets the value of the region property.
- getRegion() - Method in class org.hibernate.boot.model.Caching
-
- getRegion() - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
-
The region containing the data being accessed
- getRegion(String) - Method in interface org.hibernate.cache.spi.CacheImplementor
-
Get a cache Region by name.
- getRegion() - Method in interface org.hibernate.cache.spi.QueryCache
-
Deprecated.
The underlying cache factory region being used.
- getRegion() - Method in interface org.hibernate.cache.spi.QueryResultsCache
-
The underlying cache region being used.
- getRegion() - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
-
- getRegion() - Method in interface org.hibernate.cache.spi.TimestampsCache
-
The region used to store all timestamps data
- getRegion() - Method in interface org.hibernate.cache.spi.UpdateTimestampsCache
-
Deprecated.
Get the underlying cache region where data is stored..
- getRegion(String) - Method in interface org.hibernate.engine.spi.CacheImplementor
-
Deprecated.
Get a cache Region by name
- getRegionByLegacyName(String) - Method in interface org.hibernate.cache.spi.CacheImplementor
-
- getRegionByLegacyName(String) - Method in interface org.hibernate.engine.spi.CacheImplementor
-
- getRegionFactory() - Method in interface org.hibernate.cache.spi.CacheImplementor
-
The underlying RegionFactory in use.
- getRegionFactory() - Method in interface org.hibernate.cache.spi.Region
-
The RegionFactory that generated this Region
- getRegionFactory() - Method in class org.hibernate.cache.spi.support.AbstractRegion
-
- getRegionFactory() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- getRegionFactory() - Method in interface org.hibernate.engine.spi.CacheImplementor
-
Deprecated.
The underlying RegionFactory in use.
- getRegionName() - Method in interface org.hibernate.cache.cfg.spi.DomainDataRegionConfig
-
Retrieve the unqualified name of this region.
- getRegionName() - Method in interface org.hibernate.stat.CacheRegionStatistics
-
- getRegionType() - Method in class org.hibernate.boot.CacheRegionDefinition
-
- getRegisteredEventTypes() - Method in class org.hibernate.event.spi.EventEngine
-
- getRegisteredName() - Method in class org.hibernate.cfg.annotations.NamedEntityGraphDefinition
-
- getRegisteredName() - Method in class org.hibernate.cfg.annotations.NamedProcedureCallDefinition
-
- getRegisteredParameters() - Method in interface org.hibernate.procedure.ProcedureCall
-
Retrieve all registered parameters.
- getRegisteredStrategyImplementors(Class<T>) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
-
Retrieve all of the registered implementors of the given strategy.
- getRegisteredType(String) - Method in class org.hibernate.type.BasicTypeRegistry
-
- getRegistrationKeys() - Method in class org.hibernate.boot.model.TypeDefinition
-
- getRegistrationKeys() - Method in class org.hibernate.boot.spi.BasicTypeRegistration
-
- getRegistrationKeys() - Method in class org.hibernate.spatial.GeolatteGeometryType
-
- getRegistrationKeys() - Method in class org.hibernate.spatial.JTSGeometryType
-
- getRegistrationKeys() - Method in class org.hibernate.type.AbstractStandardBasicType
-
- getRegistrationKeys() - Method in interface org.hibernate.type.BasicType
-
Get the names under which this type should be registered in the type registry.
- getRegistrationKeys() - Method in class org.hibernate.type.BinaryType
-
- getRegistrationKeys() - Method in class org.hibernate.type.BooleanType
-
- getRegistrationKeys() - Method in class org.hibernate.type.ByteType
-
- getRegistrationKeys() - Method in class org.hibernate.type.CalendarType
-
- getRegistrationKeys() - Method in class org.hibernate.type.CharacterArrayType
-
- getRegistrationKeys() - Method in class org.hibernate.type.CharacterType
-
- getRegistrationKeys() - Method in class org.hibernate.type.CharArrayType
-
- getRegistrationKeys() - Method in class org.hibernate.type.CompositeCustomType
-
- getRegistrationKeys() - Method in class org.hibernate.type.CustomType
-
- getRegistrationKeys() - Method in class org.hibernate.type.DateType
-
- getRegistrationKeys() - Method in class org.hibernate.type.DbTimestampType
-
- getRegistrationKeys() - Method in class org.hibernate.type.DoubleType
-
- getRegistrationKeys() - Method in class org.hibernate.type.FloatType
-
- getRegistrationKeys() - Method in class org.hibernate.type.IntegerType
-
- getRegistrationKeys() - Method in class org.hibernate.type.LongType
-
- getRegistrationKeys() - Method in class org.hibernate.type.MetaType
-
- getRegistrationKeys() - Method in class org.hibernate.type.ObjectType
-
- getRegistrationKeys() - Method in class org.hibernate.type.RowVersionType
-
- getRegistrationKeys() - Method in class org.hibernate.type.ShortType
-
- getRegistrationKeys() - Method in class org.hibernate.type.StandardBasicTypeTemplate
-
- getRegistrationKeys() - Method in class org.hibernate.type.TimestampType
-
- getRegistrationKeys() - Method in class org.hibernate.type.TimeType
-
- getRegistrationKeys() - Method in class org.hibernate.type.WrapperBinaryType
-
- getRelationalJavaTypeDescriptor() - Method in interface org.hibernate.metamodel.model.convert.spi.JpaAttributeConverter
-
- getRelationalValueResolvedType() - Method in interface org.hibernate.boot.model.convert.spi.ConverterDescriptor
-
The resolved Classmate type descriptor for the conversion's relational type
- getRelationalValueSource() - Method in interface org.hibernate.boot.model.source.spi.AnyDiscriminatorSource
-
- getRelationalValueSource() - Method in interface org.hibernate.boot.model.source.spi.MultiTenancySource
-
Obtain the column/formula information about the multi-tenancy discriminator.
- getRelationalValueSources() - Method in interface org.hibernate.boot.model.source.spi.AnyKeySource
-
- getRelationalValueSources() - Method in interface org.hibernate.boot.model.source.spi.RelationalValueSourceContainer
-
- getRelativePath(PropertyHolder, String) - Static method in class org.hibernate.cfg.BinderHelper
-
- getReleaseMode() - Method in enum org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
-
- getRemoveCount() - Method in interface org.hibernate.stat.CollectionStatistics
-
Number of times (since last Statistics clearing) this collection
has been removed
- getRename() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmClassRenameType
-
Gets the value of the rename property.
- getRenderableText() - Method in interface org.hibernate.sql.ordering.antlr.Node
-
Build the node's representation for use in the resulting rendering.
- getRenderableText() - Method in class org.hibernate.sql.ordering.antlr.NodeSupport
-
- getRenderableText() - Method in class org.hibernate.sql.ordering.antlr.OrderingSpecification
-
- getRenderedName(List) - Method in class org.hibernate.dialect.function.DB2SubstringFunction
-
- getRenderedName(List) - Method in class org.hibernate.dialect.function.StandardSQLFunction
-
- getReplacement(T, T, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- getReplacement(Blob, Blob, SharedSessionContractImplementor) - Method in class org.hibernate.type.BlobType
-
- getReplacement(Clob, Clob, SharedSessionContractImplementor) - Method in class org.hibernate.type.ClobType
-
- getReplacement(NClob, NClob, SharedSessionContractImplementor) - Method in class org.hibernate.type.NClobType
-
- getReplicationMode() - Method in class org.hibernate.event.spi.ReplicateEvent
-
- getRepresentation() - Method in enum org.hibernate.envers.RevisionType
-
- getRequested() - Method in class org.hibernate.boot.model.Caching
-
- getRequestedId() - Method in class org.hibernate.event.spi.MergeEvent
-
- getRequestedId() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
-
- getRequestedVersion() - Method in exception org.hibernate.boot.UnsupportedOrmXsdVersionException
-
- getResolutionType() - Method in interface org.hibernate.persister.entity.DiscriminatorMetadata
-
- getResource() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
-
Gets the value of the resource property.
- getResourceLocalTransaction() - Method in interface org.hibernate.resource.transaction.backend.jdbc.spi.JdbcResourceTransactionAccess
-
Provides access to the resource local transaction of this data store, which is used by the TransactionCoordinator
to manage transactions against the data store when not using JTA.
- getResourceRegistry() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
-
- getResourceRegistry() - Method in interface org.hibernate.resource.jdbc.LogicalConnection
-
Provides access to the registry of JDBC resources associated with this LogicalConnection.
- getResult() - Method in class org.hibernate.engine.spi.SubselectFetch
-
Get the Set of EntityKeys
- getResult() - Method in class org.hibernate.event.spi.LoadEvent
-
- getResult() - Method in class org.hibernate.event.spi.MergeEvent
-
- getResult(SharedSessionContractImplementor, ResultSet, Object) - Method in class org.hibernate.id.IdentityGenerator.BasicDelegate
-
- getResult(SharedSessionContractImplementor, ResultSet, Object) - Method in class org.hibernate.id.insert.AbstractSelectingDelegate
-
Extract the generated key value from the given result set.
- getResult(SharedSessionContractImplementor, ResultSet, Object) - Method in class org.hibernate.id.SelectGenerator.SelectGeneratorDelegate
-
- getResultClass() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQuery
-
Gets the value of the resultClass property.
- getResultClass() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQuery
-
Gets the value of the resultClass property.
- getResultClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
-
Gets the value of the resultClass property.
- getResultClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
-
Gets the value of the resultClass property.
- getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SharedSessionContractImplementor) - Method in class org.hibernate.loader.criteria.CriteriaLoader
-
- getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SharedSessionContractImplementor) - Method in class org.hibernate.loader.custom.CustomLoader
-
- getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SharedSessionContractImplementor) - Method in class org.hibernate.loader.entity.AbstractEntityLoader
-
- getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SharedSessionContractImplementor) - Method in class org.hibernate.loader.entity.CollectionElementLoader
-
- getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SharedSessionContractImplementor) - Method in class org.hibernate.loader.hql.QueryLoader
-
- getResultColumnOrRow(Object[], ResultTransformer, ResultSet, SharedSessionContractImplementor) - Method in class org.hibernate.loader.Loader
-
Get the actual object that is returned in the user-visible result list.
- getResultFromQueryCache(SharedSessionContractImplementor, QueryParameters, Set<Serializable>, Type[], QueryResultsCache, QueryKey) - Method in class org.hibernate.loader.Loader
-
- getResultId() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
-
- getResultList() - Method in interface org.hibernate.envers.query.AuditQuery
-
- getResultList(List, ResultTransformer) - Method in class org.hibernate.loader.criteria.CriteriaLoader
-
- getResultList(List, ResultTransformer) - Method in class org.hibernate.loader.custom.CustomLoader
-
- getResultList(List, ResultTransformer) - Method in class org.hibernate.loader.hql.QueryLoader
-
- getResultList(List, ResultTransformer) - Method in class org.hibernate.loader.Loader
-
- getResultList() - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
-
- getResultList() - Method in interface org.hibernate.query.Query
-
- getResultList() - Method in interface org.hibernate.result.ResultSetOutput
-
Consume the underlying
ResultSet
and return the resulting List.
- getResultMetadataValidator() - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor.QueryOptions
-
Deprecated.
- getResultRow(Object[], ResultSet, SharedSessionContractImplementor) - Method in class org.hibernate.loader.criteria.CriteriaLoader
-
- getResultRow(Object[], ResultSet, SharedSessionContractImplementor) - Method in class org.hibernate.loader.custom.CustomLoader
-
- getResultRow(Object[], ResultSet, SharedSessionContractImplementor) - Method in class org.hibernate.loader.hql.QueryLoader
-
- getResultRow(Object[], ResultSet, SharedSessionContractImplementor) - Method in class org.hibernate.loader.Loader
-
- getResultRowAliases() - Method in class org.hibernate.loader.criteria.CriteriaLoader
-
- getResultRowAliases() - Method in class org.hibernate.loader.custom.CustomLoader
-
- getResultRowAliases() - Method in class org.hibernate.loader.hql.QueryLoader
-
- getResultRowAliases() - Method in class org.hibernate.loader.Loader
-
Returns the aliases that corresponding to a result row.
- getResultset() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
-
- getResultset() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
-
Gets the value of the resultset property.
- getResultset() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
-
Gets the value of the resultset property.
- getResultset() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Gets the value of the resultset property.
- getResultset() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the resultset property.
- getResultset() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
Gets the value of the resultset property.
- getResultSet(CallableStatement) - Method in class org.hibernate.dialect.Cache71Dialect
-
- getResultSet(CallableStatement) - Method in class org.hibernate.dialect.DataDirectOracle9Dialect
-
- getResultSet(CallableStatement) - Method in class org.hibernate.dialect.DB2Dialect
-
- getResultSet(CallableStatement) - Method in class org.hibernate.dialect.Dialect
-
- getResultSet(CallableStatement, int) - Method in class org.hibernate.dialect.Dialect
-
- getResultSet(CallableStatement, String) - Method in class org.hibernate.dialect.Dialect
-
- getResultSet(CallableStatement) - Method in class org.hibernate.dialect.MySQLDialect
-
- getResultSet(CallableStatement, int) - Method in class org.hibernate.dialect.Oracle10gDialect
-
- getResultSet(CallableStatement, String) - Method in class org.hibernate.dialect.Oracle10gDialect
-
- getResultSet(CallableStatement) - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getResultSet(CallableStatement) - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getResultSet(CallableStatement) - Method in class org.hibernate.dialect.PostgresPlusDialect
-
- getResultSet(CallableStatement) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- getResultSet(CallableStatement, int) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- getResultSet(CallableStatement, String) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- getResultSet(CallableStatement) - Method in class org.hibernate.dialect.Teradata14Dialect
-
- getResultSet(CallableStatement, int) - Method in interface org.hibernate.engine.jdbc.cursor.spi.RefCursorSupport
-
- getResultSet(CallableStatement, String) - Method in interface org.hibernate.engine.jdbc.cursor.spi.RefCursorSupport
-
- getResultSet(PreparedStatement, RowSelection, LimitHandler, boolean, SharedSessionContractImplementor) - Method in class org.hibernate.loader.Loader
-
Execute given PreparedStatement, advance to the first result and return SQL ResultSet.
- getResultSet(CallableStatement, RowSelection, LimitHandler, boolean, SharedSessionContractImplementor) - Method in class org.hibernate.loader.Loader
-
Execute given CallableStatement, advance to the first result and return SQL ResultSet.
- getResultSet() - Method in class org.hibernate.loader.Loader.SqlStatementWrapper
-
- getResultSetMapping() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQuery
-
Gets the value of the resultSetMapping property.
- getResultSetMapping() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQuery
-
Gets the value of the resultSetMapping property.
- getResultSetMapping(String) - Method in interface org.hibernate.boot.Metadata
-
Retrieve the metadata for a named SQL result set mapping.
- getResultSetMapping(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
-
- getResultSetMapping(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getResultSetMapping(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
- getResultSetMapping() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
-
Gets the value of the resultSetMapping property.
- getResultSetMapping() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
-
Gets the value of the resultSetMapping property.
- getResultSetMappingDefinition(String) - Method in class org.hibernate.query.spi.NamedQueryRepository
-
- getResultSetMappingDefinitions() - Method in interface org.hibernate.boot.Metadata
-
- getResultSetMappingDefinitions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
-
- getResultSetProcessor() - Method in interface org.hibernate.loader.plan.exec.spi.LoadQueryDetails
-
- getResultsetRef() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
-
Gets the value of the resultsetRef property.
- getResultSetRef() - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinition
-
- getResultSetReturn() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
-
Obtain the resultset extractor associated with this JDBC coordinator.
- getResultSetWrapper() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
-
Obtain service for wrapping a
ResultSet
in a "column name cache" wrapper.
- getResultSetWrapper() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
-
- getResultStream() - Method in interface org.hibernate.query.Query
-
JPA 2.2 defines the
getResultStream
method so to get a
Stream
from the JDBC
ResultSet
.
- getResultTransformer() - Method in class org.hibernate.cache.spi.QueryKey
-
Provides access to the explicitly user-provided result transformer.
- getResultTransformer() - Method in class org.hibernate.engine.spi.QueryParameters
-
- getResultTypes() - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
-
- getReturnAliases() - Method in class org.hibernate.engine.query.spi.ReturnMetadata
-
- getReturnAliases(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getReturnAliases(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
- getReturnAliases() - Method in interface org.hibernate.hql.spi.QueryTranslator
-
Returns an array of HQL aliases
- getReturnAliases() - Method in interface org.hibernate.Query
-
- getReturnClass() - Method in class org.hibernate.id.enhanced.AbstractOptimizer
-
Getter for property 'returnClass'.
- getReturnColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
-
Gets the value of the returnColumn property.
- getReturnDiscriminator() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
-
Gets the value of the returnDiscriminator property.
- getReturnedClass() - Method in class org.hibernate.loader.entity.NaturalIdType
-
- getReturnedClass() - Method in class org.hibernate.persister.entity.DiscriminatorType
-
- getReturnedClass() - Method in class org.hibernate.type.AbstractStandardBasicType
-
- getReturnedClass() - Method in class org.hibernate.type.AnyType
-
- getReturnedClass() - Method in class org.hibernate.type.ArrayType
-
- getReturnedClass() - Method in class org.hibernate.type.BagType
-
- getReturnedClass() - Method in class org.hibernate.type.ComponentType
-
- getReturnedClass() - Method in class org.hibernate.type.CompositeCustomType
-
- getReturnedClass() - Method in class org.hibernate.type.CustomCollectionType
-
- getReturnedClass() - Method in class org.hibernate.type.CustomType
-
- getReturnedClass() - Method in class org.hibernate.type.EntityType
-
This returns the wrong class for an entity with a proxy, or for a named
entity.
- getReturnedClass() - Method in class org.hibernate.type.IdentifierBagType
-
- getReturnedClass() - Method in class org.hibernate.type.ListType
-
- getReturnedClass() - Method in class org.hibernate.type.MapType
-
- getReturnedClass() - Method in class org.hibernate.type.MetaType
-
- getReturnedClass() - Method in class org.hibernate.type.SetType
-
- getReturnedClass() - Method in class org.hibernate.type.SortedMapType
-
- getReturnedClass() - Method in class org.hibernate.type.SortedSetType
-
- getReturnedClass() - Method in interface org.hibernate.type.Type
-
- getReturnedClass() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
-
- getReturnEntityName() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryRootReturn
-
The name of the entity to be returned.
- getReturnMetadata() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
-
- getReturnProperty() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
-
Gets the value of the returnProperty property.
- getReturnProperty() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
-
Gets the value of the returnProperty property.
- getReturnProperty() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
-
Gets the value of the returnProperty property.
- getReturnProperty() - Method in interface org.hibernate.boot.jaxb.hbm.spi.NativeQueryNonScalarRootReturn
-
Access the nested property mappings associated with this return
- getReturnReader() - Method in interface org.hibernate.loader.plan.exec.process.spi.ReaderCollector
-
- getReturns() - Method in interface org.hibernate.loader.plan.spi.LoadPlan
-
- getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.AbstractAnsiTrimEmulationFunction
-
- getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.CastFunction
-
- getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.CharIndexFunction
-
- getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.ConvertFunction
-
- getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.DerbyConcatFunction
-
The return type of the function.
- getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.NoArgSQLFunction
-
- getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.NvlFunction
-
- getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.PositionSubstringFunction
-
- getReturnType(Type, Mapping) - Method in interface org.hibernate.dialect.function.SQLFunction
-
The return type of the function.
- getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.SQLFunctionTemplate
-
- getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.SumFunction
-
- getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.StandardSQLFunction
-
- getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.TrimFunctionTemplate
-
- getReturnType(Type, Mapping) - Method in class org.hibernate.dialect.function.VarArgsSQLFunction
-
- getReturnType() - Method in class org.hibernate.property.access.spi.EnhancedGetterMethodImpl
-
Deprecated.
- getReturnType() - Method in interface org.hibernate.property.access.spi.Getter
-
Retrieve the declared Java type
- getReturnType() - Method in class org.hibernate.property.access.spi.GetterFieldImpl
-
- getReturnType() - Method in class org.hibernate.property.access.spi.GetterMethodImpl
-
- getReturnTypes() - Method in interface org.hibernate.BasicQueryContract
-
- getReturnTypes() - Method in class org.hibernate.engine.query.spi.ReturnMetadata
-
- getReturnTypes(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getReturnTypes(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
- getReturnTypes() - Method in interface org.hibernate.hql.spi.QueryTranslator
-
Returns an array of Types represented in the query result.
- getReturnTypes() - Method in interface org.hibernate.Query
-
- getRevision() - Method in exception org.hibernate.envers.exception.RevisionDoesNotExistException
-
- getRevisionDate(Number) - Method in interface org.hibernate.envers.AuditReader
-
Get the date, at which a revision was created.
- getRevisionDate() - Method in class org.hibernate.envers.DefaultRevisionEntity
-
- getRevisionDate() - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
-
- getRevisionEntityMapping() - Method in class org.hibernate.envers.strategy.spi.MappingContext
-
- getRevisionNumberForDate(Date) - Method in interface org.hibernate.envers.AuditReader
-
Gets the revision number, that corresponds to the given date.
- getRevisions(Class<?>, Object) - Method in interface org.hibernate.envers.AuditReader
-
Get a list of revision numbers, at which an entity was modified.
- getRevisions(Class<?>, String, Object) - Method in interface org.hibernate.envers.AuditReader
-
Get a list of revision numbers, at which an entity was modified, looking by entityName.
- getRHSAlias() - Method in class org.hibernate.loader.OuterJoinableAssociation
-
- getRhsAlias() - Method in class org.hibernate.loader.OuterJoinableAssociation
-
- getRHSUniqueKeyName() - Method in class org.hibernate.loader.OuterJoinableAssociation
-
- getRHSUniqueKeyPropertyName() - Method in class org.hibernate.type.AnyType
-
- getRHSUniqueKeyPropertyName() - Method in interface org.hibernate.type.AssociationType
-
The name of a unique property of the associated entity
that provides the join key (null if the identifier of
an entity, or key of a collection)
- getRHSUniqueKeyPropertyName() - Method in class org.hibernate.type.CollectionType
-
- getRHSUniqueKeyPropertyName() - Method in class org.hibernate.type.EntityType
-
- getRightHandSide() - Method in interface org.hibernate.loader.plan.spi.Join
-
Get the
QuerySpace
from the right-hand-side of the join.
- getRole() - Method in class org.hibernate.boot.CacheRegionDefinition
-
- getRole() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
-
Gets the value of the role property.
- getRole() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
-
Gets the value of the role property.
- getRole() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Get the current role name
- getRole() - Method in class org.hibernate.engine.profile.Association
-
- getRole() - Method in class org.hibernate.engine.spi.CollectionEntry
-
- getRole() - Method in class org.hibernate.engine.spi.CollectionKey
-
- getRole() - Method in class org.hibernate.id.ForeignGenerator
-
Getter for property 'role'.
- getRole() - Method in class org.hibernate.mapping.Collection
-
- getRole() - Method in interface org.hibernate.metadata.CollectionMetadata
-
The name of this collection role
- getRole() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getRole() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Get the name of this collection role (the fully qualified class name,
extended by a "property path")
- getRole() - Method in class org.hibernate.secure.spi.GrantedPermission
-
Deprecated.
- getRole() - Method in class org.hibernate.type.CollectionType
-
- getRoleName() - Method in class org.hibernate.mapping.Component
-
- getRoot() - Method in class org.hibernate.boot.jaxb.spi.Binding
-
Obtain the root JAXB bound object
- getRoot() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
-
Obtain the hierarchy's root type source.
- getRootClass() - Method in class org.hibernate.mapping.PersistentClass
-
- getRootClass() - Method in class org.hibernate.mapping.RootClass
-
- getRootClass() - Method in class org.hibernate.mapping.Subclass
-
- getRootCriteria() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getRootEntityName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getRootEntityName() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Returns an object that identifies the space in which identifiers of
this entity hierarchy are unique.
- getRootName() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getRootQuerySpaces() - Method in interface org.hibernate.loader.plan.spi.QuerySpaces
-
Gets the root QuerySpace references.
- getRootSQLALias() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getRootTable() - Method in class org.hibernate.mapping.PersistentClass
-
- getRootTable() - Method in class org.hibernate.mapping.RootClass
-
- getRootTable() - Method in class org.hibernate.mapping.Subclass
-
- getRootTableAlias(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getRootTableAlias(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getRootTableAlias(String) - Method in interface org.hibernate.persister.entity.Lockable
-
Get the SQL alias this persister would use for the root table
given the passed driving alias.
- getRootTableIdentifierColumnNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getRootTableIdentifierColumnNames() - Method in interface org.hibernate.persister.entity.Lockable
-
Get the names of columns on the root table used to persist the identifier.
- getRootTableKeyColumnNames() - Method in interface org.hibernate.id.PostInsertIdentityPersister
-
The names of the primary key columns in the root table.
- getRootTableKeyColumnNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getRootTableName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getRootTableName() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getRootTableName() - Method in interface org.hibernate.persister.entity.Lockable
-
Locks are always applied to the "root table".
- getRootUrl() - Method in interface org.hibernate.boot.archive.scan.spi.ScanEnvironment
-
Returns the root URL for scanning.
- getRowid() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the rowid property.
- getRowId() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
-
Obtain the row-id name for this entity
- getRowId() - Method in interface org.hibernate.boot.model.source.spi.TableSource
-
- getRowId() - Method in interface org.hibernate.engine.spi.EntityEntry
-
- getRowId() - Method in class org.hibernate.mapping.Table
-
- getRowIdAlias() - Method in class org.hibernate.loader.DefaultEntityAliases
-
- getRowIdAlias() - Method in interface org.hibernate.loader.EntityAliases
-
The result set column alias for the Oracle row id
- getRowNumber() - Method in interface org.hibernate.ScrollableResults
-
Get the current position in the results.
- getRowSelection() - Method in class org.hibernate.engine.spi.QueryParameters
-
- getRowsFromResultSet(ResultSet, QueryParameters, SharedSessionContractImplementor, boolean, ResultTransformer, int, List<Object>, List<EntityKey[]>) - Method in class org.hibernate.loader.Loader
-
- getScalars() - Method in class org.hibernate.loader.custom.ConstructorReturn
-
- getScale() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Gets the value of the scale property.
- getScale() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
-
Gets the value of the scale property.
- getScale() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
-
Gets the value of the scale property.
- getScale() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
-
Gets the value of the scale property.
- getScale() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
-
Gets the value of the scale property.
- getScale() - Method in interface org.hibernate.boot.model.source.spi.SizeSource
-
The specified scale.
- getScale() - Method in class org.hibernate.cfg.Ejb3Column
-
- getScale() - Method in class org.hibernate.engine.jdbc.Size
-
- getScale() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
-
Gets the value of the scale property.
- getScale() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
-
Gets the value of the scale property.
- getScale() - Method in class org.hibernate.mapping.Column
-
- getScanEnvironment() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
-
- getScanEnvironment() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
Access to the environment for scanning.
- getScanEnvironment() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
- getScanEnvironment() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
-
- getScanner() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
-
- getScanner() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
Access to the Scanner to be used for scanning.
- getScanner() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
- getScanner() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
-
- getScanOptions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
-
- getScanOptions() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
Access to the options to be used for scanning
- getScanOptions() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
- getScanOptions() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
-
- getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the schema property.
- getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the schema property.
- getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
-
Gets the value of the schema property.
- getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the schema property.
- getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Gets the value of the schema property.
- getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the schema property.
- getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the schema property.
- getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Gets the value of the schema property.
- getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the schema property.
- getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
Gets the value of the schema property.
- getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the schema property.
- getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
Gets the value of the schema property.
- getSchema() - Method in interface org.hibernate.boot.jaxb.hbm.spi.TableInformationContainer
-
- getSchema() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
-
Gets the value of the schema property.
- getSchema() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
-
Gets the value of the schema property.
- getSchema() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
-
Gets the value of the schema property.
- getSchema() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
-
Gets the value of the schema property.
- getSchema() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
-
Gets the value of the schema property.
- getSchema() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
-
Gets the value of the schema property.
- getSchema() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTable
-
Gets the value of the schema property.
- getSchema() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
-
Gets the value of the schema property.
- getSchema() - Method in interface org.hibernate.boot.jaxb.mapping.spi.SchemaAware
-
- getSchema() - Method in class org.hibernate.boot.model.relational.Namespace.Name
-
- getSchema() - Method in class org.hibernate.boot.xsd.XsdDescriptor
-
- getSchema(String) - Method in class org.hibernate.jpamodelgen.util.xml.XmlParserHelper
-
- getSchema() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
-
Gets the value of the schema property.
- getSchema() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
-
Gets the value of the schema property.
- getSchema() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
-
Gets the value of the schema property.
- getSchema() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
-
Gets the value of the schema property.
- getSchema() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
-
Gets the value of the schema property.
- getSchema() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
-
Gets the value of the schema property.
- getSchema() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Table
-
Gets the value of the schema property.
- getSchema() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
-
Gets the value of the schema property.
- getSchema() - Method in class org.hibernate.mapping.Table
-
- getSchema() - Method in class org.hibernate.tool.hbm2ddl.TableMetadata
-
Deprecated.
- getSchema() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
-
- getSchemaAutoTooling() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getSchemaAutoTooling() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- getSchemaCharset() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
-
- getSchemaCharset() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
- getSchemaCreator(Map) - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
-
- getSchemaDropper(Map) - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
-
- getSchemaMigrator(Map) - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
-
- getSchemaName() - Method in interface org.hibernate.boot.model.relational.QualifiedName
-
- getSchemaName() - Method in class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
-
- getSchemaName() - Method in class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
-
- getSchemaNameResolver() - Method in class org.hibernate.dialect.Dialect
-
Get the strategy for determining the schema name of a Connection
- getSchemaValidator(Map) - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
-
- getScope() - Method in class org.hibernate.LockOptions
-
Retrieve the current lock scope setting.
- getScope() - Method in interface org.hibernate.Session.LockRequest
-
Check if locking is cascaded to owned collections and relationships.
- getScriptAction() - Method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
-
- getScriptSourceInput() - Method in interface org.hibernate.tool.schema.spi.SourceDescriptor
-
- getScriptTargetOutput() - Method in interface org.hibernate.tool.schema.spi.TargetDescriptor
-
- getScrollMode() - Method in class org.hibernate.engine.spi.QueryParameters
-
- getSdoBatchSize() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
-
- getSdoNumRes() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
-
- getSearchability() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
-
- getSecond() - Method in class org.hibernate.envers.tools.Pair
-
- getSecondaryTable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the secondaryTable property.
- getSecondaryTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the secondaryTable property.
- getSecondaryTableMap() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
Obtain the secondary tables for this entity
- getSecondaryTables() - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- getSecondLevelCacheEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- getSecondLevelCacheHitCount() - Method in interface org.hibernate.stat.Statistics
-
Global number of cacheable entities/collections successfully retrieved from the cache
- getSecondLevelCacheMissCount() - Method in interface org.hibernate.stat.Statistics
-
Global number of cacheable entities/collections not found in the cache and loaded from the database.
- getSecondLevelCachePutCount() - Method in interface org.hibernate.stat.Statistics
-
Global number of cacheable entities/collections put in the cache
- getSecondLevelCacheRegionNames() - Method in interface org.hibernate.cache.spi.CacheImplementor
-
- getSecondLevelCacheRegionNames() - Method in interface org.hibernate.engine.spi.CacheImplementor
-
- getSecondLevelCacheRegionNames() - Method in interface org.hibernate.stat.Statistics
-
Get all second-level cache region names.
- getSecondLevelCacheStatistics(String) - Method in interface org.hibernate.stat.Statistics
-
- getSecondPass(Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], Ejb3Column[], Ejb3JoinColumn[], boolean, XProperty, XClass, boolean, boolean, TableBinder, MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- getSecondPass(Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], Ejb3Column[], Ejb3JoinColumn[], boolean, XProperty, XClass, boolean, boolean, TableBinder, MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.ListBinder
-
- getSecondPass(Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3JoinColumn[], Ejb3Column[], Ejb3Column[], Ejb3JoinColumn[], boolean, XProperty, XClass, boolean, boolean, TableBinder, MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.MapBinder
-
- getSecurity() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration
-
Gets the value of the security property.
- getSegmentColumnName() - Method in class org.hibernate.id.enhanced.TableGenerator
-
The name of the column in which we store the segment to which each row
belongs.
- getSegmentValue() - Method in class org.hibernate.id.enhanced.TableGenerator
-
- getSegmentValueLength() - Method in class org.hibernate.id.enhanced.TableGenerator
-
- getSelect() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getSelectByUniqueKeyString(String) - Method in interface org.hibernate.id.PostInsertIdentityPersister
-
Get a SQL select string that performs a select based on a unique
key determined by the given property name).
- getSelectByUniqueKeyString(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSelectClauseNullString(int) - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- getSelectClauseNullString(int) - Method in class org.hibernate.dialect.DB2Dialect
-
- getSelectClauseNullString(int) - Method in class org.hibernate.dialect.Dialect
-
Given a
Types
type code, determine an appropriate
null value to use in a select clause.
- getSelectClauseNullString(int) - Method in class org.hibernate.dialect.HSQLDialect
-
- getSelectClauseNullString(int) - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getSelectClauseNullString(int) - Method in class org.hibernate.dialect.Oracle9iDialect
-
- getSelectClauseNullString(int) - Method in class org.hibernate.dialect.OracleDialect
-
Deprecated.
- getSelectClauseNullString(int) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
Workaround for postgres bug #1453
Given a
Types
type code, determine an appropriate
null value to use in a select clause.
- getSelectClauseNullString(int) - Method in class org.hibernate.dialect.TeradataDialect
-
- getSelectGUIDString() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- getSelectGUIDString() - Method in class org.hibernate.dialect.Dialect
-
Get the command used to select a GUID from the underlying database.
- getSelectGUIDString() - Method in class org.hibernate.dialect.IngresDialect
-
- getSelectGUIDString() - Method in class org.hibernate.dialect.MySQLDialect
-
- getSelectGUIDString() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getSelectGUIDString() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getSelectGUIDString() - Method in class org.hibernate.dialect.PostgresPlusDialect
-
- getSelectorNames() - Method in class org.hibernate.boot.registry.selector.SimpleStrategyRegistrationImpl
-
- getSelectorNames() - Method in interface org.hibernate.boot.registry.selector.StrategyRegistration
-
Any registered names for this strategy registration.
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.AbstractHANADialect
-
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.DB2Dialect
-
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.Dialect
-
Generate the select expression fragment that will retrieve the next
value of a sequence as part of another (typically DML) statement.
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.H2Dialect
-
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.HSQLDialect
-
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.InformixDialect
-
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.IngresDialect
-
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.InterbaseDialect
-
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.MariaDB103Dialect
-
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.MckoiDialect
-
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.SAPDBDialect
-
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.SQLServer2012Dialect
-
- getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.TimesTenDialect
-
- getSelectSQL() - Method in class org.hibernate.id.IdentityGenerator.BasicDelegate
-
- getSelectSQL() - Method in class org.hibernate.id.insert.AbstractSelectingDelegate
-
Get the SQL statement to be used to retrieve generated key values.
- getSelectSQL() - Method in class org.hibernate.id.SelectGenerator.SelectGeneratorDelegate
-
- getSelectStatement() - Method in interface org.hibernate.boot.model.source.spi.InLineViewSource
-
Obtain the SQL SELECT
statement to use.
- getSemantic() - Method in class org.hibernate.engine.query.spi.EntityGraphQueryHint
-
- getSemantic() - Method in class org.hibernate.engine.spi.EffectiveEntityGraph
-
- getSemantic() - Method in interface org.hibernate.graph.spi.AppliedGraph
-
The semantic (fetch/load) under which the graph should be applied
- getSemiResolvedType(SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- getSemiResolvedType(SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractType
-
- getSemiResolvedType(SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
-
- getSemiResolvedType(SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
-
As part of 2-phase loading, when we perform resolving what is the resolved type for this type? Generally
speaking the type and its semi-resolved type will be the same.
- getSeparateIdentifierMappingClass() - Method in interface org.hibernate.persister.walking.spi.NonEncapsulatedEntityIdentifierDefinition
-
- getSequenceExporter() - Method in class org.hibernate.dialect.Dialect
-
- getSequenceGenerator() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the sequenceGenerator property.
- getSequenceGenerator() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
-
Gets the value of the sequenceGenerator property.
- getSequenceGenerator() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
-
Gets the value of the sequenceGenerator property.
- getSequenceGenerator() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the sequenceGenerator property.
- getSequenceGenerator() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
-
Gets the value of the sequenceGenerator property.
- getSequenceGenerator() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
-
Gets the value of the sequenceGenerator property.
- getSequenceInformation(Identifier, Identifier, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
-
Obtain reference to the named SequenceInformation
- getSequenceInformation(Namespace.Name, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
-
Obtain reference to the named SequenceInformation
- getSequenceInformation(QualifiedSequenceName) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
-
Obtain reference to the named SequenceInformation
- getSequenceInformationExtractor() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- getSequenceInformationExtractor() - Method in class org.hibernate.dialect.CUBRIDDialect
-
- getSequenceInformationExtractor() - Method in class org.hibernate.dialect.DB2Dialect
-
- getSequenceInformationExtractor() - Method in class org.hibernate.dialect.DerbyDialect
-
Deprecated.
- getSequenceInformationExtractor() - Method in class org.hibernate.dialect.Dialect
-
- getSequenceInformationExtractor() - Method in class org.hibernate.dialect.H2Dialect
-
- getSequenceInformationExtractor() - Method in class org.hibernate.dialect.HSQLDialect
-
- getSequenceInformationExtractor() - Method in class org.hibernate.dialect.InformixDialect
-
- getSequenceInformationExtractor() - Method in class org.hibernate.dialect.IngresDialect
-
- getSequenceInformationExtractor() - Method in class org.hibernate.dialect.InterbaseDialect
-
- getSequenceInformationExtractor() - Method in class org.hibernate.dialect.MariaDB103Dialect
-
- getSequenceInformationExtractor() - Method in class org.hibernate.dialect.MimerSQLDialect
-
- getSequenceInformationExtractor() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getSequenceInformationExtractor() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getSequenceInformationExtractor() - Method in class org.hibernate.dialect.SAPDBDialect
-
- getSequenceInformationExtractor() - Method in class org.hibernate.dialect.TimesTenDialect
-
- getSequenceInformationList() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
-
Retrieve the list of SequenceInformation
objects which describe the underlying database sequences.
- getSequenceName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
-
Gets the value of the sequenceName property.
- getSequenceName() - Method in class org.hibernate.boot.model.relational.QualifiedSequenceName
-
- getSequenceName() - Method in class org.hibernate.id.SequenceGenerator
-
Deprecated.
- getSequenceName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
-
Gets the value of the sequenceName property.
- getSequenceName() - Method in interface org.hibernate.tool.schema.extract.spi.SequenceInformation
-
The qualified sequence name.
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.AbstractHANADialect
-
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.CUBRIDDialect
-
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.DB2390V8Dialect
-
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.DB2Dialect
-
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.DerbyDialect
-
Deprecated.
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.Dialect
-
Generate the appropriate select statement to to retrieve the next value
of a sequence.
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.H2Dialect
-
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.HSQLDialect
-
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.InformixDialect
-
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.IngresDialect
-
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.InterbaseDialect
-
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.MariaDB103Dialect
-
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.MckoiDialect
-
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.MimerSQLDialect
-
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.SAPDBDialect
-
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.SQLServer2012Dialect
-
- getSequenceNextValString(String) - Method in class org.hibernate.dialect.TimesTenDialect
-
- getSequences() - Method in class org.hibernate.boot.model.relational.Namespace
-
- getSequentialSelect(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSequentialSelect(String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getService(Bundle, ServiceRegistration) - Method in class org.hibernate.osgi.OsgiPersistenceProviderService
-
- getService(Bundle, ServiceRegistration) - Method in class org.hibernate.osgi.OsgiSessionFactoryService
-
- getService(Class<R>) - Method in interface org.hibernate.service.ServiceRegistry
-
Retrieve a service by role.
- getService() - Method in class org.hibernate.service.spi.ServiceBinding
-
- getServiceImpl(Class<T>) - Method in class org.hibernate.osgi.OsgiServiceUtil
-
Locate the single implementor of the given service contract in the given OSGi buindle context.
- getServiceImpls(Class<T>) - Method in class org.hibernate.osgi.OsgiServiceUtil
-
Locate all implementors of the given service contract in the given OSGi buindle context.
- getServiceInitiated() - Method in class org.hibernate.engine.query.spi.NativeQueryInterpreterInitiator
-
- getServiceInitiated() - Method in class org.hibernate.engine.spi.CacheInitiator
-
- getServiceInitiated() - Method in class org.hibernate.resource.beans.spi.ManagedBeanRegistryInitiator
-
- getServiceInitiated() - Method in interface org.hibernate.service.spi.ServiceInitiator
-
Obtains the service role initiated by this initiator.
- getServiceInitiated() - Method in class org.hibernate.tool.hbm2ddl.ImportSqlCommandExtractorInitiator
-
- getServiceInitiator() - Method in class org.hibernate.service.spi.ServiceBinding
-
- getServiceRegistry() - Method in class org.hibernate.boot.MetadataSources
-
- getServiceRegistry() - Method in class org.hibernate.boot.model.relational.Database
-
- getServiceRegistry() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
-
- getServiceRegistry() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getServiceRegistry() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
- getServiceRegistry() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
Access to the service registry.
- getServiceRegistry() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
The service registry to use in building the factory.
- getServiceRegistry() - Method in interface org.hibernate.cfg.beanvalidation.ActivationContext
-
Access the ServiceRegistry specific to the SessionFactory being built.
- getServiceRegistry() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getServiceRegistry() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Access to the ServiceRegistry for this SessionFactory.
- getServiceRegistry() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
-
- getServiceRegistry() - Method in class org.hibernate.mapping.Collection
-
- getServiceRegistry() - Method in class org.hibernate.mapping.OneToMany
-
- getServiceRegistry() - Method in class org.hibernate.mapping.PersistentClass
-
- getServiceRegistry() - Method in class org.hibernate.mapping.SimpleValue
-
- getServiceRegistry() - Method in interface org.hibernate.mapping.Value
-
- getServiceRegistry() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
-
- getServiceRegistry() - Method in interface org.hibernate.service.spi.SessionFactoryServiceInitiatorContext
-
- getServiceRegistry() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
-
- getServiceRegistry() - Method in class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
-
- getServiceRegistry() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
-
- getServiceRegistry() - Method in class org.hibernate.type.spi.TypeConfiguration
-
Obtain the ServiceRegistry scoped to the TypeConfiguration.
- getServiceRole() - Method in exception org.hibernate.service.NullServiceException
-
- getServiceRole() - Method in class org.hibernate.service.spi.ServiceBinding
-
- getServiceRole() - Method in exception org.hibernate.service.UnknownServiceException
-
- getSession() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Get the session to which this persistence context is bound.
- getSession() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getSession() - Method in class org.hibernate.event.spi.AbstractEvent
-
Returns the session event source for this event.
- getSession() - Method in interface org.hibernate.jpa.HibernateEntityManager
-
Deprecated.
- getSession() - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor
-
Deprecated.
- getSession() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext
-
- getSession() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
- getSession() - Method in interface org.hibernate.proxy.LazyInitializer
-
Get the session to which this proxy is associated, or null if it is not attached.
- getSession() - Method in interface org.hibernate.result.spi.ResultContext
-
- getSession() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
-
- getSessionCloseCount() - Method in interface org.hibernate.stat.Statistics
-
Global number of sessions closed
- getSessionFactory() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration
-
Gets the value of the sessionFactory property.
- getSessionFactory() - Method in interface org.hibernate.cache.cfg.spi.DomainDataRegionBuildingContext
-
Access to the SessionFactory for which a Region is
being built.
- getSessionFactory() - Method in interface org.hibernate.Cache
-
Access to the SessionFactory this Cache is bound to.
- getSessionFactory() - Method in interface org.hibernate.cache.spi.CacheImplementor
-
- getSessionFactory() - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
-
- getSessionFactory() - Method in interface org.hibernate.cfg.beanvalidation.ActivationContext
-
Access the SessionFactory being built to trigger this BV activation
- getSessionFactory() - Method in interface org.hibernate.engine.spi.CacheImplementor
-
Deprecated.
- getSessionFactory() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
-
- getSessionFactory() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getSessionFactory() - Method in interface org.hibernate.engine.spi.SessionImplementor
-
- getSessionFactory() - Method in interface org.hibernate.jpa.HibernateEntityManagerFactory
-
- getSessionFactory() - Method in interface org.hibernate.loader.plan.build.spi.ExpandingQuerySpaces
-
Gets the session factory.
- getSessionFactory() - Method in interface org.hibernate.loader.plan.build.spi.LoadPlanBuildingContext
-
Access to the SessionFactory
- getSessionFactory() - Method in interface org.hibernate.Metamodel
-
Access to the SessionFactory that this Metamodel instance is bound to.
- getSessionFactory() - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
-
- getSessionFactory() - Method in interface org.hibernate.persister.spi.PersisterCreationContext
-
- getSessionFactory() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
-
Retrieve the session factory for this environment.
- getSessionFactory() - Method in interface org.hibernate.service.spi.SessionFactoryServiceInitiatorContext
-
- getSessionFactory() - Method in interface org.hibernate.Session
-
Get the session factory which created this session.
- getSessionFactory() - Method in interface org.hibernate.sql.ordering.antlr.TranslationContext
-
Retrieves the session factory for this context.
- getSessionFactory() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getSessionFactory() - Method in class org.hibernate.type.spi.TypeConfiguration
-
Obtain the SessionFactory currently scoping the TypeConfiguration.
- getSessionFactoryBuilder() - Method in interface org.hibernate.boot.Metadata
-
- getSessionFactoryBuilder() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
-
- getSessionFactoryBuilder(MetadataImplementor, SessionFactoryBuilderImplementor) - Method in interface org.hibernate.boot.spi.SessionFactoryBuilderFactory
-
The contract method.
- getSessionFactoryName() - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
-
- getSessionFactoryName() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getSessionFactoryName() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
The name to be used for the SessionFactory.
- getSessionFactoryName() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- getSessionFactoryObserver() - Method in class org.hibernate.cfg.Configuration
-
- getSessionFactoryObservers() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getSessionFactoryObservers() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- getSessionFactoryOptions() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getSessionFactoryOptions() - Method in interface org.hibernate.service.spi.SessionFactoryServiceInitiatorContext
-
- getSessionFactoryOptions() - Method in interface org.hibernate.SessionFactory
-
Get the special options used to build the factory.
- getSessionFactoryUuid() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
-
- getSessionFactoryUuid() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.SessionAssociableInterceptor
-
- getSessionFactoryUuid() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
Get the session factory UUID.
- getSessionFactoryUuid() - Method in class org.hibernate.proxy.map.MapLazyInitializer
-
- getSessionIdentifier() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getSessionIdentifier() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
A UUID associated with each Session.
- getSessionOpenCount() - Method in interface org.hibernate.stat.Statistics
-
Global number of sessions opened
- getSet(String, Class<E>) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
-
- getSet(String) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
-
- getSetter(Class) - Method in class org.hibernate.mapping.Property
-
- getSetter() - Method in interface org.hibernate.property.access.spi.PropertyAccess
-
Obtain the delegate for setting values for the described persistent property
- getSetter(Object, String, Class<?>) - Static method in class org.hibernate.testing.util.ReflectionUtil
-
Get setter method
- getSetting(String, ConfigurationService.Converter<T>) - Method in interface org.hibernate.engine.config.spi.ConfigurationService
-
Get the named setting, using the specified converter.
- getSetting(String, ConfigurationService.Converter<T>, T) - Method in interface org.hibernate.engine.config.spi.ConfigurationService
-
Get the named setting, using the specified converter and default value.
- getSetting(String, Class<T>, T) - Method in interface org.hibernate.engine.config.spi.ConfigurationService
-
Get the named setting.
- getSettings() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
- getSettings() - Method in interface org.hibernate.engine.config.spi.ConfigurationService
-
Access to the complete map of config settings.
- getSettings() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getSettings() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
- getSharedCacheMode() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
-
- getSharedCacheMode() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
Access to the SharedCacheMode for determining whether we should perform second level
caching or not.
- getSharedCacheMode() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
- getSharedCacheMode() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
-
Gets the value of the sharedCacheMode property.
- getSharedCacheMode() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
-
- getSharedCacheMode() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
-
- getSharedCacheMode() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
-
- getShort(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a short.
- getShowSqlEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- getSimpleName() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
-
- getSimpleName() - Method in interface org.hibernate.jpamodelgen.model.MetaEntity
-
- getSimpleName() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
-
- getSimpleValueBinder() - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- getSingleResult() - Method in interface org.hibernate.envers.query.AuditQuery
-
- getSingleResult() - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
-
- getSingleResult() - Method in interface org.hibernate.query.Query
-
- getSingleResult() - Method in interface org.hibernate.result.ResultSetOutput
-
Consume the underlying
ResultSet
with the expectation that there is just a single level of
root returns.
- getSingularAttribute(String, Class<Y>) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
-
- getSingularAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
-
- getSingularAttributeNature() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
-
Obtain the nature of this attribute type.
- getSize(String) - Method in interface org.hibernate.bytecode.enhance.spi.CollectionTracker
-
- getSize(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getSize(Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
-
- getSizeInMemory() - Method in interface org.hibernate.cache.spi.ExtendedStatisticsSupport
-
- getSizeInMemory() - Method in interface org.hibernate.stat.CacheRegionStatistics
-
The size that the in-memory elements take up within the cache provider.
- getSizeInMemory() - Method in interface org.hibernate.stat.NaturalIdCacheStatistics
-
Deprecated.
- getSizeSource() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
-
Obtain the source for the specified column size.
- getSkipLockedSql() - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
-
- getSnapshot(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Return a new snapshot of the current state of the collection
- getSnapshot() - Method in class org.hibernate.engine.spi.CollectionEntry
-
- getSnapshot(PersistentCollection) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Get the snapshot of the pre-flush collection state
- getSnapshotElement(Object, int) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Get the snapshot value of the given collection entry
- getSort() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the sort property.
- getSort() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the sort property.
- getSortKey() - Method in class org.hibernate.sql.ordering.antlr.SortSpecification
-
- getSource() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType
-
Gets the value of the source property.
- getSource() - Method in class org.hibernate.cfg.AttributeConversionInfo
-
- getSource() - Method in class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
-
- getSource() - Method in interface org.hibernate.loader.plan.spi.Fetch
-
Obtain the owner of this fetch.
- getSource() - Method in class org.hibernate.mapping.FetchProfile
-
Retrieve the fetch profile source.
- getSource() - Method in interface org.hibernate.persister.walking.spi.AttributeDefinition
-
- getSource() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
-
- getSource() - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
-
- getSource() - Method in class org.hibernate.tuple.entity.AbstractEntityBasedAttribute
-
- getSourceColumn() - Method in class org.hibernate.param.AbstractExplicitParameterSpecification
-
- getSourceColumn() - Method in interface org.hibernate.param.ExplicitParameterSpecification
-
- getSourceIncrementSize() - Method in class org.hibernate.id.enhanced.SequenceStructure
-
- getSourceLine() - Method in class org.hibernate.param.AbstractExplicitParameterSpecification
-
- getSourceLine() - Method in interface org.hibernate.param.ExplicitParameterSpecification
-
Retrieves the line number on which this parameter occurs in the source query.
- getSourceLocations() - Method in class org.hibernate.engine.query.spi.AbstractParameterDescriptor
-
- getSourceLocations() - Method in interface org.hibernate.hql.spi.ParameterInformation
-
The positions (relative to all parameters) that this parameter
was discovered in the source query (HQL, etc).
- getSourceLocations() - Method in interface org.hibernate.query.QueryParameter
-
- getSourceName() - Method in interface org.hibernate.hql.spi.NamedParameterInformation
-
- getSourceProcessOrdering() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
-
- getSourceProcessOrdering() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
Retrieve the ordering in which sources should be processed.
- getSourceQuery() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
-
- getSourceQuery() - Method in class org.hibernate.engine.query.spi.NativeSQLQueryPlan
-
- getSourceType() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
-
- getSourceType() - Method in interface org.hibernate.tool.schema.spi.SourceDescriptor
-
The indicated source type for this target type.
- getSpatialAggregateSQL(String, int) - Method in interface org.hibernate.spatial.dialect.cockroachdb.CockroachSpatialDialectTrait
-
- getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.db2.DB2SpatialDialect
-
- getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBDialect
-
- getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.hana.HANASpatialDialect
-
- getSpatialAggregateSQL(String, int) - Method in interface org.hibernate.spatial.dialect.mariadb.MariaDBSpatialDialectTrait
-
- getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.mysql.MySQL56SpatialDialect
-
- getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.mysql.MySQL5SpatialDialect
-
- getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.mysql.MySQL8SpatialDialect
-
- getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.mysql.MySQLSpatialDialect
-
- getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatial10gDialect
-
- getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatialSDO10gDialect
-
- getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG82Dialect
-
- getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG91Dialect
-
Returns the SQL fragment for the specfied Spatial aggregate expression.
- getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG92Dialect
-
Returns the SQL fragment for the specfied Spatial aggregate expression.
- getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG93Dialect
-
Returns the SQL fragment for the specfied Spatial aggregate expression.
- getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG94Dialect
-
Returns the SQL fragment for the specfied Spatial aggregate expression.
- getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG9Dialect
-
Returns the SQL fragment for the specfied Spatial aggregate expression.
- getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisSupport
-
Returns the SQL fragment for the specfied Spatial aggregate expression.
- getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008SpatialDialect
-
- getSpatialAggregateSQL(String, int) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2012SpatialDialect
-
- getSpatialAggregateSQL(String, int) - Method in interface org.hibernate.spatial.SpatialDialect
-
Returns the SQL fragment for the specfied Spatial aggregate expression.
- getSpatialDialect(CriteriaQuery, SpatialFunction) - Static method in class org.hibernate.spatial.criterion.ExpressionUtil
-
Determines the SpatialDialect
for the specified CriteriaQuery
, and checks if the
specified function is supported.
- getSpatialFilterExpression(String) - Method in interface org.hibernate.spatial.dialect.cockroachdb.CockroachSpatialDialectTrait
-
Returns the SQL fragment for the SQL WHERE-expression when parsing
org.hibernate.spatial.criterion.SpatialFilterExpression
s
into prepared statements.
- getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.db2.DB2SpatialDialect
-
- getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBDialect
-
- getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.hana.HANASpatialDialect
-
- getSpatialFilterExpression(String) - Method in interface org.hibernate.spatial.dialect.mariadb.MariaDBSpatialDialectTrait
-
- getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.mysql.MySQL56SpatialDialect
-
- getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.mysql.MySQL5SpatialDialect
-
- getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.mysql.MySQL8SpatialDialect
-
- getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.mysql.MySQLSpatialDialect
-
- getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatial10gDialect
-
- getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatialSDO10gDialect
-
- getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG82Dialect
-
- getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG91Dialect
-
Returns the SQL fragment for the SQL WHERE-expression when parsing
org.hibernate.spatial.criterion.SpatialFilterExpression
s
into prepared statements.
- getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG92Dialect
-
Returns the SQL fragment for the SQL WHERE-expression when parsing
org.hibernate.spatial.criterion.SpatialFilterExpression
s
into prepared statements.
- getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG93Dialect
-
Returns the SQL fragment for the SQL WHERE-expression when parsing
org.hibernate.spatial.criterion.SpatialFilterExpression
s
into prepared statements.
- getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG94Dialect
-
Returns the SQL fragment for the SQL WHERE-expression when parsing
org.hibernate.spatial.criterion.SpatialFilterExpression
s
into prepared statements.
- getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG9Dialect
-
Returns the SQL fragment for the SQL WHERE-expression when parsing
org.hibernate.spatial.criterion.SpatialFilterExpression
s
into prepared statements.
- getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisSupport
-
Returns the SQL fragment for the SQL WHERE-expression when parsing
org.hibernate.spatial.criterion.SpatialFilterExpression
s
into prepared statements.
- getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008SpatialDialect
-
- getSpatialFilterExpression(String) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2012SpatialDialect
-
- getSpatialFilterExpression(String) - Method in interface org.hibernate.spatial.SpatialDialect
-
Returns the SQL fragment for the SQL WHERE-expression when parsing
org.hibernate.spatial.criterion.SpatialFilterExpression
s
into prepared statements.
- getSpatialRelateSQL(String, int) - Method in interface org.hibernate.spatial.dialect.cockroachdb.CockroachSpatialDialectTrait
-
- getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.db2.DB2SpatialDialect
-
- getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBDialect
-
- getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.hana.HANASpatialDialect
-
- getSpatialRelateSQL(String, int) - Method in interface org.hibernate.spatial.dialect.mariadb.MariaDBSpatialDialectTrait
-
- getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.mysql.MySQL56SpatialDialect
-
- getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.mysql.MySQL5SpatialDialect
-
- getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.mysql.MySQL8SpatialDialect
-
- getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.mysql.MySQLSpatialDialect
-
- getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatial10gDialect
-
- getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatialSDO10gDialect
-
- getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisNoSQLMM
-
- getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG82Dialect
-
- getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG91Dialect
-
Returns the SQL fragment for the SQL WHERE-clause when parsing
org.hibernatespatial.criterion.SpatialRelateExpression
s
into prepared statements.
- getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG92Dialect
-
Returns the SQL fragment for the SQL WHERE-clause when parsing
org.hibernatespatial.criterion.SpatialRelateExpression
s
into prepared statements.
- getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG93Dialect
-
Returns the SQL fragment for the SQL WHERE-clause when parsing
org.hibernatespatial.criterion.SpatialRelateExpression
s
into prepared statements.
- getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG94Dialect
-
Returns the SQL fragment for the SQL WHERE-clause when parsing
org.hibernatespatial.criterion.SpatialRelateExpression
s
into prepared statements.
- getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG9Dialect
-
Returns the SQL fragment for the SQL WHERE-clause when parsing
org.hibernatespatial.criterion.SpatialRelateExpression
s
into prepared statements.
- getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisSupport
-
Returns the SQL fragment for the SQL WHERE-clause when parsing
org.hibernatespatial.criterion.SpatialRelateExpression
s
into prepared statements.
- getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008SpatialDialect
-
- getSpatialRelateSQL(String, int) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2012SpatialDialect
-
- getSpatialRelateSQL(String, int) - Method in interface org.hibernate.spatial.SpatialDialect
-
Returns the SQL fragment for the SQL WHERE-clause when parsing
org.hibernatespatial.criterion.SpatialRelateExpression
s
into prepared statements.
- getSpecificContractClass() - Method in enum org.hibernate.boot.model.source.spi.RelationalValueSource.Nature
-
- getSpecifiedTemporalType() - Method in interface org.hibernate.jpa.spi.ParameterBind
-
The temporal type that will be used to "interpret" Date-like values (if applicable).
- getSql() - Method in class org.hibernate.boot.model.CustomSql
-
- getSQL() - Method in exception org.hibernate.JDBCException
-
Get the actual SQL statement being executed when the exception occurred.
- getSQL() - Method in interface org.hibernate.loader.custom.CustomQuery
-
The SQL query string to be performed.
- getSQL() - Method in class org.hibernate.loader.custom.sql.SQLCustomQuery
-
- getSql() - Method in interface org.hibernate.result.spi.ResultContext
-
- getSql() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateCommand
-
Deprecated.
- getSQLAlias(Criteria) - Method in interface org.hibernate.criterion.CriteriaQuery
-
Get the root table alias of an entity
- getSQLAlias(Criteria, String) - Method in interface org.hibernate.criterion.CriteriaQuery
-
Get the root table alias of an entity, taking into account
the qualifier of the property path
- getSQLAlias(Criteria) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getSQLAlias(Criteria, String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getSQLAliasCount() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getSqlAliasSuffixes() - Method in class org.hibernate.loader.hql.QueryLoader
-
- getSqlCreateStrings(T, Metadata) - Method in interface org.hibernate.tool.schema.spi.Exporter
-
Get the commands needed for creation.
- getSqlDelete() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
-
- getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the sqlDelete property.
- getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the sqlDelete property.
- getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
-
Gets the value of the sqlDelete property.
- getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the sqlDelete property.
- getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Gets the value of the sqlDelete property.
- getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the sqlDelete property.
- getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the sqlDelete property.
- getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Gets the value of the sqlDelete property.
- getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the sqlDelete property.
- getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
Gets the value of the sqlDelete property.
- getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the sqlDelete property.
- getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
Gets the value of the sqlDelete property.
- getSqlDelete() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
-
- getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the sqlDeleteAll property.
- getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the sqlDeleteAll property.
- getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the sqlDeleteAll property.
- getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the sqlDeleteAll property.
- getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the sqlDeleteAll property.
- getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Gets the value of the sqlDeleteAll property.
- getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the sqlDeleteAll property.
- getSqlDeleteAll() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
-
- getSQLDeleteRowString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getSQLDeleteString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getSQLDeleteStrings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSqlDescriptor() - Method in class org.hibernate.type.descriptor.sql.BasicBinder
-
- getSqlDescriptor() - Method in class org.hibernate.type.descriptor.sql.BasicExtractor
-
- getSqlDropStrings(T, Metadata) - Method in interface org.hibernate.tool.schema.spi.Exporter
-
Get the commands needed for dropping.
- getSQLException() - Method in exception org.hibernate.JDBCException
-
- getSqlExceptionConverter() - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
-
Access the current exception converter being used internally.
- getSQLExceptionConverter() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getSQLExceptionConverter() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
- getSQLExceptionConverter() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getSqlExceptionHelper() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
-
Obtain the helper for dealing with JDBC
SQLException
faults.
- getSqlExceptionHelper() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
-
Obtain service for dealing with exceptions.
- getSQLExceptionHelper() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getSQLExceptionHelper() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
- getSQLExceptionHelper() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getSqlExceptionHelper() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
-
- getSqlFragment(String) - Method in interface org.hibernate.persister.entity.DiscriminatorMetadata
-
Get the sql fragment that is used to determine the actual discriminator value for a row.
- getSqlFunctionMap() - Method in interface org.hibernate.boot.Metadata
-
- getSqlFunctionMap() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
-
- getSqlFunctionRegistry() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getSqlFunctionRegistry() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
- getSqlFunctionRegistry() - Method in interface org.hibernate.sql.ordering.antlr.TranslationContext
-
Retrieves the SQL function registry for this context.
- getSqlFunctions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
-
- getSqlFunctions() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
Access to any SQL functions explicitly registered with the MetadataBuilder.
- getSqlFunctions() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
- getSqlFunctions() - Method in class org.hibernate.cfg.Configuration
-
- getSqlFunctions() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
-
- getSQLIdentityInsertString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
The query that inserts a row, letting the database generate an id
- getSqlInsert() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
-
- getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the sqlInsert property.
- getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the sqlInsert property.
- getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
-
Gets the value of the sqlInsert property.
- getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the sqlInsert property.
- getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Gets the value of the sqlInsert property.
- getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the sqlInsert property.
- getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the sqlInsert property.
- getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Gets the value of the sqlInsert property.
- getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the sqlInsert property.
- getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
Gets the value of the sqlInsert property.
- getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the sqlInsert property.
- getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
Gets the value of the sqlInsert property.
- getSqlInsert() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
-
- getSQLInsertRowString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getSQLInsertStrings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSQLLazySelectString(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSQLLazyUpdateByRowIdStrings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSQLLazyUpdateStrings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSQLOrderByString(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getSQLOrderByString(String) - Method in interface org.hibernate.persister.collection.QueryableCollection
-
Get the order by SQL
- getSQLParameterMetadata(String, boolean) - Method in class org.hibernate.engine.query.spi.QueryPlanCache
-
Obtain the parameter metadata for given native-sql query.
- getSqlQueries() - Method in class org.hibernate.testing.jdbc.SQLStatementInterceptor
-
- getSqlQuery() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
-
- getSqlQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
-
Gets the value of the sqlQuery property.
- getSqlQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
-
Gets the value of the sqlQuery property.
- getSqlQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Gets the value of the sqlQuery property.
- getSqlQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the sqlQuery property.
- getSqlQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
Gets the value of the sqlQuery property.
- getSqlResultSetMapping() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the sqlResultSetMapping property.
- getSqlResultSetMapping() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
-
Gets the value of the sqlResultSetMapping property.
- getSqlResultSetMapping() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the sqlResultSetMapping property.
- getSqlResultSetMapping() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
-
Gets the value of the sqlResultSetMapping property.
- getSqlResultSetMappings() - Method in class org.hibernate.cfg.Configuration
-
- getSQLSnapshotSelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSQLState() - Method in exception org.hibernate.JDBCException
-
Get the X/Open or ANSI SQL SQLState error code from the underlying
SQLException
.
- getSqlStatement() - Method in interface org.hibernate.loader.plan.exec.spi.LoadQueryDetails
-
- getSqlStatementLogger() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
-
Obtain service for logging SQL statements.
- getSqlStatementLogger() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
-
- getSqlStatements() - Method in class org.hibernate.hql.spi.id.cte.CteValuesListDeleteHandlerImpl
-
- getSqlStatements() - Method in class org.hibernate.hql.spi.id.cte.CteValuesListUpdateHandlerImpl
-
- getSqlStatements() - Method in class org.hibernate.hql.spi.id.inline.AbstractInlineIdsDeleteHandlerImpl
-
- getSqlStatements() - Method in class org.hibernate.hql.spi.id.inline.AbstractInlineIdsUpdateHandlerImpl
-
- getSqlStatements() - Method in interface org.hibernate.hql.spi.id.MultiTableBulkIdStrategy.DeleteHandler
-
- getSqlStatements() - Method in interface org.hibernate.hql.spi.id.MultiTableBulkIdStrategy.UpdateHandler
-
- getSqlStatements() - Method in class org.hibernate.hql.spi.id.TableBasedDeleteHandlerImpl
-
- getSqlStatements() - Method in class org.hibernate.hql.spi.id.TableBasedUpdateHandlerImpl
-
- getSqlStateType() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
-
Retrieve the type of codes the driver says it uses for SQLState
.
- getSQLString() - Method in interface org.hibernate.hql.spi.QueryTranslator
-
Returns the SQL string generated by the translator.
- getSQLString() - Method in class org.hibernate.loader.custom.CustomLoader
-
- getSQLString() - Method in class org.hibernate.loader.hql.QueryLoader
-
The SQL query string to be called.
- getSQLString() - Method in class org.hibernate.loader.JoinWalker
-
- getSQLString() - Method in class org.hibernate.loader.Loader
-
The SQL query string to be called; implemented by all subclasses
- getSQLString() - Method in class org.hibernate.loader.OuterJoinLoader
-
- getSqlStrings() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
-
This method should only be called for debugging purposes as it regenerates a new array every time.
- getSqlType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
-
Gets the value of the sqlType property.
- getSqlType() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
-
Obtain the free-hand definition of the column's type.
- getSqlType() - Method in class org.hibernate.cfg.Ejb3Column
-
- getSqlType() - Method in class org.hibernate.dialect.AbstractHANADialect.HANABlobTypeDescriptor
-
- getSqlType(Dialect, Mapping) - Method in class org.hibernate.mapping.Column
-
- getSqlType() - Method in class org.hibernate.mapping.Column
-
- getSqlType() - Method in class org.hibernate.spatial.dialect.db2.DB2GeometryTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBGeometryTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.spatial.dialect.hana.HANAGeometryTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.spatial.dialect.hana.HANAPointTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.spatial.dialect.mariadb.MariaDBGeometryTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.spatial.dialect.mysql.MySQLGeometryTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.spatial.dialect.postgis.PGGeometryTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008GeometryTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.converter.AttributeConverterSqlTypeDescriptorAdapter
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.BigIntTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.BinaryTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.BitTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.BooleanTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.CharTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.DateTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.DecimalTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.DoubleTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.FloatTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.IntegerTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.LongNVarcharTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.LongVarbinaryTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.LongVarcharTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.NCharTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.NClobTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.NumericTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.NVarcharTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.RealTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.SmallIntTypeDescriptor
-
- getSqlType() - Method in interface org.hibernate.type.descriptor.sql.SqlTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.SqlTypeDescriptorRegistry.ObjectSqlTypeDescriptor
-
Deprecated.
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.TimestampTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.TimeTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.TinyIntTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.VarbinaryTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.descriptor.sql.VarcharTypeDescriptor
-
- getSqlType() - Method in class org.hibernate.type.PostgresUUIDType.PostgresUUIDSqlTypeDescriptor
-
- getSqlTypeCode(Mapping) - Method in class org.hibernate.mapping.Column
-
- getSqlTypeCode() - Method in class org.hibernate.mapping.Column
-
Returns the underlying columns SqlTypeCode.
- getSqlTypeDescriptor() - Method in class org.hibernate.type.AbstractStandardBasicType
-
- getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.AbstractHANADialect
-
- getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.DB297Dialect
-
- getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.DB2Dialect
-
- getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.Dialect
-
Returns the
SqlTypeDescriptor
that should be used to handle the given JDBC type code.
- getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.SQLServerDialect
-
- getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.SybaseAnywhereDialect
-
- getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.SybaseASE15Dialect
-
- getSqlTypeDescriptorOverride(int) - Method in class org.hibernate.dialect.SybaseDialect
-
- getSqlTypeDescriptorRegistry() - Method in class org.hibernate.type.spi.TypeConfiguration
-
- getSqlTypes() - Method in interface org.hibernate.procedure.spi.ParameterRegistrationImplementor
-
Access to the SQL type(s) for this parameter
- getSqlUpdate() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
-
- getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the sqlUpdate property.
- getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the sqlUpdate property.
- getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
-
Gets the value of the sqlUpdate property.
- getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the sqlUpdate property.
- getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Gets the value of the sqlUpdate property.
- getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the sqlUpdate property.
- getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the sqlUpdate property.
- getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Gets the value of the sqlUpdate property.
- getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the sqlUpdate property.
- getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
Gets the value of the sqlUpdate property.
- getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the sqlUpdate property.
- getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
Gets the value of the sqlUpdate property.
- getSqlUpdate() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
-
- getSQLUpdateByRowIdStrings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSQLUpdateRowString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getSQLUpdateStrings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSQLWhereString(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getSQLWhereString(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getStandardServiceRegistryBuilder() - Method in class org.hibernate.cfg.Configuration
-
Intended for internal testing use only!!!
- getStartTime() - Method in interface org.hibernate.stat.Statistics
-
- getStartValue() - Method in interface org.hibernate.tool.schema.extract.spi.SequenceInformation
-
Retrieve the extracted start value defined for the sequence.
- getState() - Method in class org.hibernate.cache.spi.entry.CollectionCacheEntry
-
Retrieve the cached collection state.
- getState() - Method in class org.hibernate.event.spi.PostInsertEvent
-
- getState() - Method in class org.hibernate.event.spi.PostUpdateEvent
-
- getState() - Method in class org.hibernate.event.spi.PreInsertEvent
-
Getter for property 'state'.
- getState() - Method in class org.hibernate.event.spi.PreLoadEvent
-
- getState() - Method in class org.hibernate.event.spi.PreUpdateEvent
-
Retrieves the state to be used in the update.
- getStatelessInterceptorImplementor() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getStatelessInterceptorImplementor() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- getStatelessInterceptorImplementorSupplier() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getStatelessInterceptorImplementorSupplier() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Get the interceptor to use by default for all sessions opened from this factory.
- getStatement() - Method in class org.hibernate.loader.Loader.SqlStatementWrapper
-
- getStatementInspector() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getStatementInspector() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- getStatementInspector() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
-
- getStatementPreparer() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
-
Obtain the statement preparer associated with this JDBC coordinator.
- getStaticFieldValue(Class<?>, String) - Static method in class org.hibernate.testing.util.ReflectionUtil
-
Get a field value from a given class
- getStaticLoadQuery() - Method in class org.hibernate.loader.collection.plan.AbstractLoadPlanBasedCollectionInitializer
-
- getStaticLoadQuery() - Method in class org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader
-
- getStaticLoadQuery() - Method in class org.hibernate.loader.entity.plan.EntityLoader
-
- getStatistics() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getStatistics() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getStatistics() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
- getStatistics() - Method in interface org.hibernate.Session
-
Get the statistics for this session.
- getStatistics() - Method in interface org.hibernate.SessionFactory
-
Retrieve the statistics for this factory.
- getStatisticsImplementor() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getStatisticsImplementor() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
- getStatus() - Method in interface org.hibernate.engine.spi.EntityEntry
-
- getStatus() - Method in class org.hibernate.loader.entity.CacheEntityLoaderHelper.PersistenceContextEntry
-
- getStatus() - Method in interface org.hibernate.resource.transaction.backend.jdbc.spi.JdbcResourceTransaction
-
- getStatus() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator.TransactionDriver
-
- getStatus() - Method in interface org.hibernate.Transaction
-
Get the current local status of this transaction.
- getStorageAccess() - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
-
- getStorageAccess() - Method in class org.hibernate.cache.spi.support.DirectAccessRegionTemplate
-
- getStoredSnapshot() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Get the snapshot cached by the collection instance
- getStrategies() - Method in interface org.hibernate.jpa.spi.IdentifierGeneratorStrategyProvider
-
set of strategy / generator class pairs to register as accepted strategies
- getStrategy() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbGeneratedValue
-
Gets the value of the strategy property.
- getStrategy() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbInheritance
-
Gets the value of the strategy property.
- getStrategy() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
-
- getStrategy() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition
-
- getStrategy() - Method in class org.hibernate.jpamodelgen.xml.jaxb.GeneratedValue
-
Gets the value of the strategy property.
- getStrategy() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Inheritance
-
Gets the value of the strategy property.
- getStrategy() - Method in enum org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
-
- getStrategyImplementation() - Method in class org.hibernate.boot.registry.selector.SimpleStrategyRegistrationImpl
-
- getStrategyImplementation() - Method in interface org.hibernate.boot.registry.selector.StrategyRegistration
-
The strategy implementation class.
- getStrategyRegistrationProviders() - Method in interface org.hibernate.jpa.boot.spi.StrategyRegistrationProviderList
-
- getStrategyRegistrations() - Method in interface org.hibernate.boot.registry.selector.StrategyRegistrationProvider
-
Get all StrategyRegistrations announced by this provider.
- getStrategyRegistrations() - Method in class org.hibernate.testing.cache.StrategyRegistrationProviderImpl
-
- getStrategyRole() - Method in class org.hibernate.boot.registry.selector.SimpleStrategyRegistrationImpl
-
- getStrategyRole() - Method in interface org.hibernate.boot.registry.selector.StrategyRegistration
-
The strategy role.
- getStreamAccess() - Method in interface org.hibernate.boot.archive.scan.spi.ClassDescriptor
-
Retrieves access to the InputStream for the class file.
- getStreamAccess() - Method in interface org.hibernate.boot.archive.scan.spi.MappingFileDescriptor
-
Retrieves access to the InputStream for the mapping file.
- getStreamAccess() - Method in interface org.hibernate.boot.archive.scan.spi.PackageDescriptor
-
Retrieves access to the InputStream for the package-info.class
file.
- getStreamAccess() - Method in interface org.hibernate.boot.archive.spi.ArchiveEntry
-
Get access to the stream for the entry
- getStreamName() - Method in interface org.hibernate.boot.archive.spi.InputStreamAccess
-
Get the name of the resource backing the stream
- getStreamsForBinaryEnabled() - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- getString(String, String) - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
-
- getString(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a string.
- getStyle() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
-
Gets the value of the style property.
- getStyle() - Method in class org.hibernate.engine.FetchStrategy
-
- getStyle() - Method in class org.hibernate.engine.profile.Fetch
-
- getStyle() - Method in class org.hibernate.mapping.FetchProfile.Fetch
-
- getSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
-
Gets the value of the subclass property.
- getSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
-
Gets the value of the subclass property.
- getSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the subclass property.
- getSubclass() - Method in interface org.hibernate.cache.spi.entry.CacheEntry
-
Hibernate stores all entries pertaining to a given entity hierarchy in a single region.
- getSubclass() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
-
- getSubclass() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
-
- getSubclassClosure() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getSubclassClosure() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getSubclassClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
-
- getSubclassColumnAliasClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassColumnClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassColumnLazyiness() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassColumnReaderTemplateClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassColumnTableNumberClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassColumnTableNumberClosure() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getSubclassColumnTableNumberClosure() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getSubclassColumnTableNumberClosure() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getSubclassEntityNames() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
Retrieves the defined entity-names for any subclasses defined for this
entity.
- getSubclassEntityNames() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getSubclassEntityPersister(Object, SessionFactoryImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassEntityPersister(Object, SessionFactoryImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
A request has already identified the entity-name of this persister as the mapping for the given instance.
- getSubclassForDiscriminatorValue(Object) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getSubclassForDiscriminatorValue(Object) - Method in interface org.hibernate.persister.entity.Loadable
-
Get the concrete subclass corresponding to the given discriminator
value
- getSubclassForDiscriminatorValue(Object) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getSubclassForDiscriminatorValue(Object) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getSubclassFormulaAliasClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassFormulaClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassFormulaLazyiness() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassFormulaTableNumberClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassFormulaTableNumberClosure() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getSubclassFormulaTableNumberClosure() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getSubclassFormulaTableNumberClosure() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getSubclassFormulaTemplateClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassId() - Method in class org.hibernate.mapping.PersistentClass
-
- getSubclassId() - Method in class org.hibernate.mapping.RootClass
-
- getSubclassId() - Method in class org.hibernate.mapping.Subclass
-
- getSubclassIterator() - Method in class org.hibernate.mapping.PersistentClass
-
Iterate over subclasses in a special 'order', most derived subclasses
first.
- getSubclassJoinClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
-
- getSubclassPersister() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
-
- getSubclassPropertyClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
-
- getSubclassPropertyColumnAliases(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassPropertyColumnAliases(String, String) - Method in interface org.hibernate.persister.entity.SQLLoadable
-
Return the column alias names used to persist/query the named property of the class or a subclass (optional operation).
- getSubclassPropertyColumnNameClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassPropertyColumnNames(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassPropertyColumnNames(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassPropertyColumnNames(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
-
Return the column names used to persist the numbered property of the
class or a subclass.
- getSubclassPropertyColumnNames(String) - Method in interface org.hibernate.persister.entity.SQLLoadable
-
Return the column names used to persist/query the named property of the class or a subclass (optional operation).
- getSubclassPropertyColumnReaderClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassPropertyColumnReaderTemplateClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassPropertyDeclarer(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassPropertyDeclarer(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getSubclassPropertyDeclarer(String) - Method in interface org.hibernate.persister.entity.Queryable
-
Determine whether the given property is declared by our
mapped class, our super class, or one of our subclasses...
- getSubclassPropertyFormulaTemplateClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassPropertyFormulaTemplateClosure() - Method in interface org.hibernate.persister.entity.Queryable
-
- getSubclassPropertyName(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassPropertyName(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
-
Get the name of the numbered property of the class or a subclass.
- getSubclassPropertyNameClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassPropertySubclassNameClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassPropertyTableName(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getSubclassPropertyTableName(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
-
Return the table name used to persist the numbered property of the
class or a subclass.
- getSubclassPropertyTableName(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getSubclassPropertyTableName(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getSubclassPropertyTableNumber(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassPropertyTableNumber(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Warning:
When there are duplicated property names in the subclasses
of the class, this method may return the wrong table
number for the duplicated subclass property (note that
SingleTableEntityPersister defines an overloaded form
which takes the entity name.
- getSubclassPropertyTableNumber(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getSubclassPropertyTableNumber(String) - Method in interface org.hibernate.persister.entity.Queryable
-
Given a property name, determine the number of the table which contains the column
to which this property is mapped.
- getSubclassPropertyTableNumber(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getSubclassPropertyTableNumber(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getSubclassPropertyTableNumber(String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getSubclassPropertyType(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassPropertyType(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
-
Get the type of the numbered property of the class or a subclass.
- getSubclassPropertyTypeClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassSpan() - Method in class org.hibernate.mapping.PersistentClass
-
- getSubclassSubgraph() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedEntityGraph
-
Gets the value of the subclassSubgraph property.
- getSubclassSubgraph() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
-
Gets the value of the subclassSubgraph property.
- getSubclassTableClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
-
- getSubclassTableKeyColumns(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassTableKeyColumns(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getSubclassTableKeyColumns(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getSubclassTableKeyColumns(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getSubclassTableName(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassTableName(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getSubclassTableName(int) - Method in interface org.hibernate.persister.entity.Queryable
-
Get the name of the table with the given index from the internal
array.
- getSubclassTableName(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getSubclassTableName(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getSubclassTableSpan() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getSubclassTableSpan() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getSubclassTableSpan() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getSubclassTableSpan() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getSubgraph() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedAttributeNode
-
Gets the value of the subgraph property.
- getSubgraph() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedEntityGraph
-
Gets the value of the subgraph property.
- getSubgraph() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedAttributeNode
-
Gets the value of the subgraph property.
- getSubgraph() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
-
Gets the value of the subgraph property.
- getSubGraphMap() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
-
- getSubGraphs() - Method in interface org.hibernate.graph.AttributeNode
-
- getSubgraphs() - Method in interface org.hibernate.graph.AttributeNode
-
- getSubGraphs() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
-
- getSubgraphs() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
-
- getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the subselect property.
- getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the subselect property.
- getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the subselect property.
- getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Gets the value of the subselect property.
- getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the subselect property.
- getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the subselect property.
- getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Gets the value of the subselect property.
- getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the subselect property.
- getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
Gets the value of the subselect property.
- getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the subselect property.
- getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
Gets the value of the subselect property.
- getSubselect() - Method in interface org.hibernate.boot.jaxb.hbm.spi.TableInformationContainer
-
- getSubselect(EntityKey) - Method in class org.hibernate.engine.spi.BatchFetchQueue
-
Retrieve the fetch descriptor associated with the given entity key.
- getSubselect() - Method in class org.hibernate.mapping.Table
-
- getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the subselectAttribute property.
- getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the subselectAttribute property.
- getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the subselectAttribute property.
- getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Gets the value of the subselectAttribute property.
- getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the subselectAttribute property.
- getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the subselectAttribute property.
- getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Gets the value of the subselectAttribute property.
- getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the subselectAttribute property.
- getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
Gets the value of the subselectAttribute property.
- getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the subselectAttribute property.
- getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
Gets the value of the subselectAttribute property.
- getSubselectAttribute() - Method in interface org.hibernate.boot.jaxb.hbm.spi.TableInformationContainer
-
- getSubString(long, int) - Method in class org.hibernate.engine.jdbc.ClobProxy
-
- getSubTypes() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
-
Access the subtype sources for types extending from this type source,
- getSubtypes() - Method in class org.hibernate.type.AnyType
-
- getSubtypes() - Method in class org.hibernate.type.ComponentType
-
- getSubtypes() - Method in class org.hibernate.type.CompositeCustomType
-
- getSubtypes() - Method in interface org.hibernate.type.CompositeType
-
Get the types of the component properties
- getSuccessfulTransactionCount() - Method in interface org.hibernate.stat.Statistics
-
The number of transactions we know to have been successful
- getSuffix() - Method in interface org.hibernate.loader.CollectionAliases
-
Returns the suffix used to unique the column aliases for this
particular alias set.
- getSuffix() - Method in class org.hibernate.loader.custom.ColumnCollectionAliases
-
Returns the suffix used to unique the column aliases for this particular alias set.
- getSuffix() - Method in class org.hibernate.loader.DefaultEntityAliases
-
- getSuffix() - Method in interface org.hibernate.loader.EntityAliases
-
Returns the suffix used to generate the aliases.
- getSuffix() - Method in class org.hibernate.loader.GeneratedCollectionAliases
-
Returns the suffix used to unique the column aliases for this particular alias set.
- getSuffixedDiscriminatorAlias() - Method in class org.hibernate.loader.DefaultEntityAliases
-
- getSuffixedDiscriminatorAlias() - Method in interface org.hibernate.loader.EntityAliases
-
The result set column aliases for the discriminator columns
- getSuffixedElementAliases() - Method in interface org.hibernate.loader.CollectionAliases
-
Returns the suffixed result-set column-aliases for the columns
making up the collection's elements.
- getSuffixedElementAliases() - Method in class org.hibernate.loader.custom.ColumnCollectionAliases
-
Returns the suffixed result-set column-aliases for the columns making up the collection's elements.
- getSuffixedElementAliases() - Method in class org.hibernate.loader.GeneratedCollectionAliases
-
Returns the suffixed result-set column-aliases for the columns making up the collection's elements.
- getSuffixedIdentifierAlias() - Method in interface org.hibernate.loader.CollectionAliases
-
Returns the suffixed result-set column-aliases for the column
defining the collection's identifier (if any).
- getSuffixedIdentifierAlias() - Method in class org.hibernate.loader.custom.ColumnCollectionAliases
-
Returns the suffixed result-set column-aliases for the column defining the collection's identifier (if any).
- getSuffixedIdentifierAlias() - Method in class org.hibernate.loader.GeneratedCollectionAliases
-
Returns the suffixed result-set column-aliases for the column defining the collection's identifier (if any).
- getSuffixedIndexAliases() - Method in interface org.hibernate.loader.CollectionAliases
-
Returns the suffixed result-set column-aliases for the columns
making up the collection's index (map or list).
- getSuffixedIndexAliases() - Method in class org.hibernate.loader.custom.ColumnCollectionAliases
-
Returns the suffixed result-set column-aliases for the columns making up the collection's index (map or list).
- getSuffixedIndexAliases() - Method in class org.hibernate.loader.GeneratedCollectionAliases
-
Returns the suffixed result-set column-aliases for the columns making up the collection's index (map or list).
- getSuffixedKeyAliases() - Method in interface org.hibernate.loader.CollectionAliases
-
Returns the suffixed result-set column-aliases for columns making
up the key for this collection (i.e., its FK to its owner).
- getSuffixedKeyAliases() - Method in class org.hibernate.loader.custom.ColumnCollectionAliases
-
Returns the suffixed result-set column-aliases for columns making up the key for this collection (i.e., its FK to
its owner).
- getSuffixedKeyAliases() - Method in class org.hibernate.loader.DefaultEntityAliases
-
- getSuffixedKeyAliases() - Method in interface org.hibernate.loader.EntityAliases
-
The result set column aliases for the primary key columns
- getSuffixedKeyAliases() - Method in class org.hibernate.loader.GeneratedCollectionAliases
-
Returns the suffixed result-set column-aliases for columns making up the key for this collection (i.e., its FK to
its owner).
- getSuffixedPropertyAliases(Loadable) - Method in class org.hibernate.loader.DefaultEntityAliases
-
- getSuffixedPropertyAliases() - Method in class org.hibernate.loader.DefaultEntityAliases
-
- getSuffixedPropertyAliases() - Method in interface org.hibernate.loader.EntityAliases
-
The result set column aliases for the property columns
- getSuffixedPropertyAliases(Loadable) - Method in interface org.hibernate.loader.EntityAliases
-
The result set column aliases for the property columns of a subclass
- getSuffixedVersionAliases() - Method in class org.hibernate.loader.DefaultEntityAliases
-
- getSuffixedVersionAliases() - Method in interface org.hibernate.loader.EntityAliases
-
The result set column aliases for the version columns
- getSuffixes() - Method in class org.hibernate.loader.BasicLoader
-
- getSuffixes() - Method in class org.hibernate.loader.hql.QueryLoader
-
- getSuffixes() - Method in class org.hibernate.loader.JoinWalker
-
- getSuffixes() - Method in class org.hibernate.loader.OuterJoinLoader
-
- getSuperclass() - Method in class org.hibernate.mapping.PersistentClass
-
- getSuperclass() - Method in class org.hibernate.mapping.RootClass
-
- getSuperclass() - Method in class org.hibernate.mapping.Subclass
-
- getSuperclass() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getSuperclassInheritanceState(XClass, Map<XClass, InheritanceState>) - Static method in class org.hibernate.cfg.InheritanceState
-
- getSuperclassTypeElement(TypeElement) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
-
- getSuperMappedSuperclass() - Method in class org.hibernate.mapping.MappedSuperclass
-
Returns the first superclass marked as @MappedSuperclass or null if:
- none exists
- or the first persistent superclass found is an @Entity
- getSuperMappedSuperclass() - Method in class org.hibernate.mapping.PersistentClass
-
- getSuperPersistentClass() - Method in class org.hibernate.mapping.MappedSuperclass
-
Returns the PersistentClass of the first superclass marked as @Entity
or null if none exists
- getSuperType() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
-
- getSuperType() - Method in interface org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor
-
- getSupertype() - Method in interface org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor
-
- getSuperType() - Method in interface org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
-
Get this ManagedType's super type descriptor.
- getSupportedSourceVersion() - Method in class org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
-
- getSynchronizationStrategy() - Method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
-
- getSynchronize() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
-
- getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the synchronize property.
- getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the synchronize property.
- getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
-
Gets the value of the synchronize property.
- getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the synchronize property.
- getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Gets the value of the synchronize property.
- getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the synchronize property.
- getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the synchronize property.
- getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Gets the value of the synchronize property.
- getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the synchronize property.
- getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the synchronize property.
- getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
Gets the value of the synchronize property.
- getSynchronize() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
-
- getSynchronizedQuerySpaces() - Method in interface org.hibernate.result.spi.ResultContext
-
- getSynchronizedQuerySpaces() - Method in interface org.hibernate.SynchronizeableQuery
-
Obtain the list of query spaces the query is synchronized on.
- getSynchronizedTableNames() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
Obtain any additional table names on which to synchronize (auto flushing) this entity.
- getSynchronizedTableNames() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
-
Obtain any additional table names on which to synchronize (auto flushing) this entity.
- getSynchronizedTables() - Method in class org.hibernate.mapping.Collection
-
- getSynchronizedTables() - Method in class org.hibernate.mapping.PersistentClass
-
- getSynchronizedTables() - Method in class org.hibernate.mapping.RootClass
-
- getSynchronizedTables() - Method in class org.hibernate.mapping.Subclass
-
- getSynchronizedTables() - Method in class org.hibernate.mapping.UnionSubclass
-
- getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the table property.
- getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the table property.
- getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
-
Gets the value of the table property.
- getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the table property.
- getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Gets the value of the table property.
- getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the table property.
- getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the table property.
- getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Gets the value of the table property.
- getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the table property.
- getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
Gets the value of the table property.
- getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the table property.
- getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSynchronizeType
-
Gets the value of the table property.
- getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
Gets the value of the table property.
- getTable() - Method in interface org.hibernate.boot.jaxb.hbm.spi.TableInformationContainer
-
- getTable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
-
Gets the value of the table property.
- getTable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the table property.
- getTable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
-
Gets the value of the table property.
- getTable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
-
Gets the value of the table property.
- getTable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
-
Gets the value of the table property.
- getTable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
-
Gets the value of the table property.
- getTable() - Method in class org.hibernate.cfg.ClassPropertyHolder
-
- getTable() - Method in class org.hibernate.cfg.CollectionPropertyHolder
-
- getTable() - Method in class org.hibernate.cfg.ComponentPropertyHolder
-
- getTable() - Method in class org.hibernate.cfg.Ejb3Column
-
Find appropriate table of the column.
- getTable() - Method in interface org.hibernate.cfg.PropertyHolder
-
- getTable() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
-
- getTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
-
Gets the value of the table property.
- getTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the table property.
- getTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
-
Gets the value of the table property.
- getTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
-
Gets the value of the table property.
- getTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
-
Gets the value of the table property.
- getTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
-
Gets the value of the table property.
- getTable() - Method in class org.hibernate.mapping.Collection
-
- getTable() - Method in class org.hibernate.mapping.Constraint
-
- getTable() - Method in class org.hibernate.mapping.Index
-
- getTable() - Method in class org.hibernate.mapping.Join
-
- getTable() - Method in class org.hibernate.mapping.JoinedSubclass
-
- getTable() - Method in class org.hibernate.mapping.OneToMany
-
Table of the owner entity (the "one" side)
- getTable() - Method in class org.hibernate.mapping.PersistentClass
-
- getTable() - Method in class org.hibernate.mapping.RootClass
-
- getTable() - Method in class org.hibernate.mapping.SimpleValue
-
- getTable() - Method in class org.hibernate.mapping.Subclass
-
- getTable() - Method in class org.hibernate.mapping.UnionSubclass
-
- getTable() - Method in interface org.hibernate.mapping.Value
-
- getTable(Identifier, Identifier, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
-
Look for a matching table.
- getTable() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
-
- getTableAccessCount() - Method in class org.hibernate.id.enhanced.TableGenerator
-
Getter for property 'tableAccessCount'.
- getTableAlias() - Method in interface org.hibernate.loader.plan.exec.spi.EntityReferenceAliases
-
Obtain the table alias used for referencing the table of the EntityReference.
- getTableAliasForColumn(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getTableAliasForColumn(String, String) - Method in interface org.hibernate.persister.entity.Loadable
-
Given a column name and the root table alias in use for the entity hierarchy, determine the proper table alias
for the table in that hierarchy that contains said column.
- getTableClosureIterator() - Method in class org.hibernate.mapping.PersistentClass
-
- getTableClosureIterator() - Method in class org.hibernate.mapping.RootClass
-
- getTableClosureIterator() - Method in class org.hibernate.mapping.Subclass
-
- getTableComment(String) - Method in class org.hibernate.dialect.AbstractHANADialect
-
- getTableComment(String) - Method in class org.hibernate.dialect.Dialect
-
Get the comment into a form supported for table definition.
- getTableComment(String) - Method in class org.hibernate.dialect.MySQLDialect
-
- getTableCreationUniqueConstraintsFragment(Table) - Method in class org.hibernate.dialect.unique.DefaultUniqueDelegate
-
- getTableCreationUniqueConstraintsFragment(Table) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
-
Get the fragment that can be used to apply unique constraints as part of table creation.
- getTableExporter() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- getTableExporter() - Method in class org.hibernate.dialect.Dialect
-
- getTableGenerator() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the tableGenerator property.
- getTableGenerator() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
-
Gets the value of the tableGenerator property.
- getTableGenerator() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
-
Gets the value of the tableGenerator property.
- getTableGenerator() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the tableGenerator property.
- getTableGenerator() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
-
Gets the value of the tableGenerator property.
- getTableGenerator() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
-
Gets the value of the tableGenerator property.
- getTableHasColumns() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getTableId(String, String[]) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getTableInformation(Identifier, Identifier, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
-
Obtain reference to the named TableInformation
- getTableInformation(Namespace.Name, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
-
Obtain reference to the named TableInformation
- getTableInformation(QualifiedTableName) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
-
Obtain reference to the named TableInformation
- getTableInformation(Table) - Method in class org.hibernate.tool.schema.extract.spi.NameSpaceTablesInformation
-
- getTableInformation(String) - Method in class org.hibernate.tool.schema.extract.spi.NameSpaceTablesInformation
-
- getTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitConstraintNameSource
-
- getTableName() - Method in class org.hibernate.boot.model.relational.QualifiedTableName
-
- getTableName() - Method in class org.hibernate.id.enhanced.TableGenerator
-
The name of the table in which we store this generator's persistent state.
- getTableName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getTableName() - Method in class org.hibernate.persister.collection.OneToManyPersister
-
- getTableName(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getTableName() - Method in interface org.hibernate.persister.entity.Joinable
-
The table to join to.
- getTableName(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getTableName() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getTableName() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getTableName(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getTableName() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getTableName(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getTableName() - Method in class org.hibernate.sql.Update
-
- getTableNameForLogging(Column) - Method in class org.hibernate.mapping.PrimaryKey
-
- getTableNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getTables() - Method in class org.hibernate.boot.model.relational.Namespace
-
- getTables(Identifier, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
-
Extract all the tables information.
- getTablesInformation(Namespace) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
-
- getTableSource() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
-
Obtain the table being joined to.
- getTableSpan() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getTableSpan() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- getTableSpan() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- getTableSpan() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- getTableTypeString() - Method in class org.hibernate.dialect.Dialect
-
- getTableTypeString(String) - Method in class org.hibernate.dialect.InnoDBStorageEngine
-
- getTableTypeString(String) - Method in class org.hibernate.dialect.MyISAMStorageEngine
-
- getTableTypeString() - Method in class org.hibernate.dialect.MySQLDialect
-
- getTableTypeString() - Method in class org.hibernate.dialect.MySQLMyISAMDialect
-
Deprecated.
- getTableTypeString(String) - Method in interface org.hibernate.dialect.MySQLStorageEngine
-
- getTableTypeString() - Method in class org.hibernate.dialect.SybaseASE157Dialect
-
- getTableUpdateNeeded(int[], boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Decide which tables need to be updated.
- getTarget() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
Getter for property 'target'.
- getTargetClass() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConstructorResult
-
Gets the value of the targetClass property.
- getTargetClass() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Gets the value of the targetClass property.
- getTargetClass() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryConstructorReturn
-
- getTargetClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ConstructorResult
-
Gets the value of the targetClass property.
- getTargetClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Gets the value of the targetClass property.
- getTargetClass() - Method in class org.hibernate.loader.custom.ConstructorReturn
-
- getTargetedQueryable() - Method in class org.hibernate.hql.spi.id.AbstractIdsBulkIdHandler
-
- getTargetedQueryable() - Method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler
-
- getTargetedQueryable() - Method in interface org.hibernate.hql.spi.id.MultiTableBulkIdStrategy.DeleteHandler
-
- getTargetedQueryable() - Method in interface org.hibernate.hql.spi.id.MultiTableBulkIdStrategy.UpdateHandler
-
- getTargetedQueryable() - Method in class org.hibernate.hql.spi.id.TableBasedDeleteHandlerImpl
-
- getTargetedQueryable() - Method in class org.hibernate.hql.spi.id.TableBasedUpdateHandlerImpl
-
- getTargetEntity() - Method in interface org.hibernate.boot.jaxb.mapping.spi.AssociationAttribute
-
- getTargetEntity() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
-
Gets the value of the targetEntity property.
- getTargetEntity() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
-
Gets the value of the targetEntity property.
- getTargetEntity() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Gets the value of the targetEntity property.
- getTargetEntity() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
-
Gets the value of the targetEntity property.
- getTargetEntity(PropertyData, MetadataBuildingContext) - Static method in class org.hibernate.cfg.ToOneBinder
-
- getTargetEntity() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
-
Gets the value of the targetEntity property.
- getTargetEntity() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
-
Gets the value of the targetEntity property.
- getTargetEntity() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Gets the value of the targetEntity property.
- getTargetEntity() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
-
Gets the value of the targetEntity property.
- getTargetEntityReference() - Method in interface org.hibernate.loader.plan.spi.BidirectionalEntityReference
-
Get the targeted EntityReference
- getTargetTypes() - Method in interface org.hibernate.tool.schema.spi.TargetDescriptor
-
The target type described here.
- getTempClassLoader() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
-
- getTempClassLoader() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
- getTempClassLoader() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
- getTemplate() - Method in class org.hibernate.dialect.function.TemplateRenderer
-
- getTemplate(Dialect, SQLFunctionRegistry) - Method in class org.hibernate.mapping.Column
-
- getTemplate(Dialect, SQLFunctionRegistry) - Method in class org.hibernate.mapping.Formula
-
- getTemplate(Dialect, SQLFunctionRegistry) - Method in interface org.hibernate.mapping.Selectable
-
- getTemplateFromString(String, SessionFactoryImplementor) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getTemporal() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
-
Gets the value of the temporal property.
- getTemporal() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Gets the value of the temporal property.
- getTemporal() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
-
Gets the value of the temporal property.
- getTemporal() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbVersion
-
Gets the value of the temporal property.
- getTemporal() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
-
Gets the value of the temporal property.
- getTemporal() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Gets the value of the temporal property.
- getTemporal() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
-
Gets the value of the temporal property.
- getTemporal() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Version
-
Gets the value of the temporal property.
- getTempTableDdlTransactionHandling() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getTempTableDdlTransactionHandling() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- getTenantIdentifier() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getTenantIdentifier() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
The multi-tenancy tenant identifier, if one.
- getTenantIdentifier() - Method in interface org.hibernate.id.enhanced.AccessCallback
-
Obtain the tenant identifier (multi-tenancy), if one, associated with this callback.
- getTenantIdentifier() - Method in interface org.hibernate.SharedSessionContract
-
Obtain the tenant identifier associated with this session.
- Getter - Interface in org.hibernate.property.access.spi
-
The contract for getting value for a persistent property from its container/owner
- GetterFieldImpl - Class in org.hibernate.property.access.spi
-
Field-based implementation of Getter
- GetterFieldImpl(Class, String, Field) - Constructor for class org.hibernate.property.access.spi.GetterFieldImpl
-
- GetterMethodImpl - Class in org.hibernate.property.access.spi
-
- GetterMethodImpl(Class, String, Method) - Constructor for class org.hibernate.property.access.spi.GetterMethodImpl
-
- getters - Variable in class org.hibernate.tuple.component.AbstractComponentTuplizer
-
- getters - Variable in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- getTestClassMetadata() - Method in class org.hibernate.testing.junit4.CustomRunner
-
- getTestInstance() - Method in class org.hibernate.testing.junit4.CustomRunner
-
- getText() - Method in class org.hibernate.boot.model.naming.Identifier
-
Get the identifiers name (text)
- getText(Dialect) - Method in class org.hibernate.mapping.Column
-
- getText() - Method in class org.hibernate.mapping.Column
-
- getText(Dialect) - Method in class org.hibernate.mapping.Formula
-
- getText() - Method in class org.hibernate.mapping.Formula
-
- getText(Dialect) - Method in interface org.hibernate.mapping.Selectable
-
- getText() - Method in interface org.hibernate.mapping.Selectable
-
- getText(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a String using streaming.
- getText() - Method in interface org.hibernate.sql.ordering.antlr.Node
-
Get the intrinsic text of this node.
- getThis() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
-
Returns a specific implementation.
- getThis() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
-
Returns a specific implementation.
- getThis() - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
-
- getThis() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
-
- getTimeout() - Method in interface org.hibernate.BasicQueryContract
-
Deprecated.
Obtain the query timeout in seconds.
- getTimeout() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
-
Gets the value of the timeout property.
- getTimeout() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
-
Gets the value of the timeout property.
- getTimeout() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
-
- getTimeout() - Method in interface org.hibernate.cache.spi.RegionFactory
-
- getTimeout(String) - Method in class org.hibernate.cfg.annotations.QueryHintDefinition
-
- getTimeout() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
-
- getTimeout() - Method in class org.hibernate.engine.spi.RowSelection
-
- getTimeOut() - Method in class org.hibernate.LockOptions
-
Retrieve the current timeout setting.
- getTimeout() - Method in interface org.hibernate.Query
-
Deprecated.
Obtain the query timeout in seconds.
- getTimeOut() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
-
- getTimeOut() - Method in interface org.hibernate.Session.LockRequest
-
Get the timeout setting.
- getTimeout() - Method in interface org.hibernate.Transaction
-
Retrieve the transaction timeout set for this transaction.
- getTimesAccessed() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
-
How many times has this structure been accessed through this reference?
- getTimesAccessed() - Method in class org.hibernate.id.enhanced.SequenceStructure
-
- getTimesAccessed() - Method in class org.hibernate.id.enhanced.TableStructure
-
- getTimestamp() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the timestamp property.
- getTimestamp() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getTimestamp() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
- getTimestamp() - Method in class org.hibernate.envers.DefaultRevisionEntity
-
- getTimestamp() - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
-
- getTimestampsCache() - Method in interface org.hibernate.cache.spi.CacheImplementor
-
Find the cache data access strategy for Hibernate's timestamps cache.
- getTimestampsCache() - Method in interface org.hibernate.engine.spi.CacheImplementor
-
Deprecated.
Find the cache data access strategy for Hibernate's timestamps cache.
- getTimestampsCacheFactory() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getTimestampsCacheFactory() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- getTimestampsCacheFactory() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- getTimeZone(int) - Method in interface org.hibernate.ScrollableResults
-
Convenience method to read a TimeZone.
- getTiming() - Method in class org.hibernate.engine.FetchStrategy
-
- getToolingHint(String) - Method in class org.hibernate.boot.model.source.spi.ToolingHintContext
-
- getToolingHintContext() - Method in interface org.hibernate.boot.model.source.spi.ToolingHintContextContainer
-
- getToolingHints() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
-
Gets the value of the toolingHints property.
- getToolingHints() - Method in interface org.hibernate.boot.jaxb.hbm.spi.ToolingHintContainer
-
- getToolingHints() - Method in class org.hibernate.boot.model.source.spi.ToolingHintContext
-
- getTransaction() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getTransaction() - Method in interface org.hibernate.SharedSessionContract
-
Get the
Transaction
instance associated with this session.
- getTransactionCompletionProcesses() - Method in class org.hibernate.engine.spi.ActionQueue
-
- getTransactionCoordinator() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getTransactionCoordinator() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
-
Obtain the builder for TransactionCoordinator instances
- getTransactionCoordinatorBuilder() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
-
Access to the builder that generated this coordinator
- getTransactionCount() - Method in interface org.hibernate.stat.Statistics
-
The number of transactions we know to have completed
- getTransactionDriverControl() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
-
Get the delegate used by the local transaction driver to control the underlying transaction
- getTransactionIdentifier(Transaction) - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
-
Determine an identifier for the given transaction appropriate for use in caching/lookup usages.
- getTransactionIdentifier(Transaction) - Method in class org.hibernate.osgi.OsgiJtaPlatform
-
- getTransactionStartTimestamp() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getTransactionStartTimestamp() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
A "timestamp" at or before the start of the current transaction.
- getTransactionTimeout() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
-
- getTransactionType() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
- getTransactionType() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
-
Gets the value of the transactionType property.
- getTransactionType() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
-
- getTransactionType() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
-
- getTransactionType() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
-
- getTransient() - Method in interface org.hibernate.boot.jaxb.mapping.spi.AttributesContainer
-
- getTransient() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
-
Gets the value of the transient property.
- getTransient() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableAttributes
-
Gets the value of the transient property.
- getTransient() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
-
Gets the value of the transient property.
- getTransient() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
-
Gets the value of the transient property.
- getTransientEntityName() - Method in exception org.hibernate.TransientPropertyValueException
-
Returns the entity name for the transient entity.
- getTranslators() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
-
Access to the underlying translators associated with this query
- getTrimCharacter() - Method in class org.hibernate.dialect.function.TrimFunctionTemplate.Options
-
- getTrimSpecification() - Method in class org.hibernate.dialect.function.TrimFunctionTemplate.Options
-
- getTruncateIdTableCommand() - Method in class org.hibernate.dialect.TeradataDialect
-
- getTruncateIdTableCommand() - Method in interface org.hibernate.hql.spi.id.IdTableSupport
-
- getTruncateIdTableCommand() - Method in class org.hibernate.hql.spi.id.IdTableSupportStandardImpl
-
- getTuplizer() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
-
- getTuplizer() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
-
Gets the value of the tuplizer property.
- getTuplizer() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
-
Gets the value of the tuplizer property.
- getTuplizer() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
-
Gets the value of the tuplizer property.
- getTuplizer() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Gets the value of the tuplizer property.
- getTuplizer() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
-
Gets the value of the tuplizer property.
- getTuplizer() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the tuplizer property.
- getTuplizer() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
Gets the value of the tuplizer property.
- getTuplizer() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableMapping
-
- getTuplizer() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getTuplizerClassMap() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableSource
-
- getTuplizerClassMap() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
Obtain the named custom tuplizer classes to be used.
- getTuplizerImplClassName(EntityMode) - Method in class org.hibernate.mapping.Component
-
- getTuplizerImplClassName(EntityMode) - Method in class org.hibernate.mapping.PersistentClass
-
- getTuplizerImplClassName(EntityMode) - Method in class org.hibernate.mapping.Subclass
-
- getTuplizerMap() - Method in class org.hibernate.mapping.Component
-
- getTuplizerMap() - Method in class org.hibernate.mapping.PersistentClass
-
- getTuplizerMap() - Method in class org.hibernate.mapping.Subclass
-
- getType() - Method in class org.hibernate.boot.cfgxml.spi.MappingReference
-
- getType() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType
-
Gets the value of the type property.
- getType() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerType
-
Gets the value of the type property.
- getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Gets the value of the type property.
- getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
-
Gets the value of the type property.
- getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
-
Gets the value of the type property.
- getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
-
Gets the value of the type property.
- getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
-
Gets the value of the type property.
- getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
-
Gets the value of the type property.
- getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
-
Gets the value of the type property.
- getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
-
Gets the value of the type property.
- getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType
-
Gets the value of the type property.
- getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
-
Gets the value of the type property.
- getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
-
Gets the value of the type property.
- getType() - Method in interface org.hibernate.boot.jaxb.hbm.spi.SimpleValueTypeInfo
-
- getType() - Method in interface org.hibernate.boot.jaxb.hbm.spi.TypeContainer
-
- getType() - Method in class org.hibernate.boot.jaxb.Origin
-
Retrieve the type of origin.
- getType() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor
-
Access to the attribute's type
- getType() - Method in enum org.hibernate.cfg.AccessType
-
Retrieves the external name for this access type
- getType() - Method in class org.hibernate.cfg.InheritanceState
-
- getType(Criteria, String) - Method in interface org.hibernate.criterion.CriteriaQuery
-
Get the type of a property path.
- getType() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
-
Get the mapping type of this attribute.
- getType() - Method in class org.hibernate.dialect.function.StandardSQLFunction
-
Function static return type accessor.
- getType() - Method in exception org.hibernate.DuplicateMappingException
-
- getType() - Method in class org.hibernate.engine.query.spi.sql.NativeSQLQueryScalarReturn
-
- getType() - Method in class org.hibernate.engine.spi.TypedValue
-
- getType() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
-
- getType() - Method in exception org.hibernate.InvalidMappingException
-
- getType() - Method in class org.hibernate.jpa.TypedParameterValue
-
The specific Hibernate type to use to bind the value.
- getType(Criteria, String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getType() - Method in class org.hibernate.loader.custom.ScalarReturn
-
- getType() - Method in interface org.hibernate.loader.plan.spi.ScalarReturn
-
Gets the type of the scalar return.
- getType() - Method in class org.hibernate.mapping.Any
-
- getType() - Method in class org.hibernate.mapping.Collection
-
- getType() - Method in class org.hibernate.mapping.Component
-
- getType() - Method in class org.hibernate.mapping.DependantValue
-
- getType() - Method in class org.hibernate.mapping.ManyToOne
-
- getType() - Method in class org.hibernate.mapping.OneToMany
-
- getType() - Method in class org.hibernate.mapping.OneToOne
-
- getType() - Method in class org.hibernate.mapping.Property
-
- getType() - Method in class org.hibernate.mapping.SimpleValue
-
- getType() - Method in class org.hibernate.mapping.ToOne
-
- getType() - Method in interface org.hibernate.mapping.Value
-
- getType() - Method in exception org.hibernate.MappingNotFoundException
-
Deprecated.
- getType() - Method in interface org.hibernate.metamodel.model.domain.spi.SingularPersistentAttribute
-
- getType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getType() - Method in class org.hibernate.persister.collection.CollectionPropertyMapping
-
- getType() - Method in class org.hibernate.persister.collection.CompositeElementPropertyMapping
-
- getType() - Method in class org.hibernate.persister.collection.ElementPropertyMapping
-
- getType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getType() - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
-
- getType() - Method in interface org.hibernate.persister.entity.PropertyMapping
-
Get the type of the thing containing the properties
- getType() - Method in interface org.hibernate.persister.entity.SQLLoadable
-
Get the type
- getType() - Method in interface org.hibernate.persister.walking.spi.AnyMappingDefinition
-
Access to the mapping's AnyType
- getType() - Method in interface org.hibernate.persister.walking.spi.AssociationAttributeDefinition
-
- getType() - Method in interface org.hibernate.persister.walking.spi.AttributeDefinition
-
- getType() - Method in interface org.hibernate.persister.walking.spi.CollectionElementDefinition
-
Returns the collection element type.
- getType() - Method in interface org.hibernate.persister.walking.spi.CollectionIndexDefinition
-
Returns the collection index type.
- getType() - Method in interface org.hibernate.persister.walking.spi.CompositionDefinition
-
- getType() - Method in interface org.hibernate.procedure.ParameterRegistration
-
- getType(int) - Method in interface org.hibernate.ScrollableResults
-
Get the type of the ith column of results.
- getType() - Method in class org.hibernate.tuple.AbstractAttribute
-
- getType() - Method in interface org.hibernate.tuple.Attribute
-
- getType() - Method in class org.hibernate.tuple.component.AbstractCompositionAttribute
-
- getType() - Method in class org.hibernate.tuple.component.CompositeBasedAssociationAttribute
-
- getType() - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
-
- getTypeAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Gets the value of the typeAttribute property.
- getTypeAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
-
Gets the value of the typeAttribute property.
- getTypeAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
-
Gets the value of the typeAttribute property.
- getTypeAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
-
Gets the value of the typeAttribute property.
- getTypeAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
-
Gets the value of the typeAttribute property.
- getTypeAttribute() - Method in interface org.hibernate.boot.jaxb.hbm.spi.SimpleValueTypeInfo
-
- getTypeAttribute() - Method in interface org.hibernate.boot.jaxb.hbm.spi.TypeContainer
-
- getTypeClass() - Method in class org.hibernate.mapping.TypeDef
-
- getTypeCode() - Method in class org.hibernate.boot.model.source.spi.JdbcDataType
-
- getTypeCode() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
-
Deprecated.
- getTypeCode() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnInformation
-
The JDBC type-code.
- getTypeCodes() - Method in enum org.hibernate.type.descriptor.sql.JdbcTypeFamilyInformation.Family
-
- getTypeConfiguration() - Method in interface org.hibernate.boot.model.TypeContributions
-
- getTypeConfiguration() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
-
- getTypeConfiguration() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
- getTypeConfiguration() - Method in interface org.hibernate.boot.spi.MetadataImplementor
-
Access to the TypeConfiguration
- getTypeConfiguration() - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
-
Access to the TypeConfiguration in effect for this SessionFactory/Metamodel
- getTypeConfiguration() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
-
- getTypeConfiguration() - Method in interface org.hibernate.type.descriptor.spi.JdbcRecommendedSqlTypeMappingContext
-
Provides access to the TypeConfiguration for access to various type-system registries.
- getTypeConfiguration() - Method in class org.hibernate.type.EnumType
-
- getTypeConfiguration() - Method in interface org.hibernate.type.spi.TypeConfigurationAware
-
- getTypeConfiguration() - Method in interface org.hibernate.type.TypeFactory.TypeScope
-
Deprecated.
- getTypeContributors() - Method in interface org.hibernate.jpa.boot.spi.TypeContributorList
-
- getTypeDeclaration() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
-
- getTypeDeclaration() - Method in interface org.hibernate.jpamodelgen.model.MetaAttribute
-
- getTypeDeclaration() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaAttribute
-
- getTypedef() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
-
Gets the value of the typedef property.
- getTypeDefinition(String) - Method in interface org.hibernate.boot.Metadata
-
Retrieve a type definition by name.
- getTypeDefinition(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
-
- getTypeDescriptor() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableSource
-
- getTypedIdentifierValue(Criteria, Object) - Method in interface org.hibernate.criterion.CriteriaQuery
-
Build a TypedValue for the given identifier value.
- getTypedIdentifierValue(Criteria, Object) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getTypeDiscriminatorMetadata() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getTypeDiscriminatorMetadata() - Method in interface org.hibernate.persister.entity.Queryable
-
Retrieve the information needed to properly deal with this entity's discriminator
in a query.
- getTypedValue(Criteria, String, Object) - Method in interface org.hibernate.criterion.CriteriaQuery
-
Build a typed-value for the property/value combo.
- getTypedValue(Criteria, String, Object) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
Get the typed value for the given property value.
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AbstractEmptinessExpression
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.BetweenExpression
-
- getTypedValues(Criteria, CriteriaQuery) - Method in interface org.hibernate.criterion.Criterion
-
Return typed values for all parameters in the rendered SQL fragment
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Example
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.IdentifierEqExpression
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.IlikeExpression
-
Deprecated.
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.InExpression
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Junction
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.LikeExpression
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.LogicalExpression
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.NaturalIdentifier
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.NotExpression
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.NotNullExpression
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.NullExpression
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.PropertyExpression
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleExpression
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleSubqueryExpression
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SizeExpression
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SQLCriterion
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SubqueryExpression
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.spatial.criterion.DWithinExpression
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.spatial.criterion.HavingSridExpression
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.spatial.criterion.IsEmptyExpression
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.spatial.criterion.SpatialFilter
-
- getTypedValues(Criteria, CriteriaQuery) - Method in class org.hibernate.spatial.criterion.SpatialRelateExpression
-
- getTypeElement() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
-
- getTypeElement() - Method in interface org.hibernate.jpamodelgen.model.MetaEntity
-
- getTypeElement() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
-
- getTypeElementForFullyQualifiedName(String) - Method in class org.hibernate.jpamodelgen.Context
-
- getTypeFactory() - Method in class org.hibernate.type.TypeResolver
-
Deprecated.
- getTypeHelper() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- getTypeHelper() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getTypeHelper() - Method in interface org.hibernate.Session
-
- getTypeHelper() - Method in interface org.hibernate.SessionFactory
-
- getTypeImplementorClass() - Method in class org.hibernate.boot.model.TypeDefinition
-
- getTypeIndex() - Method in class org.hibernate.mapping.Column
-
- getTypeInfoForJdbcCode(int) - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
-
- getTypeInformation() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
-
Obtain information about the Hibernate type (
Type
) for this attribute.
- getTypeInformation() - Method in interface org.hibernate.boot.model.source.spi.CollectionIdSource
-
Obtain information about the Hibernate type (
Type
) for the collection id
- getTypeInformation() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeIndexSource
-
Obtain information about the Hibernate index type (
Type
)
for this plural attribute index.
- getTypeName() - Method in interface org.hibernate.boot.model.source.spi.EntityNamingSource
-
Decode the name that we should expect to be used elsewhere to reference
the modeled entity by decoding the entity-name/class-name combo.
- getTypeName() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
-
Get the name of this type.
- getTypeName() - Method in class org.hibernate.boot.model.source.spi.JdbcDataType
-
- getTypeName() - Method in interface org.hibernate.cfg.PropertyData
-
Returns the returned class name itself
- getTypeName() - Method in class org.hibernate.cfg.PropertyInferredData
-
- getTypeName() - Method in class org.hibernate.cfg.PropertyPreloadedData
-
- getTypeName() - Method in class org.hibernate.cfg.WrappedInferredData
-
- getTypeName(int) - Method in class org.hibernate.dialect.Dialect
-
Get the name of the database type associated with the given
Types
typecode.
- getTypeName(int, long, int, int) - Method in class org.hibernate.dialect.Dialect
-
Get the name of the database type associated with the given
Types
typecode with the given storage specification
parameters.
- getTypeName(int, int, int, int) - Method in class org.hibernate.dialect.Teradata14Dialect
-
Get the name of the database type associated with the given
java.sql.Types typecode.
- getTypeName(int, int, int, int) - Method in class org.hibernate.dialect.TeradataDialect
-
Get the name of the database type associated with the given
java.sql.Types typecode.
- getTypeName() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
-
- getTypeName() - Method in class org.hibernate.mapping.Collection
-
- getTypeName() - Method in class org.hibernate.mapping.SimpleValue
-
- getTypeName() - Method in interface org.hibernate.metamodel.model.domain.DomainType
-
The name of the type - this is Hibernate notion of the type name including
non-pojo mappings, etc.
- getTypeName(int, long, int, int) - Method in class org.hibernate.spatial.dialect.db2.DB2SpatialDialect
-
- getTypeName(int, long, int, int) - Method in class org.hibernate.spatial.dialect.mysql.MySQL56SpatialDialect
-
- getTypeName(int, long, int, int) - Method in class org.hibernate.spatial.dialect.mysql.MySQL5SpatialDialect
-
- getTypeName(int, long, int, int) - Method in class org.hibernate.spatial.dialect.mysql.MySQL8SpatialDialect
-
- getTypeName() - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryTypeDescriptor
-
Returns the Oracle type name for SDOGeometry.
- getTypeName() - Method in class org.hibernate.tool.hbm2ddl.ColumnMetadata
-
Deprecated.
- getTypeName() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnInformation
-
The database specific type name.
- getTypeName(Integer) - Static method in class org.hibernate.type.descriptor.JdbcTypeNameMapper
-
Get the type name as in the static field names defined on
Types
.
- getTypeParameters() - Method in class org.hibernate.mapping.Collection
-
- getTypeParameters() - Method in class org.hibernate.mapping.SimpleValue
-
- getTypeResolver() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
-
- getTypeResolver() - Method in interface org.hibernate.boot.spi.MetadataImplementor
-
- getTypeResolver() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getTypeResolver() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
- getTypeResolver() - Method in class org.hibernate.hql.spi.id.inline.IdsClauseBuilder
-
- getTypeResolver() - Method in class org.hibernate.type.spi.TypeConfiguration
-
- getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AggregateProjection
-
- getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AliasedProjection
-
- getTypes(String, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.AliasedProjection
-
- getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Distinct
-
- getTypes(String, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.Distinct
-
- getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.IdentifierProjection
-
- getTypes(Criteria, CriteriaQuery) - Method in interface org.hibernate.criterion.Projection
-
Types returned by the rendered SQL
fragment
.
- getTypes(String, Criteria, CriteriaQuery) - Method in interface org.hibernate.criterion.Projection
-
Get the return types for a particular user-visible alias.
- getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ProjectionList
-
- getTypes(String, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.ProjectionList
-
- getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.PropertyProjection
-
- getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.RowCountProjection
-
- getTypes(String, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SimpleProjection
-
- getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SQLProjection
-
- getTypes(String, Criteria, CriteriaQuery) - Method in class org.hibernate.criterion.SQLProjection
-
- getTypes() - Method in class org.hibernate.criterion.SubqueryExpression
-
- getTypes(Criteria, CriteriaQuery) - Method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialProjection
-
- getTypeSource() - Method in interface org.hibernate.boot.model.source.spi.AnyDiscriminatorSource
-
- getTypeSource() - Method in interface org.hibernate.boot.model.source.spi.AnyKeySource
-
- getTypeUsingProjection(Criteria, String) - Method in interface org.hibernate.criterion.CriteriaQuery
-
Get the type of a property path.
- getTypeUsingProjection(Criteria, String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getTypeUtils() - Method in class org.hibernate.jpamodelgen.Context
-
- getUid() - Method in interface org.hibernate.loader.plan.spi.QuerySpace
-
The uid/alias which uniquely identifies this QuerySpace.
- getUnderlyingMember(XProperty) - Static method in class org.hibernate.cfg.annotations.HCANNHelper
-
- getUnderlyingMember(JavaXMember) - Static method in class org.hibernate.cfg.annotations.HCANNHelper
-
- getUnderlyingStream() - Method in interface org.hibernate.engine.jdbc.BlobImplementer
-
Gets access to the data underlying this BLOB.
- getUnderlyingStream() - Method in class org.hibernate.engine.jdbc.BlobProxy
-
- getUnderlyingStream() - Method in interface org.hibernate.engine.jdbc.ClobImplementer
-
Gets access to the data underlying this CLOB.
- getUnderlyingStream() - Method in class org.hibernate.engine.jdbc.ClobProxy
-
- getUninstantiatableClass() - Method in exception org.hibernate.InstantiationException
-
Returns the Class we were attempting to instantiate.
- getUnionSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
-
Gets the value of the unionSubclass property.
- getUnionSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the unionSubclass property.
- getUnionSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
Gets the value of the unionSubclass property.
- getUniqueConstraint() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
-
Gets the value of the uniqueConstraint property.
- getUniqueConstraint() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
-
Gets the value of the uniqueConstraint property.
- getUniqueConstraint() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
-
Gets the value of the uniqueConstraint property.
- getUniqueConstraint() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTable
-
Gets the value of the uniqueConstraint property.
- getUniqueConstraint() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
-
Gets the value of the uniqueConstraint property.
- getUniqueConstraint() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
-
Gets the value of the uniqueConstraint property.
- getUniqueConstraint() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
-
Gets the value of the uniqueConstraint property.
- getUniqueConstraint() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
-
Gets the value of the uniqueConstraint property.
- getUniqueConstraint() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Table
-
Gets the value of the uniqueConstraint property.
- getUniqueConstraint() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
-
Gets the value of the uniqueConstraint property.
- getUniqueCounter() - Method in class org.hibernate.cfg.FkSecondPass
-
- getUniqueDelegate() - Method in class org.hibernate.dialect.DB2400V7R3Dialect
-
- getUniqueDelegate() - Method in class org.hibernate.dialect.DB2Dialect
-
- getUniqueDelegate() - Method in class org.hibernate.dialect.Dialect
-
Get the UniqueDelegate supported by this dialect
- getUniqueDelegate() - Method in class org.hibernate.dialect.InformixDialect
-
- getUniqueDelegate() - Method in class org.hibernate.dialect.MySQLDialect
-
- getUniqueInteger() - Method in class org.hibernate.mapping.Table
-
- getUniqueKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Gets the value of the uniqueKey property.
- getUniqueKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
-
Gets the value of the uniqueKey property.
- getUniqueKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Gets the value of the uniqueKey property.
- getUniqueKey(String) - Method in class org.hibernate.mapping.Table
-
- getUniqueKeyConstraintNames() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
-
- getUniqueKeyExporter() - Method in class org.hibernate.dialect.Dialect
-
- getUniqueKeyIterator() - Method in class org.hibernate.mapping.DenormalizedTable
-
- getUniqueKeyIterator() - Method in class org.hibernate.mapping.Table
-
- getUniqueKeyName() - Method in class org.hibernate.engine.spi.EntityUniqueKey
-
- getUnit() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
-
- getUnjoinedPropertyIterator() - Method in class org.hibernate.mapping.PersistentClass
-
Build an iterator over the properties defined on this class which
are not defined as part of a join.
- getUnknownSqlResultSetMappingName() - Method in exception org.hibernate.procedure.UnknownSqlResultSetMappingException
-
- getUnquotedCaseStrategy() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
-
- getUnsavedValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
-
Gets the value of the unsavedValue property.
- getUnsavedValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
-
Gets the value of the unsavedValue property.
- getUnsavedValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType
-
Gets the value of the unsavedValue property.
- getUnsavedValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
-
Gets the value of the unsavedValue property.
- getUnsavedValue() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSourceSimple
-
Returns the "unsaved" entity identifier value.
- getUnsavedValue() - Method in interface org.hibernate.boot.model.source.spi.VersionAttributeSource
-
- getUnsavedValue() - Method in class org.hibernate.tuple.entity.VersionProperty
-
- getUnsavedValue() - Method in interface org.hibernate.tuple.IdentifierAttribute
-
- getUnsavedValue() - Method in class org.hibernate.tuple.IdentifierProperty
-
- getUpdateCheckStyle() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- getUpdateCount() - Method in interface org.hibernate.result.UpdateCountOutput
-
Retrieve the associated update count
- getUpdateCount() - Method in interface org.hibernate.stat.CollectionStatistics
-
Number of times (since last Statistics clearing) this collection
has been updated
- getUpdateCount() - Method in interface org.hibernate.stat.EntityStatistics
-
Number of times (since last Statistics clearing) this entity
has been updated
- getUpdateResultCheckStyles() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getUpdateStrings(boolean, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getUpdateTimestampsCache() - Method in interface org.hibernate.cache.spi.CacheImplementor
-
- getUpdateTimestampsCache() - Method in interface org.hibernate.engine.spi.CacheImplementor
-
- getUpdateTimestampsCacheHitCount() - Method in interface org.hibernate.stat.Statistics
-
Get the global number of timestamps successfully retrieved from cache
- getUpdateTimestampsCacheMissCount() - Method in interface org.hibernate.stat.Statistics
-
Get the global number of timestamp requests that were not found in the cache
- getUpdateTimestampsCachePutCount() - Method in interface org.hibernate.stat.Statistics
-
Get the global number of timestamps put in cache
- getUpperUnderscoreCaseFromLowerCamelCase(String) - Static method in class org.hibernate.jpamodelgen.util.StringUtil
-
- getUrl() - Method in class org.hibernate.testing.jdbc.JdbcProperties
-
- getURLFromPath(String) - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptorFactory
-
- getURLFromPath(String) - Method in interface org.hibernate.boot.archive.spi.ArchiveDescriptorFactory
-
- getURLFromPath(String) - Method in class org.hibernate.osgi.OsgiArchiveDescriptorFactory
-
- getUsage() - Method in class org.hibernate.boot.CacheRegionDefinition
-
- getUsage() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
-
Gets the value of the usage property.
- getUsage() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
-
Gets the value of the usage property.
- getUsage() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
-
Gets the value of the usage property.
- getUser() - Method in class org.hibernate.testing.jdbc.JdbcProperties
-
- getUserAliases() - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
-
- getUserProvidedIdentifier() - Method in interface org.hibernate.boot.model.naming.ImplicitConstraintNameSource
-
- getUserType() - Method in class org.hibernate.type.CompositeCustomType
-
- getUserType() - Method in class org.hibernate.type.CustomCollectionType
-
- getUserType() - Method in class org.hibernate.type.CustomType
-
- getUserWhereClauseFragment() - Method in class org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler.ProcessedWhereClause
-
- getUtilizedFilterNames() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
-
- getUUID() - Method in interface org.hibernate.boot.Metadata
-
Gets the
UUID
for this metamodel.
- getUUID() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
-
- getUuid() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getUuid() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Get the UUID unique to this SessionFactoryOptions.
- getUuid() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- getUuid() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
Get the UUID for this SessionFactory.
- getUuid() - Method in class org.hibernate.type.spi.TypeConfiguration
-
- getValidateFilter() - Method in interface org.hibernate.tool.schema.spi.SchemaFilterProvider
-
- getValidationMode() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
- getValidationMode() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
-
Gets the value of the validationMode property.
- getValidationMode() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
-
- getValidationMode() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
-
- getValidationMode() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
-
- getValidationModes() - Method in interface org.hibernate.cfg.beanvalidation.ActivationContext
-
Access the requested validation mode(s).
- getValidatorFactoryReference() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- getValidatorFactoryReference() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- getValue() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgConfigPropertyType
-
Gets the value of the value property.
- getValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType
-
Gets the value of the value property.
- getValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType
-
Gets the value of the value property.
- getValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
-
Gets the value of the value property.
- getValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType
-
Gets the value of the value property.
- getValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
-
Gets the value of the value property.
- getValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
-
Gets the value of the value property.
- getValue() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbQueryHint
-
Gets the value of the value property.
- getValue() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
-
- getValue() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.Item
-
- getValue() - Method in interface org.hibernate.cache.spi.support.AbstractReadWriteAccess.Lockable
-
Returns the enclosed value.
- getValue() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
-
- getValue() - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- getValue() - Method in class org.hibernate.cfg.FkSecondPass
-
- getValue() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Return the user-visible collection (or array) instance
- getValue() - Method in class org.hibernate.criterion.SimpleExpression
-
- getValue() - Method in class org.hibernate.engine.spi.TypedValue
-
- getValue() - Method in interface org.hibernate.jpa.spi.ParameterBind
-
Access the bound value
- getValue() - Method in class org.hibernate.jpa.TypedParameterValue
-
The value to bind
- getValue() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit.Properties.Property
-
Gets the value of the value property.
- getValue() - Method in class org.hibernate.jpamodelgen.xml.jaxb.QueryHint
-
Gets the value of the value property.
- getValue() - Method in class org.hibernate.mapping.Column
-
- getValue() - Method in class org.hibernate.mapping.MetaAttribute
-
- getValue() - Method in class org.hibernate.mapping.Property
-
- getValue() - Method in interface org.hibernate.procedure.ParameterBind
-
Retrieves the bound value.
- getValueColumnName() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
-
Gets the value of the valueColumnName property.
- getValueColumnName() - Method in class org.hibernate.id.enhanced.TableGenerator
-
The name of the column in which we store our persistent generator value.
- getValueColumnName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
-
Gets the value of the valueColumnName property.
- getValueGenerationStrategy() - Method in class org.hibernate.mapping.Property
-
- getValueGenerationStrategy() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
-
- getValueGenerationStrategy() - Method in class org.hibernate.tuple.BaselineAttributeInformation
-
- getValueGenerationStrategy() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
-
- getValueGenerator() - Method in class org.hibernate.tuple.CreationTimestampGeneration
-
- getValueGenerator() - Method in class org.hibernate.tuple.GeneratedValueGeneration
-
- getValueGenerator() - Method in interface org.hibernate.tuple.InMemoryValueGenerationStrategy
-
Obtain the in-VM value generator.
- getValueGenerator() - Method in class org.hibernate.tuple.UpdateTimestampGeneration
-
- getValueGenerator() - Method in interface org.hibernate.tuple.ValueGeneration
-
Obtain the in-VM value generator.
- getValueGenerator() - Method in class org.hibernate.tuple.VmValueGeneration
-
- getValueGraphType() - Method in interface org.hibernate.metamodel.model.domain.PersistentAttribute
-
- getValueGraphType() - Method in interface org.hibernate.metamodel.model.domain.spi.BagPersistentAttribute
-
- getValueGraphType() - Method in interface org.hibernate.metamodel.model.domain.spi.PersistentAttributeDescriptor
-
- getValueGraphType() - Method in interface org.hibernate.metamodel.model.domain.spi.PluralPersistentAttribute
-
- getValueGraphType() - Method in interface org.hibernate.metamodel.model.domain.spi.SingularPersistentAttribute
-
For a singular attribute, the value type is defined as the
attribute type
- getValueHandlers() - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor.QueryOptions
-
Deprecated.
Get the conversions for the individual tuples in the query results.
- getValueMappings() - Method in interface org.hibernate.boot.model.source.spi.AnyDiscriminatorSource
-
- getValueMappingSources() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmResultSetMappingType
-
Gets the value of the valueMappingSources property.
- getValueMappingSources() - Method in interface org.hibernate.boot.jaxb.hbm.spi.ResultSetMappingBindingDefinition
-
Get the JAXB mappings for each defined value return in the ResultSet mapping.
- getValuePosition() - Method in class org.hibernate.engine.query.spi.OrdinalParameterDescriptor
-
- getValues() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
-
- getValues() - Method in class org.hibernate.mapping.MetaAttribute
-
- getVersion() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the version property.
- getVersion() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
-
Gets the value of the version property.
- getVersion() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
-
Gets the value of the version property.
- getVersion() - Method in class org.hibernate.boot.xsd.XsdDescriptor
-
- getVersion() - Method in interface org.hibernate.cache.spi.entry.CacheEntry
-
Retrieves the version (optimistic locking) associated with this cache entry.
- getVersion() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
-
- getVersion() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
-
- getVersion() - Method in interface org.hibernate.engine.spi.EntityEntry
-
- getVersion() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
-
Gets the value of the version property.
- getVersion() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
-
Gets the value of the version property.
- getVersion() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence
-
Gets the value of the version property.
- getVersion() - Method in class org.hibernate.mapping.MappedSuperclass
-
- getVersion() - Method in class org.hibernate.mapping.PersistentClass
-
- getVersion() - Method in class org.hibernate.mapping.RootClass
-
- getVersion() - Method in class org.hibernate.mapping.Subclass
-
- getVersion(Object) - Method in interface org.hibernate.metadata.ClassMetadata
-
Get the version number (or timestamp) from the object's version property
(or return null if not versioned)
- getVersion(Class<Y>) - Method in interface org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor
-
- getVersion(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getVersion(Object) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Get the version number (or timestamp) from the object's version property (or return null if not versioned)
- getVersion(Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- getVersion(Object) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
Extract the value of the version property from the given entity.
- getVersionAttributeSource() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
-
Obtain the source information about the attribute used for optimistic locking.
- getVersionColumnName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getVersionColumnName() - Method in interface org.hibernate.persister.entity.Lockable
-
For versioned entities, get the name of the column (again, expected on the
root table) used to store the version values.
- getVersionComparator() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
-
- getVersionComparator() - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
-
- getVersionComparator() - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
-
- getVersionComparator() - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
-
- getVersionComparator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getVersionComparatorAccess() - Method in interface org.hibernate.cache.cfg.spi.EntityDataCachingConfig
-
Access to the comparator to be used with the entity's
version.
- getVersionedTableName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getVersionGetter() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- getVersionGetter() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
Retrieve the getter for the version property.
- getVersionProperty() - Method in interface org.hibernate.metadata.ClassMetadata
-
Get the index of the version property
- getVersionProperty() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getVersionProperty() - Method in interface org.hibernate.persister.entity.EntityPersister
-
- getVersionProperty() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getVersionPropertyIndex() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- getVersionSelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getVersionString() - Static method in class org.hibernate.jpamodelgen.Version
-
- getVersionString() - Static method in class org.hibernate.Version
-
Access to the Hibernate ORM version.
- getVersionType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- getVersionType() - Method in interface org.hibernate.persister.entity.EntityPersister
-
- getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.Cache71Dialect
-
- getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.Dialect
-
- getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.H2Dialect
-
- getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.HSQLDialect
-
- getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.InformixDialect
-
- getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.MySQL5Dialect
-
- getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- getViolatedConstraintNameExtracter() - Method in class org.hibernate.dialect.Teradata14Dialect
-
- getViolatedConstraintNameExtracter() - Method in interface org.hibernate.exception.spi.ConversionContext
-
- getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the where property.
- getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the where property.
- getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the where property.
- getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the where property.
- getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
-
Gets the value of the where property.
- getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the where property.
- getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Gets the value of the where property.
- getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the where property.
- getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the where property.
- getWhere() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
-
- getWhere() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
-
Obtain the specified extra where condition to be applied to this entity.
- getWhere() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
-
- getWhere() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
-
- getWhere() - Method in class org.hibernate.mapping.Collection
-
- getWhere() - Method in class org.hibernate.mapping.PersistentClass
-
- getWhere() - Method in class org.hibernate.mapping.RootClass
-
- getWhere() - Method in class org.hibernate.mapping.Subclass
-
- getWhereCondition() - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getWhereFragment() - Method in class org.hibernate.loader.AbstractEntityJoinWalker
-
- getWhereFragment() - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
-
Use the discriminator, to narrow the select to instances
of the queried subclass, also applying any filters.
- getWithClause(PropertyPath) - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
-
- getWithClause(String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- getWithClause(PropertyPath) - Method in class org.hibernate.loader.JoinWalker
-
- getWrappedBlob() - Method in class org.hibernate.engine.jdbc.SerializableBlobProxy
-
Access to the wrapped Blob reference
- getWrappedBlob() - Method in interface org.hibernate.engine.jdbc.WrappedBlob
-
Retrieve the wrapped
Blob
reference
- getWrappedClob() - Method in class org.hibernate.engine.jdbc.SerializableClobProxy
-
Access to the wrapped Clob reference
- getWrappedClob() - Method in interface org.hibernate.engine.jdbc.WrappedClob
-
Retrieve the wrapped
Blob
reference
- getWrappedClob() - Method in interface org.hibernate.engine.jdbc.WrappedNClob
-
- getWrappedNClob() - Method in interface org.hibernate.engine.jdbc.WrappedNClob
-
Retrieve the wrapped
Blob
reference
- getWrappedObject() - Method in interface org.hibernate.engine.jdbc.spi.JdbcWrapper
-
Retrieve the wrapped JDBC object.
- getWrapperOptions() - Method in interface org.hibernate.type.descriptor.WrapperOptionsContext
-
- getWrite() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
-
Gets the value of the write property.
- getWriteExpr() - Method in class org.hibernate.mapping.Column
-
- getWriteFragment() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
-
A SQL fragment to apply to the column value on write.
- getWriteLockString(int) - Method in class org.hibernate.dialect.AbstractHANADialect
-
- getWriteLockString(String, int) - Method in class org.hibernate.dialect.AbstractHANADialect
-
- getWriteLockString(int) - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- getWriteLockString(String, int) - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- getWriteLockString(int) - Method in class org.hibernate.dialect.DerbyDialect
-
Deprecated.
- getWriteLockString(int) - Method in class org.hibernate.dialect.Dialect
-
Get the string to append to SELECT statements to acquire WRITE locks
for this dialect.
- getWriteLockString(String, int) - Method in class org.hibernate.dialect.Dialect
-
Get the string to append to SELECT statements to acquire WRITE locks
for this dialect given the aliases of the columns to be write locked.
- getWriteLockString(int) - Method in class org.hibernate.dialect.MariaDB103Dialect
-
- getWriteLockString(int) - Method in class org.hibernate.dialect.MySQL8Dialect
-
- getWriteLockString(String, int) - Method in class org.hibernate.dialect.MySQL8Dialect
-
- getWriteLockString(int) - Method in class org.hibernate.dialect.MySQLDialect
-
- getWriteLockString(int) - Method in class org.hibernate.dialect.Oracle10gDialect
-
- getWriteLockString(String, int) - Method in class org.hibernate.dialect.Oracle10gDialect
-
- getWriteLockString(int) - Method in class org.hibernate.dialect.Oracle9iDialect
-
- getWriteLockString(int) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- getWriteLockString(String, int) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- getWriteLockString(int) - Method in class org.hibernate.dialect.PostgreSQL95Dialect
-
- getWriteLockString(String, int) - Method in class org.hibernate.dialect.PostgreSQL95Dialect
-
- getWriteLockString(int) - Method in class org.hibernate.dialect.Teradata14Dialect
-
- getXmlBindings() - Method in class org.hibernate.boot.MetadataSources
-
- getXmlFiles() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
-
- getXmlFiles() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
-
- getXmlMappingBinderAccess() - Method in class org.hibernate.boot.MetadataSources
-
- getXmlMappingBinderAccess() - Method in class org.hibernate.cfg.Configuration
-
- getXmlMappingBindings() - Method in interface org.hibernate.boot.model.process.spi.ManagedResources
-
Informational access to binding for all known XML mapping files.
- getXmlMappingMetadataComplete() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitMetadata
-
Gets the value of the xmlMappingMetadataComplete property.
- getXmlMappingMetadataComplete() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitMetadata
-
Gets the value of the xmlMappingMetadataComplete property.
- getXmlNodeName() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
-
This is only useful to log warnings when these deprecated attributes are populated.
- getXmlNodeName() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
- getXmlNodeName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceOneToMany
-
- getXmlNodeName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeIndexSource
-
- GLOBAL_WITH_MODIFIED_FLAG - Static variable in interface org.hibernate.envers.configuration.EnversSettings
-
Globally activates modified properties flag feature.
- GLOBALLY_QUOTED_IDENTIFIERS - Static variable in interface org.hibernate.cfg.AvailableSettings
-
Should all database identifiers be quoted.
- GLOBALLY_QUOTED_IDENTIFIERS_SKIP_COLUMN_DEFINITIONS - Static variable in interface org.hibernate.cfg.AvailableSettings
-
- GlobalTemporaryTableBulkIdStrategy - Class in org.hibernate.hql.spi.id.global
-
Strategy based on ANSI SQL's definition of a "global temporary table".
- GlobalTemporaryTableBulkIdStrategy() - Constructor for class org.hibernate.hql.spi.id.global.GlobalTemporaryTableBulkIdStrategy
-
- GlobalTemporaryTableBulkIdStrategy(AfterUseAction) - Constructor for class org.hibernate.hql.spi.id.global.GlobalTemporaryTableBulkIdStrategy
-
- GlobalTemporaryTableBulkIdStrategy(IdTableSupport, AfterUseAction) - Constructor for class org.hibernate.hql.spi.id.global.GlobalTemporaryTableBulkIdStrategy
-
- globalTimeout - Variable in class org.hibernate.testing.junit4.BaseUnitTestCase
-
- goToNext() - Method in interface org.hibernate.result.Outputs
-
Go to the next Output object (if any), returning an indication of whether there was another (aka, will
the next call to
Outputs.getCurrent()
return
null
?
- grant - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity
-
- GrantedPermission - Class in org.hibernate.secure.spi
-
- GrantedPermission(String, String, String) - Constructor for class org.hibernate.secure.spi.GrantedPermission
-
Deprecated.
- Graph<J> - Interface in org.hibernate.graph
-
- GraphHelper - Class in org.hibernate.graph.spi
-
Helper containing utilities useful for graph handling
- GraphHelper() - Constructor for class org.hibernate.graph.spi.GraphHelper
-
- GraphImplementor<J> - Interface in org.hibernate.graph.spi
-
Integration version of the Graph contract
- GraphNode<J> - Interface in org.hibernate.graph
-
- GraphNodeImplementor<J> - Interface in org.hibernate.graph.spi
-
Integration version of the GraphNode contract
- GraphParser - Class in org.hibernate.graph
-
- GraphParser() - Constructor for class org.hibernate.graph.GraphParser
-
- GraphSemantic - Enum in org.hibernate.graph
-
JPA defines 2 distinct semantics for applying an EntityGraph.
- greaterThan(LockMode) - Method in enum org.hibernate.LockMode
-
Check if this lock mode is more restrictive than the given lock mode.
- group() - Method in class org.hibernate.criterion.Property
-
Creates a projection for this property as a group expression
- groupByClause - Variable in class org.hibernate.sql.Select
-
- groupProperty(String) - Static method in class org.hibernate.criterion.Projections
-
A grouping property value projection
- GroupsPerOperation - Class in org.hibernate.cfg.beanvalidation
-
- GroupsPerOperation.Operation - Enum in org.hibernate.cfg.beanvalidation
-
- gt(Object) - Method in class org.hibernate.criterion.Property
-
Create a greater-than restriction based on this property
- gt(DetachedCriteria) - Method in class org.hibernate.criterion.Property
-
Creates a sub-query greater-than expression for this property
- gt(String, Object) - Static method in class org.hibernate.criterion.Restrictions
-
Apply a "greater than" constraint to the named property
- gt(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
-
Creates a criterion which checks that the value of a given literal as being greater-than the value in
the subquery result.
- gt(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Apply a "greater than" constraint
- gt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
-
- gt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
-
- gt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
-
- gt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
-
- gt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
-
- gt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
-
- gt(IntegralDataTypeHolder) - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Perform a "greater than" comparison check.
- gt(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Perform a "greater than" comparison check.
- gtAll(DetachedCriteria) - Method in class org.hibernate.criterion.Property
-
Creates a greater-than-all sub-query expression for this property.
- gtAll(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
-
Creates a criterion which checks that the value of a literal is greater-than ALL the values in the
subquery result.
- gtProperty(Property) - Method in class org.hibernate.criterion.Property
-
Creates a greater-than restriction between 2 properties
- gtProperty(String) - Method in class org.hibernate.criterion.Property
-
Creates a greater-than restriction between 2 properties
- gtProperty(String, String) - Static method in class org.hibernate.criterion.Restrictions
-
Apply a "greater than" constraint to two properties
- gtProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Apply a "greater than" constraint to another property
- gtProperty(String, String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Apply a "greater than" constraint to another property
- gtSome(DetachedCriteria) - Method in class org.hibernate.criterion.Property
-
Creates a greater-than-some sub-query expression for this property.
- gtSome(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
-
Creates a criterion which checks that the value of a literal is greater-than SOME of the values in the
subquery result.
- guessEntityName(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- guessEntityName(Object) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
The guessed entity name for an entity not in an association
- guessResultSize(RowSelection) - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
-
If we're able to guess a likely size of the results we can optimize allocation
of our data structures.
- GUIDGenerator - Class in org.hibernate.id
-
Generates string values using the SQL Server NEWID() function.
- GUIDGenerator() - Constructor for class org.hibernate.id.GUIDGenerator
-
- id - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
- id - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
-
- id - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
-
- id - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
-
- id() - Static method in class org.hibernate.criterion.Projections
-
An identifier value projection.
- id() - Static method in class org.hibernate.envers.query.AuditEntity
-
- id(String) - Static method in class org.hibernate.envers.query.AuditEntity
-
- ID - Static variable in class org.hibernate.jpamodelgen.util.Constants
-
- id - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
-
- Id - Class in org.hibernate.jpamodelgen.xml.jaxb
-
- Id() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Id
-
- id - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
-
- id - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
-
- ID_LETTER - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
-
- ID_LETTER - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
-
- ID_START_LETTER - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
-
- ID_START_LETTER - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
-
- ID_TABLE - Static variable in class org.hibernate.id.MultipleHiLoPerTableGenerator
-
Deprecated.
- idbag(String, String) - Method in class org.hibernate.type.TypeFactory
-
Deprecated.
- IdBagBinder - Class in org.hibernate.cfg.annotations
-
- IdBagBinder() - Constructor for class org.hibernate.cfg.annotations.IdBagBinder
-
- idClass - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
- idClass - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
-
- idClass - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
- IdClass - Class in org.hibernate.jpamodelgen.xml.jaxb
-
- IdClass() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.IdClass
-
- idClass - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
-
- IDENT - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
-
- IDENT - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
-
- IDENT_LIST - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
-
- IDENT_LIST - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
-
- IdentifiableDomainType<J> - Interface in org.hibernate.metamodel.model.domain
-
- IdentifiableTypeDescriptor<J> - Interface in org.hibernate.metamodel.model.domain.spi
-
- IdentifiableTypeDescriptor.InFlightAccess<X> - Interface in org.hibernate.metamodel.model.domain.spi
-
- IdentifiableTypeSource - Interface in org.hibernate.boot.model.source.spi
-
Common contract between Entity and MappedSuperclass sources.
- Identifier - Class in org.hibernate.boot.model.naming
-
Models an identifier (name), which may or may not be quoted.
- Identifier(String, boolean) - Constructor for class org.hibernate.boot.model.naming.Identifier
-
Constructs an identifier instance.
- Identifier(String) - Constructor for class org.hibernate.boot.model.naming.Identifier
-
Constructs an unquoted identifier instance.
- IDENTIFIER_GENERATOR_STRATEGY_PROVIDER - Static variable in interface org.hibernate.jpa.AvailableSettings
-
IdentifierGeneratorStrategyProvider class name, the class must have a no-arg constructor
- IDENTIFIER_MAPPER_PROPERTY - Static variable in class org.hibernate.loader.PropertyPath
-
- IDENTIFIER_MAPPER_PROPERTY - Static variable in class org.hibernate.metamodel.model.domain.NavigableRole
-
- IDENTIFIER_NORMALIZER - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
-
- IDENTIFIER_PLACEHOLDER - Static variable in class org.hibernate.envers.query.criteria.AuditId
-
- IdentifierAttribute - Interface in org.hibernate.tuple
-
- IdentifierBag - Class in org.hibernate.mapping
-
An IdentifierBag has a primary key consisting of
just the identifier column
- IdentifierBag(MetadataImplementor, PersistentClass) - Constructor for class org.hibernate.mapping.IdentifierBag
-
- IdentifierBag(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.IdentifierBag
-
- IdentifierBagType - Class in org.hibernate.type
-
- IdentifierBagType(TypeFactory.TypeScope, String, String) - Constructor for class org.hibernate.type.IdentifierBagType
-
- IdentifierBagType(String, String) - Constructor for class org.hibernate.type.IdentifierBagType
-
- IdentifierCaseStrategy - Enum in org.hibernate.engine.jdbc.env.spi
-
An enumeration of the way DatabaseMetaData might store and return identifiers
- IdentifierCollection - Class in org.hibernate.mapping
-
A collection with a synthetic "identifier" column
- IdentifierCollection(MetadataImplementor, PersistentClass) - Constructor for class org.hibernate.mapping.IdentifierCollection
-
- IdentifierCollection(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.IdentifierCollection
-
- identifierColumnName - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- IdentifierEqExpression - Class in org.hibernate.criterion
-
An identifier constraint
- IdentifierEqExpression(Object) - Constructor for class org.hibernate.criterion.IdentifierEqExpression
-
Constructs an IdentifierEqExpression
- IdentifierGeneratingInsert - Class in org.hibernate.id.insert
-
Nothing more than a distinguishing subclass of Insert used to indicate
intent.
- IdentifierGeneratingInsert(Dialect) - Constructor for class org.hibernate.id.insert.IdentifierGeneratingInsert
-
- IdentifierGenerationException - Exception in org.hibernate.id
-
Thrown by IdentifierGenerator implementation class when
ID generation fails.
- IdentifierGenerationException(String) - Constructor for exception org.hibernate.id.IdentifierGenerationException
-
- IdentifierGenerationException(String, Throwable) - Constructor for exception org.hibernate.id.IdentifierGenerationException
-
- identifierGenerator - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
-
- IdentifierGenerator - Interface in org.hibernate.id
-
The general contract between a class that generates unique
identifiers and the Session.
- IdentifierGeneratorAggregator - Interface in org.hibernate.id
-
- IdentifierGeneratorDefinition - Class in org.hibernate.boot.model
-
Identifier generator definition, should be immutable.
- IdentifierGeneratorDefinition(String, String, Map<String, String>) - Constructor for class org.hibernate.boot.model.IdentifierGeneratorDefinition
-
- IdentifierGeneratorDefinition(String, Map<String, String>) - Constructor for class org.hibernate.boot.model.IdentifierGeneratorDefinition
-
- IdentifierGeneratorDefinition(String) - Constructor for class org.hibernate.boot.model.IdentifierGeneratorDefinition
-
- IdentifierGeneratorDefinition(String, String) - Constructor for class org.hibernate.boot.model.IdentifierGeneratorDefinition
-
- IdentifierGeneratorDefinition.Builder - Class in org.hibernate.boot.model
-
- IdentifierGeneratorFactory - Interface in org.hibernate.id.factory
-
- IdentifierGeneratorHelper - Class in org.hibernate.id
-
- IdentifierGeneratorHelper.BasicHolder - Class in org.hibernate.id
-
- IdentifierGeneratorHelper.BigDecimalHolder - Class in org.hibernate.id
-
- IdentifierGeneratorHelper.BigIntegerHolder - Class in org.hibernate.id
-
- IdentifierGeneratorStrategyProvider - Interface in org.hibernate.jpa.spi
-
Provide a set of IdentifierGenerator strategies allowing to override the Hibernate Core default ones
- IdentifierHelper - Interface in org.hibernate.engine.jdbc.env.spi
-
- IdentifierHelperBuilder - Class in org.hibernate.engine.jdbc.env.spi
-
Builder for IdentifierHelper instances.
- IdentifierLoadAccess<T> - Interface in org.hibernate
-
Loads an entity by its primary identifier.
- IdentifierProjection - Class in org.hibernate.criterion
-
A property value, or grouped property value
- IdentifierProjection() - Constructor for class org.hibernate.criterion.IdentifierProjection
-
Constructs a non-grouped identifier projection
- IdentifierProperty - Class in org.hibernate.tuple
-
Represents a defined entity identifier property within the Hibernate
runtime-metamodel.
- IdentifierProperty(String, Type, boolean, IdentifierValue, IdentifierGenerator) - Constructor for class org.hibernate.tuple.IdentifierProperty
-
Construct a non-virtual identifier property.
- IdentifierProperty(Type, boolean, boolean, IdentifierValue, IdentifierGenerator) - Constructor for class org.hibernate.tuple.IdentifierProperty
-
Construct a virtual IdentifierProperty.
- identifierSelectFragment(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- identifierSelectFragment(String, String) - Method in interface org.hibernate.persister.entity.Queryable
-
Given a query alias and an identifying suffix, render the identifier select fragment.
- IdentifierSource - Interface in org.hibernate.boot.model.source.spi
-
Contract describing source of identifier information for the entity.
- IdentifierSourceAggregatedComposite - Interface in org.hibernate.boot.model.source.spi
-
- IdentifierSourceNonAggregatedComposite - Interface in org.hibernate.boot.model.source.spi
-
- IdentifierSourceSimple - Interface in org.hibernate.boot.model.source.spi
-
Additional contract describing the source of an identifier mapping whose
nature
is
simple
.
- IdentifierType<T> - Interface in org.hibernate.type
-
Additional contract for a
Type
may be used for a discriminator.
- IdentifierValue - Class in org.hibernate.engine.spi
-
A strategy for determining if an identifier value is an identifier of
a new transient instance or a previously persistent transient instance.
- IdentifierValue() - Constructor for class org.hibernate.engine.spi.IdentifierValue
-
- IdentifierValue(Serializable) - Constructor for class org.hibernate.engine.spi.IdentifierValue
-
Assume the transient instance is newly instantiated if
its identifier is null or equal to value
- IdentityColumnSupport - Interface in org.hibernate.dialect.identity
-
Represents a support for the Dialect identity key generation
- IdentityColumnSupportImpl - Class in org.hibernate.dialect.identity
-
- IdentityColumnSupportImpl() - Constructor for class org.hibernate.dialect.identity.IdentityColumnSupportImpl
-
- IdentityGenerator - Class in org.hibernate.id
-
A generator for use with ANSI-SQL IDENTITY columns used as the primary key.
- IdentityGenerator() - Constructor for class org.hibernate.id.IdentityGenerator
-
- IdentityGenerator.BasicDelegate - Class in org.hibernate.id
-
Delegate for dealing with IDENTITY columns where the dialect requires an
additional command execution to retrieve the generated IDENTITY value
- IdentityGenerator.InsertSelectDelegate - Class in org.hibernate.id
-
Delegate for dealing with IDENTITY columns where the dialect supports returning
the generated IDENTITY value directly from the insert statement.
- idEq(Object) - Static method in class org.hibernate.criterion.Restrictions
-
Apply an "equal" constraint to the identifier property
- IdGenerator - Class in org.hibernate.mapping
-
Identifier generator container,
Useful to keep named generator in annotations
- IdGenerator() - Constructor for class org.hibernate.mapping.IdGenerator
-
- IdGeneratorResolverSecondPass - Class in org.hibernate.cfg
-
- IdGeneratorResolverSecondPass(SimpleValue, XProperty, String, String, MetadataBuildingContext) - Constructor for class org.hibernate.cfg.IdGeneratorResolverSecondPass
-
- IdGeneratorResolverSecondPass(SimpleValue, XProperty, String, String, MetadataBuildingContext, IdentifierGeneratorDefinition) - Constructor for class org.hibernate.cfg.IdGeneratorResolverSecondPass
-
- IdGeneratorStrategyInterpreter - Interface in org.hibernate.boot.model
-
Strategy for interpreting identifier generator related information.
- IdGeneratorStrategyInterpreter.GeneratorNameDeterminationContext - Interface in org.hibernate.boot.model
-
- IdleConnectionCounter - Interface in org.hibernate.testing.jdbc.leak
-
- IdsClauseBuilder - Class in org.hibernate.hql.spi.id.inline
-
Builds the where clause that wraps the identifiers to be updated/deleted.
- IdsClauseBuilder(Dialect, Type, TypeConfiguration, String[], List<Object[]>) - Constructor for class org.hibernate.hql.spi.id.inline.IdsClauseBuilder
-
- IdsClauseBuilder(Dialect, Type, TypeResolver, String[], List<Object[]>) - Constructor for class org.hibernate.hql.spi.id.inline.IdsClauseBuilder
-
- IdTableHelper - Class in org.hibernate.hql.spi.id
-
- IdTableInfo - Interface in org.hibernate.hql.spi.id
-
- IdTableInfoImpl - Class in org.hibernate.hql.spi.id.local
-
- IdTableInfoImpl(String, String, String) - Constructor for class org.hibernate.hql.spi.id.local.IdTableInfoImpl
-
- IdTableSupport - Interface in org.hibernate.hql.spi.id
-
- IdTableSupportStandardImpl - Class in org.hibernate.hql.spi.id
-
- IdTableSupportStandardImpl() - Constructor for class org.hibernate.hql.spi.id.IdTableSupportStandardImpl
-
- idType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
-
- idType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
-
- idType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
-
- IGNORE_EXPLICIT_DISCRIMINATOR_COLUMNS_FOR_JOINED_SUBCLASS - Static variable in interface org.hibernate.cfg.AvailableSettings
-
The legacy behavior of Hibernate is to not use discriminators for joined inheritance (Hibernate does not need
the discriminator...).
- ignoreCase() - Method in class org.hibernate.criterion.Example
-
Ignore case for all string-valued properties
- ignoreCase() - Method in class org.hibernate.criterion.Order
-
Should this ordering ignore case? Has no effect on non-character properties.
- ignoreCase() - Method in class org.hibernate.criterion.SimpleExpression
-
Make case insensitive.
- ignoreExplicitDiscriminatorsForJoinedInheritance() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
-
- ignoreExplicitDiscriminatorsForJoinedInheritance() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
Whether explicit discriminator declarations should be ignored for joined
subclass style inheritance.
- IgnoreImpl(String) - Constructor for class org.hibernate.testing.junit4.CustomRunner.IgnoreImpl
-
- ilike(String, Object) - Static method in class org.hibernate.criterion.Restrictions
-
A case-insensitive "like" (similar to Postgres ilike operator)
- ilike(String, String, MatchMode) - Static method in class org.hibernate.criterion.Restrictions
-
A case-insensitive "like" (similar to Postgres ilike operator) using the provided match mode
- ilike(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Apply an "ilike" constraint
- ilike(String, MatchMode) - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
- ilike(String, MatchMode) - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Apply on "ilike" constraint
- IlikeExpression - Class in org.hibernate.criterion
-
- IlikeExpression(String, Object) - Constructor for class org.hibernate.criterion.IlikeExpression
-
Deprecated.
- IlikeExpression(String, String, MatchMode) - Constructor for class org.hibernate.criterion.IlikeExpression
-
Deprecated.
- IllegalIdentifierException - Exception in org.hibernate.boot.model.naming
-
Indicates an attempted use of a name that was deemed illegal
- IllegalIdentifierException(String) - Constructor for exception org.hibernate.boot.model.naming.IllegalIdentifierException
-
- IMAGE - Static variable in class org.hibernate.type.StandardBasicTypes
-
The standard Hibernate type for mapping
byte[]
to JDBC
LONGVARBINARY
.
- ImageType - Class in org.hibernate.type
-
- ImageType() - Constructor for class org.hibernate.type.ImageType
-
- IMMEDIATE_LOAD - Static variable in interface org.hibernate.event.spi.LoadEventListener
-
- immediateLoad(String, Serializable) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- immediateLoad(String, Serializable) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Load an instance immediately.
- Immutable - Annotation Type in org.hibernate.annotations
-
Mark an Entity, a Collection, or an Attribute type as immutable.
- IMMUTABLE_ENTITY_UPDATE_QUERY_HANDLING_MODE - Static variable in interface org.hibernate.cfg.AvailableSettings
-
This setting defines how
Immutable
entities are handled when executing a
bulk update
Query
.
- immutableCopy() - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
-
- ImmutableEntityUpdateQueryHandlingMode - Enum in org.hibernate.query
-
This enum defines how
Immutable
entities are handled when executing a
bulk update statement.
- ImmutableMutabilityPlan<T> - Class in org.hibernate.type.descriptor.java
-
Mutability plan for immutable objects
- ImmutableMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
-
- implementsLifecycle() - Method in interface org.hibernate.metadata.ClassMetadata
-
Does the class implement the Lifecycle interface?
- implementsLifecycle() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- implementsLifecycle() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Does the class implement the
Lifecycle
interface.
- ImplEnhancementSelector - Annotation Type in org.hibernate.testing.bytecode.enhancement
-
- ImplEnhancementSelectors - Annotation Type in org.hibernate.testing.bytecode.enhancement
-
- IMPLICIT_DISCRIMINATOR_COLUMNS_FOR_JOINED_SUBCLASS - Static variable in interface org.hibernate.cfg.AvailableSettings
-
The legacy behavior of Hibernate is to not use discriminators for joined inheritance (Hibernate does not need
the discriminator...).
- IMPLICIT_NAMING_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
-
- ImplicitAnyDiscriminatorColumnNameSource - Interface in org.hibernate.boot.model.naming
-
Context for determining the implicit name for an ANY mapping's discriminator
column.
- ImplicitAnyKeyColumnNameSource - Interface in org.hibernate.boot.model.naming
-
Context for determining the implicit name for an ANY mapping's key
column.
- ImplicitBasicColumnNameSource - Interface in org.hibernate.boot.model.naming
-
Context for determining the implicit name related to basic values.
- ImplicitCollectionTableNameSource - Interface in org.hibernate.boot.model.naming
-
Context for determining the implicit name for a collection table.
- ImplicitConstraintNameSource - Interface in org.hibernate.boot.model.naming
-
Common implicit name source traits for all constraint naming: FK, UK, index
- ImplicitDiscriminatorColumnNameSource - Interface in org.hibernate.boot.model.naming
-
Context for determining the implicit name of an entity's discriminator column.
- ImplicitEntityNameSource - Interface in org.hibernate.boot.model.naming
-
Context for determining the implicit name of an entity's primary table
- ImplicitForeignKeyNameSource - Interface in org.hibernate.boot.model.naming
-
- ImplicitIdentifierColumnNameSource - Interface in org.hibernate.boot.model.naming
-
Context for determining the implicit name of an entity's identifier
column.
- ImplicitIndexColumnNameSource - Interface in org.hibernate.boot.model.naming
-
- ImplicitIndexNameSource - Interface in org.hibernate.boot.model.naming
-
- ImplicitJoinColumnNameSource - Interface in org.hibernate.boot.model.naming
-
Context for determining the implicit name of a "join column" (think
JoinColumn
).
- ImplicitJoinColumnNameSource.Nature - Enum in org.hibernate.boot.model.naming
-
- ImplicitJoinTableNameSource - Interface in org.hibernate.boot.model.naming
-
Context for determining the implicit name for a join table.
- ImplicitMapKeyColumnNameSource - Interface in org.hibernate.boot.model.naming
-
Context for determining the implicit name of a column used to back the key
of a
Map
.
- ImplicitNameSource - Interface in org.hibernate.boot.model.naming
-
Common contract for all implicit naming sources
- ImplicitNamingStrategy - Interface in org.hibernate.boot.model.naming
-
Pluggable strategy for applying implicit naming rules when an
explicit name is not given.
- ImplicitNamingStrategyComponentPathImpl - Class in org.hibernate.boot.model.naming
-
An ImplicitNamingStrategy implementation which uses full composite paths
extracted from AttributePath, as opposed to just the terminal property part.
- ImplicitNamingStrategyComponentPathImpl() - Constructor for class org.hibernate.boot.model.naming.ImplicitNamingStrategyComponentPathImpl
-
- ImplicitNamingStrategyJpaCompliantImpl - Class in org.hibernate.boot.model.naming
-
Implementation of the ImplicitNamingStrategy contract, generally preferring to conform
to JPA standards.
- ImplicitNamingStrategyJpaCompliantImpl() - Constructor for class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
-
- ImplicitNamingStrategyLegacyHbmImpl - Class in org.hibernate.boot.model.naming
-
Implements the original legacy naming behavior.
- ImplicitNamingStrategyLegacyHbmImpl() - Constructor for class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
-
- ImplicitNamingStrategyLegacyJpaImpl - Class in org.hibernate.boot.model.naming
-
Implementation of the ImplicitNamingStrategy contract which conforms to the
naming rules initially implemented by Hibernate for JPA 1.0, prior to many
things being clarified.
- ImplicitNamingStrategyLegacyJpaImpl() - Constructor for class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl
-
- ImplicitPrimaryKeyJoinColumnNameSource - Interface in org.hibernate.boot.model.naming
-
Used to help determine the implicit name of columns which are part of a primary-key,
well simultaneously being part of a foreign-key (join).
- ImplicitTenantIdColumnNameSource - Interface in org.hibernate.boot.model.naming
-
Context for determining the implicit name of an entity's tenant identifier
column.
- ImplicitUniqueKeyNameSource - Interface in org.hibernate.boot.model.naming
-
- ImportContext - Interface in org.hibernate.jpamodelgen.model
-
- ImportContextImpl - Class in org.hibernate.jpamodelgen
-
- ImportContextImpl(String) - Constructor for class org.hibernate.jpamodelgen.ImportContextImpl
-
- ImportScriptException - Exception in org.hibernate.tool.hbm2ddl
-
- ImportScriptException(String) - Constructor for exception org.hibernate.tool.hbm2ddl.ImportScriptException
-
Deprecated.
- ImportScriptException(String, Throwable) - Constructor for exception org.hibernate.tool.hbm2ddl.ImportScriptException
-
Deprecated.
- ImportSqlCommandExtractor - Interface in org.hibernate.tool.hbm2ddl
-
Contract for extracting statements from source/import/init scripts.
- ImportSqlCommandExtractorInitiator - Class in org.hibernate.tool.hbm2ddl
-
- ImportSqlCommandExtractorInitiator() - Constructor for class org.hibernate.tool.hbm2ddl.ImportSqlCommandExtractorInitiator
-
- importType(String) - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
-
- importType(String) - Method in class org.hibernate.jpamodelgen.ImportContextImpl
-
Add fqcn to the import list.
- importType(String) - Method in interface org.hibernate.jpamodelgen.model.ImportContext
-
Add fqcn to the import list.
- importType(String) - Method in interface org.hibernate.jpamodelgen.model.MetaEntity
-
- importType(String) - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
-
- ImprovedNamingStrategy - Class in org.hibernate.cfg
-
An improved naming strategy that prefers embedded
underscores to mixed case names
- ImprovedNamingStrategy() - Constructor for class org.hibernate.cfg.ImprovedNamingStrategy
-
- in(Collection) - Method in class org.hibernate.criterion.Property
-
Creates an IN restriction for this property based on the given list of literals
- in(Object...) - Method in class org.hibernate.criterion.Property
-
Creates an IN restriction for this property based on the given list of literals
- in(DetachedCriteria) - Method in class org.hibernate.criterion.Property
-
Creates a sub-query IN expression for this property.
- in(String, Object...) - Static method in class org.hibernate.criterion.Restrictions
-
Apply an "in" constraint to the named property.
- in(String, Collection) - Static method in class org.hibernate.criterion.Restrictions
-
Apply an "in" constraint to the named property.
- in(Object, DetachedCriteria) - Static method in class org.hibernate.criterion.Subqueries
-
Creates a criterion which checks that the value of a literal is IN the values in the
subquery result.
- in(T[]) - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Apply an "in" constraint
- in(Collection) - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Apply an "in" constraint
- in(Object[]) - Method in class org.hibernate.envers.query.criteria.AuditRelatedId
-
Applies an "in" criteria predicate.
- IN_CLAUSE_PARAMETER_PADDING - Static variable in interface org.hibernate.cfg.AvailableSettings
-
By default, the IN clause expands to include all bind parameter values.
- inClauseParameterPaddingEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- inClauseParameterPaddingEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- include - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
-
- include - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
-
- include(Object, String, Type) - Method in class org.hibernate.criterion.Example.AllPropertySelector
-
- include(Object, String, Type) - Method in class org.hibernate.criterion.Example.NotNullOrZeroPropertySelector
-
- include(Object, String, Type) - Method in class org.hibernate.criterion.Example.NotNullPropertySelector
-
- include(Object, String, Type) - Method in interface org.hibernate.criterion.Example.PropertySelector
-
Determine whether the given property should be used in the criteria.
- includeAllAttributes - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedEntityGraph
-
- includeAllAttributes - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
-
- includeInBaseFetchGroup(Property, boolean, EnhancementHelper.InheritanceChecker, boolean) - Static method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementHelper
-
Should the given property be included in the owner's base fetch group?
- includeInResultRow() - Method in class org.hibernate.loader.criteria.CriteriaJoinWalker
-
- includeInResultRow() - Method in class org.hibernate.loader.criteria.CriteriaLoader
-
- includeInResultRow() - Method in class org.hibernate.loader.custom.CustomLoader
-
- includeInResultRow() - Method in class org.hibernate.loader.hql.QueryLoader
-
- includeInResultRow() - Method in class org.hibernate.loader.Loader
-
- includeInTransform(String[], int) - Method in class org.hibernate.transform.AliasedTupleSubsetResultTransformer
-
- includeInTransform(String[], int) - Method in class org.hibernate.transform.DistinctRootEntityResultTransformer
-
- includeInTransform(String[], int) - Method in class org.hibernate.transform.PassThroughResultTransformer
-
- includeInTransform(String[], int) - Method in class org.hibernate.transform.RootEntityResultTransformer
-
- includeInTransform(String[], int) - Method in interface org.hibernate.transform.TupleSubsetResultTransformer
-
Returns an array with the i-th element indicating whether the i-th
element of the tuple is included in the transformed value.
- includeNamespace(Namespace) - Method in interface org.hibernate.tool.schema.spi.SchemaFilter
-
Should the given namespace (catalog+schema) be included? If true
, the
namespace will be further processed; if false
, processing will skip this
namespace.
- includeProperty(int) - Method in interface org.hibernate.persister.entity.AbstractEntityPersister.InclusionChecker
-
- includeSequence(Sequence) - Method in interface org.hibernate.tool.schema.spi.SchemaFilter
-
Should the given sequence be included? If true
, the
sequence will be further processed; if false
, processing will skip this
sequence.
- includesInsert() - Method in enum org.hibernate.tuple.GenerationTiming
-
- includesUpdate() - Method in enum org.hibernate.tuple.GenerationTiming
-
- includeTable(Table) - Method in interface org.hibernate.tool.schema.spi.SchemaFilter
-
Should the given table be included? If true
, the
table will be further processed; if false
, processing will skip this
table.
- IncomparableComparator - Class in org.hibernate.type.descriptor.java
-
Comparator for things that cannot be compared (in a way we know about).
- IncomparableComparator() - Constructor for class org.hibernate.type.descriptor.java.IncomparableComparator
-
- increment() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
-
- increment() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
-
- increment() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
-
- increment() - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Equivalent to a ++ operation
- INCREMENT_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
Indicates the increment size to use.
- INCREMENT_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
-
Indicates the increment size to use.
- incrementCascadeLevel() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Called before cascading
- IncrementGenerator - Class in org.hibernate.id
-
increment
An IdentifierGenerator that returns a long, constructed by
counting from the maximum primary key value at startup.
- IncrementGenerator() - Constructor for class org.hibernate.id.IncrementGenerator
-
- incrementIndexByBase(Object) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- incrementSize - Variable in class org.hibernate.id.enhanced.AbstractOptimizer
-
- Incubating - Annotation Type in org.hibernate
-
Marks (recursively) certain of Hibernate's packages, types and methods
as incubating.
- InDatabaseValueGenerationStrategy - Interface in org.hibernate.tuple
-
Strategy for describing values which are generated in the database.
- INDENTATION - Static variable in class org.hibernate.loader.plan.build.spi.TreePrinterHelper
-
The number of characters to indent.
- Index - Annotation Type in org.hibernate.annotations
-
- index - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
-
- index - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
- index - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
- index - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
-
- index - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
- index - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
- index - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
- index - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
- index - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
-
- index - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
-
- index - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
-
- index - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTable
-
- index - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
-
- index - Variable in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
-
- Index - Class in org.hibernate.jpamodelgen.xml.jaxb
-
- Index() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Index
-
- index - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
-
- index - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
-
- index - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Table
-
- index - Variable in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
-
- Index - Class in org.hibernate.mapping
-
A relational table index
- Index() - Constructor for class org.hibernate.mapping.Index
-
- IndexBackref - Class in org.hibernate.mapping
-
- IndexBackref() - Constructor for class org.hibernate.mapping.IndexBackref
-
- IndexColumn - Annotation Type in org.hibernate.annotations
-
- indexColumn - Variable in class org.hibernate.cfg.annotations.CollectionBinder
-
- IndexColumn - Class in org.hibernate.cfg
-
index column
- IndexColumn(boolean, String, int, int, int, String, boolean, boolean, boolean, boolean, String, Map<String, Join>, PropertyHolder, MetadataBuildingContext) - Constructor for class org.hibernate.cfg.IndexColumn
-
- indexColumnAliases - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- indexColumnIsGettable - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- indexColumnIsSettable - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- indexColumnNames - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- indexContainsFormula - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- IndexedCollection - Class in org.hibernate.mapping
-
Indexed collections include Lists, Maps, arrays and
primitive arrays.
- IndexedCollection(MetadataImplementor, PersistentClass) - Constructor for class org.hibernate.mapping.IndexedCollection
-
- IndexedCollection(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.IndexedCollection
-
- indexExists(Serializable, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- indexExists(Serializable, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
-
- indexFormulas - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- indexFormulaTemplates - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- IndexInformation - Interface in org.hibernate.tool.schema.extract.spi
-
Provides access to information about existing index in the database
- indexManyToAny - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
- indexManyToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
- IndexMetadata - Class in org.hibernate.tool.hbm2ddl
-
- indexOf(Object, Object) - Method in class org.hibernate.type.ArrayType
-
- indexOf(Object, Object) - Method in class org.hibernate.type.CollectionType
-
- indexOf(Object, Object) - Method in class org.hibernate.type.CustomCollectionType
-
- indexOf(Object, Object) - Method in class org.hibernate.type.ListType
-
- indexOf(Object, Object) - Method in class org.hibernate.type.MapType
-
- indexOf(Object, Object) - Method in interface org.hibernate.usertype.UserCollectionType
-
Optional operation.
- IndexOrUniqueKeySecondPass - Class in org.hibernate.cfg
-
- IndexOrUniqueKeySecondPass(Table, String, String[], MetadataBuildingContext) - Constructor for class org.hibernate.cfg.IndexOrUniqueKeySecondPass
-
Build an index
- IndexOrUniqueKeySecondPass(String, Ejb3Column, MetadataBuildingContext) - Constructor for class org.hibernate.cfg.IndexOrUniqueKeySecondPass
-
Build an index
- IndexOrUniqueKeySecondPass(String, Ejb3Column, MetadataBuildingContext, boolean) - Constructor for class org.hibernate.cfg.IndexOrUniqueKeySecondPass
-
Build an index if unique is false or a Unique Key if unique is true
- IndexQueryHintHandler - Class in org.hibernate.dialect.hint
-
Adds an INDEX query hint as follows:
SELECT *
FROM TEST
USE INDEX (hint1, hint2)
WHERE X=1
- IndexQueryHintHandler() - Constructor for class org.hibernate.dialect.hint.IndexQueryHintHandler
-
- InExpression - Class in org.hibernate.criterion
-
Constrains the property to a specified list of values
- InExpression(String, Object[]) - Constructor for class org.hibernate.criterion.InExpression
-
Constructs an InExpression
- InFlightMetadataCollector - Interface in org.hibernate.boot.spi
-
An in-flight representation of Metadata while Metadata is being built.
- InFlightMetadataCollector.DelayedPropertyReferenceHandler - Interface in org.hibernate.boot.spi
-
- InFlightMetadataCollector.DuplicateSecondaryTableException - Exception in org.hibernate.boot.spi
-
- InFlightMetadataCollector.EntityTableXref - Interface in org.hibernate.boot.spi
-
- InformationExtractor - Interface in org.hibernate.tool.schema.extract.spi
-
Contract for extracting information about objects in the database schema(s).
- Informix10Dialect - Class in org.hibernate.dialect
-
Since version 10.00.xC3 Informix has limit/offset support which was introduced in July 2005.
- Informix10Dialect() - Constructor for class org.hibernate.dialect.Informix10Dialect
-
- Informix10LimitHandler - Class in org.hibernate.dialect.pagination
-
- InformixDialect - Class in org.hibernate.dialect
-
Informix dialect.
Seems to work with Informix Dynamic Server Version 7.31.UD3, Informix JDBC driver version 2.21JC3.
- InformixDialect() - Constructor for class org.hibernate.dialect.InformixDialect
-
Creates new InformixDialect
instance.
- InformixIdentityColumnSupport - Class in org.hibernate.dialect.identity
-
- InformixIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.InformixIdentityColumnSupport
-
- InformixUniqueDelegate - Class in org.hibernate.dialect.unique
-
Informix requires the constraint name to come last on the alter table.
- InformixUniqueDelegate(Dialect) - Constructor for class org.hibernate.dialect.unique.InformixUniqueDelegate
-
- infoString(String, Serializable) - Static method in class org.hibernate.pretty.MessageHelper
-
Generate an info message string relating to a particular entity,
based on the given entityName and id.
- infoString(EntityPersister, Object, SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
-
Generate an info message string relating to a particular entity.
- infoString(EntityPersister, Object, Type, SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
-
Generate an info message string relating to a particular entity,.
- infoString(EntityPersister, Serializable[], SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
-
Generate an info message string relating to a series of entities.
- infoString(EntityPersister) - Static method in class org.hibernate.pretty.MessageHelper
-
Generate an info message string relating to given entity persister.
- infoString(String, String, Object) - Static method in class org.hibernate.pretty.MessageHelper
-
Generate an info message string relating to a given property value
for an entity.
- InFragment - Class in org.hibernate.sql
-
An SQL IN expression.
- InFragment() - Constructor for class org.hibernate.sql.InFragment
-
- Ingres10Dialect - Class in org.hibernate.dialect
-
A SQL dialect for Ingres 10 and later versions.
- Ingres10Dialect() - Constructor for class org.hibernate.dialect.Ingres10Dialect
-
Constructs a Ingres10Dialect
- Ingres10IdentityColumnSupport - Class in org.hibernate.dialect.identity
-
- Ingres10IdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.Ingres10IdentityColumnSupport
-
- Ingres9Dialect - Class in org.hibernate.dialect
-
A SQL dialect for Ingres 9.3 and later versions.
- Ingres9Dialect() - Constructor for class org.hibernate.dialect.Ingres9Dialect
-
Constructs a Ingres9Dialect
- Ingres9IdentityColumnSupport - Class in org.hibernate.dialect.identity
-
- Ingres9IdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.Ingres9IdentityColumnSupport
-
- IngresDialect - Class in org.hibernate.dialect
-
An SQL dialect for Ingres 9.2.
- IngresDialect() - Constructor for class org.hibernate.dialect.IngresDialect
-
Constructs a IngresDialect
- inheritable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
-
- inheritance - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
- inheritance - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
- Inheritance - Class in org.hibernate.jpamodelgen.xml.jaxb
-
- Inheritance() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Inheritance
-
- InheritanceState - Class in org.hibernate.cfg
-
Some extra data to the inheritance position of a class.
- InheritanceState(XClass, Map<XClass, InheritanceState>, MetadataBuildingContext) - Constructor for class org.hibernate.cfg.InheritanceState
-
- inheritanceStatePerClass - Variable in class org.hibernate.cfg.annotations.CollectionBinder
-
- InheritanceType - Enum in org.hibernate.boot.model.source.spi
-
The inheritance type for a given entity hierarchy
- InheritanceType - Enum in org.hibernate.jpamodelgen.xml.jaxb
-
Java class for inheritance-type.
- init() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
-
- init(ProcessingEnvironment) - Method in class org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
-
- INIT_COLLECTION - Static variable in class org.hibernate.event.spi.EventType
-
- INIT_QUEUE_LIST_SIZE - Static variable in class org.hibernate.engine.spi.ExecutableList
-
- initAll(String, String, LockOptions) - Method in class org.hibernate.loader.AbstractEntityJoinWalker
-
- initAll(String, String, LockOptions, JoinWalker.AssociationInitCallback) - Method in class org.hibernate.loader.AbstractEntityJoinWalker
-
- initCollectionPropertyMap() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- InitCommand - Class in org.hibernate.boot.model.relational
-
A general SQL command to be used while initializing a schema.
- InitCommand(String...) - Constructor for class org.hibernate.boot.model.relational.InitCommand
-
- initComponentPropertyPaths(String, CompositeType, String[], String[], String[], String[], Mapping) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
-
- initFromWalker(JoinWalker) - Method in class org.hibernate.loader.OuterJoinLoader
-
- INITIAL_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
Indicates the initial value to use.
- INITIAL_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
-
Indicates the initial value to use.
- initialize(Map, ClassLoaderService) - Method in class org.hibernate.cfg.beanvalidation.BeanValidationEventListener
-
- initialize(Size) - Method in class org.hibernate.engine.jdbc.Size
-
- initialize(Object) - Static method in class org.hibernate.Hibernate
-
Force initialization of a proxy or persistent collection.
- initialize(MetadataBuildingOptions, SessionFactoryOptions) - Method in class org.hibernate.hql.spi.id.AbstractMultiTableBulkIdStrategyImpl
-
Configure ourselves.
- initialize(MetadataBuildingOptions, SessionFactoryOptions) - Method in class org.hibernate.hql.spi.id.global.GlobalTemporaryTableBulkIdStrategy
-
- initialize(MetadataBuildingOptions, SessionFactoryOptions) - Method in class org.hibernate.hql.spi.id.local.LocalTemporaryTableBulkIdStrategy
-
- initialize(MetadataBuildingOptions, SessionFactoryOptions) - Method in class org.hibernate.hql.spi.id.persistent.PersistentTableBulkIdStrategy
-
- initialize(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
-
- initialize(ResultSet, long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
-
- initialize(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
-
- initialize(ResultSet, long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
-
- initialize(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
-
- initialize(ResultSet, long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
-
- initialize(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Initialize the internal value from the given primitive long.
- initialize(ResultSet, long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Initialize the internal value from the given result set, using the specified default value
if we could not get a value from the result set (aka result was null).
- initialize(Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.collection.CollectionInitializer
-
Initialize the given collection
- initialize(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.loader.collection.CollectionLoader
-
- initialize(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.loader.collection.DynamicBatchingCollectionInitializerBuilder.DynamicBatchingCollectionInitializer
-
- initialize(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder.LegacyBatchingCollectionInitializer
-
- initialize(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.loader.collection.plan.AbstractLoadPlanBasedCollectionInitializer
-
- initialize(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.loader.collection.plan.LegacyBatchingCollectionInitializerBuilder.LegacyBatchingCollectionInitializer
-
- initialize(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.loader.collection.SubselectCollectionLoader
-
- initialize(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.loader.collection.SubselectOneToManyLoader
-
- initialize(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- initialize(Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Initialize the given collection with the given key
TODO: add owner argument!!
- initialize(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.NamedQueryCollectionInitializer
-
- initialize() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
- initialize() - Method in interface org.hibernate.proxy.LazyInitializer
-
Initialize the proxy, fetching the target entity if necessary.
- initialize() - Method in interface org.hibernate.resource.beans.container.spi.ContainedBeanImplementor
-
Allow the container to force initialize the lifecycle-generated bean
- initialize(MetadataBuilder) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
-
- initialize(A, Class<?>) - Method in interface org.hibernate.tuple.AnnotationValueGeneration
-
Initializes this generation strategy for the given annotation instance.
- initialize(CreationTimestamp, Class<?>) - Method in class org.hibernate.tuple.CreationTimestampGeneration
-
- initialize(Generated, Class<?>) - Method in class org.hibernate.tuple.GeneratedValueGeneration
-
- initialize(UpdateTimestamp, Class<?>) - Method in class org.hibernate.tuple.UpdateTimestampGeneration
-
- initialize(GeneratorType, Class<?>) - Method in class org.hibernate.tuple.VmValueGeneration
-
- initializeCollection(PersistentCollection, boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- initializeCollection(PersistentCollection, boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Initialize the collection (if not already initialized)
- initializeCollection(AbstractCollectionEvent) - Method in class org.hibernate.envers.event.spi.BaseEnversCollectionEventListener
-
Forces persistent collection initialization.
- InitializeCollectionEvent - Class in org.hibernate.event.spi
-
An event that occurs when a collection wants to be
initialized
- InitializeCollectionEvent(PersistentCollection, EventSource) - Constructor for class org.hibernate.event.spi.InitializeCollectionEvent
-
- InitializeCollectionEventListener - Interface in org.hibernate.event.spi
-
Defines the contract for handling of collection initialization events
generated by a session.
- initializeEnhancedEntityUsedAsProxy(Object, String, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- initializeEnhancedEntityUsedAsProxy(Object, String, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Called from
EnhancementAsProxyLazinessInterceptor
to trigger load of
the entity's non-lazy state as well as the named attribute we are accessing
if it is still uninitialized after fetching non-lazy state
- initializeFromCache(CollectionPersister, Serializable, Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Read the state of the collection from a disassembled cached value
- initializeImmediately() - Method in class org.hibernate.type.ArrayType
-
- initializeImmediately() - Method in class org.hibernate.type.CollectionType
-
- initializeLazyPropertiesFromCache(String, Object, SharedSessionContractImplementor, EntityEntry, CacheEntry) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- initializeLazyPropertiesFromDatastore(String, Object, SharedSessionContractImplementor, Serializable, EntityEntry) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- initializeLazyProperty(String, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.bytecode.enhance.spi.LazyPropertyInitializer
-
Initialize the property, and return its new value.
- initializeLazyProperty(String, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- initializeLazyProperty(String, Object, SharedSessionContractImplementor, EntityEntry, int, Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- initializeNonLazyCollections() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Force initialization of all non-lazy collections encountered during
the current two-phase load (actually, this is a no-op, unless this
is the "outermost" load)
- initializeWithoutLoadIfPossible() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
Attempt to initialize the proxy without loading anything from the database.
- initialValue - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
-
- initialValue - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
-
- initialValue - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
-
- initialValue - Variable in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
-
- InitialValueAwareOptimizer - Interface in org.hibernate.id.enhanced
-
Marker interface for optimizer which wishes to know the user-specified initial value.
- initiateService(Map, ServiceRegistryImplementor) - Method in interface org.hibernate.boot.registry.StandardServiceInitiator
-
Initiates the managed service.
- initiateService(SessionFactoryImplementor, SessionFactoryOptions, ServiceRegistryImplementor) - Method in class org.hibernate.engine.query.spi.NativeQueryInterpreterInitiator
-
- initiateService(SessionFactoryServiceInitiatorContext) - Method in class org.hibernate.engine.query.spi.NativeQueryInterpreterInitiator
-
- initiateService(SessionFactoryImplementor, SessionFactoryOptions, ServiceRegistryImplementor) - Method in class org.hibernate.engine.spi.CacheInitiator
-
- initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.resource.beans.spi.ManagedBeanRegistryInitiator
-
- initiateService(ServiceInitiator<R>) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
-
- initiateService(SessionFactoryServiceInitiatorContext) - Method in interface org.hibernate.service.spi.SessionFactoryServiceInitiator
-
Initiates the managed service.
- initiateService(SessionFactoryImplementor, SessionFactoryOptions, ServiceRegistryImplementor) - Method in interface org.hibernate.service.spi.SessionFactoryServiceInitiator
-
- initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.tool.hbm2ddl.ImportSqlCommandExtractorInitiator
-
- initIdentifierPropertyPaths(String, EntityType, String[], String[], String[], Mapping) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
-
- initIdentifierPropertyPaths(String, EntityType, String[], String[], String[], String[], Mapping) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
-
- initMappingColumn(String, String, int, int, int, boolean, String, boolean, boolean) - Method in class org.hibernate.cfg.Ejb3Column
-
- initPersisters(List, LockMode) - Method in class org.hibernate.loader.JoinWalker
-
- initPersisters(List, LockOptions) - Method in class org.hibernate.loader.JoinWalker
-
- initPersisters(List, LockOptions, JoinWalker.AssociationInitCallback) - Method in class org.hibernate.loader.JoinWalker
-
- initProjection(String, String, String, String, LockOptions) - Method in class org.hibernate.loader.AbstractEntityJoinWalker
-
- initPropertyPaths(Mapping) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- initPropertyPaths(String, Type, String[], String[], String[], String[], Mapping) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
-
- initSessionFactory(SessionFactoryImplementor) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
-
- initSessionFactory(SessionFactoryImplementor) - Method in interface org.hibernate.boot.spi.MetadataImplementor
-
- initSubclassPropertyAliasesMap(PersistentClass) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Must be called by subclasses, at the end of their constructors
- inject(Object, Object) - Method in interface org.hibernate.persister.spi.HydratedCompoundValueHandler
-
- injectAliases(OrderByAliasResolver) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentTranslator.StandardOrderByTranslationImpl
-
- injectAliases(OrderByAliasResolver) - Method in interface org.hibernate.sql.ordering.antlr.OrderByTranslation
-
Inject table aliases into the translated fragment to properly qualify column references, using
the given 'aliasResolver' to determine the the proper table alias to use for each column reference.
- injectCallbackRegistry(CallbackRegistry) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistryConsumer
-
Injection of the CallbackRegistry
- injectDependencies(ServiceBinding<R>) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
-
- injectEnhancedEntityAsProxyInterceptor(Object, EntityKey, SharedSessionContractImplementor) - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
-
- injectEnhancedEntityAsProxyInterceptor(Object, EntityKey, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataNonPojoImpl
-
- injectEnhancedEntityAsProxyInterceptor(Object, EntityKey, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataPojoImpl
-
- injectInitialValue(long) - Method in interface org.hibernate.id.enhanced.InitialValueAwareOptimizer
-
Reports the user specified initial value to the optimizer.
- injectInitialValue(long) - Method in class org.hibernate.id.enhanced.PooledOptimizer
-
- injectInterceptor(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
-
Build and inject an interceptor instance into the enhanced entity.
- injectInterceptor(Object, PersistentAttributeInterceptor, SharedSessionContractImplementor) - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
-
- injectInterceptor(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataNonPojoImpl
-
- injectInterceptor(Object, PersistentAttributeInterceptor, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataNonPojoImpl
-
- injectInterceptor(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataPojoImpl
-
- injectInterceptor(Object, PersistentAttributeInterceptor, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataPojoImpl
-
- injectParameters(Object, Properties) - Static method in class org.hibernate.type.TypeFactory
-
Deprecated.
- InjectService - Annotation Type in org.hibernate.service.spi
-
Annotation to allow services to request injection of other services
- injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
-
- injectServices(ServiceRegistryImplementor) - Method in interface org.hibernate.service.spi.ServiceRegistryAwareService
-
Callback to inject the registry.
- injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
-
- injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.testing.jdbc.ConnectionProviderDelegate
-
- InlineIdsIdsInClauseDeleteHandlerImpl - Class in org.hibernate.hql.spi.id.inline
-
Inline bulk-id delete handler that uses an IN clause.
- InlineIdsIdsInClauseDeleteHandlerImpl(SessionFactoryImplementor, HqlSqlWalker) - Constructor for class org.hibernate.hql.spi.id.inline.InlineIdsIdsInClauseDeleteHandlerImpl
-
- InlineIdsIdsOrClauseDeleteHandlerImpl - Class in org.hibernate.hql.spi.id.inline
-
Inline bulk-id delete handler that uses multiple identifier OR clauses.
- InlineIdsIdsOrClauseDeleteHandlerImpl(SessionFactoryImplementor, HqlSqlWalker) - Constructor for class org.hibernate.hql.spi.id.inline.InlineIdsIdsOrClauseDeleteHandlerImpl
-
- InlineIdsInClauseBuilder - Class in org.hibernate.hql.spi.id.inline
-
Builds the where IN clause that wraps the identifiers to be updated/deleted.
- InlineIdsInClauseBuilder(Dialect, Type, TypeResolver, String[], List<Object[]>) - Constructor for class org.hibernate.hql.spi.id.inline.InlineIdsInClauseBuilder
-
- InlineIdsInClauseBulkIdStrategy - Class in org.hibernate.hql.spi.id.inline
-
This bulk-id strategy inlines identifiers of the rows that need to be updated or deleted using an IN clause:
- InlineIdsInClauseBulkIdStrategy() - Constructor for class org.hibernate.hql.spi.id.inline.InlineIdsInClauseBulkIdStrategy
-
- InlineIdsInClauseUpdateHandlerImpl - Class in org.hibernate.hql.spi.id.inline
-
Inline bulk-id update handler that uses an IN clause.
- InlineIdsInClauseUpdateHandlerImpl(SessionFactoryImplementor, HqlSqlWalker) - Constructor for class org.hibernate.hql.spi.id.inline.InlineIdsInClauseUpdateHandlerImpl
-
- InlineIdsOrClauseBuilder - Class in org.hibernate.hql.spi.id.inline
-
Builds the where clause using OR expressions for the identifiers to be updated/deleted.
- InlineIdsOrClauseBuilder(Dialect, Type, TypeResolver, String[], List<Object[]>) - Constructor for class org.hibernate.hql.spi.id.inline.InlineIdsOrClauseBuilder
-
- InlineIdsOrClauseBulkIdStrategy - Class in org.hibernate.hql.spi.id.inline
-
This bulk-id strategy inlines identifiers of the rows that need to be updated or deleted using multiple identifier OR clauses.
- InlineIdsOrClauseBulkIdStrategy() - Constructor for class org.hibernate.hql.spi.id.inline.InlineIdsOrClauseBulkIdStrategy
-
- InlineIdsOrClauseUpdateHandlerImpl - Class in org.hibernate.hql.spi.id.inline
-
Inline bulk-id update handler that uses multiple identifier OR clauses.
- InlineIdsOrClauseUpdateHandlerImpl(SessionFactoryImplementor, HqlSqlWalker) - Constructor for class org.hibernate.hql.spi.id.inline.InlineIdsOrClauseUpdateHandlerImpl
-
- InlineIdsSubSelectValueListBulkIdStrategy - Class in org.hibernate.hql.spi.id.inline
-
This bulk-id strategy inlines identifiers of the rows that need to be updated or deleted in a subselect using a VALUES list:
- InlineIdsSubSelectValueListBulkIdStrategy() - Constructor for class org.hibernate.hql.spi.id.inline.InlineIdsSubSelectValueListBulkIdStrategy
-
- InlineIdsSubSelectValuesListBuilder - Class in org.hibernate.hql.spi.id.inline
-
Builds the where SELECT FROM VALUES clause that wraps the identifiers to be updated/deleted.
- InlineIdsSubSelectValuesListBuilder(Dialect, Type, TypeResolver, String[], List<Object[]>) - Constructor for class org.hibernate.hql.spi.id.inline.InlineIdsSubSelectValuesListBuilder
-
- InlineIdsSubSelectValuesListDeleteHandlerImpl - Class in org.hibernate.hql.spi.id.inline
-
Inline bulk-id delete handler that uses a subselect with a VALUES clause.
- InlineIdsSubSelectValuesListDeleteHandlerImpl(SessionFactoryImplementor, HqlSqlWalker) - Constructor for class org.hibernate.hql.spi.id.inline.InlineIdsSubSelectValuesListDeleteHandlerImpl
-
- InlineIdsSubSelectValuesListUpdateHandlerImpl - Class in org.hibernate.hql.spi.id.inline
-
Inline bulk-id update handler that uses a subselect with a VALUES clause.
- InlineIdsSubSelectValuesListUpdateHandlerImpl(SessionFactoryImplementor, HqlSqlWalker) - Constructor for class org.hibernate.hql.spi.id.inline.InlineIdsSubSelectValuesListUpdateHandlerImpl
-
- inlineLiteral(String) - Method in class org.hibernate.dialect.Dialect
-
Inline String literal.
- InLineViewSource - Interface in org.hibernate.boot.model.source.spi
-
Describes in-line view source information.
- InMemoryValueGenerationStrategy - Interface in org.hibernate.tuple
-
- INNER_JOIN - Static variable in interface org.hibernate.criterion.CriteriaSpecification
-
- INNER_JOIN - Static variable in class org.hibernate.sql.JoinFragment
-
- InnoDBStorageEngine - Class in org.hibernate.dialect
-
Represents the InnoDB storage engine.
- InnoDBStorageEngine() - Constructor for class org.hibernate.dialect.InnoDBStorageEngine
-
- InputStreamAccess - Interface in org.hibernate.boot.archive.spi
-
Contract for building InputStreams, especially in on-demand situations
- insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
-
- insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
- insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
-
- insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
-
- insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
-
- insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
- insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
-
- insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
-
- insert(SharedSessionContractImplementor, Object, Object, Object) - Method in interface org.hibernate.cache.spi.access.EntityDataAccess
-
Called afterQuery an item has been inserted (beforeQuery the transaction completes),
instead of calling evict().
- insert(SharedSessionContractImplementor, Object, Object) - Method in interface org.hibernate.cache.spi.access.NaturalIdDataAccess
-
Called afterQuery an item has been inserted (beforeQuery the transaction completes),
instead of calling evict().
- insert(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
-
- insert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityNonStrictReadWriteAccess
-
- insert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityReadOnlyAccess
-
- insert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
-
- insert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityTransactionalAccess
-
- insert(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.NaturalIdNonStrictReadWriteAccess
-
- insert(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
-
- INSERT - Static variable in class org.hibernate.mapping.PropertyGeneration
-
Deprecated.
Values for this property are generated by the database on insert.
- insert(Object[], boolean[], String, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Perform an SQL INSERT, and then retrieve a generated identifier.
- insert(Serializable, Object[], boolean[], int, String, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
Perform an SQL INSERT.
- insert(Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- insert(Serializable, Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- insert(Serializable, Object[], Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Persist an instance
- insert(Object[], Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Persist an instance, using a natively generated identifier (optional operation)
- Insert - Class in org.hibernate.sql
-
An SQL INSERT statement
- Insert(Dialect) - Constructor for class org.hibernate.sql.Insert
-
- insert(Object) - Method in interface org.hibernate.StatelessSession
-
Insert a row.
- insert(String, Object) - Method in interface org.hibernate.StatelessSession
-
Insert a row.
- insertable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
-
- insertable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
-
- insertable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
-
- insertable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
-
- insertable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
-
- insertable() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
-
- insertable() - Method in class org.hibernate.cfg.annotations.MapKeyJoinColumnDelegator
-
- insertable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Column
-
- insertable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
-
- insertable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
-
- insertable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
-
- insertable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
-
- insertCallable - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
-
- insertEntity(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
-
Callback about an entity being inserted
- InsertGeneratedIdentifierDelegate - Interface in org.hibernate.id.insert
-
Responsible for handling delegation relating to variants in how
insert-generated-identifier generator strategies dictate processing:
building the sql insert statement
determination of the generated identifier value
- insertResultCheckStyles - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
-
- insertRows(PersistentCollection, Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- insertRows(PersistentCollection, Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Insert the persistent state of any new collection elements
- insertRows(PersistentCollection, Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
-
- InsertSelect - Class in org.hibernate.sql
-
Implementation of InsertSelect.
- InsertSelect(Dialect) - Constructor for class org.hibernate.sql.InsertSelect
-
- InsertSelectDelegate(PostInsertIdentityPersister, Dialect) - Constructor for class org.hibernate.id.IdentityGenerator.InsertSelectDelegate
-
- InsertSelectIdentityInsert - Class in org.hibernate.id.insert
-
Specialized IdentifierGeneratingInsert which appends the database
specific clause which signifies to return generated IDENTITY values
to the end of the insert statement.
- InsertSelectIdentityInsert(Dialect) - Constructor for class org.hibernate.id.insert.InsertSelectIdentityInsert
-
- inSession(Consumer<SessionImplementor>) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
-
- inSession(Consumer<SessionImplementor>) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
-
- inSession(SessionFactoryImplementor, Consumer<SessionImplementor>) - Static method in class org.hibernate.testing.transaction.TransactionUtil2
-
- inspect(String) - Method in interface org.hibernate.resource.jdbc.spi.StatementInspector
-
Inspect the given SQL, possibly returning a different SQL to be used instead.
- INSTANCE - Static variable in class org.hibernate.boot.model.naming.ImplicitNamingStrategyComponentPathImpl
-
- INSTANCE - Static variable in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
-
- INSTANCE - Static variable in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.boot.model.naming.NamingHelper
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.boot.model.relational.QualifiedNameParser
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.boot.xsd.MappingXsdSupport
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.cache.spi.entry.StructuredCollectionCacheEntry
-
Access to the singleton reference.
- INSTANCE - Static variable in class org.hibernate.cache.spi.entry.StructuredMapCacheEntry
-
Access to the singleton reference
- INSTANCE - Static variable in class org.hibernate.cache.spi.entry.UnstructuredCacheEntry
-
Access to the singleton instance.
- INSTANCE - Static variable in class org.hibernate.cache.spi.QuerySpacesHelper
-
Singleton access
- INSTANCE - Static variable in interface org.hibernate.cache.spi.SecondLevelCacheLogger
-
- INSTANCE - Static variable in class org.hibernate.cache.spi.support.RegionNameQualifier
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.cfg.annotations.reflection.PersistentAttributeFilter
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.cfg.beanvalidation.DuplicationStrategyImpl
-
- INSTANCE - Static variable in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
-
- INSTANCE - Static variable in class org.hibernate.cfg.DefaultNamingStrategy
-
The singleton instance
- INSTANCE - Static variable in class org.hibernate.cfg.EJB3DTDEntityResolver
-
- INSTANCE - Static variable in class org.hibernate.cfg.EJB3NamingStrategy
-
- INSTANCE - Static variable in class org.hibernate.cfg.ImprovedNamingStrategy
-
A convenient singleton instance
- INSTANCE - Static variable in class org.hibernate.criterion.Example.AllPropertySelector
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.criterion.Example.NotNullOrZeroPropertySelector
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.criterion.Example.NotNullPropertySelector
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.dialect.function.CastFunction
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.AvgFunction
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.CountFunction
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.MaxFunction
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.MinFunction
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.SumFunction
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.dialect.hint.IndexQueryHintHandler
-
- INSTANCE - Static variable in class org.hibernate.dialect.InnoDBStorageEngine
-
- INSTANCE - Static variable in class org.hibernate.dialect.MyISAMStorageEngine
-
- INSTANCE - Static variable in class org.hibernate.dialect.OracleTypesHelper
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.dialect.pagination.CUBRIDLimitHandler
-
- INSTANCE - Static variable in class org.hibernate.dialect.pagination.FirstLimitHandler
-
- INSTANCE - Static variable in class org.hibernate.dialect.pagination.Informix10LimitHandler
-
- INSTANCE - Static variable in class org.hibernate.dialect.pagination.LegacyFirstLimitHandler
-
- INSTANCE - Static variable in class org.hibernate.dialect.pagination.NoopLimitHandler
-
- INSTANCE - Static variable in class org.hibernate.dialect.pagination.Oracle12LimitHandler
-
- INSTANCE - Static variable in class org.hibernate.dialect.pagination.SQL2008StandardLimitHandler
-
- INSTANCE - Static variable in class org.hibernate.EmptyInterceptor
-
The singleton reference.
- INSTANCE - Static variable in class org.hibernate.engine.jdbc.dialect.spi.BasicSQLExceptionConverter
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.engine.jdbc.env.spi.AnsiSqlKeywords
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.engine.jdbc.NonContextualLobCreator
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.engine.query.spi.NativeQueryInterpreterInitiator
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.engine.spi.CacheInitiator
-
- INSTANCE - Static variable in class org.hibernate.envers.event.spi.EnversListenerDuplicationStrategy
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.hql.spi.id.cte.CteValuesListBulkIdStrategy
-
- INSTANCE - Static variable in class org.hibernate.hql.spi.id.IdTableHelper
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.hql.spi.id.IdTableSupportStandardImpl
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.hql.spi.id.inline.InlineIdsInClauseBulkIdStrategy
-
- INSTANCE - Static variable in class org.hibernate.hql.spi.id.inline.InlineIdsOrClauseBulkIdStrategy
-
- INSTANCE - Static variable in class org.hibernate.hql.spi.id.inline.InlineIdsSubSelectValueListBulkIdStrategy
-
- INSTANCE - Static variable in class org.hibernate.hql.spi.id.local.Helper
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.hql.spi.id.persistent.Helper
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.id.uuid.StandardRandomStrategy
-
- INSTANCE - Static variable in class org.hibernate.loader.collection.DynamicBatchingCollectionInitializerBuilder
-
- INSTANCE - Static variable in class org.hibernate.loader.collection.LegacyBatchingCollectionInitializerBuilder
-
- INSTANCE - Static variable in class org.hibernate.loader.collection.PaddedBatchingCollectionInitializerBuilder
-
- INSTANCE - Static variable in class org.hibernate.loader.collection.plan.LegacyBatchingCollectionInitializerBuilder
-
- INSTANCE - Static variable in class org.hibernate.loader.entity.CacheEntityLoaderHelper
-
- INSTANCE - Static variable in class org.hibernate.loader.entity.plan.DynamicBatchingEntityLoaderBuilder
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.loader.entity.plan.LegacyBatchingEntityLoaderBuilder
-
- INSTANCE - Static variable in class org.hibernate.loader.entity.plan.PaddedBatchingEntityLoaderBuilder
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.loader.plan.build.spi.LoadPlanTreePrinter
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.loader.plan.build.spi.QuerySpaceTreePrinter
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.loader.plan.build.spi.ReturnGraphTreePrinter
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.loader.plan.build.spi.TreePrinterHelper
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.query.spi.QueryParameterBindingValidator
-
- INSTANCE - Static variable in class org.hibernate.resource.beans.spi.ManagedBeanRegistryInitiator
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.spatial.dialect.h2geodb.GeoDBGeometryTypeDescriptor
-
An instance of this Descriptor
- INSTANCE - Static variable in class org.hibernate.spatial.dialect.hana.HANAGeometryTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.spatial.dialect.hana.HANAPointTypeDescriptor
-
An instance of the descrtiptor
- INSTANCE - Static variable in class org.hibernate.spatial.dialect.mariadb.MariaDBGeometryTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.spatial.dialect.mysql.MySQLGeometryTypeDescriptor
-
An instance of this Descriptor
- INSTANCE - Static variable in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008GeometryTypeDescriptor
-
An instance of the descrtiptor
- INSTANCE - Static variable in class org.hibernate.spatial.GeolatteGeometryJavaTypeDescriptor
-
an instance of this descriptor
- INSTANCE - Static variable in class org.hibernate.spatial.JTSGeometryJavaTypeDescriptor
-
An instance of this descriptor
- INSTANCE - Static variable in class org.hibernate.sql.Template.NoOpColumnMapper
-
- INSTANCE - Static variable in class org.hibernate.testing.boot.ClassLoaderAccessTestingImpl
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.testing.boot.ClassLoaderServiceTestingImpl
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.testing.bytecode.enhancement.EverythingSelector
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.testing.jdbc.JdbcProperties
-
- INSTANCE - Static variable in class org.hibernate.testing.jdbc.leak.H2IdleConnectionCounter
-
- INSTANCE - Static variable in class org.hibernate.testing.jdbc.leak.MySQLIdleConnectionCounter
-
- INSTANCE - Static variable in class org.hibernate.testing.jdbc.leak.OracleIdleConnectionCounter
-
- INSTANCE - Static variable in class org.hibernate.testing.jdbc.leak.PostgreSQLIdleConnectionCounter
-
- INSTANCE - Static variable in class org.hibernate.testing.jta.TestingJtaBootstrap
-
- INSTANCE - Static variable in class org.hibernate.testing.jta.TestingJtaPlatformImpl
-
- INSTANCE - Static variable in class org.hibernate.tool.hbm2ddl.ImportSqlCommandExtractorInitiator
-
- INSTANCE - Static variable in class org.hibernate.tool.schema.spi.DelayedDropRegistryNotAvailableImpl
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.transform.AliasToEntityMapResultTransformer
-
- INSTANCE - Static variable in class org.hibernate.transform.DistinctResultTransformer
-
- INSTANCE - Static variable in class org.hibernate.transform.DistinctRootEntityResultTransformer
-
- INSTANCE - Static variable in class org.hibernate.transform.PassThroughResultTransformer
-
- INSTANCE - Static variable in class org.hibernate.transform.RootEntityResultTransformer
-
- INSTANCE - Static variable in class org.hibernate.transform.ToListResultTransformer
-
- INSTANCE - Static variable in class org.hibernate.tuple.entity.DynamicMapEntityTuplizer.BasicEntityNameResolver
-
- INSTANCE - Static variable in class org.hibernate.type.BigDecimalType
-
- INSTANCE - Static variable in class org.hibernate.type.BigIntegerType
-
- INSTANCE - Static variable in class org.hibernate.type.BinaryType
-
- INSTANCE - Static variable in class org.hibernate.type.BlobType
-
- INSTANCE - Static variable in class org.hibernate.type.BooleanType
-
- INSTANCE - Static variable in class org.hibernate.type.ByteType
-
- INSTANCE - Static variable in class org.hibernate.type.CalendarDateType
-
- INSTANCE - Static variable in class org.hibernate.type.CalendarTimeType
-
- INSTANCE - Static variable in class org.hibernate.type.CalendarType
-
- INSTANCE - Static variable in class org.hibernate.type.CharacterArrayClobType
-
- INSTANCE - Static variable in class org.hibernate.type.CharacterArrayNClobType
-
- INSTANCE - Static variable in class org.hibernate.type.CharacterArrayType
-
- INSTANCE - Static variable in class org.hibernate.type.CharacterNCharType
-
- INSTANCE - Static variable in class org.hibernate.type.CharacterType
-
- INSTANCE - Static variable in class org.hibernate.type.CharArrayType
-
- INSTANCE - Static variable in class org.hibernate.type.ClassType
-
- INSTANCE - Static variable in class org.hibernate.type.ClobType
-
- INSTANCE - Static variable in class org.hibernate.type.CurrencyType
-
- INSTANCE - Static variable in class org.hibernate.type.DateType
-
- INSTANCE - Static variable in class org.hibernate.type.DbTimestampType
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ArrayMutabilityPlan
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BigDecimalTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BigIntegerTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BlobTypeDescriptor.BlobMutabilityPlan
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BlobTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BooleanTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ByteArrayTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ByteTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CalendarDateTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CalendarTimeTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor.CalendarMutabilityPlan
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CalendarTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CharacterArrayTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CharacterTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ClassTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ClobTypeDescriptor.ClobMutabilityPlan
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ClobTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CurrencyTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.DateTypeDescriptor.DateMutabilityPlan
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.DateTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.DoubleTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.DurationJavaDescriptor
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.FloatTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.IncomparableComparator
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.InstantJavaDescriptor
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.IntegerTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JavaTypeDescriptorRegistry
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor.DateMutabilityPlan
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcDateTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor.TimestampMutabilityPlan
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcTimeTypeDescriptor.TimeMutabilityPlan
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LocalDateJavaDescriptor
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LocalDateTimeJavaDescriptor
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LocaleTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LocaleTypeDescriptor.LocaleComparator
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LocalTimeJavaDescriptor
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LongTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.NClobTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.NClobTypeDescriptor.NClobMutabilityPlan
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaDescriptor
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.OffsetTimeJavaDescriptor
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.PrimitiveByteArrayTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.RowVersionTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.SerializableTypeDescriptor.SerializableMutabilityPlan
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ShortTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.spi.RegistryHelper
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.StringTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.TimeZoneTypeDescriptor.TimeZoneComparator
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UrlTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.PassThroughTransformer
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ToBytesTransformer
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDTypeDescriptor.ToStringTransformer
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaDescriptor
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.BigIntTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.BinaryTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.BitTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.BooleanTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.CharTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.DateTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.DecimalTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.DoubleTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.FloatTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.IntegerTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.JdbcTypeFamilyInformation
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.JdbcTypeJavaClassMappings
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.LobTypeMappings
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.LongNVarcharTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.LongVarbinaryTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.LongVarcharTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.NationalizedTypeMappings
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.NCharTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.NumericTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.NVarcharTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.RealTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.SmallIntTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.SqlTypeDescriptorRegistry
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.TimestampTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.TimeTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.TinyIntTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.VarbinaryTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.descriptor.sql.VarcharTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.DoubleType
-
- INSTANCE - Static variable in class org.hibernate.type.DurationType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.FloatType
-
- INSTANCE - Static variable in class org.hibernate.type.ImageType
-
- INSTANCE - Static variable in class org.hibernate.type.InstantType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.IntegerType
-
- INSTANCE - Static variable in class org.hibernate.type.LocalDateTimeType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.LocalDateType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.LocaleType
-
- INSTANCE - Static variable in class org.hibernate.type.LocalTimeType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.LongType
-
- INSTANCE - Static variable in class org.hibernate.type.MaterializedBlobType
-
- INSTANCE - Static variable in class org.hibernate.type.MaterializedClobType
-
- INSTANCE - Static variable in class org.hibernate.type.MaterializedNClobType
-
- INSTANCE - Static variable in class org.hibernate.type.NClobType
-
- INSTANCE - Static variable in class org.hibernate.type.NTextType
-
- INSTANCE - Static variable in class org.hibernate.type.NumericBooleanType
-
- INSTANCE - Static variable in class org.hibernate.type.ObjectType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.OffsetDateTimeType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.OffsetTimeType
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.type.PostgresUUIDType
-
- INSTANCE - Static variable in class org.hibernate.type.PostgresUUIDType.PostgresUUIDSqlTypeDescriptor
-
- INSTANCE - Static variable in class org.hibernate.type.PrimitiveCharacterArrayClobType
-
- INSTANCE - Static variable in class org.hibernate.type.PrimitiveCharacterArrayNClobType
-
- INSTANCE - Static variable in class org.hibernate.type.RowVersionType
-
- INSTANCE - Static variable in class org.hibernate.type.SerializableType
-
- INSTANCE - Static variable in class org.hibernate.type.ShortType
-
- INSTANCE - Static variable in class org.hibernate.type.StringNVarcharType
-
- INSTANCE - Static variable in class org.hibernate.type.StringType
-
- INSTANCE - Static variable in class org.hibernate.type.TextType
-
- INSTANCE - Static variable in class org.hibernate.type.TimestampType
-
- INSTANCE - Static variable in class org.hibernate.type.TimeType
-
- INSTANCE - Static variable in class org.hibernate.type.TimeZoneType
-
- INSTANCE - Static variable in class org.hibernate.type.TrueFalseType
-
- INSTANCE - Static variable in class org.hibernate.type.UrlType
-
- INSTANCE - Static variable in class org.hibernate.type.UUIDBinaryType
-
- INSTANCE - Static variable in class org.hibernate.type.UUIDCharType
-
- INSTANCE - Static variable in class org.hibernate.type.WrappedMaterializedBlobType
-
- INSTANCE - Static variable in class org.hibernate.type.WrapperBinaryType
-
- INSTANCE - Static variable in class org.hibernate.type.YesNoType
-
- INSTANCE - Static variable in class org.hibernate.type.ZonedDateTimeType
-
Singleton access
- INSTANCE_WKB_1 - Static variable in class org.hibernate.spatial.dialect.postgis.PGGeometryTypeDescriptor
-
- INSTANCE_WKB_2 - Static variable in class org.hibernate.spatial.dialect.postgis.PGGeometryTypeDescriptor
-
- instanceAlreadyLoaded(ResultSet, int, Loadable, EntityKey, Object, LockMode, List, SharedSessionContractImplementor) - Method in class org.hibernate.loader.Loader
-
The entity instance is already in the session cache
- instanceNotYetLoaded(ResultSet, int, Loadable, String, EntityKey, LockMode, EntityKey, Object, List, SharedSessionContractImplementor) - Method in class org.hibernate.loader.Loader
-
The entity instance is not in the session cache
- instantiate(String, EntityMode, Serializable) - Method in class org.hibernate.EmptyInterceptor
-
- instantiate(String, Serializable) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- instantiate(EntityPersister, Serializable) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- instantiate(String, Serializable) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Instantiate the entity class, initializing with the given identifier
- instantiate(EntityPersister, Serializable) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Instantiate the entity class of an EntityPersister, initializing with the given identifier.
- instantiate(EntityPersister, Serializable) - Method in interface org.hibernate.event.spi.EventSource
-
Instantiate an entity instance, using either an interceptor,
or the given persister
- instantiate(String, EntityMode, Serializable) - Method in interface org.hibernate.Interceptor
-
Instantiate the entity class.
- instantiate(Serializable, SessionImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
-
- instantiate(Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
-
Create a class instance initialized with the given identifier
- instantiate(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- instantiate(Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Create a class instance initialized with the given identifier
- instantiate() - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
-
This method does not populate the component parent
- instantiate(Serializable) - Method in class org.hibernate.tuple.DynamicMapInstantiator
-
- instantiate() - Method in class org.hibernate.tuple.DynamicMapInstantiator
-
- instantiate(Serializable) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- instantiate(Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- instantiate() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- instantiate(Serializable) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
- instantiate(Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
Create an entity instance initialized with the given identifier.
- instantiate(Serializable) - Method in interface org.hibernate.tuple.Instantiator
-
Perform the requested entity instantiation.
- instantiate() - Method in interface org.hibernate.tuple.Instantiator
-
Perform the requested instantiation.
- instantiate() - Method in class org.hibernate.tuple.PojoInstantiator
-
- instantiate(Serializable) - Method in class org.hibernate.tuple.PojoInstantiator
-
- instantiate() - Method in interface org.hibernate.tuple.Tuplizer
-
Generate a new, empty entity.
- instantiate(SharedSessionContractImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.ArrayType
-
- instantiate(int) - Method in class org.hibernate.type.ArrayType
-
- instantiate(SharedSessionContractImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.BagType
-
- instantiate(int) - Method in class org.hibernate.type.BagType
-
- instantiate(SharedSessionContractImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.CollectionType
-
Instantiate an uninitialized collection wrapper or holder.
- instantiate(int) - Method in class org.hibernate.type.CollectionType
-
Instantiate an empty instance of the "underlying" collection (not a wrapper),
but with the given anticipated size (i.e.
- instantiate(EntityMode) - Method in class org.hibernate.type.ComponentType
-
This method does not populate the component parent
- instantiate(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
-
- instantiate(SharedSessionContractImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.CustomCollectionType
-
- instantiate(int) - Method in class org.hibernate.type.CustomCollectionType
-
- instantiate(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.EmbeddedComponentType
-
- instantiate(SharedSessionContractImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.IdentifierBagType
-
- instantiate(int) - Method in class org.hibernate.type.IdentifierBagType
-
- instantiate(SharedSessionContractImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.ListType
-
- instantiate(int) - Method in class org.hibernate.type.ListType
-
- instantiate(SharedSessionContractImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.MapType
-
- instantiate(int) - Method in class org.hibernate.type.MapType
-
- instantiate(int) - Method in class org.hibernate.type.OrderedMapType
-
- instantiate(int) - Method in class org.hibernate.type.OrderedSetType
-
- instantiate(SharedSessionContractImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.SetType
-
- instantiate(int) - Method in class org.hibernate.type.SetType
-
- instantiate(SharedSessionContractImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.SortedMapType
-
- instantiate(int) - Method in class org.hibernate.type.SortedMapType
-
- instantiate(SharedSessionContractImplementor, CollectionPersister, Serializable) - Method in class org.hibernate.type.SortedSetType
-
- instantiate(int) - Method in class org.hibernate.type.SortedSetType
-
- instantiate(SharedSessionContractImplementor, CollectionPersister) - Method in interface org.hibernate.usertype.UserCollectionType
-
Instantiate an uninitialized instance of the collection wrapper
- instantiate(int) - Method in interface org.hibernate.usertype.UserCollectionType
-
Instantiate an empty instance of the "underlying" collection (not a wrapper),
but with the given anticipated size (i.e.
- instantiateResult(Object) - Method in class org.hibernate.type.ArrayType
-
- instantiateResult(Object) - Method in class org.hibernate.type.CollectionType
-
Instantiate a new "underlying" collection exhibiting the same capacity
characteristics and the passed "original".
- InstantiationException - Exception in org.hibernate
-
Thrown if Hibernate can't instantiate a class at runtime.
- InstantiationException(String, Class, Throwable) - Constructor for exception org.hibernate.InstantiationException
-
Constructs a InstantiationException.
- InstantiationException(String, Class) - Constructor for exception org.hibernate.InstantiationException
-
Constructs a InstantiationException.
- InstantiationException(String, Class, Exception) - Constructor for exception org.hibernate.InstantiationException
-
Constructs a InstantiationException.
- instantiator - Variable in class org.hibernate.tuple.component.AbstractComponentTuplizer
-
- Instantiator - Interface in org.hibernate.tuple
-
Contract for implementors responsible for instantiating entity/component instances.
- InstantJavaDescriptor - Class in org.hibernate.type.descriptor.java
-
Java type descriptor for the LocalDateTime type.
- InstantJavaDescriptor() - Constructor for class org.hibernate.type.descriptor.java.InstantJavaDescriptor
-
- InstantType - Class in org.hibernate.type
-
- InstantType() - Constructor for class org.hibernate.type.InstantType
-
- inStatelessSession(Consumer<StatelessSession>) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
-
- inStatelessSession(Consumer<StatelessSession>) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
-
- inStatelessSession(SessionFactoryImplementor, Consumer<StatelessSession>) - Static method in class org.hibernate.testing.transaction.TransactionUtil2
-
- inStatelessTransaction(Consumer<StatelessSession>) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
-
- inStatelessTransaction(SessionFactoryImplementor, Consumer<StatelessSession>) - Static method in class org.hibernate.testing.transaction.TransactionUtil2
-
- inStatelessTransaction(StatelessSession, Consumer<StatelessSession>) - Static method in class org.hibernate.testing.transaction.TransactionUtil2
-
- InstrumentedClassLoader - Class in org.hibernate.bytecode.spi
-
A specialized ClassLoader which performs bytecode enhancement on class definitions as they are loaded
into the ClassLoader scope.
- InstrumentedClassLoader(ClassLoader, ClassTransformer) - Constructor for class org.hibernate.bytecode.spi.InstrumentedClassLoader
-
Constructs an InstrumentedClassLoader.
- InstrumentTask - Class in org.hibernate.tool.instrument.javassist
-
- InstrumentTask() - Constructor for class org.hibernate.tool.instrument.javassist.InstrumentTask
-
Deprecated.
- INTEGER - Static variable in class org.hibernate.type.StandardBasicTypes
-
- IntegerType - Class in org.hibernate.type
-
A type that maps between
INTEGER
and @link Integer}
- IntegerType() - Constructor for class org.hibernate.type.IntegerType
-
- IntegerTypeDescriptor - Class in org.hibernate.type.descriptor.java
-
- IntegerTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.IntegerTypeDescriptor
-
- IntegerTypeDescriptor - Class in org.hibernate.type.descriptor.sql
-
- IntegerTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.IntegerTypeDescriptor
-
- IntegralDataTypeHolder - Interface in org.hibernate.id
-
Defines a common api for dealing with data of integral data type.
- integrate(Metadata, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.cfg.beanvalidation.BeanValidationIntegrator
-
- integrate(Metadata, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in interface org.hibernate.integrator.spi.Integrator
-
Perform integration.
- integrate(Metadata, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.secure.spi.JaccIntegrator
-
Deprecated.
- INTEGRATION_ENABLED - Static variable in class org.hibernate.spatial.integration.SpatialService
-
The name of the configuration setting used to control whether the spatial integration
is enabled.
- IntegrationException - Exception in org.hibernate.cfg.beanvalidation
-
Indicates a problem integrating Hibernate and the Bean Validation spec.
- IntegrationException(String) - Constructor for exception org.hibernate.cfg.beanvalidation.IntegrationException
-
- IntegrationException(String, Throwable) - Constructor for exception org.hibernate.cfg.beanvalidation.IntegrationException
-
- IntegrationException - Exception in org.hibernate.secure.spi
-
- IntegrationException(String) - Constructor for exception org.hibernate.secure.spi.IntegrationException
-
- IntegrationException(String, Throwable) - Constructor for exception org.hibernate.secure.spi.IntegrationException
-
- Integrator - Interface in org.hibernate.integrator.spi
-
Contract for stuff that integrates with Hibernate.
- IntegratorProvider - Interface in org.hibernate.jpa.boot.spi
-
- IntegratorService - Interface in org.hibernate.integrator.spi
-
- InterbaseDialect - Class in org.hibernate.dialect
-
An SQL dialect for Interbase.
- InterbaseDialect() - Constructor for class org.hibernate.dialect.InterbaseDialect
-
Constructs an InterbaseDialect
- intercept(Object, Method, Object[]) - Method in class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyInterceptor
-
- intercept(Object, Method, Object[]) - Method in interface org.hibernate.proxy.ProxyConfiguration.Interceptor
-
Intercepts a method call to a proxy.
- intercept(Object, Method, Object[], Object, ProxyConfiguration.Interceptor) - Static method in class org.hibernate.proxy.ProxyConfiguration.InterceptorDispatcher
-
Intercepts a method call to a proxy.
- INTERCEPTOR - Static variable in interface org.hibernate.cfg.AvailableSettings
-
Names a
Interceptor
implementation to be applied to the
SessionFactory
and propagated to each Session created from the SessionFactory.
- interceptor(Interceptor) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
-
- interceptor() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
-
- interceptor(Interceptor) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
-
- Interceptor - Interface in org.hibernate
-
Allows user code to inspect and/or change property values.
- INTERCEPTOR - Static variable in interface org.hibernate.jpa.AvailableSettings
-
- interceptor(Interceptor) - Method in interface org.hibernate.SessionBuilder
-
Adds a specific interceptor to the session options.
- interceptor() - Method in interface org.hibernate.SharedSessionBuilder
-
Signifies the interceptor from the original session should be used to create the new session.
- interceptor(Interceptor) - Method in interface org.hibernate.SharedSessionBuilder
-
- INTERCEPTOR_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
-
- INTERCEPTOR_FIELD_NAME - Static variable in interface org.hibernate.proxy.ProxyConfiguration
-
The canonical field name for an interceptor object stored in a proxied object.
- INTERCEPTOR_GETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
-
Name of the method used to read the interceptor
- INTERCEPTOR_SETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
-
Name of the method used to write the interceptor
- InterceptorDispatcher() - Constructor for class org.hibernate.proxy.ProxyConfiguration.InterceptorDispatcher
-
- INTERNAL_LOAD_EAGER - Static variable in interface org.hibernate.event.spi.LoadEventListener
-
- INTERNAL_LOAD_LAZY - Static variable in interface org.hibernate.event.spi.LoadEventListener
-
- INTERNAL_LOAD_NULLABLE - Static variable in interface org.hibernate.event.spi.LoadEventListener
-
- internalLoad(String, Serializable, boolean, boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- internalLoad(String, Serializable, boolean, boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Load an instance without checking if it was deleted.
- interpret(String) - Static method in enum org.hibernate.boot.SchemaAutoTooling
-
- interpret(String) - Static method in enum org.hibernate.ConnectionAcquisitionMode
-
- interpret(Object) - Static method in enum org.hibernate.ConnectionAcquisitionMode
-
- interpret(Object) - Static method in enum org.hibernate.ConnectionReleaseMode
-
- interpret(short) - Static method in enum org.hibernate.engine.jdbc.spi.TypeNullability
-
- interpret(short) - Static method in enum org.hibernate.engine.jdbc.spi.TypeSearchability
-
- interpret(Object) - Static method in enum org.hibernate.id.SequenceMismatchStrategy
-
Interpret the configured SequenceMismatchStrategy value.
- interpret(Object) - Static method in enum org.hibernate.loader.BatchFetchStyle
-
- interpret(LockMode) - Static method in class org.hibernate.LockOptions
-
- interpret(String) - Static method in enum org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
-
- interpret(Object) - Static method in enum org.hibernate.query.criteria.LiteralHandlingMode
-
Interpret the configured literalHandlingMode value.
- interpret(Object) - Static method in enum org.hibernate.query.ImmutableEntityUpdateQueryHandlingMode
-
- interpret(Object) - Static method in enum org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
-
- interpret(ConnectionAcquisitionMode, ConnectionReleaseMode) - Static method in enum org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
-
- interpret(String) - Static method in enum org.hibernate.secure.spi.PermissibleAction
-
Deprecated.
- interpret(boolean, boolean) - Static method in enum org.hibernate.tool.hbm2ddl.SchemaExportTask.ExportType
-
- interpret(boolean, boolean) - Static method in enum org.hibernate.tool.hbm2ddl.Target
-
- interpret(Object) - Static method in enum org.hibernate.tool.hbm2ddl.UniqueConstraintSchemaUpdateStrategy
-
- interpret(Object, SourceType) - Static method in enum org.hibernate.tool.schema.SourceType
-
Used when processing JPA configuration to interpret the user config value
- interpret(Map) - Static method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
-
- interpretExternalSetting(String) - Static method in enum org.hibernate.CacheMode
-
Used to interpret externalized forms of this enum.
- interpretExternalSetting(String) - Static method in enum org.hibernate.FlushMode
-
Interprets an external representation of the flush mode.
- interpretHbm2ddlSetting(Object) - Static method in enum org.hibernate.tool.schema.Action
-
- interpretHbm2ddlSetting(Object) - Static method in enum org.hibernate.tool.schema.JdbcMetadaAccessStrategy
-
- interpretJpaSetting(Object) - Static method in enum org.hibernate.tool.schema.Action
-
Used when processing JPA configuration to interpret the user config values.
- interpretOldCode(int) - Static method in enum org.hibernate.engine.OptimisticLockStyle
-
Given an old code (one of the int constants from Cascade), interpret it as one of the new enums.
- interpretReportedSQLStateType(int) - Static method in enum org.hibernate.engine.jdbc.env.spi.SQLStateType
-
- interpretSequenceGenerator(SequenceGenerator, IdentifierGeneratorDefinition.Builder) - Method in interface org.hibernate.boot.model.IdGeneratorStrategyInterpreter
-
Extract the IdentifierGeneratorDefinition related to the given SequenceGenerator annotation
- interpretSetting(Object) - Static method in enum org.hibernate.cache.jcache.MissingCacheStrategy
-
- interpretSetting(Map) - Static method in enum org.hibernate.tool.schema.JdbcMetadaAccessStrategy
-
- interpretTableGenerator(TableGenerator, IdentifierGeneratorDefinition.Builder) - Method in interface org.hibernate.boot.model.IdGeneratorStrategyInterpreter
-
Extract the IdentifierGeneratorDefinition related to the given TableGenerator annotation
- INTERSECTION - Static variable in interface org.hibernate.spatial.SpatialAnalysis
-
The intersection function
- intersects(String, Geometry) - Static method in class org.hibernate.spatial.criterion.SpatialRestrictions
-
Apply a "spatially intersects" constraint to the named property
- intersects(CriteriaBuilder, Expression<? extends Geometry>, Expression<? extends Geometry>) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
-
Create a predicate for testing the arguments for "spatially intersects" constraint.
- intersects(CriteriaBuilder, Expression<? extends Geometry>, Geometry) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
-
Create a predicate for testing the arguments for "spatially intersects" constraint.
- intersects(CriteriaBuilder, Expression<? extends Geometry>, Expression<? extends Geometry>) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
-
Create a predicate for testing the arguments for "spatially intersects" constraint.
- intersects(CriteriaBuilder, Expression<? extends Geometry>, Geometry) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
-
Create a predicate for testing the arguments for "spatially intersects" constraint.
- INTERSECTS - Static variable in interface org.hibernate.spatial.SpatialRelation
-
The first geometry intersects the second
- inTransaction(Consumer<SessionImplementor>) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
-
- inTransaction(SessionImplementor, Consumer<SessionImplementor>) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
-
- inTransaction(Consumer<SessionImplementor>) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
-
- inTransaction(SessionFactoryImplementor, Consumer<SessionImplementor>) - Static method in class org.hibernate.testing.transaction.TransactionUtil2
-
- inTransaction(SessionImplementor, Consumer<SessionImplementor>) - Static method in class org.hibernate.testing.transaction.TransactionUtil2
-
- IntStreamDecorator - Class in org.hibernate.query.spi
-
- IntStreamDecorator(IntStream, Runnable) - Constructor for class org.hibernate.query.spi.IntStreamDecorator
-
- INVALID_NATURAL_ID_REFERENCE - Static variable in interface org.hibernate.engine.spi.PersistenceContext.NaturalIdHelper
-
- InvalidatableWrapper<T> - Interface in org.hibernate.engine.jdbc.spi
-
Specialized
JdbcWrapper
contract for wrapped objects that can additioanlly be invalidated
- invalidate(String[], SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.TimestampsCache
-
Perform invalidation of the passed spaces (table names)
against the timestamps region data
- invalidate(Serializable[], SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.TimestampsCache
-
- invalidate(Serializable[], SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.UpdateTimestampsCache
-
Deprecated.
Perform invalidation.
- invalidate() - Method in interface org.hibernate.engine.jdbc.spi.InvalidatableWrapper
-
Make the wrapper invalid for further usage.
- invalidate() - Method in interface org.hibernate.engine.transaction.spi.TransactionImplementor
-
- invalidate() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
-
- InvalidGraphException - Exception in org.hibernate.graph
-
Thrown by
GraphParser
to indicate textual entity graph representation parsing errors.
- InvalidGraphException(String) - Constructor for exception org.hibernate.graph.InvalidGraphException
-
- InvalidMappingException - Exception in org.hibernate.boot
-
- InvalidMappingException(Origin) - Constructor for exception org.hibernate.boot.InvalidMappingException
-
- InvalidMappingException(Origin, Throwable) - Constructor for exception org.hibernate.boot.InvalidMappingException
-
- InvalidMappingException - Exception in org.hibernate
-
Thrown when a mapping is found to be invalid.
- InvalidMappingException(String, String, String, Throwable) - Constructor for exception org.hibernate.InvalidMappingException
-
Constructs an InvalidMappingException using the given information.
- InvalidMappingException(String, String, String) - Constructor for exception org.hibernate.InvalidMappingException
-
Constructs an InvalidMappingException using the given information.
- InvalidMappingException(String, Origin) - Constructor for exception org.hibernate.InvalidMappingException
-
Constructs an InvalidMappingException using the given information.
- InvalidMethodForAnnotationException - Exception in org.hibernate.testing.junit4
-
Indicates that an annotations was attached to a method incorrectly.
- InvalidMethodForAnnotationException(String) - Constructor for exception org.hibernate.testing.junit4.InvalidMethodForAnnotationException
-
- InvalidMethodForAnnotationException(String, Throwable) - Constructor for exception org.hibernate.testing.junit4.InvalidMethodForAnnotationException
-
- inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
- inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
- inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
- inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
- inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
- inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
- inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
- inverseForeignKey - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
-
- inverseForeignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
-
- inverseJoinColumn - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
-
- inverseJoinColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
-
- invoke(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.ClobProxy
- invoke(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.ResultSetWrapperProxy
-
Deprecated.
- invoke(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.SerializableBlobProxy
-
- invoke(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.SerializableClobProxy
-
- invoke(Method, Object[], Object) - Method in class org.hibernate.proxy.pojo.BasicLazyInitializer
-
- invoke(Object, Method, Method, Object[]) - Method in class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer
-
- invoke(Object, Method, Object[]) - Method in class org.hibernate.testing.jdbc.JdbcMocks.EmptyResultSetHandler
-
- INVOKE_IMPLEMENTATION - Static variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
-
- invokeExplosively(Object, Object...) - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
-
- IS_DYNAMIC - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
-
- IS_PRIMARY_KEY - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
-
- isAbstract() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
-
- isAbstract() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
-
Gets the value of the abstract property.
- isAbstract() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
Is the entity abstract?
The implication is whether the entity maps to a database table.
- isAbstract() - Method in class org.hibernate.mapping.PersistentClass
-
- isAbstract() - Method in class org.hibernate.mapping.Table
-
- isAbstract() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isAbstract() - Method in interface org.hibernate.persister.entity.Loadable
-
- isAbstract() - Method in interface org.hibernate.persister.entity.Queryable
-
Is this an abstract class?
- isAbstract() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- isAbstractUnionTable() - Method in class org.hibernate.mapping.Table
-
- isAccessTypeResolved() - Method in class org.hibernate.jpamodelgen.util.AccessTypeInformation
-
- isActive(boolean) - Method in interface org.hibernate.engine.transaction.spi.TransactionImplementor
-
Indicate whether a resource transaction is in progress.
- isActive() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
-
Is this transaction still active?
Answers on a best effort basis.
- isActive(boolean) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator.TransactionDriver
-
- isActive() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
-
Is the TransactionCoordinator owner considered active?
- isAddSuppressWarningsAnnotation() - Method in class org.hibernate.jpamodelgen.Context
-
- isAffectedByEnabledFilters(SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isAffectedByEnabledFilters(SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
-
- isAll() - Method in enum org.hibernate.engine.OptimisticLockStyle
-
- isAllNull(Object[], int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isAllOrDirty() - Method in enum org.hibernate.engine.OptimisticLockStyle
-
- isAllOrDirtyOptLocking() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isAllowLoadOutsideTransaction() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
Get whether the proxy can load data even
if it's not attached to a session with an ongoing transaction.
- isAllowLoadOutsideTransaction() - Method in class org.hibernate.proxy.map.MapLazyInitializer
-
- isAllowNulls() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
-
- isAllowOutOfTransactionUpdateOperations() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isAllowOutOfTransactionUpdateOperations() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isAllowProxyCreation() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
-
- isAllowRefreshDetachedEntity() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isAllowRefreshDetachedEntity() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isAllTestsIgnored() - Method in class org.hibernate.testing.junit4.CustomRunner
-
- isAlternateUniqueKey() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
-
- isAlternateUniqueKey() - Method in class org.hibernate.mapping.Collection
-
- isAlternateUniqueKey() - Method in class org.hibernate.mapping.OneToMany
-
- isAlternateUniqueKey() - Method in class org.hibernate.mapping.SimpleValue
-
- isAlternateUniqueKey() - Method in interface org.hibernate.mapping.Value
-
- isAlwaysDirtyChecked() - Method in class org.hibernate.type.AnyType
-
- isAlwaysDirtyChecked() - Method in interface org.hibernate.type.AssociationType
-
Do we dirty check this association, even when there are
no columns to be updated?
- isAlwaysDirtyChecked() - Method in class org.hibernate.type.CollectionType
-
We always need to dirty check the collection because we sometimes
need to increment version number of owner and also because of
how assemble/disassemble is implemented for uks
- isAlwaysDirtyChecked() - Method in class org.hibernate.type.ManyToOneType
-
- isAlwaysDirtyChecked() - Method in class org.hibernate.type.OneToOneType
-
- isAnnotationMirrorOfType(AnnotationMirror, String) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
-
Returns true
if the provided annotation type is of the same type as the provided class, false
otherwise.
- isAnyType() - Method in class org.hibernate.type.AbstractStandardBasicType
-
- isAnyType() - Method in class org.hibernate.type.AbstractType
-
- isAnyType() - Method in class org.hibernate.type.AnyType
-
- isAnyType() - Method in interface org.hibernate.type.Type
-
Return true if the implementation is castable to
AnyType
.
- isApplicable(Connection) - Method in interface org.hibernate.testing.cleaner.DatabaseCleaner
-
- isApplicable(Connection) - Method in class org.hibernate.testing.cleaner.DB2DatabaseCleaner
-
- isApplicable(Connection) - Method in class org.hibernate.testing.cleaner.H2DatabaseCleaner
-
- isApplicable(Connection) - Method in class org.hibernate.testing.cleaner.MariaDBDatabaseCleaner
-
- isApplicable(Connection) - Method in class org.hibernate.testing.cleaner.MySQL5DatabaseCleaner
-
- isApplicable(Connection) - Method in class org.hibernate.testing.cleaner.MySQL8DatabaseCleaner
-
- isApplicable(Connection) - Method in class org.hibernate.testing.cleaner.OracleDatabaseCleaner
-
- isApplicable(Connection) - Method in class org.hibernate.testing.cleaner.PostgreSQLDatabaseCleaner
-
- isApplicable(Connection) - Method in class org.hibernate.testing.cleaner.SQLServerDatabaseCleaner
-
- isArray() - Method in class org.hibernate.mapping.Array
-
- isArray() - Method in class org.hibernate.mapping.Collection
-
- isArray() - Method in interface org.hibernate.metadata.CollectionMetadata
-
Is the collection an array?
- isArray() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isArray() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Is this an array?
- isArrayType() - Method in class org.hibernate.type.ArrayType
-
- isArrayType() - Method in class org.hibernate.type.CollectionType
-
- isAscending() - Method in class org.hibernate.criterion.Order
-
- isAscending() - Method in class org.hibernate.envers.query.order.AuditOrder.OrderData
-
- isAssociation() - Method in enum org.hibernate.boot.model.source.spi.PluralAttributeElementNature
-
- isAssociationFetch() - Method in class org.hibernate.event.spi.LoadEvent
-
- isAssociationType() - Method in class org.hibernate.type.AbstractStandardBasicType
-
- isAssociationType() - Method in class org.hibernate.type.AbstractType
-
- isAssociationType() - Method in class org.hibernate.type.AnyType
-
- isAssociationType() - Method in class org.hibernate.type.CollectionType
-
Note: return true because this type is castable to AssociationType.
- isAssociationType() - Method in class org.hibernate.type.EntityType
-
An entity type is a type of association type
- isAssociationType() - Method in interface org.hibernate.type.Type
-
- isAttributeLoaded(String) - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeLazyAttributeInterceptor
-
- isAttributeLoaded(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
-
- isAttributeLoaded(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
-
- isAttributeLoaded(Object, String) - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
-
- isAttributeLoaded(Object, String) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataNonPojoImpl
-
- isAttributeLoaded(Object, String) - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataPojoImpl
-
- isAutoApply() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConverter
-
Gets the value of the autoApply property.
- isAutoApply() - Method in class org.hibernate.cfg.AttributeConverterDefinition
-
Deprecated.
- isAutoApply() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Converter
-
Gets the value of the autoApply property.
- isAutoCloseSessionEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isAutoCloseSessionEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isAutoCloseSessionEnabled() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- isAutoCloseSessionEnabled() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- isAutoCloseSessionEnabled() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
- isAutoCreateSchema() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- isAutoDropSchema() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- isAutoEvictCollectionCache() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isAutoEvictCollectionCache() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isAutoEvictCollectionCache() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- isAutoImport() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
-
Gets the value of the autoImport property.
- isAutoImportEnabled() - Method in interface org.hibernate.boot.spi.MappingDefaults
-
Is auto-importing of entity (short) names enabled?
- isAutoUpdateSchema() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- isAutoValidateSchema() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- isBackRef() - Method in class org.hibernate.mapping.Backref
-
- isBackRef() - Method in class org.hibernate.mapping.IndexBackref
-
- isBackRef() - Method in class org.hibernate.mapping.Property
-
- isBasicPropertyAccessor() - Method in class org.hibernate.mapping.Backref
-
- isBasicPropertyAccessor() - Method in class org.hibernate.mapping.IndexBackref
-
- isBasicPropertyAccessor() - Method in class org.hibernate.mapping.Property
-
- isBatchable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isBatchLoadable() - Method in class org.hibernate.engine.spi.EntityKey
-
- isBatchLoadable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isBatchLoadable() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Is batch loading enabled?
- isBeingReplicated() - Method in interface org.hibernate.engine.spi.EntityEntry
-
- isBindable() - Method in interface org.hibernate.jpa.spi.ParameterRegistration
-
Can we bind (set) values on this parameter? Generally this is true
, but would not be in the case
of parameters with OUT or REF_CURSOR mode.
- isBindAsParam() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
-
Gets the value of the bindAsParam property.
- isBound() - Method in interface org.hibernate.query.spi.QueryParameterBinding
-
- isBound(QueryParameter) - Method in interface org.hibernate.query.spi.QueryParameterBindings
-
- isBytecodeLazy() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
-
Should the attribute be lazily loaded by bytecode enhancement?
- isCacheable() - Method in interface org.hibernate.BasicQueryContract
-
Deprecated.
Are the results of this query eligible for second level query caching? This is different than second level
caching of any returned entities and collections.
- isCacheable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
-
Gets the value of the cacheable property.
- isCacheable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
-
Gets the value of the cacheable property.
- isCacheable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the cacheable property.
- isCacheable() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
-
- isCacheable() - Method in class org.hibernate.engine.spi.QueryParameters
-
- isCacheable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the cacheable property.
- isCacheable() - Method in interface org.hibernate.Query
-
Deprecated.
Are the results of this query eligible for second level query caching? This is different than second level
caching of any returned entities and collections.
- isCached() - Method in class org.hibernate.mapping.PersistentClass
-
- isCacheInvalidationRequired() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
We can't immediately add to the cache if we have formulas
which must be evaluated, or if we have the possibility of
two concurrent updates to the same item being merged on
the database.
- isCacheInvalidationRequired() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Should we always invalidate the cache instead of
recaching updated state
- isCacheLazy() - Method in class org.hibernate.boot.CacheRegionDefinition
-
- isCacheLazyProperties() - Method in class org.hibernate.boot.model.Caching
-
- isCachingExplicitlyRequested() - Method in class org.hibernate.mapping.PersistentClass
-
- isCallable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
-
Gets the value of the callable property.
- isCallable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
-
Gets the value of the callable property.
- isCallable() - Method in class org.hibernate.boot.model.CustomSql
-
- isCallable() - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinition
-
- isCallable() - Method in class org.hibernate.engine.spi.QueryParameters
-
- isCallable() - Method in interface org.hibernate.query.NativeQuery
-
- isCallable() - Method in interface org.hibernate.SQLQuery
-
Deprecated.
Is this native-SQL query known to be callable?
- isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.cfg.beanvalidation.HibernateTraversableResolver
-
- isCascadeable() - Method in enum org.hibernate.boot.model.source.spi.PluralAttributeElementNature
-
- isCascadeDeleteEnabled() - Method in interface org.hibernate.boot.model.source.spi.ForeignKeyContributingSource
-
Is "cascade delete" enabled for the foreign key? In other words, if a record in the parent (referenced)
table is deleted, should the corresponding records in the child table automatically be deleted?
- isCascadeDeleteEnabled() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeKeySource
-
- isCascadeDeleteEnabled() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
-
- isCascadeDeleteEnabled() - Method in class org.hibernate.event.spi.DeleteEvent
-
- isCascadeDeleteEnabled() - Method in class org.hibernate.mapping.ForeignKey
-
- isCascadeDeleteEnabled() - Method in interface org.hibernate.mapping.KeyValue
-
- isCascadeDeleteEnabled() - Method in class org.hibernate.mapping.SimpleValue
-
- isCascadeDeleteEnabled() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
-
- isCascadeDeleteEnabled() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Is cascade delete handled by the database-level
foreign key constraint definition?
- isCascadeDeleteEnabled() - Method in class org.hibernate.persister.collection.OneToManyPersister
-
- isCaseInsensitive(JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy
-
Specify whether the database is case sensitive.
- isCaseSensitive() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
-
- isCatalogQuoted() - Method in class org.hibernate.mapping.Table
-
- isCheckable() - Method in class org.hibernate.tuple.BaselineAttributeInformation
-
- isCheckDeleted() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
-
- isCheckNullability() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isCheckNullability() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isCheckNullability() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- isClassOrSuperclassJoin(Join) - Method in class org.hibernate.mapping.PersistentClass
-
- isClassOrSuperclassJoin(Join) - Method in class org.hibernate.mapping.Subclass
-
- isClassOrSuperclassJoin(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isClassOrSuperclassJoin(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- isClassOrSuperclassTable(Table) - Method in class org.hibernate.mapping.PersistentClass
-
- isClassOrSuperclassTable(Table) - Method in class org.hibernate.mapping.Subclass
-
- isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- isCleanupTestDataRequired() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
-
- isCleanupTestDataRequired() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
-
- isCleanupTestDataUsingBulkDelete() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
-
- isClosed() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- isClosed() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- isClosed() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Checks whether the session is closed.
- isClosed() - Method in interface org.hibernate.query.spi.ScrollableResultsImplementor
-
- isClosed() - Method in interface org.hibernate.SessionFactory
-
Is this factory already closed?
- isCollection() - Method in class org.hibernate.loader.OuterJoinableAssociation
-
- isCollection() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isCollection() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isCollection() - Method in interface org.hibernate.persister.entity.Joinable
-
Is this instance actually a CollectionPersister?
- isCollectionElement() - Method in interface org.hibernate.boot.model.naming.ImplicitBasicColumnNameSource
-
Is the basic column the "element column" for a collection?
Historical handling for these in
hbm.xml
binding was to simply
name the column "elt".
- isCollectionElement() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
-
Does this part represent a collection-element reference?
- isCollectionJoinSubqueryRewriteEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isCollectionJoinSubqueryRewriteEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isCollectionsInDefaultFetchGroupEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isCollectionsInDefaultFetchGroupEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isCollectionType() - Method in class org.hibernate.type.AbstractStandardBasicType
-
- isCollectionType() - Method in class org.hibernate.type.AbstractType
-
- isCollectionType() - Method in class org.hibernate.type.CollectionType
-
- isCollectionType() - Method in interface org.hibernate.type.Type
-
- isCommentsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isCommentsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isCommentsEnabled() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- isComponent() - Method in class org.hibernate.cfg.ClassPropertyHolder
-
- isComponent() - Method in class org.hibernate.cfg.CollectionPropertyHolder
-
- isComponent() - Method in class org.hibernate.cfg.ComponentPropertyHolder
-
- isComponent() - Method in interface org.hibernate.cfg.PropertyHolder
-
- isComponentType() - Method in class org.hibernate.type.AbstractStandardBasicType
-
- isComponentType() - Method in class org.hibernate.type.AbstractType
-
- isComponentType() - Method in class org.hibernate.type.AnyType
-
- isComponentType() - Method in class org.hibernate.type.ComponentType
-
- isComponentType() - Method in class org.hibernate.type.CompositeCustomType
-
- isComponentType() - Method in interface org.hibernate.type.Type
-
- isComposite() - Method in class org.hibernate.mapping.Property
-
- isCompositeClass(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
-
look for @Embeddable annotation
- isCompositeClass(UnloadedClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
-
Does the given class name represent an embeddable/component class?
- isCompositeClass(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
-
- isConnected() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- isConnected() - Method in interface org.hibernate.SharedSessionContract
-
Check if the session is currently connected.
- isConnectedToSession() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
Getter for property 'connectedToSession'.
- isConnectionClose(Exception) - Static method in class org.hibernate.testing.util.ExceptionUtil
-
Was the given exception caused by a SQL connection close
- isConstrained() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
-
Gets the value of the constrained property.
- isConstrained() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceOneToOne
-
- isConstrained() - Method in class org.hibernate.mapping.OneToOne
-
Returns the constrained.
- isContainsJoinFetchedBag() - Method in class org.hibernate.engine.profile.FetchProfile
-
Getter for property 'containsJoinFetchedBag', which flags whether this
fetch profile contained any bag join fetches
- isContainsJoinFetchedCollection() - Method in class org.hibernate.engine.profile.FetchProfile
-
Getter for property 'containsJoinFetchedCollection', which flags whether
this fetch profile contained any collection join fetches.
- isConventionalJavaConstants() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isConventionalJavaConstants() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isConversionDisabled() - Method in class org.hibernate.cfg.AttributeConversionInfo
-
- isCreateEmptyCompositesEnabled() - Method in class org.hibernate.tuple.component.ComponentMetamodel
-
- isCreationEnabled() - Method in class org.hibernate.mapping.ForeignKey
-
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.CUBRIDDialect
-
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.DB2Dialect
-
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.Dialect
-
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.FrontBaseDialect
-
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.H2Dialect
-
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.HSQLDialect
-
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.InformixDialect
-
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.Ingres9Dialect
-
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.InterbaseDialect
-
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.MySQLDialect
-
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.TimesTenDialect
-
- isCustomDeleteAllCallable() - Method in class org.hibernate.mapping.Collection
-
- isCustomDeleteCallable() - Method in class org.hibernate.mapping.Collection
-
- isCustomDeleteCallable() - Method in class org.hibernate.mapping.Join
-
- isCustomDeleteCallable() - Method in class org.hibernate.mapping.PersistentClass
-
- isCustomInsertCallable() - Method in class org.hibernate.mapping.Collection
-
- isCustomInsertCallable() - Method in class org.hibernate.mapping.Join
-
- isCustomInsertCallable() - Method in class org.hibernate.mapping.PersistentClass
-
- isCustomUpdateCallable() - Method in class org.hibernate.mapping.Collection
-
- isCustomUpdateCallable() - Method in class org.hibernate.mapping.Join
-
- isCustomUpdateCallable() - Method in class org.hibernate.mapping.PersistentClass
-
- isDeepCopyNeeded() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
-
After assembly, is a copy of the array needed?
- isDefault(XClass, MetadataBuildingContext) - Static method in class org.hibernate.cfg.AnnotationBinder
-
- isDefaultLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
-
Gets the value of the defaultLazy property.
- isDefaultReadOnly() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Will entities and proxies that are loaded into this persistence
context be made read-only by default?
To determine the read-only/modifiable setting for a particular entity
or proxy:
- isDefaultReadOnly() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- isDefaultReadOnly() - Method in interface org.hibernate.Session
-
Will entities and proxies that are loaded into this session be made
read-only by default?
To determine the read-only/modifiable setting for a particular entity
or proxy:
- isDefinedOnSubclass(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isDefinedOnSubclass(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
-
Is this property defined on a subclass of the mapped class.
- isDelayBatchFetchLoaderCreationsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isDelayBatchFetchLoaderCreationsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isDeleteAllCallable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isDeleteCallable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isDeleteCallable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isDetachedEntityUpdate(String, Object[]) - Method in class org.hibernate.envers.event.spi.BaseEnversUpdateEventListener
-
Returns whether the entity has withModifiedFlag
features and has no old state, most likely implying
it was updated in a detached entity state.
- isDirectlyAccessible() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Could the application possibly have a direct reference to
the underlying collection implementation?
- isDirectlyProvidedCollection(Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Was
collection
provided directly to this PersistentCollection
(i.e., provided as an argument to a constructor)?
Implementors that can copy elements out of a directly provided
collection into the wrapped collection should override this method.
- isDirectReferenceCacheEntriesEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isDirectReferenceCacheEntriesEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isDirectReferenceCacheEntriesEnabled() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- isDirty() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Is the collection dirty? Note that this is only
reliable during the flush cycle, after the
collection elements are dirty checked against
the snapshot.
- isDirty(CustomEntityDirtinessStrategy.AttributeInformation) - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeChecker
-
Do the attribute dirty check.
- isDirty(Object, EntityPersister, Session) - Method in interface org.hibernate.CustomEntityDirtinessStrategy
-
The callback used by Hibernate to determine if the given entity is dirty.
- isDirty() - Method in enum org.hibernate.engine.OptimisticLockStyle
-
- isDirty() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- isDirty() - Method in class org.hibernate.event.spi.DirtyCheckEvent
-
- isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.loader.entity.NaturalIdType
-
- isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
-
- isDirty() - Method in interface org.hibernate.Session
-
Does this session contain any changes which must be synchronized with
the database? In other words, would any DML operations be executed if
we flushed this session?
- isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- isDirty(Object, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractType
-
- isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AnyType
-
- isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
-
- isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
-
- isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
-
- isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
-
- isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.CompositeCustomType
-
- isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
-
- isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.ManyToOneType
-
- isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.ManyToOneType
-
- isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.MetaType
-
- isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.OneToOneType
-
- isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.OneToOneType
-
- isDirty(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.type.Type
-
Should the parent be considered dirty, given both the old and current value?
- isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in interface org.hibernate.type.Type
-
Should the parent be considered dirty, given both the old and current value?
- isDirtyCheckable() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
-
- isDirtyCheckable(boolean) - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
-
- isDirtyCheckable() - Method in class org.hibernate.tuple.BaselineAttributeInformation
-
- isDirtyCheckable(boolean) - Method in interface org.hibernate.tuple.NonIdentifierAttribute
-
- isDirtyCheckable() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
-
- isDirtyCheckHandledByInterceptor() - Method in class org.hibernate.event.spi.FlushEntityEvent
-
- isDirtyCheckPossible() - Method in class org.hibernate.event.spi.FlushEntityEvent
-
- isDisableConversion() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConvert
-
Gets the value of the disableConversion property.
- isDisableConversion() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Convert
-
Gets the value of the disableConversion property.
- isDisableForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
-
Gets the value of the disableForeignKey property.
- isDiscriminatorFormula() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- isDiscriminatorFormula() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- isDiscriminatorInsertable() - Method in class org.hibernate.mapping.PersistentClass
-
- isDiscriminatorInsertable() - Method in class org.hibernate.mapping.RootClass
-
- isDiscriminatorInsertable() - Method in class org.hibernate.mapping.Subclass
-
- isDiscriminatorValueNotNull() - Method in class org.hibernate.mapping.PersistentClass
-
- isDiscriminatorValueNull() - Method in class org.hibernate.mapping.PersistentClass
-
- isDistinct() - Method in class org.hibernate.envers.query.projection.AuditProjection.ProjectionData
-
- isDone() - Method in class org.hibernate.testing.async.ExecutableAdapter
-
- isDorecreate() - Method in class org.hibernate.engine.spi.CollectionEntry
-
- isDoremove() - Method in class org.hibernate.engine.spi.CollectionEntry
-
- isDoupdate() - Method in class org.hibernate.engine.spi.CollectionEntry
-
- isDuplicateAssociation(String, String[]) - Method in class org.hibernate.loader.AbstractEntityJoinWalker
-
- isDuplicateAssociation(String, String[]) - Method in class org.hibernate.loader.collection.OneToManyJoinWalker
-
- isDuplicateAssociation(String, String[]) - Method in class org.hibernate.loader.JoinWalker
-
Used to detect circularities in the joined graph, note that
this method is side-effecty
- isDuplicateAssociation(String, String[], AssociationType) - Method in class org.hibernate.loader.JoinWalker
-
Used to detect circularities in the joined graph, note that
this method is side-effecty
- isDuplicateAssociationKey(AssociationKey) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
-
- isDuplicateAssociationKey(AssociationKey) - Method in class org.hibernate.persister.walking.spi.MetamodelGraphWalker
-
Has an association with the specified key been visited already?
- isDynamic() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableSource
-
Indicates whether this embeddable/component is dynamic (represented as a Map),
or whether a dedicated class for it is available.
- isDynamic() - Method in class org.hibernate.mapping.Component
-
- isDynamicInsert() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
-
- isDynamicInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
-
Gets the value of the dynamicInsert property.
- isDynamicInsert() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
Did the source specify dynamic inserts?
- isDynamicInsert() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- isDynamicUpdate() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
-
- isDynamicUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
-
Gets the value of the dynamicUpdate property.
- isDynamicUpdate() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
Did the source specify dynamic updates?
- isDynamicUpdate() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- isEager(Boolean) - Method in class org.hibernate.type.EntityType
-
Would an entity be eagerly loaded given the value provided for overridingEager
?
- isElementRemoved() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
- isEmbeddableSuperclass() - Method in class org.hibernate.cfg.InheritanceState
-
- isEmbedded() - Method in class org.hibernate.mapping.Component
-
- isEmbedded() - Method in interface org.hibernate.tuple.IdentifierAttribute
-
- isEmbedded() - Method in class org.hibernate.tuple.IdentifierProperty
-
- isEmbedded() - Method in class org.hibernate.type.AnyType
-
- isEmbedded() - Method in class org.hibernate.type.ComponentType
-
- isEmbedded() - Method in class org.hibernate.type.CompositeCustomType
-
- isEmbedded() - Method in interface org.hibernate.type.CompositeType
-
Is this component embedded? "embedded" indicates that the component is "virtual", that its properties are
"flattened" onto its owner
- isEmbedded() - Method in class org.hibernate.type.EmbeddedComponentType
-
- isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the embedXml property.
- isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the embedXml property.
- isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the embedXml property.
- isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the embedXml property.
- isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
-
Gets the value of the embedXml property.
- isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Gets the value of the embedXml property.
- isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the embedXml property.
- isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
-
Gets the value of the embedXml property.
- isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
-
Gets the value of the embedXml property.
- isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Gets the value of the embedXml property.
- isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the embedXml property.
- isEmbedXml() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
-
- isEmpty() - Method in class org.hibernate.criterion.Property
-
Creates a restriction to check that a collection is empty
- isEmpty(String) - Static method in class org.hibernate.criterion.Restrictions
-
Constrain a collection valued property to be empty
- isEmpty() - Method in class org.hibernate.engine.spi.ExecutableList
-
- isEmpty() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
-
Are there no listeners registered?
- isEmpty() - Method in class org.hibernate.proxy.map.MapProxy
-
- isEmpty(String) - Static method in class org.hibernate.spatial.criterion.SpatialRestrictions
-
Apply an "is empty" constraint to the named property
- isEmpty() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
-
Checks whether this instance is empty
- isEmpty(CriteriaBuilder, Expression<? extends Geometry>) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
-
Create a predicate for testing the arguments for "is empty" constraint.
- isEmpty(CriteriaBuilder, Expression<? extends Geometry>) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
-
Create a predicate for testing the arguments for "is empty" constraint.
- isEmptyAnnotationValue(String) - Static method in class org.hibernate.cfg.BinderHelper
-
- IsEmptyExpression - Class in org.hibernate.spatial.criterion
-
A Criterion
constraining a geometry property to be (non-)empty.
- IsEmptyExpression(String, boolean) - Constructor for class org.hibernate.spatial.criterion.IsEmptyExpression
-
Constructs an instance for the specified property
- isEmptyOrNullAnnotationValue(String) - Static method in class org.hibernate.cfg.BinderHelper
-
- isEnabled() - Method in class org.hibernate.spatial.integration.SpatialService
-
- isEnabled(Logger.Level) - Method in class org.hibernate.testing.logger.Log4J2DelegatingLogger
-
- isEncapsulated() - Method in interface org.hibernate.persister.walking.spi.EntityIdentifierDefinition
-
Is the entity identifier encapsulated? Meaning, is it represented by a single attribute?
- isEnforcingFetchGraph() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
- isEnhancedForLazyLoading() - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
-
Has the entity class been bytecode enhanced for lazy loading?
- isEnhancedForLazyLoading() - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataNonPojoImpl
-
- isEnhancedForLazyLoading() - Method in class org.hibernate.tuple.entity.BytecodeEnhancementMetadataPojoImpl
-
- isEnhancementAsProxyEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isEnhancementAsProxyEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isEntity() - Method in class org.hibernate.cfg.ClassPropertyHolder
-
- isEntity() - Method in class org.hibernate.cfg.CollectionPropertyHolder
-
- isEntity() - Method in class org.hibernate.cfg.ComponentPropertyHolder
-
- isEntity() - Method in interface org.hibernate.cfg.PropertyHolder
-
- isEntityClass(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
-
look for @Entity annotation
- isEntityClass(UnloadedClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
-
Does the given class descriptor represent an entity class?
- isEntityClass(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
-
- isEntityClassAudited(Class<?>) - Method in interface org.hibernate.envers.AuditReader
-
Checks if the entityClass was configured to be audited.
- isEntityNameAudited(String) - Method in interface org.hibernate.envers.AuditReader
-
Checks if the entityName was configured to be audited.
- isEntityType() - Method in class org.hibernate.type.AbstractStandardBasicType
-
- isEntityType() - Method in class org.hibernate.type.AbstractType
-
- isEntityType() - Method in class org.hibernate.type.EntityType
-
Explicitly, an entity type is an entity type ;)
- isEntityType() - Method in interface org.hibernate.type.Type
-
Return true if the implementation is castable to
EntityType
.
- isEntryFor(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Is there an
EntityEntry
registration for this entity instance?
- isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- isEqual(Object, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- isEqual(Object, Object) - Method in class org.hibernate.type.AbstractType
-
- isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractType
-
- isEqual(Object, Object) - Method in class org.hibernate.type.CollectionType
-
- isEqual(Object, Object) - Method in class org.hibernate.type.ComponentType
-
- isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
-
- isEqual(Object, Object) - Method in class org.hibernate.type.CompositeCustomType
-
- isEqual(Object, Object) - Method in class org.hibernate.type.CustomType
-
- isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
-
- isEqual(Object, Object) - Method in interface org.hibernate.type.Type
-
Compare two instances of the class mapped by this type for persistence "equality" (equality of persistent
state).
- isEqual(Object, Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
-
Compare two instances of the class mapped by this type for persistence "equality" (equality of persistent
state).
- isEventSource() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- isEventSource() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
- isExcludeUnlistedClasses() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
- isExcludeUnlistedClasses() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
-
Gets the value of the excludeUnlistedClasses property.
- isExistsInDatabase() - Method in interface org.hibernate.engine.spi.EntityEntry
-
- isExpectedServiceRegistryType(ServiceRegistry) - Static method in class org.hibernate.boot.MetadataSources
-
- isExplicitPolymorphism() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
-
Should explicit polymorphism (querying) be applied to this entity?
- isExplicitPolymorphism() - Method in class org.hibernate.mapping.PersistentClass
-
- isExplicitPolymorphism() - Method in class org.hibernate.mapping.RootClass
-
- isExplicitPolymorphism() - Method in class org.hibernate.mapping.Subclass
-
- isExplicitPolymorphism() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isExplicitPolymorphism() - Method in interface org.hibernate.persister.entity.Queryable
-
Is this class explicit polymorphism only?
- isExplicitPolymorphism() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- isExtraLazy() - Method in interface org.hibernate.boot.model.source.spi.FetchCharacteristicsPluralAttribute
-
- isExtraLazy() - Method in class org.hibernate.mapping.Collection
-
- isExtraLazy() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isExtraLazy() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
- isFailOnPaginationOverCollectionFetchEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isFailOnPaginationOverCollectionFetchEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isFetchProfileEnabled(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
-
- isFetchProfileEnabled(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- isFetchProfileEnabled(String) - Method in interface org.hibernate.Session
-
Is a particular fetch profile enabled on this session?
- isFirst() - Method in interface org.hibernate.ScrollableResults
-
Is this the first result?
- isFixedPrecisionScale() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
-
- isFlushBeforeCompletionEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isFlushBeforeCompletionEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isFlushBeforeCompletionEnabled() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- isFlushBeforeCompletionEnabled() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- isFlushBeforeCompletionEnabled() - Method in interface org.hibernate.engine.spi.SessionImplementor
-
- isFlushing() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Is a flush cycle currently in process?
- isFlushRequired() - Method in class org.hibernate.event.spi.AutoFlushEvent
-
- isForce() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
-
Gets the value of the force property.
- isForced() - Method in interface org.hibernate.boot.model.source.spi.DiscriminatorSource
-
"Forces" Hibernate to specify the allowed discriminator values, even when retrieving
all instances of the root class.
- isForceDiscriminator() - Method in class org.hibernate.mapping.PersistentClass
-
- isForceDiscriminator() - Method in class org.hibernate.mapping.RootClass
-
- isForceDiscriminator() - Method in class org.hibernate.mapping.Subclass
-
- isFormat() - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
-
- isFormula() - Method in class org.hibernate.cfg.Ejb3Column
-
- isFormula() - Method in class org.hibernate.mapping.Column
-
- isFormula() - Method in class org.hibernate.mapping.Formula
-
- isFormula() - Method in interface org.hibernate.mapping.Selectable
-
- isFullyQualified(String) - Static method in class org.hibernate.jpamodelgen.util.StringUtil
-
- isFullyXmlConfigured() - Method in class org.hibernate.jpamodelgen.Context
-
- isFunctionName(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
-
A check to see if the text of the given node represents a known function name.
- isFunctionName(AST) - Method in class org.hibernate.sql.ordering.antlr.OrderByFragmentParser
-
- isGenerated(Dialect) - Method in class org.hibernate.mapping.Constraint
-
- isGetEnabled() - Method in enum org.hibernate.CacheMode
-
Does this cache mode indicate that reads are allowed?
- isGetGeneratedKeysEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isGetGeneratedKeysEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isGetGeneratedKeysEnabled() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- isGetGeneratedKeysEnabled() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
-
- isGlobalGeneratorScopeEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
-
- isGloballyQuoteIdentifiers() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
-
- isGrouped() - Method in class org.hibernate.criterion.AliasedProjection
-
- isGrouped() - Method in class org.hibernate.criterion.Distinct
-
- isGrouped() - Method in class org.hibernate.criterion.IdentifierProjection
-
- isGrouped() - Method in interface org.hibernate.criterion.Projection
-
Is this projection fragment (SELECT clause) also part of the GROUP BY
- isGrouped() - Method in class org.hibernate.criterion.ProjectionList
-
- isGrouped() - Method in class org.hibernate.criterion.PropertyProjection
-
- isGrouped() - Method in class org.hibernate.criterion.SimpleProjection
-
- isGrouped() - Method in class org.hibernate.criterion.SQLProjection
-
- isHaltOnError() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
-
- isHibernateExtensionMapping() - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- isId() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
-
Gets the value of the id property.
- isId() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
-
Gets the value of the id property.
- isId() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
-
Gets the value of the id property.
- isId() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
-
Gets the value of the id property.
- isIdentified() - Method in class org.hibernate.mapping.Collection
-
- isIdentified() - Method in class org.hibernate.mapping.IdentifierCollection
-
- isIdentifierAssignedByInsert() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isIdentifierAssignedByInsert() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Are identifiers of this entity assigned known before the insert execution?
Or, are they generated (in the database) by the insert execution.
- isIdentifierAssignedByInsert() - Method in interface org.hibernate.tuple.IdentifierAttribute
-
- isIdentifierAssignedByInsert() - Method in class org.hibernate.tuple.IdentifierProperty
-
- isIdentifierRollbackEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isIdentifierRollbackEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isIdentifierRollbackEnabled() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- isIdentityColumn(IdentifierGeneratorFactory, Dialect) - Method in interface org.hibernate.mapping.KeyValue
-
- isIdentityColumn(IdentifierGeneratorFactory, Dialect) - Method in class org.hibernate.mapping.SimpleValue
-
- isIgnore() - Method in class org.hibernate.engine.spi.CollectionEntry
-
- isIgnoreCase() - Method in class org.hibernate.criterion.Order
-
- isIgnoreIdAnnotations() - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- isIgnoreNotFound() - Method in interface org.hibernate.boot.model.source.spi.AssociationSource
-
- isIgnoreNotFound() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
-
- isIgnoreNotFound() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceOneToMany
-
- isIgnoreNotFound() - Method in class org.hibernate.mapping.ManyToOne
-
- isIgnoreNotFound() - Method in class org.hibernate.mapping.OneToMany
-
- isImplicit() - Method in class org.hibernate.cfg.Ejb3Column
-
- isIncludeAllAttributes() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedEntityGraph
-
Gets the value of the includeAllAttributes property.
- isIncludeAllAttributes() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
-
Gets the value of the includeAllAttributes property.
- isIncludedInOptimisticLocking() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
-
If the containing entity is using optimistic locking, should this
attribute participate in that locking? Meaning, should changes in the
value of this attribute at runtime indicate that the entity is now dirty
in terms of optimistic locking?
- isIndexed() - Method in enum org.hibernate.boot.model.source.spi.PluralAttributeNature
-
- isIndexed() - Method in class org.hibernate.mapping.Collection
-
- isIndexed() - Method in class org.hibernate.mapping.IndexedCollection
-
- isInheritable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
-
Gets the value of the inheritable property.
- isInheritable() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
-
- isInherited() - Method in class org.hibernate.mapping.PersistentClass
-
- isInherited() - Method in class org.hibernate.mapping.RootClass
-
- isInherited() - Method in class org.hibernate.mapping.Subclass
-
- isInherited() - Method in interface org.hibernate.metadata.ClassMetadata
-
Does this entity extend a mapped superclass?
- isInherited() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isInherited() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Determine whether the entity is inherited one or more other entities.
- isInherited() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- isInIdClass() - Method in class org.hibernate.cfg.AbstractPropertyHolder
-
- isInIdClass() - Method in interface org.hibernate.cfg.PropertyHolder
-
- isInitialized() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
-
- isInitialized(Object) - Static method in class org.hibernate.Hibernate
-
Check if the proxy or persistent collection is initialized.
- isInitializeLazyStateOutsideTransactionsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isInitializeLazyStateOutsideTransactionsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isInitializeLazyStateOutsideTransactionsEnabled() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- isInitializing() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
-
- isInPrimaryKey() - Method in class org.hibernate.cfg.FkSecondPass
-
- isInPrimaryKey() - Method in class org.hibernate.cfg.JoinedSubclassFkSecondPass
-
- isInPrimaryKey() - Method in class org.hibernate.cfg.ToOneFkSecondPass
-
- isInSecondPass() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
-
- isInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
-
Gets the value of the insert property.
- isInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Gets the value of the insert property.
- isInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
-
Gets the value of the insert property.
- isInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
-
Gets the value of the insert property.
- isInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
-
Gets the value of the insert property.
- isInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Gets the value of the insert property.
- isInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
-
Gets the value of the insert property.
- isInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
-
Gets the value of the insert property.
- isInsertable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
-
Gets the value of the insertable property.
- isInsertable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
-
Gets the value of the insertable property.
- isInsertable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
-
Gets the value of the insertable property.
- isInsertable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
-
Gets the value of the insertable property.
- isInsertable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
-
Gets the value of the insertable property.
- isInsertable() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
-
Did the mapping specify that the given attribute value(s) should be inserted into the database?
- isInsertable() - Method in class org.hibernate.cfg.Ejb3Column
-
- isInsertable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
-
Gets the value of the insertable property.
- isInsertable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
-
Gets the value of the insertable property.
- isInsertable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
-
Gets the value of the insertable property.
- isInsertable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
-
Gets the value of the insertable property.
- isInsertable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
-
Gets the value of the insertable property.
- isInsertable() - Method in class org.hibernate.mapping.Property
-
- isInsertable() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
-
- isInsertable() - Method in class org.hibernate.tuple.BaselineAttributeInformation
-
- isInsertable() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
-
- isInsertCallable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isInsertCallable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isInserted() - Method in interface org.hibernate.boot.model.source.spi.DiscriminatorSource
-
Set this to false
, if your discriminator column is also part of a mapped
composite identifier.
- isInstance(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isInstance(Object) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Is the given object an instance of this entity?
- isInstance(Object) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
-
- isInstance(Object) - Method in class org.hibernate.tuple.DynamicMapInstantiator
-
- isInstance(Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- isInstance(Object) - Method in class org.hibernate.tuple.entity.PojoEntityInstantiator
-
- isInstance(Object) - Method in interface org.hibernate.tuple.Instantiator
-
Performs check to see if the given object is an instance of the entity
or component which this Instantiator instantiates.
- isInstance(Object) - Method in class org.hibernate.tuple.PojoInstantiator
-
- isInstance(Object) - Method in interface org.hibernate.tuple.Tuplizer
-
Is the given object considered an instance of the the entity (accounting
for entity-mode) managed by this tuplizer.
- isInstrumented() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isInstrumented() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Has the class actually been bytecode instrumented?
- isInstrumented() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
Whether or not this class can be lazy (ie intercepted)
- isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the inverse property.
- isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the inverse property.
- isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the inverse property.
- isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the inverse property.
- isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the inverse property.
- isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
Gets the value of the inverse property.
- isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the inverse property.
- isInverse() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
-
- isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoIdBagAdapter
-
- isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
-
- isInverse() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
-
- isInverse() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
-
- isInverse() - Method in class org.hibernate.mapping.Collection
-
- isInverse() - Method in class org.hibernate.mapping.Join
-
- isInverse - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isInverse() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isInverse() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Is this collection "inverse", so state changes are not
propagated to the database.
- isInverseSubclassTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isInverseSubclassTable(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- isInverseSubclassTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- isInverseTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isInverseTable(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- isInverseTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- isJdbcBatchVersionedData() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isJdbcBatchVersionedData() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isJdbcBatchVersionedData() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- isJdbcLogWarningsEnabledByDefault() - Method in class org.hibernate.dialect.Dialect
-
Does the fetching JDBC statement warning for logging is enabled by default
- isJdbcLogWarningsEnabledByDefault() - Method in class org.hibernate.dialect.MySQLDialect
-
- isJoin(String) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- isJoinable(JoinType, Set, String, String[], AssociationType, int) - Method in class org.hibernate.loader.JoinWalker
-
Should we join this association?
- isJoined() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
-
Determine if there is an active transaction that this coordinator is already joined to.
- isJoinedFetchEnabled(AssociationType, FetchMode, CascadeStyle) - Method in class org.hibernate.loader.AbstractEntityJoinWalker
-
The superclass deliberately excludes collections
- isJoinedFetchEnabled(AssociationType, FetchMode, CascadeStyle) - Method in class org.hibernate.loader.entity.CascadeEntityJoinWalker
-
- isJoinedFetchEnabled(AssociationType, FetchMode, CascadeStyle) - Method in class org.hibernate.loader.JoinWalker
-
Override on subclasses to enable or suppress joining
of certain association types
- isJoinedFetchEnabledInMapping(FetchMode, AssociationType) - Method in class org.hibernate.loader.JoinWalker
-
Does the mapping, and Hibernate default semantics, specify that
this association should be fetched by outer joining
- isJoinedSubclass() - Method in class org.hibernate.mapping.PersistentClass
-
- isJoinedSubclass() - Method in class org.hibernate.mapping.RootClass
-
- isJoinedSubclass() - Method in class org.hibernate.mapping.Subclass
-
- isJoinedToTransaction() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- isJoinFetchEnabledByProfile(OuterJoinLoadable, PropertyPath, int) - Method in class org.hibernate.loader.AbstractEntityJoinWalker
-
- isJpaBootstrap() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isJpaBootstrap() - Method in interface org.hibernate.boot.spi.BootstrapContext
-
- isJpaBootstrap() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
Was building of the SessionFactory initiated through JPA bootstrapping, or
through Hibernate's native bootstrapping?
- isJpaBootstrap() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
-
- isJpaCacheComplianceEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
-
Should Hibernate comply with all aspects of caching as defined by JPA? Or can
it deviate to perform things it believes will be "better"?
- isJpaClosedComplianceEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
-
- isJpaListComplianceEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
-
Controls how Hibernate interprets a mapped List without an "order columns"
specified.
- isJpaPositionalParameter() - Method in interface org.hibernate.jpa.spi.ParameterRegistration
-
JPA has a different definition of positional parameters than what legacy Hibernate HQL had.
- isJpaProxyComplianceEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
-
JPA spec says that an
EntityNotFoundException
should be thrown when accessing an entity Proxy which does not have an associated
table row in the database.
- isJpaQueryComplianceEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
-
Controls whether Hibernate's handling of JPA's
Query
(JPQL, Criteria and native-query) should
strictly follow the JPA spec.
- isJpaTransactionComplianceEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
-
- isJta() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorBuilder
-
- isJtaTrackByThread() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isJtaTrackByThread() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isJtaTrackByThread() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- isJtaTransactionAccessEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isJtaTransactionAccessEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isKey() - Method in class org.hibernate.mapping.Component
-
- isKey() - Method in class org.hibernate.tuple.component.ComponentMetamodel
-
- isKey() - Method in class org.hibernate.type.ComponentType
-
- isLast() - Method in interface org.hibernate.ScrollableResults
-
Is this the last result?
- isLazy() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
-
- isLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
-
Gets the value of the lazy property.
- isLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Gets the value of the lazy property.
- isLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
-
Gets the value of the lazy property.
- isLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
-
Gets the value of the lazy property.
- isLazy() - Method in interface org.hibernate.boot.model.source.spi.AnyMappingSource
-
- isLazy() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
Is this entity lazy (proxyable)?
- isLazy() - Method in class org.hibernate.mapping.Any
-
- isLazy() - Method in class org.hibernate.mapping.Collection
-
- isLazy() - Method in interface org.hibernate.mapping.Fetchable
-
- isLazy() - Method in class org.hibernate.mapping.Join
-
- isLazy() - Method in class org.hibernate.mapping.PersistentClass
-
- isLazy() - Method in class org.hibernate.mapping.Property
-
Is this property lazy in the "bytecode" sense?
Lazy here means whether we should push *something* to the entity
instance for this field in its "base fetch group".
- isLazy() - Method in class org.hibernate.mapping.ToOne
-
- isLazy() - Method in interface org.hibernate.metadata.CollectionMetadata
-
Is the collection lazily initialized?
- isLazy() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isLazy() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Is this collection lazyily initialized?
- isLazy() - Method in interface org.hibernate.persister.walking.spi.AnyMappingDefinition
-
Was the mapping defined as lazy?
- isLazy() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
-
- isLazy() - Method in class org.hibernate.tuple.BaselineAttributeInformation
-
- isLazy() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- isLazy() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
-
- isLazyAttribute(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
-
- isLazyLoadable(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
-
- isLazyLoadable(UnloadedField) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
-
Determine if a field is lazy loadable.
- isLazyLoadable(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
-
- isLazyLoadable(UnloadedField) - Method in class org.hibernate.testing.bytecode.enhancement.EnhancerTestContext
-
- isLazyPropertiesCacheable() - Method in class org.hibernate.mapping.RootClass
-
- isLazyPropertiesCacheable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isLazyPropertiesCacheable() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Should lazy properties of this entity be cached?
- isLegacyLimitHandlerBehaviorEnabled() - Method in class org.hibernate.dialect.Dialect
-
- isLifecycleImplementor() - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- isLifecycleImplementor() - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
Does the
class
managed by this tuplizer implement
the
Lifecycle
interface.
- isLifecycleImplementor() - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
-
- isList() - Method in class org.hibernate.mapping.IndexedCollection
-
- isList() - Method in class org.hibernate.mapping.List
-
- isListener() - Method in interface org.hibernate.boot.model.source.spi.JpaCallbackSource
-
- isLoadFinished() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Is in a two-phase load?
- isLob() - Method in class org.hibernate.mapping.Property
-
- isLob() - Method in class org.hibernate.mapping.SimpleValue
-
- isLob() - Method in interface org.hibernate.type.descriptor.spi.JdbcRecommendedSqlTypeMappingContext
-
Was LOB datatype requested for the given Java type?
- isLockTimeoutParameterized() - Method in class org.hibernate.dialect.Dialect
-
If this dialect supports specifying lock timeouts, are those timeouts
rendered into the SQL string as parameters.
- isLogicalOneToOne() - Method in class org.hibernate.mapping.ManyToOne
-
- isLogicalOneToOne() - Method in class org.hibernate.type.EntityType
-
Is the association modeled here a 1-1 according to the logical model?
- isLogicalOneToOne() - Method in class org.hibernate.type.ManyToOneType
-
- isLogSessionMetrics() - Method in class org.hibernate.cfg.BaselineSessionEventsListenerBuilder
-
- isLogToStdout() - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
-
Are we currently logging to stdout?
- isManaged() - Method in class org.hibernate.loader.entity.CacheEntityLoaderHelper.PersistenceContextEntry
-
- isManipulationStatement() - Method in interface org.hibernate.hql.spi.QueryTranslator
-
- isManualFlushMode(FlushMode) - Static method in enum org.hibernate.FlushMode
-
- isManyToMany() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isManyToMany() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
-
- isManyToMany() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Is this a many-to-many association? Note that this is mainly
a convenience feature as the single persister does not
contain all the information needed to handle a many-to-many
itself, as internally it is looked at as two many-to-ones.
- isManyToMany() - Method in class org.hibernate.persister.collection.OneToManyPersister
-
- isManyToManyWith(OuterJoinableAssociation) - Method in class org.hibernate.loader.OuterJoinableAssociation
-
- isMap() - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- isMap() - Method in class org.hibernate.cfg.annotations.MapBinder
-
- isMap() - Method in class org.hibernate.mapping.Collection
-
- isMap() - Method in class org.hibernate.mapping.Map
-
- isMapEmpty(Expression<M>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a predicate that tests whether a Map is empty.
- isMapNotEmpty(Expression<M>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
-
Create a predicate that tests whether a Map is
not empty.
- isMapped() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
-
Gets the value of the mapped property.
- isMappedBy() - Method in interface org.hibernate.boot.model.source.spi.AssociationSource
-
- isMappedCollection(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
-
look for @OneToMany, @ManyToMany and @ElementCollection annotations
- isMappedCollection(UnloadedField) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
-
- isMappedCollection(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
-
- isMappedSuperclassClass(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
-
look for @MappedSuperclass annotation
- isMappedSuperclassClass(UnloadedClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
-
Does the given class name represent a MappedSuperclass class?
- isMappedSuperclassClass(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
-
- isMappedToKnownLobCode(int) - Static method in class org.hibernate.type.descriptor.sql.LobTypeMappings
-
- isMatch(Dialect) - Method in interface org.hibernate.testing.DialectCheck
-
Does the given dialect match the defined check?
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.CaseSensitiveCheck
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.DoesNotSupportFollowOnLocking
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.DoesNotSupportRowValueConstructorSyntax
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.DoesReadCommittedCauseWritersToBlockReadersCheck
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.DoesReadCommittedNotCauseWritersToBlockReadersCheck
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.DoesRepeatableReadCauseReadersToBlockWritersCheck
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.DoesRepeatableReadNotCauseReadersToBlockWritersCheck
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.DoubleQuoteQuoting
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.ForceLobAsLastValue
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.HasSelfReferentialForeignKeyBugCheck
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.NotSupportsEmptyInListCheck
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportCatalogCreation
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportDropConstraints
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportLimitAndOffsetCheck
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportLimitCheck
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportNonQueryValuesListWithCTE
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportNoWait
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportPartitionBy
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportRowValueConstructorSyntaxInInList
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsCascadeDeleteCheck
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportSchemaCreation
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsCircularCascadeDeleteCheck
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsColumnCheck
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsEmptyInListCheck
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsExistsInSelectCheck
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsExpectedLobUsagePattern
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsGlobalTemporaryTables
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsIdentityColumns
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsJdbcDriverProxying
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportSkipLocked
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsLobValueChangePropogation
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsLockTimeouts
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsNClob
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsNoColumnInsert
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsParametersInInsertSelectCheck
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsResultSetPositioningOnForwardOnlyCursorCheck
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsRowValueConstructorSyntaxCheck
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsRowValueConstructorSyntaxInInListCheck
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsSelectAliasInGroupByClause
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsSequences
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportSubqueryAsLeftHandSideInPredicate
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsUnboundedLobLocatorMaterializationCheck
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportValuesListAndRowValueConstructorSyntaxInInList
-
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.UsesInputStreamToInsertBlob
-
- isMatch(Dialect) - Method in class org.hibernate.testing.env.ConnectionProviderBuilder
-
- isMatch() - Method in class org.hibernate.testing.Skip.AlwaysSkip
-
- isMatch() - Method in interface org.hibernate.testing.Skip.Matcher
-
Do we have a match to the underlying condition?
- isMatch() - Method in class org.hibernate.testing.Skip.OperatingSystem.Windows
-
- isMetaComplete() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
-
- isMetaComplete() - Method in interface org.hibernate.jpamodelgen.model.MetaEntity
-
- isMetaComplete() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
-
- isMetadataComplete() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddable
-
Gets the value of the metadataComplete property.
- isMetadataComplete() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Gets the value of the metadataComplete property.
- isMetadataComplete() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
-
Gets the value of the metadataComplete property.
- isMetadataComplete() - Method in interface org.hibernate.boot.jaxb.mapping.spi.ManagedType
-
- isMetadataComplete() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
-
Gets the value of the metadataComplete property.
- isMetadataComplete() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Gets the value of the metadataComplete property.
- isMetadataComplete() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
-
Gets the value of the metadataComplete property.
- isMethodOf(Method) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
-
- isMethodOf(Method) - Method in interface org.hibernate.tuple.component.ComponentTuplizer
-
Is the given method available via the managed component as a property getter?
- isMethodOf(Method) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
-
- isMethodOf(Method) - Method in class org.hibernate.type.AnyType
-
- isMethodOf(Method) - Method in class org.hibernate.type.ComponentType
-
- isMethodOf(Method) - Method in class org.hibernate.type.CompositeCustomType
-
- isMethodOf(Method) - Method in interface org.hibernate.type.CompositeType
-
Is the given method a member of this component's class?
- isMethodOf(Method) - Method in class org.hibernate.type.EmbeddedComponentType
-
- isMinimalPutsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isMinimalPutsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isMinimalPutsEnabled() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- isMinimalPutsEnabledByDefault() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
-
- isMinimalPutsEnabledByDefault() - Method in interface org.hibernate.cache.spi.RegionFactory
-
By default should we perform "minimal puts" when using this second
level cache implementation?
- isMissingIdentifier() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext.EntityReferenceProcessingState
-
- isModifiableEntity() - Method in interface org.hibernate.engine.spi.EntityEntry
-
Can the entity be modified?
The entity is modifiable if all of the following are true:
the entity class is mutable
the entity is not read-only
if the current status is Status.DELETED, then the entity was not read-only when it was deleted
- isModifiableEntity(EntityEntry) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractType
-
- isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AnyType
-
- isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
-
- isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
-
- isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.ManyToOneType
-
- isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.OneToOneType
-
- isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in interface org.hibernate.type.Type
-
- isMultiTable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isMultiTable() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- isMultiTable() - Method in interface org.hibernate.persister.entity.Queryable
-
Is the inheritance hierarchy described by this persister contained across
multiple tables?
- isMultiTable() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- isMultiTable() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- isMultiValued() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
-
- isMultiValued() - Method in class org.hibernate.mapping.MetaAttribute
-
- isMultiValuedBinding(QueryParameter) - Method in interface org.hibernate.query.spi.QueryParameterBindings
-
- isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the mutable property.
- isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the mutable property.
- isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the mutable property.
- isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the mutable property.
- isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the mutable property.
- isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdType
-
Gets the value of the mutable property.
- isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Gets the value of the mutable property.
- isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Gets the value of the mutable property.
- isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the mutable property.
- isMutable() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
-
- isMutable() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
-
Is this root entity mutable?
- isMutable() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
-
- isMutable() - Method in interface org.hibernate.cache.cfg.spi.DomainDataCachingConfig
-
Is the data marked as being mutable?
- isMutable() - Method in interface org.hibernate.graph.GraphNode
-
- isMutable() - Method in class org.hibernate.loader.entity.NaturalIdType
-
- isMutable() - Method in class org.hibernate.mapping.Collection
-
- isMutable() - Method in class org.hibernate.mapping.PersistentClass
-
- isMutable() - Method in class org.hibernate.mapping.RootClass
-
- isMutable() - Method in class org.hibernate.mapping.Subclass
-
- isMutable() - Method in interface org.hibernate.metadata.ClassMetadata
-
Are instances of this class mutable?
- isMutable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isMutable() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Can the elements of this collection change?
- isMutable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isMutable() - Method in class org.hibernate.persister.entity.DiscriminatorType
-
- isMutable() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Determine whether instances of this entity are considered mutable.
- isMutable() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- isMutable() - Method in class org.hibernate.type.AbstractStandardBasicType
-
- isMutable() - Method in class org.hibernate.type.AnyType
-
- isMutable() - Method in class org.hibernate.type.CollectionType
-
- isMutable() - Method in class org.hibernate.type.ComponentType
-
- isMutable() - Method in class org.hibernate.type.CompositeCustomType
-
- isMutable() - Method in class org.hibernate.type.CustomType
-
- isMutable() - Method in class org.hibernate.type.descriptor.java.BlobTypeDescriptor.BlobMutabilityPlan
-
- isMutable() - Method in class org.hibernate.type.descriptor.java.ClobTypeDescriptor.ClobMutabilityPlan
-
- isMutable() - Method in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
-
- isMutable() - Method in interface org.hibernate.type.descriptor.java.MutabilityPlan
-
Can the internal state of instances of T be changed?
- isMutable() - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
-
- isMutable() - Method in class org.hibernate.type.descriptor.java.NClobTypeDescriptor.NClobMutabilityPlan
-
- isMutable() - Method in class org.hibernate.type.EntityType
-
- isMutable() - Method in class org.hibernate.type.EnumType
-
- isMutable() - Method in class org.hibernate.type.MetaType
-
- isMutable() - Method in interface org.hibernate.type.Type
-
Are objects of this type mutable.
- isMutable() - Method in interface org.hibernate.usertype.CompositeUserType
-
Check if objects of this type mutable.
- isMutable() - Method in interface org.hibernate.usertype.UserType
-
Are objects of this type mutable?
- isNakedEntityReturned() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
-
- isNameDeferred() - Method in class org.hibernate.cfg.Ejb3Column
-
- isNamedQueryStartupCheckingEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isNamedQueryStartupCheckingEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isNamedQueryStartupCheckingEnabled() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- isNationalized() - Method in class org.hibernate.mapping.SimpleValue
-
- isNationalized() - Method in interface org.hibernate.type.descriptor.spi.JdbcRecommendedSqlTypeMappingContext
-
Was nationalized character datatype requested for the given Java type?
- isNaturalIdentifier() - Method in class org.hibernate.mapping.Property
-
- isNaturalIdentifierCached() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- isNaturalIdentifierInsertGenerated() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- isNaturalIdNonNullable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isNaturalKeyLookup() - Method in class org.hibernate.engine.spi.QueryParameters
-
- isNClob(Clob) - Static method in class org.hibernate.engine.jdbc.SerializableNClobProxy
-
- isNClob(Class) - Static method in class org.hibernate.type.descriptor.java.DataHelper
-
- isNewlyInstantiated() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Is the collection newly instantiated?
- isNoConstraintByDefault() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
-
- isNoConstraintByDefault() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
Should we create constraint by default?
- isNone() - Method in enum org.hibernate.engine.OptimisticLockStyle
-
- isNotEmpty() - Method in class org.hibernate.criterion.Property
-
Creates a restriction to check that a collection is not empty
- isNotEmpty(String) - Static method in class org.hibernate.criterion.Restrictions
-
Constrain a collection valued property to be non-empty
- isNotEmpty(String) - Static method in class org.hibernate.spatial.criterion.SpatialRestrictions
-
Apply an "is not empty" constraint to the named property
- isNotEmpty(CriteriaBuilder, Expression<? extends Geometry>) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
-
Create a predicate for testing the arguments for "is not empty" constraint.
- isNotEmpty(CriteriaBuilder, Expression<? extends Geometry>) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
-
Create a predicate for testing the arguments for "is not empty" constraint.
- isNotEmpty(String) - Static method in class org.hibernate.testing.junit4.Helper
-
Standard string content checking.
- isNotNull() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Gets the value of the notNull property.
- isNotNull() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
-
Gets the value of the notNull property.
- isNotNull() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
-
Gets the value of the notNull property.
- isNotNull() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
-
Gets the value of the notNull property.
- isNotNull() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
-
Gets the value of the notNull property.
- isNotNull() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Gets the value of the notNull property.
- isNotNull() - Method in class org.hibernate.criterion.Property
-
Creates a NOT NULL restriction
- isNotNull(String) - Static method in class org.hibernate.criterion.Restrictions
-
Apply an "is not null" constraint to the named property
- isNotNull() - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Apply an "is not null" constraint to the another property
- isNotOneOf(TransactionStatus...) - Method in enum org.hibernate.resource.transaction.spi.TransactionStatus
-
- isNull() - Method in class org.hibernate.criterion.Property
-
Creates a NULL restriction
- isNull(String) - Static method in class org.hibernate.criterion.Restrictions
-
Apply an "is null" constraint to the named property
- isNull() - Method in class org.hibernate.envers.query.criteria.AuditProperty
-
Apply an "is null" constraint
- isNull(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.EntityType
-
- isNull(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.OneToOneType
-
- isNullable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
-
Gets the value of the nullable property.
- isNullable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
-
Gets the value of the nullable property.
- isNullable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
-
Gets the value of the nullable property.
- isNullable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
-
Gets the value of the nullable property.
- isNullable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
-
Gets the value of the nullable property.
- isNullable() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
-
Is this column nullable?
- isNullable() - Method in class org.hibernate.cfg.Ejb3Column
-
- isNullable() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
-
- isNullable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
-
Gets the value of the nullable property.
- isNullable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
-
Gets the value of the nullable property.
- isNullable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
-
Gets the value of the nullable property.
- isNullable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
-
Gets the value of the nullable property.
- isNullable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
-
Gets the value of the nullable property.
- isNullable() - Method in interface org.hibernate.loader.plan.spi.Fetch
-
Is this fetch nullable?
- isNullable() - Method in class org.hibernate.mapping.Collection
-
- isNullable() - Method in class org.hibernate.mapping.Column
-
- isNullable() - Method in class org.hibernate.mapping.DependantValue
-
- isNullable() - Method in class org.hibernate.mapping.OneToMany
-
- isNullable() - Method in class org.hibernate.mapping.OneToOne
-
- isNullable() - Method in class org.hibernate.mapping.SimpleValue
-
- isNullable() - Method in interface org.hibernate.mapping.Value
-
- isNullable() - Method in interface org.hibernate.persister.walking.spi.AttributeDefinition
-
- isNullable() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
-
- isNullable() - Method in class org.hibernate.tuple.BaselineAttributeInformation
-
- isNullable() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
-
- isNullable() - Method in class org.hibernate.type.EntityType
-
The nullability of the property.
- isNullable() - Method in class org.hibernate.type.ManyToOneType
-
- isNullable() - Method in class org.hibernate.type.OneToOneType
-
- isNullableSubclassTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isNullableSubclassTable(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- isNullableSubclassTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- isNullableTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isNullableTable(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- isNullableTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- isNullifiable(boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.engine.spi.EntityEntry
-
- isNullifiableEntityKeysEmpty() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
- ISOLATION - Static variable in interface org.hibernate.cfg.AvailableSettings
-
Names the JDBC transaction isolation level
- IsolationDelegate - Interface in org.hibernate.engine.transaction.spi
-
Contract for performing work in a manner that isolates it from any current transaction.
- isolationLevelToString(int) - Static method in class org.hibernate.cfg.Environment
-
- isOmitJoinOfSuperclassTablesEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isOmitJoinOfSuperclassTablesEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isOneOf(TransactionStatus...) - Method in enum org.hibernate.resource.transaction.spi.TransactionStatus
-
- isOneToMany() - Method in class org.hibernate.mapping.Collection
-
- isOneToMany() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
-
- isOneToMany() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Is this a one-to-many association?
- isOneToMany() - Method in class org.hibernate.persister.collection.OneToManyPersister
-
- isOneToOne() - Method in class org.hibernate.type.EntityType
-
Is the association modeled here defined as a 1-1 in the database (physical model)?
- isOneToOne() - Method in class org.hibernate.type.ManyToOneType
-
- isOneToOne() - Method in class org.hibernate.type.OneToOneType
-
- isOpen() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- isOpen() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- isOpen() - Method in interface org.hibernate.resource.jdbc.LogicalConnection
-
Is this (logical) JDBC Connection still open/active.
- isOpen() - Method in interface org.hibernate.SharedSessionContract
-
Check if the session is still open.
- isOpenOrWaitingForAutoClose() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- isOpenOrWaitingForAutoClose() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Checks whether the session is open or is waiting for auto-close
- isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
-
Gets the value of the optimisticLock property.
- isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Gets the value of the optimisticLock property.
- isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Gets the value of the optimisticLock property.
- isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Gets the value of the optimisticLock property.
- isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
-
Gets the value of the optimisticLock property.
- isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
-
Gets the value of the optimisticLock property.
- isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Gets the value of the optimisticLock property.
- isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Gets the value of the optimisticLock property.
- isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Gets the value of the optimisticLock property.
- isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Gets the value of the optimisticLock property.
- isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Gets the value of the optimisticLock property.
- isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
-
Gets the value of the optimisticLock property.
- isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Gets the value of the optimisticLock property.
- isOptimisticLock() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
-
- isOptimisticLocked() - Method in class org.hibernate.mapping.Collection
-
- isOptimisticLocked() - Method in class org.hibernate.mapping.Property
-
- isOptional() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
Gets the value of the optional property.
- isOptional() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
-
Gets the value of the optional property.
- isOptional() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
-
Gets the value of the optional property.
- isOptional() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
-
Gets the value of the optional property.
- isOptional() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
-
- isOptional() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
-
Gets the value of the optional property.
- isOptional() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
-
Gets the value of the optional property.
- isOptional() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
-
Gets the value of the optional property.
- isOptional() - Method in class org.hibernate.mapping.Join
-
- isOptional() - Method in class org.hibernate.mapping.Property
-
- isOrdered() - Method in interface org.hibernate.boot.model.source.spi.Orderable
-
If the source of plural attribute is supposed to be applied the ORDER BY
when loading.
- isOrderInsertsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isOrderInsertsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isOrderInsertsEnabled() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- isOrderReturnEnabled() - Method in interface org.hibernate.persister.entity.MultiLoadOptions
-
Should the entities be returned in the same order as their associated entity identifiers were provided.
- isOrderUpdatesEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isOrderUpdatesEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isOrderUpdatesEnabled() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- isOrdinal() - Method in class org.hibernate.type.EnumType
-
- isOrphanRemoval() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Gets the value of the orphanRemoval property.
- isOrphanRemoval() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
-
Gets the value of the orphanRemoval property.
- isOrphanRemoval() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Gets the value of the orphanRemoval property.
- isOrphanRemoval() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
-
Gets the value of the orphanRemoval property.
- isOrphanRemovalBeforeUpdates() - Method in class org.hibernate.event.spi.DeleteEvent
-
- isOrWithinEmbeddedId() - Method in class org.hibernate.cfg.ClassPropertyHolder
-
- isOrWithinEmbeddedId() - Method in class org.hibernate.cfg.CollectionPropertyHolder
-
- isOrWithinEmbeddedId() - Method in class org.hibernate.cfg.ComponentPropertyHolder
-
- isOrWithinEmbeddedId() - Method in interface org.hibernate.cfg.PropertyHolder
-
Return true if this component is or is embedded in a @EmbeddedId
- isParallel() - Method in class org.hibernate.query.spi.DoubleStreamDecorator
-
- isParallel() - Method in class org.hibernate.query.spi.IntStreamDecorator
-
- isParallel() - Method in class org.hibernate.query.spi.LongStreamDecorator
-
- isParallel() - Method in class org.hibernate.query.spi.StreamDecorator
-
- isPartOfCollectionElement() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
-
Does any part represent a collection-element reference?
- isPassDistinctThrough() - Method in class org.hibernate.engine.spi.QueryParameters
-
Check if this query should pass the distinct
to the database.
- isPassNullsEnabled() - Method in interface org.hibernate.jpa.spi.StoredProcedureQueryParameterRegistration
-
How will an unbound value be handled in terms of the JDBC parameter?
- isPassNullsEnabled() - Method in interface org.hibernate.procedure.spi.ParameterRegistrationImplementor
-
If no value is bound for this parameter registration, is the passing of NULL
to the JDBC CallableStatement for that parameter enabled? This effectively controls
whether default values for the argument as defined in the database are applied or not.
- isPassNullsEnabled() - Method in interface org.hibernate.query.procedure.ProcedureParameter
-
How will an unbound value be handled in terms of the JDBC parameter?
- isPersistentField(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
-
look for @Transient annotation
- isPersistentField(UnloadedField) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
-
Does the field represent persistent state? Persistent fields will be "enhanced".
- isPersistentField(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
-
- isPhysicalConstraint() - Method in class org.hibernate.mapping.ForeignKey
-
- isPhysicallyConnected() - Method in interface org.hibernate.resource.jdbc.LogicalConnection
-
Is this JdbcSession currently physically connected (meaning does it currently hold a JDBC Connection)?
- isPhysicalSequence() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
-
Is the structure physically a sequence?
- isPhysicalSequence() - Method in class org.hibernate.id.enhanced.SequenceStructure
-
- isPhysicalSequence(JdbcEnvironment, boolean) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
- isPhysicalSequence() - Method in class org.hibernate.id.enhanced.TableStructure
-
- isPhysicalTable() - Method in class org.hibernate.mapping.Table
-
- isPhysicalTable() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
-
Does this information describe a physical table as opposed to a view, etc?
- isPolymorphic() - Method in class org.hibernate.mapping.PersistentClass
-
- isPolymorphic() - Method in class org.hibernate.mapping.RootClass
-
- isPolymorphic() - Method in class org.hibernate.mapping.Subclass
-
- isPolymorphic() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isPolymorphic() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- isPooled() - Method in enum org.hibernate.id.enhanced.StandardOptimizerDescriptor
-
- isPooledOptimizer(String) - Static method in class org.hibernate.id.enhanced.OptimizerFactory
-
Does the given optimizer name represent a pooled strategy?
- isPostInsertIdentifierDelayableEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isPreferUserTransaction() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isPreferUserTransaction() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isPreferUserTransaction() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- isPrimaryKey() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
-
- isPrimitive(Class) - Method in class org.hibernate.mapping.Property
-
- isPrimitiveArray() - Method in class org.hibernate.mapping.Collection
-
- isPrimitiveArray() - Method in class org.hibernate.mapping.PrimitiveArray
-
- isPrimitiveArray() - Method in interface org.hibernate.metadata.CollectionMetadata
-
Is the collection a primitive array?
- isPrimitiveArray() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isPrimitiveArray() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Is this an array or primitive values?
- isProcedureParameterNullPassingEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isProcedureParameterNullPassingEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isProcessed() - Method in class org.hibernate.engine.spi.CollectionEntry
-
- isProperty(String, String) - Static method in class org.hibernate.jpamodelgen.util.StringUtil
-
- isPropertyDefinedInHierarchy(String) - Method in class org.hibernate.mapping.MappedSuperclass
-
Check to see if a property with the given name exists in this MappedSuperclass
or in any of its super hierarchy.
- isPropertyDefinedInHierarchy(String) - Method in class org.hibernate.mapping.PersistentClass
-
Check to see if a property with the given name exists in this PersistentClass
or in any of its super hierarchy.
- isPropertyDefinedInSuperHierarchy(String) - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- isPropertyDefinedInSuperHierarchy(String) - Method in class org.hibernate.mapping.PersistentClass
-
Check to see if a property with the given name exists in the super hierarchy
of this PersistentClass.
- isPropertyInitialized(Object, String) - Static method in class org.hibernate.Hibernate
-
Check if the property is initialized.
- isPropertyNull(EntityKey, String) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Is the association property belonging to the keyed entity null?
- isPropertyOfTable(int, int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isPropertyOfTable(int, int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- isPropertyOfTable(int, int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- isPropertyOfTable(int, int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- isProvider(PersistenceUnitDescriptor, Map) - Static method in class org.hibernate.jpa.boot.spi.ProviderChecker
-
Does the descriptor and/or integration request Hibernate as the
PersistenceProvider
? Note that in the case of no requested provider being named
we assume we are the provider (the calls got to us somehow...)
- isPutEnabled() - Method in enum org.hibernate.CacheMode
-
Does this cache mode indicate that writes are allowed?
- isQualified(String, SessionFactoryOptions) - Method in class org.hibernate.cache.spi.support.RegionNameQualifier
-
- isQualified(String, String) - Method in class org.hibernate.cache.spi.support.RegionNameQualifier
-
- isQueryCacheEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isQueryCacheEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isQueryCacheEnabled() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- isQueryParametersValidationEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isQueryParametersValidationEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isQueryParametersValidationEnabled() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- isQueryParametersValidationEnabled() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
- isQuiet() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateCommand
-
Deprecated.
- isQuoted(String) - Static method in class org.hibernate.boot.model.naming.Identifier
-
Is the given identifier text considered quoted.
- isQuoted() - Method in class org.hibernate.boot.model.naming.Identifier
-
Is this a quoted identifier?
- isQuoted() - Method in class org.hibernate.mapping.Column
-
- isQuoted() - Method in class org.hibernate.mapping.Table
-
- isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.cfg.beanvalidation.HibernateTraversableResolver
-
- isReached() - Method in class org.hibernate.engine.spi.CollectionEntry
-
- isReadable(long) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.Item
-
- isReadable(long) - Method in interface org.hibernate.cache.spi.support.AbstractReadWriteAccess.Lockable
-
Returns true
if the enclosed value can be read by a transaction started at the given time.
- isReadable(long) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
-
- isReadOnly() - Method in interface org.hibernate.BasicQueryContract
-
Deprecated.
Should entities and proxies loaded by this Query be put in read-only mode? If the
read-only/modifiable setting was not initialized, then the default
read-only/modifiable setting for the persistence context is returned instead.
- isReadOnly() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
-
Gets the value of the readOnly property.
- isReadOnly() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
-
Gets the value of the readOnly property.
- isReadOnly() - Method in interface org.hibernate.Criteria
-
Should entities and proxies loaded by this Criteria be put in read-only mode? If the
read-only/modifiable setting was not initialized, then the default
read-only/modifiable setting for the persistence context is returned instead.
- isReadOnly() - Method in interface org.hibernate.engine.spi.EntityEntry
-
- isReadOnly() - Method in class org.hibernate.engine.spi.NamedQueryDefinition
-
- isReadOnly(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Is the entity or proxy read-only?
To determine the default read-only/modifiable setting used for entities and proxies that are loaded into the
session use
Session.isDefaultReadOnly()
- isReadOnly() - Method in class org.hibernate.engine.spi.QueryParameters
-
Should entities and proxies loaded by the Query be put in read-only mode? The
read-only/modifiable setting must be initialized via QueryParameters#setReadOnly(boolean)
before calling this method.
- isReadOnly(SharedSessionContractImplementor) - Method in class org.hibernate.engine.spi.QueryParameters
-
Should entities and proxies loaded by the Query be put in read-only mode? If the
read-only/modifiable setting was not initialized (i.e., QueryParameters#isReadOnlyInitialized() == false),
then the default read-only/modifiable setting for the persistence context is returned instead.
- isReadOnly(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- isReadOnly() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
- isReadOnly() - Method in interface org.hibernate.proxy.LazyInitializer
-
Is the proxy read-only?
The read-only/modifiable setting is not available when the proxy is
detached or its associated session is closed.
- isReadOnly() - Method in interface org.hibernate.Query
-
Deprecated.
Should entities and proxies loaded by this Query be put in read-only mode? If the
read-only/modifiable setting was not initialized, then the default
read-only/modifiable setting for the persistence context is returned instead.
- isReadOnly(Object) - Method in interface org.hibernate.Session
-
Is the specified entity or proxy read-only?
To get the default read-only/modifiable setting used for
entities and proxies that are loaded into the session:
- isReadOnlyBeforeAttachedToSession() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
Get the read-only/modifiable setting that should be put in affect when it is
attached to a session.
- isReadOnlyInitialized() - Method in interface org.hibernate.Criteria
-
Was the read-only/modifiable mode explicitly initialized?
- isReadOnlyInitialized() - Method in class org.hibernate.engine.spi.QueryParameters
-
Has the read-only/modifiable mode been explicitly set?
- isReadOnlySettingAvailable() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
- isReadOnlySettingAvailable() - Method in interface org.hibernate.proxy.LazyInitializer
-
Is the proxy's read-only/modifiable setting available?
- isReadyForSerialization() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
-
Can this coordinator be serialized?
- isReferencedEntityAttribute() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource
-
Is this plural attribute index source for an attribute of the referenced entity
(relevant only for one-to-many and many-to-many associations)?
If this method returns true
, then this object can safely
be cast to PluralAttributeMapKeySourceEntityAttribute
.
- isReferenceEntry() - Method in interface org.hibernate.cache.spi.entry.CacheEntry
-
Does this entry represent a direct entity reference (rather than disassembled state)?
- isReferenceEntry() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
-
- isReferenceEntry() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
-
- isReferenceToPrimaryKey() - Method in class org.hibernate.mapping.ForeignKey
-
Does this foreignkey reference the primary key of the reference table
- isReferenceToPrimaryKey() - Method in class org.hibernate.mapping.ToOne
-
- isReferenceToPrimaryKey() - Method in class org.hibernate.type.AnyType
-
- isReferenceToPrimaryKey() - Method in class org.hibernate.type.EntityType
-
Does this association foreign key reference the primary key of the other table?
Otherwise, it references a property-ref.
- isReleaseResourcesOnCloseEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isReleaseResourcesOnCloseEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isReservedWord(String) - Method in interface org.hibernate.engine.jdbc.env.spi.IdentifierHelper
-
Check whether the given word represents a reserved word.
- isResolved() - Method in class org.hibernate.cfg.EJB3DTDEntityResolver
-
Persistence.xml has been resolved locally
- isResultSet() - Method in interface org.hibernate.result.Output
-
- isReturnOfDeletedEntitiesEnabled() - Method in interface org.hibernate.persister.entity.MultiLoadOptions
-
Should we returned entities that are scheduled for deletion.
- isRightHandSideRequired() - Method in interface org.hibernate.loader.plan.spi.Join
-
Indicates if the joined attribute is required to be non-null.
- isRoot - Variable in class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl.ArchiveDescriptorInfo
-
- isRoot() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
-
Does this part represent a root.
- isRoot() - Method in class org.hibernate.loader.PropertyPath
-
- isRoot() - Method in class org.hibernate.metamodel.model.domain.NavigableRole
-
- isRootEntity() - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- isRootUrl() - Method in class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl.ArchiveContextImpl
-
- isRootUrl() - Method in interface org.hibernate.boot.archive.spi.ArchiveContext
-
Is the archive described (and being visited) the root url for the persistence-unit?
- isRowDeleteEnabled() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isRowDeleteEnabled() - Method in class org.hibernate.persister.collection.OneToManyPersister
-
- isRowInsertEnabled() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isRowInsertEnabled() - Method in class org.hibernate.persister.collection.OneToManyPersister
-
- isRowUpdatePossible() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Can each element in the collection be mapped unequivocally to a single row in the database? Generally
bags and sets are the only collections that cannot be.
- isSame(Value) - Method in class org.hibernate.id.ExportableColumn.ValueImpl
-
- isSame(SimpleValue) - Method in class org.hibernate.mapping.Any
-
- isSame(Any) - Method in class org.hibernate.mapping.Any
-
- isSame(Value) - Method in class org.hibernate.mapping.Collection
-
- isSame(Value, Value) - Static method in class org.hibernate.mapping.Collection
-
- isSame(Collection) - Method in class org.hibernate.mapping.Collection
-
- isSame(SimpleValue) - Method in class org.hibernate.mapping.Component
-
- isSame(Component) - Method in class org.hibernate.mapping.Component
-
- isSame(SimpleValue) - Method in class org.hibernate.mapping.DependantValue
-
- isSame(DependantValue) - Method in class org.hibernate.mapping.DependantValue
-
- isSame(Collection) - Method in class org.hibernate.mapping.IdentifierCollection
-
- isSame(IdentifierCollection) - Method in class org.hibernate.mapping.IdentifierCollection
-
- isSame(Collection) - Method in class org.hibernate.mapping.IndexedCollection
-
- isSame(IndexedCollection) - Method in class org.hibernate.mapping.IndexedCollection
-
- isSame(Value) - Method in class org.hibernate.mapping.OneToMany
-
- isSame(OneToMany) - Method in class org.hibernate.mapping.OneToMany
-
- isSame(ToOne) - Method in class org.hibernate.mapping.OneToOne
-
- isSame(OneToOne) - Method in class org.hibernate.mapping.OneToOne
-
- isSame(Value) - Method in class org.hibernate.mapping.SimpleValue
-
- isSame(Value, Value) - Static method in class org.hibernate.mapping.SimpleValue
-
- isSame(SimpleValue) - Method in class org.hibernate.mapping.SimpleValue
-
- isSame(SimpleValue) - Method in class org.hibernate.mapping.ToOne
-
- isSame(ToOne) - Method in class org.hibernate.mapping.ToOne
-
- isSame(Value) - Method in interface org.hibernate.mapping.Value
-
- isSame(Object, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- isSame(Object, Object) - Method in class org.hibernate.type.AbstractType
-
- isSame(Object, Object) - Method in class org.hibernate.type.AnyType
-
- isSame(Object, Object) - Method in class org.hibernate.type.ComponentType
-
- isSame(Object, Object) - Method in class org.hibernate.type.EntityType
-
Two entities are considered the same when their instances are the same.
- isSame(Object, Object) - Method in interface org.hibernate.type.Type
-
Compare two instances of the class mapped by this type for persistence "equality" (equality of persistent
state) taking a shortcut for entity references.
- isSameRM(XAResource) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
-
- isSchemaQuoted() - Method in class org.hibernate.mapping.Table
-
- isScrollableResultSetsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isScrollableResultSetsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isScrollableResultSetsEnabled() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- isScrollableResultSetsEnabled() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
-
- isSecondary() - Method in class org.hibernate.cfg.Ejb3Column
-
- isSecondLevelCacheCheckingEnabled() - Method in interface org.hibernate.persister.entity.MultiLoadOptions
-
Check the second-level cache first, and only if the entity is not found in the cache
should Hibernate hit the database.
- isSecondLevelCacheEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isSecondLevelCacheEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isSecondLevelCacheEnabled() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- isSelect() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
-
- isSelectable() - Method in class org.hibernate.mapping.Property
-
- isSelectBeforeUpdate() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
-
- isSelectBeforeUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
-
Gets the value of the selectBeforeUpdate property.
- isSelectBeforeUpdate() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
-
Did the source specify to perform selects to decide whether to perform (detached) updates?
- isSelectBeforeUpdate() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- isSelectBeforeUpdateRequired() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isSelectBeforeUpdateRequired() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Is select snapshot before update enabled?
- isSequentialSelect() - Method in class org.hibernate.mapping.Join
-
- isSessionCheckingEnabled() - Method in interface org.hibernate.persister.entity.MultiLoadOptions
-
Check the first-level cache first, and only if the entity is not found in the cache
should Hibernate hit the database.
- isSessionFactoryNameAlsoJndiName() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isSessionFactoryNameAlsoJndiName() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isSessionFactoryNameAlsoJndiName() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- isSet() - Method in class org.hibernate.mapping.Collection
-
- isSet() - Method in class org.hibernate.mapping.Set
-
- isShadowedBy(FrameworkMethod) - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
-
- isShallow() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
-
- isShared() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
-
Gets the value of the shared property.
- isShared() - Method in interface org.hibernate.boot.model.source.spi.MultiTenancySource
-
- isSimpleValue() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
-
- isSimpleValue() - Method in class org.hibernate.mapping.Collection
-
- isSimpleValue() - Method in class org.hibernate.mapping.OneToMany
-
- isSimpleValue() - Method in class org.hibernate.mapping.SimpleValue
-
- isSimpleValue() - Method in interface org.hibernate.mapping.Value
-
- isSingleRowLoader() - Method in class org.hibernate.loader.entity.AbstractEntityLoader
-
- isSingleRowLoader() - Method in class org.hibernate.loader.entity.CollectionElementLoader
-
- isSingleRowLoader() - Method in class org.hibernate.loader.entity.EntityLoader
-
- isSingleRowLoader() - Method in class org.hibernate.loader.Loader
-
Return false is this loader is a batch entity loader
- isSingular() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
-
Attributes are (coarsely speaking) either singular or plural.
- isSkipGlobalQuotingForColumnDefinitions() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
-
- isSnapshotEmpty(Serializable) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Is the snapshot empty?
- isSnapshotEmpty(PersistentCollection) - Method in class org.hibernate.engine.spi.CollectionEntry
-
- isSorted() - Method in interface org.hibernate.boot.model.source.spi.Sortable
-
If the source of plural attribute is supposed to be sorted.
- isSorted() - Method in class org.hibernate.mapping.Collection
-
- isSpatial(int) - Method in interface org.hibernate.spatial.dialect.cockroachdb.CockroachSpatialDialectTrait
-
- isSpatial(int) - Method in class org.hibernate.spatial.dialect.postgis.PostgisSupport
-
- isSpecjProprietarySyntaxEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
-
- isSpecjProprietarySyntaxEnabled() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
- isSqlLockTimeout(Exception) - Static method in class org.hibernate.testing.util.ExceptionUtil
-
Was the given exception caused by a SQL lock timeout?
- isStandardEvent() - Method in class org.hibernate.event.spi.EventType
-
Is this event-type one of the standard event-types?
- isStandardTypeCode(int) - Static method in class org.hibernate.type.descriptor.JdbcTypeNameMapper
-
Determine whether the given JDBC type code represents a standard JDBC type ("standard" being those defined on
Types
).
- isStandardTypeCode(Integer) - Static method in class org.hibernate.type.descriptor.JdbcTypeNameMapper
-
- isStarted() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
-
- isStateless() - Method in interface org.hibernate.engine.spi.PersistenceContext
-
- isStatisticsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isStatisticsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isStatisticsEnabled() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- isStatisticsEnabled() - Method in interface org.hibernate.stat.Statistics
-
Are statistics enabled
- isStrictJPAQLCompliance() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- isStrictJpaQueryLanguageCompliance() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isStructuredCacheEntriesEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isStructuredCacheEntriesEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isStructuredCacheEntriesEnabled() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- isSubclassEntityName(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isSubclassEntityName(String) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Determine whether the given name represents a subclass entity
(or this entity itself) of the entity mapped by this persister.
- isSubclassPropertyDeferred(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isSubclassPropertyDeferred(String, String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- isSubclassPropertyNullable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isSubclassPropertyNullable(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
-
Is the numbered property of the class of subclass nullable?
- isSubclassTableIndicatedByTreatAsDeclarations(int, Set<String>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isSubclassTableIndicatedByTreatAsDeclarations(int, Set<String>) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- isSubclassTableLazy(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isSubclassTableLazy(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- isSubclassTableLazy(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- isSubclassTableSequentialSelect(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isSubclassTableSequentialSelect(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- isSubclassTableSequentialSelect(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- isSubselect() - Method in class org.hibernate.mapping.Table
-
- isSubselectLoadable() - Method in class org.hibernate.mapping.Collection
-
- isSubselectLoadable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isSubselectLoadingEnabled() - Method in class org.hibernate.loader.collection.CollectionLoader
-
- isSubselectLoadingEnabled() - Method in class org.hibernate.loader.criteria.CriteriaLoader
-
- isSubselectLoadingEnabled() - Method in class org.hibernate.loader.hql.QueryLoader
-
- isSubselectLoadingEnabled() - Method in class org.hibernate.loader.Loader
-
- isSynthetic() - Method in class org.hibernate.mapping.Backref
-
- isSynthetic() - Method in class org.hibernate.mapping.IndexBackref
-
- isSynthetic() - Method in class org.hibernate.mapping.Property
-
Does this property represent a synthetic property? A synthetic property is one we create during
metamodel binding to represent a collection of columns but which does not represent a property
physically available on the entity.
- isSynthetic() - Method in class org.hibernate.mapping.SyntheticProperty
-
- isTableCascadeDeleteEnabled(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isTableCascadeDeleteEnabled(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
-
- isTableCascadeDeleteEnabled(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
-
- isTableCascadeDeleteEnabled(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
-
- isTooDeep(int) - Method in class org.hibernate.loader.JoinWalker
-
- isTooManyCollections() - Method in class org.hibernate.loader.entity.CascadeEntityJoinWalker
-
- isTooManyCollections() - Method in class org.hibernate.loader.JoinWalker
-
- isTransactionActive() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
-
- isTransactionActive(boolean) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
-
- isTransactionInProgress() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- isTransactionInProgress() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Does this Session have an active Hibernate transaction
or is there a JTA transaction in progress?
- isTransactionInProgress() - Method in interface org.hibernate.jpa.spi.HibernateEntityManagerImplementor
-
Deprecated.
Provides access to whether a transaction is currently in progress.
- isTransformedValueATupleElement(String[], int) - Method in class org.hibernate.transform.AliasToBeanResultTransformer
-
- isTransformedValueATupleElement(String[], int) - Method in class org.hibernate.transform.AliasToEntityMapResultTransformer
-
- isTransformedValueATupleElement(String[], int) - Method in class org.hibernate.transform.DistinctRootEntityResultTransformer
-
- isTransformedValueATupleElement(String[], int) - Method in class org.hibernate.transform.PassThroughResultTransformer
-
- isTransformedValueATupleElement(String[], int) - Method in class org.hibernate.transform.RootEntityResultTransformer
-
- isTransformedValueATupleElement(String[], int) - Method in interface org.hibernate.transform.TupleSubsetResultTransformer
-
When a tuple is transformed, is the result a single element of the tuple?
- isTransient(Object) - Method in class org.hibernate.EmptyInterceptor
-
- isTransient(Object) - Method in interface org.hibernate.Interceptor
-
Called to distinguish between transient and detached entities.
- isTransient(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isTransient(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Is this a new transient instance?
- isTypeNameRegistered(String) - Method in class org.hibernate.dialect.Dialect
-
Whether or not the given type name has been registered for this dialect (including both hibernate type names and
custom-registered type names).
- isTypeSpecified() - Method in class org.hibernate.mapping.SimpleValue
-
- isTypeSpecified() - Method in class org.hibernate.mapping.ToOne
-
- isUninitialized() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
- isUninitialized() - Method in interface org.hibernate.proxy.LazyInitializer
-
Is the proxy uninitialized?
- isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Gets the value of the unique property.
- isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
-
Gets the value of the unique property.
- isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
-
Gets the value of the unique property.
- isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
-
Gets the value of the unique property.
- isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
-
Gets the value of the unique property.
- isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
-
Gets the value of the unique property.
- isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
-
Gets the value of the unique property.
- isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Gets the value of the unique property.
- isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
-
Gets the value of the unique property.
- isUnique() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
-
Gets the value of the unique property.
- isUnique() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbIndex
-
Gets the value of the unique property.
- isUnique() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
-
Gets the value of the unique property.
- isUnique() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
-
Gets the value of the unique property.
- isUnique() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
-
Gets the value of the unique property.
- isUnique() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
-
Is this column unique?
- isUnique() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableSource
-
- isUnique() - Method in interface org.hibernate.boot.model.source.spi.EmbeddedAttributeMapping
-
- isUnique() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
-
- isUnique() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
-
- isUnique() - Method in class org.hibernate.cfg.Ejb3Column
-
- isUnique() - Method in class org.hibernate.cfg.JPAIndexHolder
-
- isUnique() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
-
Gets the value of the unique property.
- isUnique() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Index
-
Gets the value of the unique property.
- isUnique() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
-
Gets the value of the unique property.
- isUnique() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
-
Gets the value of the unique property.
- isUnique() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
-
Gets the value of the unique property.
- isUnique() - Method in class org.hibernate.mapping.Column
-
- isUnlockable(SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.Item
-
- isUnlockable(SoftLock) - Method in interface org.hibernate.cache.spi.support.AbstractReadWriteAccess.Lockable
-
Returns true
if the given lock can be unlocked using the given SoftLock instance as a handle.
- isUnlockable(SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
-
- isUnqualified(String, SessionFactoryOptions) - Static method in class org.hibernate.cache.spi.support.CacheUtils
-
- isUnreferenced() - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Is the collection unreferenced?
- isUnsaved(Object) - Method in class org.hibernate.engine.spi.IdentifierValue
-
Does the given identifier belong to a new instance?
- isUnsaved(Object) - Method in interface org.hibernate.engine.spi.UnsavedValueStrategy
-
Make the transient/detached determination
- isUnsaved(Object) - Method in class org.hibernate.engine.spi.VersionValue
-
- isUnsigned() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
-
- isUnwrap() - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
- isUnwrap() - Method in interface org.hibernate.proxy.LazyInitializer
-
- isUnwrappableAs(Class) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
-
- isUnwrappableAs(Class) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
-
- isUnwrappableAs(Class) - Method in interface org.hibernate.service.spi.Wrapped
-
Can this wrapped service be unwrapped as the indicated type?
- isUnwrappableAs(Class) - Method in class org.hibernate.testing.jdbc.ConnectionProviderDelegate
-
- isUnwrappableAs(Class) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
-
- isUnwrapProxies() - Method in interface org.hibernate.boot.model.source.spi.FetchCharacteristicsSingularAssociation
-
- isUnwrapProxy() - Method in class org.hibernate.mapping.ToOne
-
- isUnwrapProxyImplicit - Variable in class org.hibernate.mapping.ToOne
-
- isUnwrapProxyImplicit() - Method in class org.hibernate.mapping.ToOne
-
- isUpdatable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
-
Gets the value of the updatable property.
- isUpdatable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
-
Gets the value of the updatable property.
- isUpdatable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
-
Gets the value of the updatable property.
- isUpdatable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
-
Gets the value of the updatable property.
- isUpdatable() - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
-
Gets the value of the updatable property.
- isUpdatable() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
-
Did the mapping specify that the given attribute value(s) should be updated in the database?
- isUpdatable() - Method in class org.hibernate.cfg.Ejb3Column
-
- isUpdatable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
-
Gets the value of the updatable property.
- isUpdatable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
-
Gets the value of the updatable property.
- isUpdatable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
-
Gets the value of the updatable property.
- isUpdatable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
-
Gets the value of the updatable property.
- isUpdatable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
-
Gets the value of the updatable property.
- isUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
-
Gets the value of the update property.
- isUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Gets the value of the update property.
- isUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
-
Gets the value of the update property.
- isUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
-
Gets the value of the update property.
- isUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
-
Gets the value of the update property.
- isUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Gets the value of the update property.
- isUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
-
Gets the value of the update property.
- isUpdate() - Method in class org.hibernate.engine.query.spi.HQLQueryPlan
-
- isUpdateable() - Method in class org.hibernate.mapping.DependantValue
-
- isUpdateable() - Method in interface org.hibernate.mapping.KeyValue
-
- isUpdateable() - Method in class org.hibernate.mapping.Property
-
- isUpdateable() - Method in class org.hibernate.mapping.SimpleValue
-
- isUpdateable() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
-
- isUpdateable() - Method in class org.hibernate.tuple.BaselineAttributeInformation
-
- isUpdateable() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
-
- isUpdateCallable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isUpdateCallable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isUpdateStatement() - Method in interface org.hibernate.hql.spi.QueryTranslator
-
- isUpToDate(String[], Long, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.TimestampsCache
-
Perform an up-to-date check for the given set of query spaces as
part of verifying the validity of cached query results.
- isUpToDate(Set<Serializable>, Long, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.TimestampsCache
-
- isUpToDate(Set<Serializable>, Long, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.UpdateTimestampsCache
-
Deprecated.
Perform an up-to-date check for the given set of query spaces.
- isUseQuotedIdentifiers() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
Is the use of quoted identifiers in effect for this whole persistence unit?
- isUseUnicodeStringTypes() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- isUseUnicodeStringTypes() - Method in class org.hibernate.dialect.HANACloudColumnStoreDialect
-
- isValid(Mapping) - Method in class org.hibernate.id.ExportableColumn.ValueImpl
-
- isValid(Mapping) - Method in class org.hibernate.mapping.Collection
-
- isValid(Mapping) - Method in class org.hibernate.mapping.OneToMany
-
- isValid(Mapping) - Method in class org.hibernate.mapping.Property
-
- isValid(Mapping) - Method in class org.hibernate.mapping.SimpleValue
-
- isValid(Mapping) - Method in class org.hibernate.mapping.ToOne
-
- isValid(Mapping) - Method in interface org.hibernate.mapping.Value
-
- isValid(Connection) - Method in class org.hibernate.testing.jdbc.SharedDriverManagerConnectionProviderImpl
-
- isValidJpaVersion(String) - Static method in class org.hibernate.boot.xsd.LocalXsdResolver
-
- isValueGenerationRequired(NonIdentifierAttribute, GenerationTiming) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isVersion() - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
-
- isVersion() - Method in enum org.hibernate.engine.OptimisticLockStyle
-
- isVersion() - Method in class org.hibernate.mapping.SimpleValue
-
- isVersionable() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
-
- isVersionable() - Method in class org.hibernate.tuple.BaselineAttributeInformation
-
- isVersionable() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
-
- isVersioned() - Method in interface org.hibernate.cache.cfg.spi.DomainDataCachingConfig
-
Is the data to be cached considered versioned?
- isVersioned() - Method in interface org.hibernate.cache.cfg.spi.EntityDataCachingConfig
-
Mainly here to allow optimization of not having to know the
actual comparator instance to use here yet.
- isVersioned() - Method in class org.hibernate.mapping.MappedSuperclass
-
- isVersioned() - Method in class org.hibernate.mapping.PersistentClass
-
- isVersioned() - Method in class org.hibernate.mapping.RootClass
-
- isVersioned() - Method in class org.hibernate.mapping.Subclass
-
- isVersioned() - Method in interface org.hibernate.metadata.ClassMetadata
-
Are instances of this class versioned by a timestamp or version number column?
- isVersioned() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- isVersioned() - Method in interface org.hibernate.persister.collection.CollectionPersister
-
Does this collection cause version increment of the
owning entity?
- isVersioned() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isVersioned() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Determine whether optimistic locking by column is enabled for this
entity.
- isVersioned() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- isVersionGenerated() - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- isVersionPropertyGenerated() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isVersionPropertyGenerated() - Method in interface org.hibernate.persister.entity.EntityPersister
-
Does this entity contain a version property that is defined
to be database generated?
- isVersionPropertyInsertable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- isVersionPropertyInsertable() - Method in interface org.hibernate.persister.entity.Queryable
-
Is the version property included in insert statements?
- isVirtual() - Method in interface org.hibernate.tuple.IdentifierAttribute
-
- isVirtual() - Method in class org.hibernate.tuple.IdentifierProperty
-
- isVirtualAttribute() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
-
Determine whether this is a virtual attribute or whether it physically exists on the users domain model.
- isWithinElementCollection() - Method in class org.hibernate.cfg.ClassPropertyHolder
-
- isWithinElementCollection() - Method in class org.hibernate.cfg.CollectionPropertyHolder
-
- isWithinElementCollection() - Method in class org.hibernate.cfg.ComponentPropertyHolder
-
- isWithinElementCollection() - Method in interface org.hibernate.cfg.PropertyHolder
-
Return true if this component is within an @ElementCollection.
- isWrapper(Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Is this the wrapper for the given collection instance?
- isWrapperFor(Class<?>) - Method in class org.hibernate.testing.jdbc.DataSourceStub
-
- isWrapResultSetsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- isWrapResultSetsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- isWrapResultSetsEnabled() - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- isWriteable(long, Object, Comparator) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.Item
-
- isWriteable(long, Object, Comparator) - Method in interface org.hibernate.cache.spi.support.AbstractReadWriteAccess.Lockable
-
Returns true
if the enclosed value can be replaced with one of the given version by a
transaction started at the given time.
- isWriteable(long, Object, Comparator) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
-
- isXMLElement() - Method in class org.hibernate.type.AbstractStandardBasicType
-
- isXmlMappingEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
-
- isXmlMappingEnabled() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
- iterate(String, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- iterate(String, QueryParameters) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Execute an iterate() query
- iterate(QueryParameters, EventSource) - Method in interface org.hibernate.hql.spi.QueryTranslator
-
Perform an iterate operation given the underlying query definition.
- iterate(QueryParameters, EventSource) - Method in class org.hibernate.loader.hql.QueryLoader
-
- iterate() - Method in interface org.hibernate.Query
-
Deprecated.
Return the query results as an Iterator.
- iterateEntityNameResolvers() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- iterateEntityNameResolvers() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
-
- iterateFilter(Object, String, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- iterateFilter(Object, String, QueryParameters) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Iterate a filter
- iterator() - Method in class org.hibernate.engine.spi.ExecutableList
-
Returns an iterator for the list.
- iterator() - Method in class org.hibernate.query.spi.DoubleStreamDecorator
-
- iterator() - Method in class org.hibernate.query.spi.IntStreamDecorator
-
- iterator() - Method in class org.hibernate.query.spi.LongStreamDecorator
-
- iterator() - Method in class org.hibernate.query.spi.StreamDecorator
-
- iterator() - Method in class org.hibernate.spatial.dialect.SpatialFunctionsRegistry
-
- SAPDBDialect - Class in org.hibernate.dialect
-
An SQL dialect compatible with SAP DB.
- SAPDBDialect() - Constructor for class org.hibernate.dialect.SAPDBDialect
-
Constructs a SAPDBDialect
- save(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- save(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- SAVE - Static variable in class org.hibernate.event.spi.EventType
-
- save(Object) - Method in interface org.hibernate.Session
-
Persist the given transient instance, first assigning a generated identifier.
- save(String, Object) - Method in interface org.hibernate.Session
-
Persist the given transient instance, first assigning a generated identifier.
- SAVE_UPDATE - Static variable in class org.hibernate.engine.spi.CascadingActions
-
- SAVE_UPDATE - Static variable in class org.hibernate.event.spi.EventType
-
- saveOrUpdate(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- saveOrUpdate(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- saveOrUpdate(Object) - Method in interface org.hibernate.Session
-
- saveOrUpdate(String, Object) - Method in interface org.hibernate.Session
-
- SaveOrUpdateEvent - Class in org.hibernate.event.spi
-
An event class for saveOrUpdate()
- SaveOrUpdateEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.spi.SaveOrUpdateEvent
-
- SaveOrUpdateEvent(String, Object, Serializable, EventSource) - Constructor for class org.hibernate.event.spi.SaveOrUpdateEvent
-
- SaveOrUpdateEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.SaveOrUpdateEvent
-
- SaveOrUpdateEventListener - Interface in org.hibernate.event.spi
-
Defines the contract for handling of update events generated from a session.
- ScalarResultColumnProcessor - Class in org.hibernate.loader.custom
-
Represents a scalar result within the custom query
- ScalarResultColumnProcessor(int) - Constructor for class org.hibernate.loader.custom.ScalarResultColumnProcessor
-
- ScalarResultColumnProcessor(String, Type) - Constructor for class org.hibernate.loader.custom.ScalarResultColumnProcessor
-
- ScalarReturn - Class in org.hibernate.loader.custom
-
Represent a scalar (aka simple value) return within a query result.
- ScalarReturn(Type, String) - Constructor for class org.hibernate.loader.custom.ScalarReturn
-
- ScalarReturn - Interface in org.hibernate.loader.plan.spi
-
Represent a simple scalar return within a query result.
- scale - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
- scale - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
-
- scale - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
-
- scale - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
-
- scale - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
-
- scale() - Method in class org.hibernate.cfg.annotations.MapKeyColumnDelegator
-
- scale - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Column
-
- scale - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
-
- scan(ScanEnvironment, ScanOptions, ScanParameters) - Method in class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl
-
- scan(ScanEnvironment, ScanOptions, ScanParameters) - Method in interface org.hibernate.boot.archive.scan.spi.Scanner
-
Perform the scanning against the described environment using the
defined options, and return the scan results.
- ScanEnvironment - Interface in org.hibernate.boot.archive.scan.spi
-
Describes the environment in which the scan will occur.
- Scanner - Interface in org.hibernate.boot.archive.scan.spi
-
Defines the contract for Hibernate to be able to scan for classes, packages and resources inside a
persistence unit.
- SCANNER - Static variable in interface org.hibernate.cfg.AvailableSettings
-
- SCANNER_ARCHIVE_INTERPRETER - Static variable in interface org.hibernate.cfg.AvailableSettings
-
- SCANNER_DEPRECATED - Static variable in interface org.hibernate.cfg.AvailableSettings
-
The deprecated name.
- SCANNER_DISCOVERY - Static variable in interface org.hibernate.cfg.AvailableSettings
-
Identifies a comma-separate list of values indicating the types of
things we should auto-detect during scanning.
- ScanOptions - Interface in org.hibernate.boot.archive.scan.spi
-
Options for performing scanning
- ScanParameters - Interface in org.hibernate.boot.archive.scan.spi
-
- ScanResult - Interface in org.hibernate.boot.archive.scan.spi
-
Defines the result of scanning
- schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
- schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
- schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
-
- schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
- schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
- schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
- schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
- schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
- schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
- schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
- schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
- schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
- schema - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
-
- schema - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
-
- schema - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
-
- schema - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
-
- schema - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
-
- schema - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
-
- schema - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTable
-
- schema - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
-
- SCHEMA - Static variable in class org.hibernate.hql.spi.id.persistent.PersistentTableBulkIdStrategy
-
- SCHEMA - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
-
The configuration parameter holding the schema name
- schema - Variable in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
-
- schema - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
-
- schema - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
-
- schema - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
-
- schema - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
-
- schema - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
-
- schema - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Table
-
- schema - Variable in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
-
- SCHEMA_GEN_CONNECTION - Static variable in interface org.hibernate.jpa.AvailableSettings
-
- SCHEMA_GEN_CREATE_SCHEMAS - Static variable in interface org.hibernate.jpa.AvailableSettings
-
- SCHEMA_GEN_CREATE_SCRIPT_SOURCE - Static variable in interface org.hibernate.jpa.AvailableSettings
-
- SCHEMA_GEN_CREATE_SOURCE - Static variable in interface org.hibernate.jpa.AvailableSettings
-
- SCHEMA_GEN_DATABASE_ACTION - Static variable in interface org.hibernate.jpa.AvailableSettings
-
- SCHEMA_GEN_DB_MAJOR_VERSION - Static variable in interface org.hibernate.jpa.AvailableSettings
-
- SCHEMA_GEN_DB_MINOR_VERSION - Static variable in interface org.hibernate.jpa.AvailableSettings
-
- SCHEMA_GEN_DB_NAME - Static variable in interface org.hibernate.jpa.AvailableSettings
-
- SCHEMA_GEN_DROP_SCRIPT_SOURCE - Static variable in interface org.hibernate.jpa.AvailableSettings
-
- SCHEMA_GEN_DROP_SOURCE - Static variable in interface org.hibernate.jpa.AvailableSettings
-
- SCHEMA_GEN_LOAD_SCRIPT_SOURCE - Static variable in interface org.hibernate.jpa.AvailableSettings
-
- SCHEMA_GEN_SCRIPTS_ACTION - Static variable in interface org.hibernate.jpa.AvailableSettings
-
- SCHEMA_GEN_SCRIPTS_CREATE_TARGET - Static variable in interface org.hibernate.jpa.AvailableSettings
-
- SCHEMA_GEN_SCRIPTS_DROP_TARGET - Static variable in interface org.hibernate.jpa.AvailableSettings
-
- SCHEMA_MANAGEMENT_TOOL - Static variable in interface org.hibernate.cfg.AvailableSettings
-
- SchemaAutoTooling - Enum in org.hibernate.boot
-
Defines the possible values for "hbm2ddl_auto"
- SchemaAware - Interface in org.hibernate.boot.jaxb.mapping.spi
-
Common interface for JAXB bindings that understand database schema (tables, sequences, etc).
- SchemaCreateHelper - Class in org.hibernate.testing.schema
-
- SchemaCreateHelper() - Constructor for class org.hibernate.testing.schema.SchemaCreateHelper
-
- SchemaCreator - Interface in org.hibernate.tool.schema.spi
-
Service delegate for handling schema creation.
- SchemaDropHelper - Class in org.hibernate.testing.schema
-
- SchemaDropHelper() - Constructor for class org.hibernate.testing.schema.SchemaDropHelper
-
- SchemaDropper - Interface in org.hibernate.tool.schema.spi
-
Service delegate for handling schema dropping.
- schemaExists(Namespace.Name) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
-
Check to see if the given schema already exists.
- schemaExists(Identifier, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
-
The the given schema exist yet?
- SchemaExport - Class in org.hibernate.tool.hbm2ddl
-
Command-line tool for exporting (create and/or drop) a database schema.
- SchemaExport() - Constructor for class org.hibernate.tool.hbm2ddl.SchemaExport
-
- SchemaExport.Action - Enum in org.hibernate.tool.hbm2ddl
-
- SchemaExport.Type - Enum in org.hibernate.tool.hbm2ddl
-
- SchemaExportTask - Class in org.hibernate.tool.hbm2ddl
-
An Ant task for SchemaExport.
- SchemaExportTask() - Constructor for class org.hibernate.tool.hbm2ddl.SchemaExportTask
-
- SchemaExportTask.ExportType - Enum in org.hibernate.tool.hbm2ddl
-
- SchemaExtractionException - Exception in org.hibernate.tool.schema.extract.spi
-
- SchemaExtractionException(String) - Constructor for exception org.hibernate.tool.schema.extract.spi.SchemaExtractionException
-
- SchemaExtractionException(String, Throwable) - Constructor for exception org.hibernate.tool.schema.extract.spi.SchemaExtractionException
-
- SchemaFilter - Interface in org.hibernate.tool.schema.spi
-
Defines a filter for Hibernate's schema tooling.
- SchemaFilterProvider - Interface in org.hibernate.tool.schema.spi
-
Used to specify the
SchemaFilter
s to be used by create, drop, migrate and validate
operations on the database schema.
- SchemaManagementException - Exception in org.hibernate.tool.schema.spi
-
Indicates a problem in performing schema management.
- SchemaManagementException(String) - Constructor for exception org.hibernate.tool.schema.spi.SchemaManagementException
-
- SchemaManagementException(String, Throwable) - Constructor for exception org.hibernate.tool.schema.spi.SchemaManagementException
-
- SchemaManagementTool - Interface in org.hibernate.tool.schema.spi
-
Contract for schema management tool integration.
- SchemaManagementToolCoordinator - Class in org.hibernate.tool.schema.spi
-
Responsible for coordinating SchemaManagementTool execution(s) for auto-tooling whether
from JPA or hbm2ddl.auto.
- SchemaManagementToolCoordinator() - Constructor for class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator
-
- SchemaManagementToolCoordinator.ActionGrouping - Class in org.hibernate.tool.schema.spi
-
For JPA-style schema-gen, database and script target handing are configured
individually - this tuple allows interpreting the the action for both targets
simultaneously
- SchemaMigrator - Interface in org.hibernate.tool.schema.spi
-
Service delegate for handling schema migration.
- SchemaNameResolver - Interface in org.hibernate.engine.jdbc.env.spi
-
Contract for resolving the schema of a
Connection
.
- SchemaNameResolver - Interface in org.hibernate.engine.jdbc.spi
-
Contract for resolving the schema of a
Connection
.
- SchemaToolingLogging - Class in org.hibernate.tool.schema
-
- SchemaToolingLogging() - Constructor for class org.hibernate.tool.schema.SchemaToolingLogging
-
- SchemaUpdate - Class in org.hibernate.tool.hbm2ddl
-
A commandline tool to update a database schema.
- SchemaUpdate() - Constructor for class org.hibernate.tool.hbm2ddl.SchemaUpdate
-
- SchemaUpdateCommand - Class in org.hibernate.tool.hbm2ddl
-
- SchemaUpdateCommand(String, boolean) - Constructor for class org.hibernate.tool.hbm2ddl.SchemaUpdateCommand
-
Deprecated.
- SchemaUpdateHelper - Class in org.hibernate.testing.schema
-
- SchemaUpdateHelper() - Constructor for class org.hibernate.testing.schema.SchemaUpdateHelper
-
- SchemaUpdateTask - Class in org.hibernate.tool.hbm2ddl
-
An Ant task for SchemaUpdate.
- SchemaUpdateTask() - Constructor for class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
-
- SchemaValidateHelper - Class in org.hibernate.testing.schema
-
- SchemaValidateHelper() - Constructor for class org.hibernate.testing.schema.SchemaValidateHelper
-
- SchemaValidator - Class in org.hibernate.tool.hbm2ddl
-
A commandline tool to update a database schema.
- SchemaValidator() - Constructor for class org.hibernate.tool.hbm2ddl.SchemaValidator
-
- SchemaValidator - Interface in org.hibernate.tool.schema.spi
-
Service delegate for handling schema validations
- SchemaValidatorTask - Class in org.hibernate.tool.hbm2ddl
-
An Ant task for SchemaUpdate.
- SchemaValidatorTask() - Constructor for class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
-
- scope() - Method in class org.hibernate.type.EntityType
-
- scope(MetadataBuildingContext) - Method in class org.hibernate.type.spi.TypeConfiguration
-
- scope(SessionFactoryImplementor) - Method in class org.hibernate.type.spi.TypeConfiguration
-
- script() - Method in class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
-
- SCRIPT_LOGGER - Static variable in class org.hibernate.tool.schema.ast.SqlScriptLogging
-
- SCRIPT_LOGGER_NAME - Static variable in class org.hibernate.tool.schema.ast.SqlScriptLogging
-
- ScriptSourceInput - Interface in org.hibernate.tool.schema.spi
-
Contract for hiding the differences between a passed Reader, File or URL in terms of how we read input
scripts.
- ScriptTargetOutput - Interface in org.hibernate.tool.schema.spi
-
Contract for hiding the differences between a passed Writer, File or URL in
terms of how we write output scripts.
- scroll() - Method in interface org.hibernate.Criteria
-
- scroll(ScrollMode) - Method in interface org.hibernate.Criteria
-
- scroll(String, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- scroll(Criteria, ScrollMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- scroll(NativeSQLQuerySpecification, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- scroll(String, QueryParameters) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Execute a scroll() query
- scroll(Criteria, ScrollMode) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Execute a criteria query
- scroll(NativeSQLQuerySpecification, QueryParameters) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Execute a native SQL query, and return the results as a scrollable result.
- scroll(QueryParameters, SharedSessionContractImplementor) - Method in interface org.hibernate.hql.spi.QueryTranslator
-
Perform a scroll operation given the underlying query definition.
- scroll(SharedSessionContractImplementor, ScrollMode) - Method in class org.hibernate.loader.criteria.CriteriaLoader
-
- scroll(QueryParameters, SharedSessionContractImplementor) - Method in class org.hibernate.loader.custom.CustomLoader
-
- scroll(QueryParameters, SharedSessionContractImplementor) - Method in class org.hibernate.loader.hql.QueryLoader
-
- scroll(QueryParameters, Type[], HolderInstantiator, SharedSessionContractImplementor) - Method in class org.hibernate.loader.Loader
-
Return the query results, as an instance of ScrollableResults
- scroll() - Method in interface org.hibernate.query.Query
-
- scroll(ScrollMode) - Method in interface org.hibernate.query.Query
-
- scroll() - Method in interface org.hibernate.Query
-
Deprecated.
Return the query results as ScrollableResults.
- scroll(ScrollMode) - Method in interface org.hibernate.Query
-
Deprecated.
Return the query results as ScrollableResults.
- scroll(int) - Method in interface org.hibernate.ScrollableResults
-
Scroll the specified number of positions from the current position.
- ScrollableResults - Interface in org.hibernate
-
A result iterator that allows moving around within the results
by arbitrary increments.
- ScrollableResultSetProcessor - Interface in org.hibernate.loader.plan.exec.process.spi
-
Contract for processing JDBC ResultSets a single logical row at a time.
- ScrollableResultsImplementor - Interface in org.hibernate.query.spi
-
- scrollCustomQuery(CustomQuery, QueryParameters) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- scrollCustomQuery(CustomQuery, QueryParameters) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Execute an SQL Query
- ScrollMode - Enum in org.hibernate
-
Specifies the type of JDBC scrollable result set to use underneath a
ScrollableResults
.
- SDO_BATCH_SIZE - Static variable in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
-
The sdo_batch_size parameter
- SDO_NUM_RES - Static variable in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
-
The sdo_num_res parameter
- SDOFilter(String, Geometry, SDOParameterMap) - Static method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialRestrictions
-
Apply the "SDO_FILTER" constraint to the specified property, using the specified parameters
- SDOFilter(String, Geometry, Double, Double) - Static method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialRestrictions
-
Apply the "SDO_FILTER" constraint to the specified property, using the specified parameters
- SDOGeometryTypeDescriptor - Class in org.hibernate.spatial.dialect.oracle
-
Descriptor for the Oracle Spatial SDO_GEOMETRY type
- SDOGeometryTypeDescriptor(OracleJDBCTypeFactory) - Constructor for class org.hibernate.spatial.dialect.oracle.SDOGeometryTypeDescriptor
-
Constructs a SqlTypeDescriptor
for the Oracle SDOGeometry type.
- SDOGeometryValueExtractor<X> - Class in org.hibernate.spatial.dialect.oracle
-
ValueExtractor for SDO_GEOMETRY
- SDOGeometryValueExtractor(JavaTypeDescriptor<X>, SqlTypeDescriptor) - Constructor for class org.hibernate.spatial.dialect.oracle.SDOGeometryValueExtractor
-
Creates instance
- SDONN(String, Geometry, Double, Integer, String) - Static method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialRestrictions
-
Apply the "SDO_NN" constraint to the specified property, using the specified parameters
- SDONN(String, Geometry, SDOParameterMap) - Static method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialRestrictions
-
Apply the "SDO_NN" constraint to the specified property, using the specified SDOParameterMap
- SDOParameterMap - Class in org.hibernate.spatial.dialect.oracle.criterion
-
Represents the parameters that can be passed into Oracle's Spatial operators
- SDOParameterMap() - Constructor for class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
-
Constructs an empty instance
- SDORelate(String, Geometry, SDOParameterMap) - Static method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialRestrictions
-
Apply the "SDO_RELATE" constraint to the specified property, using the specified SDOParameterMap
- SDORelate(String, Geometry, RelationshipMask[], Double, Double) - Static method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialRestrictions
-
Apply the "SDO_RELATE" constraint to the specified property, using the specified parameters.
- SDOWithinDistance(String, Geometry, SDOParameterMap) - Static method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialRestrictions
-
Apply the "SDO_WITHIN_DISTANCE" constraint to the specified property, using the specified SDOParameterMap
.
- SDOWithinDistance(String, Geometry, Double, SDOParameterMap) - Static method in class org.hibernate.spatial.dialect.oracle.criterion.OracleSpatialRestrictions
-
Apply the "SDO_WITHIN_DISTANCE" constraint to the specified property, using the specified SDOParameterMap
.
- SecondaryAuditTable - Annotation Type in org.hibernate.envers
-
- SecondaryAuditTables - Annotation Type in org.hibernate.envers
-
- secondaryTable - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
- secondaryTable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
- SecondaryTable - Class in org.hibernate.jpamodelgen.xml.jaxb
-
- SecondaryTable() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
-
- SecondaryTableContainer - Interface in org.hibernate.boot.jaxb.hbm.spi
-
Common interface for mappings that may contain secondary table (join) mappings.
- SecondaryTableSecondPass - Class in org.hibernate.cfg
-
- SecondaryTableSecondPass(EntityBinder, PropertyHolder, XAnnotatedElement) - Constructor for class org.hibernate.cfg.SecondaryTableSecondPass
-
- SecondaryTableSource - Interface in org.hibernate.boot.model.source.spi
-
- SecondLevelCacheLogger - Interface in org.hibernate.cache.spi
-
- SecondLevelCacheStatistics - Interface in org.hibernate.stat
-
- secondPass(Map, Map) - Method in class org.hibernate.cfg.CollectionSecondPass
-
- SecondPass - Interface in org.hibernate.cfg
-
Second pass operation
- security - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration
-
- seed(SharedSessionContractImplementor) - Method in class org.hibernate.type.BinaryType
-
- seed(SharedSessionContractImplementor) - Method in class org.hibernate.type.ByteType
-
- seed(SharedSessionContractImplementor) - Method in class org.hibernate.type.CalendarType
-
- seed(SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
-
- seed(SharedSessionContractImplementor) - Method in class org.hibernate.type.DbTimestampType
-
- seed(SharedSessionContractImplementor) - Method in class org.hibernate.type.InstantType
-
- seed(SharedSessionContractImplementor) - Method in class org.hibernate.type.IntegerType
-
- seed(SharedSessionContractImplementor) - Method in class org.hibernate.type.LocalDateTimeType
-
- seed(SharedSessionContractImplementor) - Method in class org.hibernate.type.LongType
-
- seed(SharedSessionContractImplementor) - Method in class org.hibernate.type.OffsetDateTimeType
-
- seed(SharedSessionContractImplementor) - Method in class org.hibernate.type.RowVersionType
-
- seed(SharedSessionContractImplementor) - Method in class org.hibernate.type.ShortType
-
- seed(SharedSessionContractImplementor) - Method in class org.hibernate.type.TimestampType
-
- seed(SharedSessionContractImplementor) - Method in interface org.hibernate.type.VersionType
-
Generate an initial version.
- seed(SharedSessionContractImplementor) - Method in class org.hibernate.type.ZonedDateTimeType
-
- seed(SharedSessionContractImplementor) - Method in interface org.hibernate.usertype.UserVersionType
-
Generate an initial version.
- SEGMENT_COLUMN_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
-
The name of the column which holds the segment key.
- SEGMENT_LENGTH_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
-
- SEGMENT_VALUE_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
-
- SELECT - Static variable in class org.hibernate.loader.Loader
-
- select - Variable in class org.hibernate.sql.InsertSelect
-
- Select - Class in org.hibernate.sql
-
A simple SQL SELECT statement
- Select(Dialect) - Constructor for class org.hibernate.sql.Select
-
- select(String) - Method in class org.hibernate.testing.bytecode.enhancement.ClassSelector
-
- select(String) - Method in interface org.hibernate.testing.bytecode.enhancement.EnhancementSelector
-
Determine whether the named class should be enhanced.
- select(String) - Method in class org.hibernate.testing.bytecode.enhancement.EverythingSelector
-
- select(String) - Method in class org.hibernate.testing.bytecode.enhancement.PackageSelector
-
- SELECT_DISTINCT - Static variable in class org.hibernate.loader.Loader
-
- Selectable - Interface in org.hibernate.mapping
-
Models the commonality between a column and a formula (computed value).
- selectAnyDataSource() - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
-
- selectAnyDataSource() - Method in class org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
-
- SelectBeforeUpdate - Annotation Type in org.hibernate.annotations
-
Should the entity's current state be selected from the database when determining whether to perform an update when
re-attaching detached entities?
- selectBeforeUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
-
- selectClause - Variable in class org.hibernate.sql.Select
-
- selectConnectionProvider(String) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
-
- selectDataSource(String) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
-
- selectDataSource(String) - Method in class org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
-
- selectEntity(boolean) - Static method in class org.hibernate.envers.query.AuditEntity
-
Adds a projection to the current entity itself.
- SelectExpression - Interface in org.hibernate.sql
-
TODO : javadoc
- selectFragment(String, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
-
Generate a list of collection index, key and element columns
- selectFragment(Joinable, String, String, String, String, boolean) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
-
- selectFragment(Joinable, String, String, String, String, boolean) - Method in class org.hibernate.persister.collection.OneToManyPersister
-
- selectFragment(String, String) - Method in interface org.hibernate.persister.collection.QueryableCollection
-
Generate a list of collection index and element columns
- selectFragment(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- selectFragment(Joinable, String, String, String, String, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- selectFragment(Joinable, String, String, String, String, boolean) - Method in interface org.hibernate.persister.entity.Joinable
-
All columns to select, when loading.
- selectFragment(String, String) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
-
Generate a list of collection index, key and element columns
- selectFragment(String, String) - Method in interface org.hibernate.persister.entity.SQLLoadable
-
All columns to select, when loading.
- SelectFragment - Class in org.hibernate.sql
-
A fragment of an SQL SELECT clause
- SelectFragment() - Constructor for class org.hibernate.sql.SelectFragment
-
- SelectGenerator - Class in org.hibernate.id
-
A generator that selects the just inserted row to determine the identifier
value assigned by the database.
- SelectGenerator() - Constructor for class org.hibernate.id.SelectGenerator
-
- SelectGenerator.SelectGeneratorDelegate - Class in org.hibernate.id
-
The delegate for the select generation strategy.
- selectIds(SharedSessionContractImplementor, QueryParameters) - Method in class org.hibernate.hql.spi.id.AbstractIdsBulkIdHandler
-
- SelectLockingStrategy - Class in org.hibernate.dialect.lock
-
A locking strategy where the locks are obtained through select statements.
- SelectLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.SelectLockingStrategy
-
Construct a locking strategy based on SQL SELECT statements.
- selectStrategyImplementor(Class<T>, String) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
-
Locate the named strategy implementation.
- selectString(List) - Method in class org.hibernate.loader.JoinWalker
-
Generate a select list of columns containing all properties of the entity classes
- SelectValues - Class in org.hibernate.sql
-
Models a SELECT values lists.
- SelectValues(Dialect) - Constructor for class org.hibernate.sql.SelectValues
-
- SelfDirtinessTracker - Interface in org.hibernate.engine.spi
-
Contract for an entity to report that it tracks the dirtiness of its own state,
as opposed to needing Hibernate to perform state-diff dirty calculations.
- semiResolve(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- semiResolve(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.AbstractType
-
- semiResolve(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.AnyType
-
- semiResolve(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CollectionType
-
- semiResolve(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.ComponentType
-
- semiResolve(Object, SharedSessionContractImplementor, Object) - Method in interface org.hibernate.type.Type
-
Given a hydrated, but unresolved value, return a value that may be used to reconstruct property-ref
associations.
- Sequence - Class in org.hibernate.boot.model.relational
-
Models a database SEQUENCE
.
- Sequence(Identifier, Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.Sequence
-
- Sequence(Identifier, Identifier, Identifier, int, int) - Constructor for class org.hibernate.boot.model.relational.Sequence
-
- SEQUENCE - Static variable in class org.hibernate.id.SequenceGenerator
-
Deprecated.
The sequence parameter
- Sequence.Name - Class in org.hibernate.boot.model.relational
-
- SEQUENCE_INCREMENT_SIZE_MISMATCH_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
-
This setting defines the
SequenceMismatchStrategy
used when
Hibernate detects a mismatch between a sequence configuration in an entity mapping
and its database sequence object counterpart.
- SEQUENCE_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
Indicates the name of the sequence (or table) to use.
- sequenceGenerator - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
- sequenceGenerator - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
-
- sequenceGenerator - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
-
- SequenceGenerator - Class in org.hibernate.id
-
- SequenceGenerator() - Constructor for class org.hibernate.id.SequenceGenerator
-
Deprecated.
- sequenceGenerator - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
- sequenceGenerator - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
-
- sequenceGenerator - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Id
-
- SequenceGenerator - Class in org.hibernate.jpamodelgen.xml.jaxb
-
- SequenceGenerator() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
-
- SequenceHiLoGenerator - Class in org.hibernate.id
-
- SequenceHiLoGenerator() - Constructor for class org.hibernate.id.SequenceHiLoGenerator
-
Deprecated.
- SequenceIdentityGenerator - Class in org.hibernate.id
-
- SequenceIdentityGenerator() - Constructor for class org.hibernate.id.SequenceIdentityGenerator
-
Deprecated.
- SequenceIdentityGenerator.Delegate - Class in org.hibernate.id
-
Deprecated.
- SequenceIdentityGenerator.NoCommentsInsert - Class in org.hibernate.id
-
Deprecated.
- SequenceIdRevisionEntity - Class in org.hibernate.envers.enhanced
-
- SequenceIdRevisionEntity() - Constructor for class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
-
- SequenceIdTrackingModifiedEntitiesRevisionEntity - Class in org.hibernate.envers.enhanced
-
- SequenceIdTrackingModifiedEntitiesRevisionEntity() - Constructor for class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity
-
- SequenceInformation - Interface in org.hibernate.tool.schema.extract.spi
-
Access to information about existing sequences.
- SequenceInformationExtractor - Interface in org.hibernate.tool.schema.extract.spi
-
Because JDBC (at least up to and including Java 7, JDBC 4) still does not have support for obtaining information
about sequences from DatabaseMetaData.
- SequenceMismatchStrategy - Enum in org.hibernate.id
-
Describes the strategy for handling the mismatch between a database sequence configuration and
the one defined by the entity mapping.
- sequenceName - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
-
- sequenceName - Variable in class org.hibernate.id.enhanced.SequenceStructure
-
- sequenceName - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
-
- SequenceStructure - Class in org.hibernate.id.enhanced
-
Describes a sequence.
- SequenceStructure(JdbcEnvironment, QualifiedName, int, int, Class) - Constructor for class org.hibernate.id.enhanced.SequenceStructure
-
- SequenceStyleGenerator - Class in org.hibernate.id.enhanced
-
Generates identifier values based on a sequence-style database structure.
- SequenceStyleGenerator() - Constructor for class org.hibernate.id.enhanced.SequenceStyleGenerator
-
- sequential() - Method in class org.hibernate.query.spi.DoubleStreamDecorator
-
- sequential() - Method in class org.hibernate.query.spi.IntStreamDecorator
-
- sequential() - Method in class org.hibernate.query.spi.LongStreamDecorator
-
- sequential() - Method in class org.hibernate.query.spi.StreamDecorator
-
- SERIALIZABLE - Static variable in class org.hibernate.type.StandardBasicTypes
-
- serializable(Class<T>) - Static method in class org.hibernate.type.TypeFactory
-
Deprecated.
- SerializableBlobProxy - Class in org.hibernate.engine.jdbc
-
Manages aspects of proxying
Blobs
to add serializability.
- SerializableClobProxy - Class in org.hibernate.engine.jdbc
-
Manages aspects of proxying
Clobs
to add serializability.
- SerializableClobProxy(Clob) - Constructor for class org.hibernate.engine.jdbc.SerializableClobProxy
-
Builds a serializable
Clob
wrapper around the given
Clob
.
- SerializableMapProxy - Class in org.hibernate.proxy.map
-
- SerializableMapProxy(String, Serializable, Boolean, String, boolean) - Constructor for class org.hibernate.proxy.map.SerializableMapProxy
-
- SerializableNClobProxy - Class in org.hibernate.engine.jdbc
-
Manages aspects of proxying java.sql.NClobs to add serializability.
- SerializableNClobProxy(Clob) - Constructor for class org.hibernate.engine.jdbc.SerializableNClobProxy
-
Builds a serializable
Clob
wrapper around the given
Clob
.
- serializableProxy() - Method in class org.hibernate.proxy.pojo.BasicLazyInitializer
-
- serializableProxy() - Method in class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyInterceptor
-
- SerializableProxy - Class in org.hibernate.proxy.pojo.bytebuddy
-
- SerializableProxy(String, Class, Class[], Serializable, Boolean, Method, Method, CompositeType) - Constructor for class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
-
- SerializableProxy(String, Class, Class[], Serializable, Boolean, String, boolean, Method, Method, CompositeType) - Constructor for class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
-
- serializableProxy() - Method in class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer
-
- SerializableProxy - Class in org.hibernate.proxy.pojo.javassist
-
Serializable placeholder for Javassist proxies
- SerializableProxy(String, Class, Class[], Serializable, Boolean, Method, Method, CompositeType) - Constructor for class org.hibernate.proxy.pojo.javassist.SerializableProxy
-
- SerializableProxy(String, Class, Class[], Serializable, Boolean, String, boolean, Method, Method, CompositeType) - Constructor for class org.hibernate.proxy.pojo.javassist.SerializableProxy
-
- SerializableToBlobType<T extends Serializable> - Class in org.hibernate.type
-
- SerializableToBlobType() - Constructor for class org.hibernate.type.SerializableToBlobType
-
- SerializableType<T extends Serializable> - Class in org.hibernate.type
-
- SerializableType(Class<T>) - Constructor for class org.hibernate.type.SerializableType
-
- SerializableTypeDescriptor<T extends Serializable> - Class in org.hibernate.type.descriptor.java
-
- SerializableTypeDescriptor(Class<T>) - Constructor for class org.hibernate.type.descriptor.java.SerializableTypeDescriptor
-
- SerializableTypeDescriptor.SerializableMutabilityPlan<S extends Serializable> - Class in org.hibernate.type.descriptor.java
-
- SerializationException - Exception in org.hibernate.type
-
Thrown when a property cannot be serialized/deserialized
- SerializationException(String, Exception) - Constructor for exception org.hibernate.type.SerializationException
-
- serialize(ObjectOutputStream) - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
-
- serialize(ObjectOutputStream) - Method in class org.hibernate.engine.spi.ActionQueue
-
Used by the owning session to explicitly control serialization of the action queue
- serialize(ObjectOutputStream) - Method in class org.hibernate.engine.spi.CollectionEntry
-
Custom serialization routine used during serialization of a
Session/PersistenceContext for increased performance.
- serialize(ObjectOutputStream) - Method in class org.hibernate.engine.spi.CollectionKey
-
Custom serialization routine used during serialization of a
Session/PersistenceContext for increased performance.
- serialize(ObjectOutputStream) - Method in interface org.hibernate.engine.spi.EntityEntry
-
Custom serialization routine used during serialization of a
Session/PersistenceContext for increased performance.
- serialize(ObjectOutputStream) - Method in class org.hibernate.engine.spi.EntityKey
-
Custom serialization routine used during serialization of a
Session/PersistenceContext for increased performance.
- serialize(ObjectOutputStream) - Method in class org.hibernate.engine.spi.EntityUniqueKey
-
Custom serialization routine used during serialization of a
Session/PersistenceContext for increased performance.
- serialize(ObjectOutputStream) - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
-
Serialization hook
- Service - Interface in org.hibernate.service
-
Marker interface for services.
- ServiceBinding<R extends Service> - Class in org.hibernate.service.spi
-
Models a binding for a particular service
- ServiceBinding(ServiceBinding.ServiceLifecycleOwner, Class<R>, R) - Constructor for class org.hibernate.service.spi.ServiceBinding
-
- ServiceBinding(ServiceBinding.ServiceLifecycleOwner, ServiceInitiator<R>) - Constructor for class org.hibernate.service.spi.ServiceBinding
-
- ServiceBinding.ServiceLifecycleOwner - Interface in org.hibernate.service.spi
-
- ServiceContributingIntegrator - Interface in org.hibernate.integrator.spi
-
- ServiceContributor - Interface in org.hibernate.service.spi
-
Contract for contributing services.
- ServiceException - Exception in org.hibernate.service.spi
-
Indicates a problem with a service.
- ServiceException(String, Throwable) - Constructor for exception org.hibernate.service.spi.ServiceException
-
- ServiceException(String) - Constructor for exception org.hibernate.service.spi.ServiceException
-
- ServiceInitiator<R extends Service> - Interface in org.hibernate.service.spi
-
Base contract for an initiator of a service.
- ServiceRegistry - Interface in org.hibernate.service
-
- serviceRegistry() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
-
- serviceRegistry() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
-
- ServiceRegistryAwareService - Interface in org.hibernate.service.spi
-
Allows services to be injected with the
ServiceRegistry
during configuration phase.
- ServiceRegistryBuilder - Class in org.hibernate.testing
-
- ServiceRegistryImplementor - Interface in org.hibernate.service.spi
-
Additional integration contracts for a service registry.
- ServiceRegistryTestingImpl - Class in org.hibernate.testing.boot
-
ServiceRegistry useful in testing
- ServiceRegistryTestingImpl(boolean, BootstrapServiceRegistry, List<StandardServiceInitiator>, List<ProvidedService>, Map<?, ?>) - Constructor for class org.hibernate.testing.boot.ServiceRegistryTestingImpl
-
- serviceRole - Variable in exception org.hibernate.service.NullServiceException
-
- serviceRole - Variable in exception org.hibernate.service.UnknownServiceException
-
- Session - Interface in org.hibernate
-
The main runtime interface between a Java application and Hibernate.
- session - Variable in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
-
- Session.LockRequest - Interface in org.hibernate
-
Contains locking details (LockMode, Timeout and Scope).
- SESSION_FACTORY_NAME - Static variable in interface org.hibernate.cfg.AvailableSettings
-
- SESSION_FACTORY_NAME_IS_JNDI - Static variable in interface org.hibernate.cfg.AvailableSettings
-
- SESSION_FACTORY_OBSERVER - Static variable in interface org.hibernate.jpa.AvailableSettings
-
SessionFactoryObserver class name, the class must have a no-arg constructor
- SESSION_ID_COLUMN_NAME - Static variable in class org.hibernate.hql.spi.id.persistent.Helper
-
- SESSION_INTERCEPTOR - Static variable in interface org.hibernate.jpa.AvailableSettings
-
- SESSION_SCOPED_INTERCEPTOR - Static variable in interface org.hibernate.cfg.AvailableSettings
-
Names a
Interceptor
implementation to be applied to the
SessionFactory
and propagated to each Session created from the SessionFactory.
- SessionAssociableInterceptor - Interface in org.hibernate.bytecode.enhance.spi.interceptor
-
- SessionBuilder<T extends SessionBuilder> - Interface in org.hibernate
-
Represents a consolidation of all session creation options into a builder style delegate.
- SessionBuilderImplementor<T extends SessionBuilder> - Interface in org.hibernate.engine.spi
-
Defines the internal contract between the SessionBuilder and other parts of
Hibernate..
- SessionDelegatorBaseImpl - Class in org.hibernate.engine.spi
-
This class is meant to be extended.
- SessionDelegatorBaseImpl(SessionImplementor, Session) - Constructor for class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- SessionDelegatorBaseImpl(SessionImplementor) - Constructor for class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- SessionEventListener - Interface in org.hibernate
-
NOTE : Consider this an incubating API, likely to change as wider usage indicates changes that need to be made
- SessionEventListenerManager - Interface in org.hibernate.engine.spi
-
- SessionException - Exception in org.hibernate
-
Thrown when the user calls a method of a
Session
that is in an inappropriate state for the given call (for
example, the the session is closed or disconnected).
- SessionException(String) - Constructor for exception org.hibernate.SessionException
-
Constructs a new SessionException with the given message.
- SessionException(String, Throwable) - Constructor for exception org.hibernate.SessionException
-
Constructs a new SessionException with the given message.
- sessionFactory - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration
-
- sessionFactory() - Method in interface org.hibernate.graph.spi.GraphImplementor
-
- SessionFactory - Interface in org.hibernate
-
The main contract here is the creation of
Session
instances.
- sessionFactory() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
-
- sessionFactory() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
-
- sessionFactory() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
-
- SessionFactoryBuilder - Interface in org.hibernate.boot
-
- SessionFactoryBuilderFactory - Interface in org.hibernate.boot.spi
-
An extension point for integrators that wish to hook into the process of how a SessionFactory
is built.
- SessionFactoryBuilderImplementor - Interface in org.hibernate.boot.spi
-
Additional contract for SessionFactoryBuilder mainly intended for implementors
of SessionFactoryBuilderFactory.
- SessionFactoryBuilderService - Interface in org.hibernate.boot.spi
-
- sessionFactoryClosed(SessionFactory) - Method in interface org.hibernate.SessionFactoryObserver
-
Callback to indicate that the given factory has been closed.
- sessionFactoryClosed(SessionFactory) - Method in class org.hibernate.type.spi.TypeConfiguration
-
- sessionFactoryClosing(SessionFactory) - Method in interface org.hibernate.SessionFactoryObserver
-
Callback to indicate that the given factory is about to close.
- sessionFactoryCreated(SessionFactory) - Method in interface org.hibernate.SessionFactoryObserver
-
Callback to indicate that the given factory has been created and is now ready for use.
- sessionFactoryCreated(SessionFactory) - Method in class org.hibernate.type.spi.TypeConfiguration
-
- SessionFactoryDelegatingImpl - Class in org.hibernate.engine.spi
-
Base delegating implementation of the SessionFactory and SessionFactoryImplementor
contracts for intended for easier implementation of SessionFactory.
- SessionFactoryDelegatingImpl(SessionFactoryImplementor) - Constructor for class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
-
- SessionFactoryImplementor - Interface in org.hibernate.engine.spi
-
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
- SessionFactoryImplementor.DeserializationResolver<T extends SessionFactoryImplementor> - Interface in org.hibernate.engine.spi
-
Contract for resolving this SessionFactory on deserialization
- SessionFactoryObserver - Interface in org.hibernate
-
- SessionFactoryOptions - Interface in org.hibernate.boot.spi
-
Aggregator of special options used to build the SessionFactory.
- SessionFactoryServiceContributor - Interface in org.hibernate.service.spi
-
- SessionFactoryServiceInitiator<R extends Service> - Interface in org.hibernate.service.spi
-
- SessionFactoryServiceInitiatorContext - Interface in org.hibernate.service.spi
-
- SessionFactoryServiceRegistry - Interface in org.hibernate.service.spi
-
- SessionFactoryServiceRegistryBuilder - Interface in org.hibernate.service.spi
-
- SessionFactoryServiceRegistryFactory - Interface in org.hibernate.service.spi
-
- SessionImplementor - Interface in org.hibernate.engine.spi
-
- SessionOwner - Interface in org.hibernate.engine.spi
-
- SessionStatistics - Interface in org.hibernate.stat
-
Information about the first-level (session) cache
for a particular session instance
- sessionWithOptions() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- sessionWithOptions() - Method in interface org.hibernate.Session
-
Obtain a
Session
builder with the ability to grab certain information from this session.
- set(String, Object) - Method in class org.hibernate.criterion.NaturalIdentifier
-
Set a natural identifier value for this expression
- Set - Class in org.hibernate.mapping
-
A set with no nullable element columns.
- Set(MetadataImplementor, PersistentClass) - Constructor for class org.hibernate.mapping.Set
-
- Set(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.Set
-
- set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.access.spi.EnhancedSetterImpl
-
- set(Object, Object, SessionFactoryImplementor) - Method in interface org.hibernate.property.access.spi.Setter
-
Set the property value from the given instance
- set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.access.spi.SetterFieldImpl
-
- set(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.property.access.spi.SetterMethodImpl
-
- set(PreparedStatement, T, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- set(PreparedStatement, T, int, SharedSessionContractImplementor) - Method in interface org.hibernate.type.SingleColumnType
-
Set a parameter value without worrying about the possibility of null
values.
- set(String, String) - Method in class org.hibernate.type.TypeFactory
-
Deprecated.
- setAbstract(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
-
Sets the value of the abstract property.
- setAbstract(boolean) - Method in class org.hibernate.cfg.annotations.TableBinder
-
- setAbstract(Boolean) - Method in class org.hibernate.mapping.PersistentClass
-
- setAbstract(boolean) - Method in class org.hibernate.mapping.Table
-
- setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
-
Sets the value of the access property.
- setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the access property.
- setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the access property.
- setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
-
Sets the value of the access property.
- setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Sets the value of the access property.
- setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
-
Sets the value of the access property.
- setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
-
Sets the value of the access property.
- setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
-
Sets the value of the access property.
- setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
-
Sets the value of the access property.
- setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
-
Sets the value of the access property.
- setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the access property.
- setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the access property.
- setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Sets the value of the access property.
- setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the access property.
- setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
-
Sets the value of the access property.
- setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
-
Sets the value of the access property.
- setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Sets the value of the access property.
- setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the access property.
- setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
-
Sets the value of the access property.
- setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
-
Sets the value of the access property.
- setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Sets the value of the access property.
- setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddable
-
Sets the value of the access property.
- setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbedded
-
Sets the value of the access property.
- setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedId
-
Sets the value of the access property.
- setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Sets the value of the access property.
- setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
-
Sets the value of the access property.
- setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
-
Sets the value of the access property.
- setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
-
Sets the value of the access property.
- setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
-
Sets the value of the access property.
- setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
-
Sets the value of the access property.
- setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Sets the value of the access property.
- setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
-
Sets the value of the access property.
- setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
-
Sets the value of the access property.
- setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbVersion
-
Sets the value of the access property.
- setAccess(AccessType) - Method in interface org.hibernate.boot.jaxb.mapping.spi.ManagedType
-
- setAccess(AccessType) - Method in interface org.hibernate.boot.jaxb.mapping.spi.PersistentAttribute
-
- setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
-
Sets the value of the access property.
- setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Sets the value of the access property.
- setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
-
Sets the value of the access property.
- setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
-
Sets the value of the access property.
- setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddedId
-
Sets the value of the access property.
- setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Sets the value of the access property.
- setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
-
Sets the value of the access property.
- setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
-
Sets the value of the access property.
- setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
-
Sets the value of the access property.
- setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
-
Sets the value of the access property.
- setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
-
Sets the value of the access property.
- setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Sets the value of the access property.
- setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
-
Sets the value of the access property.
- setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
-
Sets the value of the access property.
- setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Version
-
Sets the value of the access property.
- setAccessType(AccessType) - Method in class org.hibernate.boot.model.Caching
-
- setAccessType(AccessType) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setAccessType(AccessType) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setAccessType(AccessType) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
-
- setActions(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
-
Sets the value of the actions property.
- setAddGeneratedAnnotation(boolean) - Method in class org.hibernate.jpamodelgen.Context
-
- setAddGenerationDate(boolean) - Method in class org.hibernate.jpamodelgen.Context
-
- setAddSuppressWarningsAnnotation(boolean) - Method in class org.hibernate.jpamodelgen.Context
-
- setAlias(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
-
Sets the value of the alias property.
- setAlias(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
-
Sets the value of the alias property.
- setAlias(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
-
Sets the value of the alias property.
- setAlias(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
-
Sets the value of the alias property.
- setAliases(String[]) - Method in class org.hibernate.loader.JoinWalker
-
- setAliasSpecificLockMode(String, LockMode) - Method in class org.hibernate.LockOptions
-
Specify the
LockMode
to be used for a specific query alias.
- setAllocationSize(Integer) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
-
Sets the value of the allocationSize property.
- setAllocationSize(Integer) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
-
Sets the value of the allocationSize property.
- setAllocationSize(Integer) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
-
Sets the value of the allocationSize property.
- setAllocationSize(Integer) - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
-
Sets the value of the allocationSize property.
- setAlternateUniqueKey(boolean) - Method in class org.hibernate.mapping.SimpleValue
-
- setAssociatedClass(PersistentClass) - Method in class org.hibernate.mapping.OneToMany
-
Associated entity on the many side
- setAssociation(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
-
Sets the value of the association property.
- setAssociations(Set<String>) - Method in class org.hibernate.loader.criteria.CriteriaQueryTranslator
-
- setAttributeName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConvert
-
Sets the value of the attributeName property.
- setAttributeName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Convert
-
Sets the value of the attributeName property.
- setAttributes(JaxbAttributes) - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
-
- setAttributes(JaxbEmbeddableAttributes) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddable
-
Sets the value of the attributes property.
- setAttributes(JaxbAttributes) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Sets the value of the attributes property.
- setAttributes(JaxbAttributes) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
-
Sets the value of the attributes property.
- setAttributes(EmbeddableAttributes) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
-
Sets the value of the attributes property.
- setAttributes(Attributes) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Sets the value of the attributes property.
- setAttributes(Attributes) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
-
Sets the value of the attributes property.
- setAutoAliasInjection(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
-
Sets the value of the autoAliasInjection property.
- setAutoApply(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConverter
-
Sets the value of the autoApply property.
- setAutoApply(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Converter
-
Sets the value of the autoApply property.
- setAutoClear(boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- setAutoClear(boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Enable/disable automatic cache clearing from after transaction
completion (for EJB3)
- setAutoDiscoverScalarTypes(boolean) - Method in class org.hibernate.engine.spi.QueryParameters
-
- setAutoImport(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
-
Sets the value of the autoImport property.
- setAutoListener(Class<? extends SessionEventListener>) - Method in class org.hibernate.cfg.BaselineSessionEventsListenerBuilder
-
Deprecated.
- setAutoQuoteKeywords(boolean) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
-
- setBase(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
-
Sets the value of the base property.
- setBase(int) - Method in class org.hibernate.cfg.IndexColumn
-
- setBase(String) - Method in class org.hibernate.tool.enhance.EnhancementTask
-
- setBaseIndex(int) - Method in class org.hibernate.mapping.List
-
- setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the batchSize property.
- setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the batchSize property.
- setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
-
Sets the value of the batchSize property.
- setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the batchSize property.
- setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the batchSize property.
- setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the batchSize property.
- setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Sets the value of the batchSize property.
- setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the batchSize property.
- setBatchSize(BatchSize) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setBatchSize(BatchSize) - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- setBatchSize(int) - Method in class org.hibernate.mapping.Collection
-
- setBatchSize(int) - Method in class org.hibernate.mapping.PersistentClass
-
- setBatchVersionedDataEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- setBigDecimal(int, BigDecimal) - Method in interface org.hibernate.query.Query
-
- setBigDecimal(String, BigDecimal) - Method in interface org.hibernate.query.Query
-
- setBigDecimal(int, BigDecimal) - Method in interface org.hibernate.Query
-
- setBigDecimal(String, BigDecimal) - Method in interface org.hibernate.Query
-
- setBigInteger(int, BigInteger) - Method in interface org.hibernate.query.Query
-
- setBigInteger(String, BigInteger) - Method in interface org.hibernate.query.Query
-
- setBigInteger(int, BigInteger) - Method in interface org.hibernate.Query
-
- setBigInteger(String, BigInteger) - Method in interface org.hibernate.Query
-
- setBinary(int, byte[]) - Method in interface org.hibernate.query.Query
-
- setBinary(String, byte[]) - Method in interface org.hibernate.query.Query
-
- setBinary(int, byte[]) - Method in interface org.hibernate.Query
-
- setBinary(String, byte[]) - Method in interface org.hibernate.Query
-
- setBinaryStream(long) - Method in class org.hibernate.engine.jdbc.BlobProxy
-
- setBindAsParam(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
-
Sets the value of the bindAsParam property.
- SetBinder - Class in org.hibernate.cfg.annotations
-
Bind a set.
- SetBinder(boolean) - Constructor for class org.hibernate.cfg.annotations.SetBinder
-
- setBindValue(T) - Method in interface org.hibernate.query.spi.QueryParameterBinding
-
Sets the parameter binding value.
- setBindValue(T, Type) - Method in interface org.hibernate.query.spi.QueryParameterBinding
-
Sets the parameter binding value using the explicit Type.
- setBindValue(T, TemporalType) - Method in interface org.hibernate.query.spi.QueryParameterBinding
-
Sets the parameter binding value using the explicit TemporalType.
- setBindValues(Collection<T>) - Method in interface org.hibernate.query.spi.QueryParameterListBinding
-
Sets the parameter binding values.
- setBindValues(Collection<T>, Type) - Method in interface org.hibernate.query.spi.QueryParameterListBinding
-
Sets the parameter binding values using the explicit Type in regards to the individual values.
- setBindValues(Collection<T>, TemporalType) - Method in interface org.hibernate.query.spi.QueryParameterListBinding
-
Sets the parameter binding value using the explicit TemporalType in regards to the individual values.
- setBoolean(int, boolean) - Method in interface org.hibernate.query.Query
-
- setBoolean(String, boolean) - Method in interface org.hibernate.query.Query
-
- setBoolean(int, boolean) - Method in interface org.hibernate.Query
-
- setBoolean(String, boolean) - Method in interface org.hibernate.Query
-
- setBuildingContext(MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setBuildingContext(MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setBuildingContext(MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
-
- setBuildingContext(MetadataBuildingContext) - Method in class org.hibernate.cfg.annotations.TableBinder
-
- setBuildingContext(MetadataBuildingContext) - Method in class org.hibernate.cfg.Ejb3Column
-
- setByte(int, byte) - Method in interface org.hibernate.query.Query
-
- setByte(String, byte) - Method in interface org.hibernate.query.Query
-
- setByte(int, byte) - Method in interface org.hibernate.Query
-
- setByte(String, byte) - Method in interface org.hibernate.Query
-
- setBytes(long, byte[]) - Method in class org.hibernate.engine.jdbc.BlobProxy
-
- setBytes(long, byte[], int, int) - Method in class org.hibernate.engine.jdbc.BlobProxy
-
- setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the cache property.
- setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the cache property.
- setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the cache property.
- setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the cache property.
- setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the cache property.
- setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Sets the value of the cache property.
- setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Sets the value of the cache property.
- setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the cache property.
- setCache(Cache) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setCacheable(boolean) - Method in interface org.hibernate.BasicQueryContract
-
Deprecated.
Enable/disable second level query (result) caching for this query.
- setCacheable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
-
Sets the value of the cacheable property.
- setCacheable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
-
Sets the value of the cacheable property.
- setCacheable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Sets the value of the cacheable property.
- setCacheable(boolean) - Method in interface org.hibernate.Criteria
-
Enable caching of this query result, provided query caching is enabled
for the underlying session factory.
- setCacheable(boolean) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
-
- setCacheable(boolean) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
-
- setCacheable(boolean) - Method in class org.hibernate.engine.spi.QueryParameters
-
- setCacheable(boolean) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
-
- setCacheable(boolean) - Method in interface org.hibernate.envers.query.AuditQuery
-
- setCacheable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Sets the value of the cacheable property.
- setCacheable(boolean) - Method in interface org.hibernate.query.NativeQuery
-
- setCacheable(boolean) - Method in interface org.hibernate.query.Query
-
- setCacheable(boolean) - Method in interface org.hibernate.Query
-
Deprecated.
Enable/disable second level query (result) caching for this query.
- setCacheable(boolean) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setCacheable(boolean) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setCacheConcurrencyStrategy(String) - Method in class org.hibernate.mapping.Collection
-
- setCacheConcurrencyStrategy(String) - Method in class org.hibernate.mapping.RootClass
-
- setCached(boolean) - Method in class org.hibernate.mapping.PersistentClass
-
- setCacheLazyProperties(boolean) - Method in class org.hibernate.boot.model.Caching
-
- setCacheMode(CacheMode) - Method in interface org.hibernate.BasicQueryContract
-
Deprecated.
(Re)set the current CacheMode in effect for this query.
- setCacheMode(CacheMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
-
Sets the value of the cacheMode property.
- setCacheMode(CacheMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
-
Sets the value of the cacheMode property.
- setCacheMode(CacheMode) - Method in interface org.hibernate.Criteria
-
Override the cache mode for this particular query.
- setCacheMode(CacheMode) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
-
- setCacheMode(CacheMode) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
-
- setCacheMode(CacheMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- setCacheMode(CacheMode) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
- setCacheMode(CacheMode) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
-
- setCacheMode(CacheMode) - Method in interface org.hibernate.envers.query.AuditQuery
-
- setCacheMode(CacheMode) - Method in interface org.hibernate.query.NativeQuery
-
- setCacheMode(CacheMode) - Method in interface org.hibernate.query.Query
-
- setCacheMode(CacheMode) - Method in interface org.hibernate.Query
-
Deprecated.
(Re)set the current CacheMode in effect for this query.
- setCacheMode(CacheMode) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setCacheMode(CacheMode) - Method in interface org.hibernate.Session
-
Set the cache mode.
- setCacheMode(CacheMode) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setCacheProviderConfig(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- setCacheRegion(String) - Method in interface org.hibernate.BasicQueryContract
-
Deprecated.
Set the name of the cache region where query results should be cached (if cached at all).
- setCacheRegion(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
-
Sets the value of the cacheRegion property.
- setCacheRegion(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
-
Sets the value of the cacheRegion property.
- setCacheRegion(String) - Method in interface org.hibernate.Criteria
-
Set the name of the cache region to use for query result caching.
- setCacheRegion(String) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
-
- setCacheRegion(String) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
-
- setCacheRegion(String) - Method in class org.hibernate.engine.spi.QueryParameters
-
- setCacheRegion(String) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
-
- setCacheRegion(String) - Method in interface org.hibernate.envers.query.AuditQuery
-
- setCacheRegion(String) - Method in interface org.hibernate.query.NativeQuery
-
- setCacheRegion(String) - Method in interface org.hibernate.query.Query
-
- setCacheRegion(String) - Method in interface org.hibernate.Query
-
Deprecated.
Set the name of the cache region where query results should be cached (if cached at all).
- setCacheRegion(String) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setCacheRegion(String) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setCacheRegionFactory(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- setCacheRegionName(String) - Method in class org.hibernate.mapping.Collection
-
- setCacheRegionName(String) - Method in class org.hibernate.mapping.RootClass
-
- setCacheRegionPrefix(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- setCachingCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
-
- setCachingExplicitlyRequested(boolean) - Method in class org.hibernate.mapping.PersistentClass
-
- setCalendar(int, Calendar) - Method in interface org.hibernate.query.Query
-
- setCalendar(String, Calendar) - Method in interface org.hibernate.query.Query
-
- setCalendar(int, Calendar) - Method in interface org.hibernate.Query
-
- setCalendar(String, Calendar) - Method in interface org.hibernate.Query
-
- setCalendarDate(int, Calendar) - Method in interface org.hibernate.query.Query
-
- setCalendarDate(String, Calendar) - Method in interface org.hibernate.query.Query
-
- setCalendarDate(int, Calendar) - Method in interface org.hibernate.Query
-
- setCalendarDate(String, Calendar) - Method in interface org.hibernate.Query
-
- setCallable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
-
Sets the value of the callable property.
- setCallable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
-
Sets the value of the callable property.
- setCallable(boolean) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
-
- setCallable(boolean) - Method in class org.hibernate.engine.spi.QueryParameters
-
- setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
-
Sets the value of the cascade property.
- setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the cascade property.
- setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the cascade property.
- setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the cascade property.
- setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the cascade property.
- setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Sets the value of the cascade property.
- setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the cascade property.
- setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
-
Sets the value of the cascade property.
- setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the cascade property.
- setCascade(JaxbCascadeType) - Method in interface org.hibernate.boot.jaxb.mapping.spi.AssociationAttribute
-
- setCascade(JaxbCascadeType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
-
Sets the value of the cascade property.
- setCascade(JaxbCascadeType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
-
Sets the value of the cascade property.
- setCascade(JaxbCascadeType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Sets the value of the cascade property.
- setCascade(JaxbCascadeType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
-
Sets the value of the cascade property.
- setCascade(String) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setCascade(CascadeType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
-
Sets the value of the cascade property.
- setCascade(CascadeType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
-
Sets the value of the cascade property.
- setCascade(CascadeType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Sets the value of the cascade property.
- setCascade(CascadeType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
-
Sets the value of the cascade property.
- setCascade(String) - Method in class org.hibernate.mapping.Property
-
- setCascadeAll(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
-
Sets the value of the cascadeAll property.
- setCascadeAll(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
-
Sets the value of the cascadeAll property.
- setCascadeDeleteEnabled(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setCascadeDeleteEnabled(boolean) - Method in class org.hibernate.mapping.ForeignKey
-
- setCascadeDeleteEnabled(boolean) - Method in class org.hibernate.mapping.SimpleValue
-
- setCascadeDetach(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
-
Sets the value of the cascadeDetach property.
- setCascadeDetach(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
-
Sets the value of the cascadeDetach property.
- setCascadeMerge(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
-
Sets the value of the cascadeMerge property.
- setCascadeMerge(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
-
Sets the value of the cascadeMerge property.
- setCascadePersist(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
-
Sets the value of the cascadePersist property.
- setCascadePersist(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
-
Sets the value of the cascadePersist property.
- setCascadePersist(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
-
Sets the value of the cascadePersist property.
- setCascadePersist(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
-
Sets the value of the cascadePersist property.
- setCascadeRefresh(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
-
Sets the value of the cascadeRefresh property.
- setCascadeRefresh(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
-
Sets the value of the cascadeRefresh property.
- setCascadeRemove(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCascadeType
-
Sets the value of the cascadeRemove property.
- setCascadeRemove(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
-
Sets the value of the cascadeRemove property.
- setCascadeStrategy(String) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setCascadeStyle(CascadeStyle) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
-
- setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the catalog property.
- setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the catalog property.
- setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
-
Sets the value of the catalog property.
- setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the catalog property.
- setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Sets the value of the catalog property.
- setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the catalog property.
- setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the catalog property.
- setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Sets the value of the catalog property.
- setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Sets the value of the catalog property.
- setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
Sets the value of the catalog property.
- setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the catalog property.
- setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
Sets the value of the catalog property.
- setCatalog(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
-
Sets the value of the catalog property.
- setCatalog(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
-
Sets the value of the catalog property.
- setCatalog(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
-
Sets the value of the catalog property.
- setCatalog(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
-
Sets the value of the catalog property.
- setCatalog(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
-
Sets the value of the catalog property.
- setCatalog(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
-
Sets the value of the catalog property.
- setCatalog(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTable
-
Sets the value of the catalog property.
- setCatalog(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
-
Sets the value of the catalog property.
- setCatalog(String) - Method in interface org.hibernate.boot.jaxb.mapping.spi.SchemaAware
-
- setCatalog(String) - Method in class org.hibernate.cfg.annotations.TableBinder
-
- setCatalog(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
-
Sets the value of the catalog property.
- setCatalog(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
-
Sets the value of the catalog property.
- setCatalog(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
-
Sets the value of the catalog property.
- setCatalog(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
-
Sets the value of the catalog property.
- setCatalog(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
-
Sets the value of the catalog property.
- setCatalog(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
-
Sets the value of the catalog property.
- setCatalog(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Table
-
Sets the value of the catalog property.
- setCatalog(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
-
Sets the value of the catalog property.
- setCatalog(String) - Method in class org.hibernate.mapping.Table
-
- setCatalogAtStart(boolean) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
-
- setCatalogName(String) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
-
- setCatalogSeparator(String) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
-
- setCharacter(int, char) - Method in interface org.hibernate.query.Query
-
- setCharacter(String, char) - Method in interface org.hibernate.query.Query
-
- setCharacter(int, char) - Method in interface org.hibernate.Query
-
- setCharacter(String, char) - Method in interface org.hibernate.Query
-
- setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the check property.
- setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the check property.
- setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
-
Sets the value of the check property.
- setCheck(ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
-
Sets the value of the check property.
- setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the check property.
- setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Sets the value of the check property.
- setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the check property.
- setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the check property.
- setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Sets the value of the check property.
- setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Sets the value of the check property.
- setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the check property.
- setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
Sets the value of the check property.
- setCheckConstraint(String) - Method in class org.hibernate.mapping.Column
-
- setCheckNullability(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
-
- setCheckNullability(boolean) - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
-
- setCheckNullability(boolean) - Method in class org.hibernate.cfg.Settings
-
Deprecated.
- setClassName(String) - Method in class org.hibernate.mapping.PersistentClass
-
- setClazz(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerType
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmClassRenameType
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIndexType
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmGeneratorSpecificationType
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdentifierGeneratorDefinitionType
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyCompositeType
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTuplizerType
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumnResult
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConverter
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddable
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbIdClass
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyClass
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedSubgraph
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbStoredProcedureParameter
-
Sets the value of the clazz property.
- setClazz(String) - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
-
- setClazz(String) - Method in interface org.hibernate.boot.jaxb.mapping.spi.ManagedType
-
- setClazz(XClass) - Method in class org.hibernate.cfg.InheritanceState
-
- setClazz(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ColumnResult
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Converter
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.IdClass
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyClass
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedSubgraph
-
Sets the value of the clazz property.
- setClazz(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
-
Sets the value of the clazz property.
- setClosedCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
-
- setCollection(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
-
Sets the value of the collection property.
- setCollectionId(JaxbHbmCollectionIdType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the collectionId property.
- setCollectionKey(Serializable) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setCollectionKeys(Serializable[]) - Method in class org.hibernate.engine.spi.QueryParameters
-
- setCollectionOwners(int[]) - Method in class org.hibernate.loader.JoinWalker
-
- setCollectionPersisterClass(Class) - Method in class org.hibernate.mapping.Collection
-
- setCollectionPersisters(CollectionPersister[]) - Method in class org.hibernate.loader.JoinWalker
-
- setCollectionRole(String) - Method in class org.hibernate.mapping.Backref
-
- setCollectionRole(String) - Method in class org.hibernate.mapping.IndexBackref
-
- setCollectionSuffixes(String[]) - Method in class org.hibernate.loader.JoinWalker
-
- setCollectionTable(JaxbCollectionTable) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Sets the value of the collectionTable property.
- setCollectionTable(CollectionTable) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Sets the value of the collectionTable property.
- setCollectionTable(Table) - Method in class org.hibernate.mapping.Collection
-
- setCollectionType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the collectionType property.
- setCollectionType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the collectionType property.
- setCollectionType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the collectionType property.
- setCollectionType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the collectionType property.
- setCollectionType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the collectionType property.
- setCollectionType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Sets the value of the collectionType property.
- setCollectionType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the collectionType property.
- setCollectionType(XClass) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setColumn(JaxbHbmColumnType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
-
Sets the value of the column property.
- setColumn(JaxbHbmColumnType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
-
Sets the value of the column property.
- setColumn(JaxbHbmColumnType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
-
Sets the value of the column property.
- setColumn(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
-
Sets the value of the column property.
- setColumn(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType.JaxbHbmReturnDiscriminator
-
Sets the value of the column property.
- setColumn(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
-
Sets the value of the column property.
- setColumn(JaxbColumn) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributeOverride
-
Sets the value of the column property.
- setColumn(JaxbColumn) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
-
Sets the value of the column property.
- setColumn(JaxbColumn) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Sets the value of the column property.
- setColumn(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbFieldResult
-
Sets the value of the column property.
- setColumn(JaxbColumn) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
-
Sets the value of the column property.
- setColumn(JaxbColumn) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbVersion
-
Sets the value of the column property.
- setColumn(Column) - Method in class org.hibernate.jpamodelgen.xml.jaxb.AttributeOverride
-
Sets the value of the column property.
- setColumn(Column) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
-
Sets the value of the column property.
- setColumn(Column) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Sets the value of the column property.
- setColumn(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.FieldResult
-
Sets the value of the column property.
- setColumn(Column) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
-
Sets the value of the column property.
- setColumn(Column) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Version
-
Sets the value of the column property.
- setColumn(String) - Method in class org.hibernate.sql.InFragment
-
- setColumn(String, String) - Method in class org.hibernate.sql.InFragment
-
- setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
-
Sets the value of the columnAttribute property.
- setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Sets the value of the columnAttribute property.
- setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
-
Sets the value of the columnAttribute property.
- setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
-
Sets the value of the columnAttribute property.
- setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
-
Sets the value of the columnAttribute property.
- setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
-
Sets the value of the columnAttribute property.
- setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
-
Sets the value of the columnAttribute property.
- setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
-
Sets the value of the columnAttribute property.
- setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
-
Sets the value of the columnAttribute property.
- setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
-
Sets the value of the columnAttribute property.
- setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
-
Sets the value of the columnAttribute property.
- setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
-
Sets the value of the columnAttribute property.
- setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Sets the value of the columnAttribute property.
- setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
-
Sets the value of the columnAttribute property.
- setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
-
Sets the value of the columnAttribute property.
- setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
-
Sets the value of the columnAttribute property.
- setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
-
Sets the value of the columnAttribute property.
- setColumnDefinition(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
-
Sets the value of the columnDefinition property.
- setColumnDefinition(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbDiscriminatorColumn
-
Sets the value of the columnDefinition property.
- setColumnDefinition(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
-
Sets the value of the columnDefinition property.
- setColumnDefinition(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
-
Sets the value of the columnDefinition property.
- setColumnDefinition(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
-
Sets the value of the columnDefinition property.
- setColumnDefinition(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
-
Sets the value of the columnDefinition property.
- setColumnDefinition(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrimaryKeyJoinColumn
-
Sets the value of the columnDefinition property.
- setColumnDefinition(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
-
Sets the value of the columnDefinition property.
- setColumnDefinition(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
-
Sets the value of the columnDefinition property.
- setColumnDefinition(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
-
Sets the value of the columnDefinition property.
- setColumnDefinition(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
-
Sets the value of the columnDefinition property.
- setColumnDefinition(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
-
Sets the value of the columnDefinition property.
- setColumnDefinition(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
-
Sets the value of the columnDefinition property.
- setColumnDefinition(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrimaryKeyJoinColumn
-
Sets the value of the columnDefinition property.
- setColumnList(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbIndex
-
Sets the value of the columnList property.
- setColumnList(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Index
-
Sets the value of the columnList property.
- setColumns(Ejb3Column[]) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setColumns(Ejb3Column[]) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
-
- setColumns(String[]) - Method in class org.hibernate.cfg.UniqueConstraintHolder
-
- setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the comment property.
- setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the comment property.
- setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
-
Sets the value of the comment property.
- setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the comment property.
- setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Sets the value of the comment property.
- setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the comment property.
- setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the comment property.
- setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
-
Sets the value of the comment property.
- setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
-
Sets the value of the comment property.
- setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Sets the value of the comment property.
- setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Sets the value of the comment property.
- setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
Sets the value of the comment property.
- setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the comment property.
- setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
Sets the value of the comment property.
- setComment(String) - Method in interface org.hibernate.Criteria
-
Add a comment to the generated SQL.
- setComment(String) - Method in class org.hibernate.criterion.DetachedCriteria
-
Set the SQL comment to use.
- setComment(String) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
-
- setComment(String) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
-
- setComment(String) - Method in class org.hibernate.engine.spi.QueryParameters
-
- setComment(String) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
-
- setComment(String) - Method in interface org.hibernate.envers.query.AuditQuery
-
- setComment(String) - Method in class org.hibernate.id.SequenceIdentityGenerator.NoCommentsInsert
-
Deprecated.
- setComment(String) - Method in class org.hibernate.mapping.Column
-
- setComment(String) - Method in class org.hibernate.mapping.Table
-
- setComment(String) - Method in interface org.hibernate.query.NativeQuery
-
- setComment(String) - Method in interface org.hibernate.query.Query
-
- setComment(String) - Method in interface org.hibernate.Query
-
Deprecated.
Set the comment for this query.
- setComment(String) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setComment(String) - Method in class org.hibernate.sql.Delete
-
- setComment(String) - Method in class org.hibernate.sql.Insert
-
- setComment(String) - Method in class org.hibernate.sql.InsertSelect
-
- setComment(String) - Method in class org.hibernate.sql.QuerySelect
-
- setComment(String) - Method in class org.hibernate.sql.Select
-
- setComment(String) - Method in class org.hibernate.sql.SimpleSelect
-
- setComment(String) - Method in class org.hibernate.sql.Update
-
- setComment(String) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setCommentsEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- setComparator(Comparator) - Method in class org.hibernate.mapping.Collection
-
- setComparatorClassName(String) - Method in class org.hibernate.mapping.Collection
-
- setComparatorSort(SortComparator) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setComponentClass(Component) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
-
- setComponentClass(Component) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
-
- setComponentClassName(String) - Method in class org.hibernate.mapping.Component
-
- setCompositeElement(JaxbHbmCompositeCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the compositeElement property.
- setCompositeElement(JaxbHbmCompositeCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the compositeElement property.
- setCompositeElement(JaxbHbmCompositeCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the compositeElement property.
- setCompositeElement(JaxbHbmCompositeCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the compositeElement property.
- setCompositeElement(JaxbHbmCompositeCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the compositeElement property.
- setCompositeElement(JaxbHbmCompositeCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the compositeElement property.
- setCompositeId(JaxbHbmCompositeIdType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Sets the value of the compositeId property.
- setCompositeIndex(JaxbHbmCompositeIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the compositeIndex property.
- setCompositeMapKey(JaxbHbmMapKeyCompositeType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the compositeMapKey property.
- setCondition(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
-
Sets the value of the condition property.
- setCondition(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
-
Sets the value of the condition property.
- setCondition(String[], String[]) - Method in class org.hibernate.sql.ConditionFragment
-
- setCondition(String[], String) - Method in class org.hibernate.sql.ConditionFragment
-
- setConfig(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
-
Set a .cfg.xml file, which will be
loaded as a resource, from the classpath
- setConfig(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
-
Set a cfg.xml
file
- setConfig(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
-
Set a .cfg.xml file
- setConnectionProvider(ConnectionProvider) - Method in class org.hibernate.testing.jdbc.ConnectionProviderDelegate
-
- setConstrained(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
-
Sets the value of the constrained property.
- setConstrained(boolean) - Method in class org.hibernate.mapping.OneToOne
-
Sets the constrained.
- setConstraintMode(ConstraintMode) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbForeignKey
-
Sets the value of the constraintMode property.
- setConstraints(String) - Method in class org.hibernate.cfg.annotations.TableBinder
-
- setContext(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity
-
Sets the value of the context property.
- setConvert(JaxbConvert) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
-
Sets the value of the convert property.
- setConvert(Convert) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
-
Sets the value of the convert property.
- setConverter(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConvert
-
Sets the value of the converter property.
- setConverter(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Convert
-
Sets the value of the converter property.
- setCreate(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
-
Sets the value of the create property.
- setCreate(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
-
Enable "create" mode.
- setCurrentKey(Serializable) - Method in class org.hibernate.engine.spi.CollectionEntry
-
- setCurrentPersister(CollectionPersister) - Method in class org.hibernate.engine.spi.CollectionEntry
-
- setCurrentProperty(XProperty) - Method in class org.hibernate.cfg.AbstractPropertyHolder
-
Set the property to be processed.
- setCurrentSession(SharedSessionContractImplementor) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Associate the collection with the given session.
- setCurrentTenantIdentifierResolver(CurrentTenantIdentifierResolver) - Method in class org.hibernate.cfg.Configuration
-
- setCustomDatabaseGenerationTarget(GenerationTarget) - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
-
This allows to set an alternative implementation for the Database
generation target.
- setCustomRead(String) - Method in class org.hibernate.mapping.Column
-
- setCustomSQLDelete(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
-
- setCustomSQLDelete(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Join
-
- setCustomSqlDelete(CustomSql) - Method in class org.hibernate.mapping.PersistentClass
-
- setCustomSQLDelete(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.PersistentClass
-
- setCustomSQLDeleteAll(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
-
- setCustomSQLInsert(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
-
- setCustomSQLInsert(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Join
-
- setCustomSqlInsert(CustomSql) - Method in class org.hibernate.mapping.PersistentClass
-
- setCustomSQLInsert(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.PersistentClass
-
- setCustomSQLUpdate(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
-
- setCustomSQLUpdate(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Join
-
- setCustomSqlUpdate(CustomSql) - Method in class org.hibernate.mapping.PersistentClass
-
- setCustomSQLUpdate(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.PersistentClass
-
- setCustomWrite(String) - Method in class org.hibernate.mapping.Column
-
- setDatabaseMajorVersion(int) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
-
- setDatabaseMinorVersion(int) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
-
- setDatabaseProductName(String) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
-
- setDatabaseSnapshot(Object[]) - Method in class org.hibernate.event.spi.FlushEntityEvent
-
- setDataDefinitionCausesTransactionCommit(boolean) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
-
- setDataDefinitionIgnoredInTransactions(boolean) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
-
- setDate(int, Date) - Method in interface org.hibernate.query.Query
-
- setDate(String, Date) - Method in interface org.hibernate.query.Query
-
- setDate(int, Date) - Method in interface org.hibernate.Query
-
- setDate(String, Date) - Method in interface org.hibernate.Query
-
- setDeclaredIdentifierMapper(Component) - Method in class org.hibernate.mapping.MappedSuperclass
-
- setDeclaredIdentifierMapper(Component) - Method in class org.hibernate.mapping.PersistentClass
-
- setDeclaredIdentifierProperty(Property) - Method in class org.hibernate.mapping.MappedSuperclass
-
- setDeclaredIdentifierProperty(Property) - Method in class org.hibernate.mapping.RootClass
-
- setDeclaredVersion(Property) - Method in class org.hibernate.mapping.MappedSuperclass
-
- setDeclaredVersion(Property) - Method in class org.hibernate.mapping.RootClass
-
- setDeclaringClass(XClass) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setDeclaringClass(XClass) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setDefault(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
-
Sets the value of the default property.
- setDefaultAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
-
Sets the value of the defaultAccess property.
- setDefaultAccessType(AccessType) - Method in class org.hibernate.jpamodelgen.util.AccessTypeInformation
-
- setDefaultCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
-
Sets the value of the defaultCascade property.
- setDefaultCatalog(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- setDefaultLazy(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
-
Sets the value of the defaultLazy property.
- setDefaultName(String, String, String, String, String, String, String, String, String) - Method in class org.hibernate.cfg.annotations.TableBinder
-
- setDefaultReadOnly(boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Change the default for entities and proxies loaded into this persistence
context from modifiable to read-only mode, or from modifiable to read-only
mode.
- setDefaultReadOnly(boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- setDefaultReadOnly(boolean) - Method in interface org.hibernate.Session
-
Change the default for entities and proxies loaded into this session
from modifiable to read-only mode, or from modifiable to read-only mode.
- setDefaultSchema(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- setDefaultValue(String) - Method in class org.hibernate.cfg.Ejb3Column
-
- setDefaultValue(String) - Method in class org.hibernate.mapping.Column
-
- setDefinition(JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
-
Sets the value of the definition property.
- setDeletedState(Object[]) - Method in interface org.hibernate.engine.spi.EntityEntry
-
- setDelimitedIdentifiers(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
-
Sets the value of the delimitedIdentifiers property.
- setDelimitedIdentifiers(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
-
Sets the value of the delimitedIdentifiers property.
- setDelimiter(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
-
Set the end of statement delimiter
- setDelimiter(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
-
Set the end of statement delimiter for the generated script
- setDelimiter(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
-
Set the end of statement delimiter
- setDelimiter(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
-
- setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAssociationOverride
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributeOverride
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConvert
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConverter
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddable
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbForeignKey
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbIndex
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQuery
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedQuery
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQuery
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitMetadata
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostLoad
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostPersist
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostRemove
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostUpdate
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrePersist
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPreRemove
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPreUpdate
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbQueryHint
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSqlResultSetMapping
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbStoredProcedureParameter
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
-
Sets the value of the description property.
- setDescription(String) - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
-
- setDescription(String) - Method in interface org.hibernate.boot.jaxb.mapping.spi.ManagedType
-
- setDescription(String) - Method in interface org.hibernate.boot.jaxb.mapping.spi.NamedQuery
-
- setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.AttributeOverride
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Convert
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Converter
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Index
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitMetadata
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostLoad
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostPersist
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostRemove
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostUpdate
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrePersist
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PreRemove
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PreUpdate
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.QueryHint
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
-
Sets the value of the description property.
- setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
-
Sets the value of the description property.
- setDialect(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- setDialect(Dialect) - Method in interface org.hibernate.id.factory.IdentifierGeneratorFactory
-
- setDir(String) - Method in class org.hibernate.tool.enhance.EnhancementTask
-
- setDirty(boolean) - Method in class org.hibernate.event.spi.DirtyCheckEvent
-
- setDirtyCheckable(boolean) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
-
- setDirtyCheckHandledByInterceptor(boolean) - Method in class org.hibernate.event.spi.FlushEntityEvent
-
- setDirtyCheckPossible(boolean) - Method in class org.hibernate.event.spi.FlushEntityEvent
-
- setDirtyProperties(int[]) - Method in class org.hibernate.event.spi.FlushEntityEvent
-
- setDisableConversion(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConvert
-
Sets the value of the disableConversion property.
- setDisableConversion(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Convert
-
Sets the value of the disableConversion property.
- setDisableForeignKey(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
-
Sets the value of the disableForeignKey property.
- setDiscriminator(JaxbHbmEntityDiscriminatorType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Sets the value of the discriminator property.
- setDiscriminator(Value) - Method in class org.hibernate.mapping.RootClass
-
- setDiscriminatorAlias(String) - Method in interface org.hibernate.SQLQuery.RootReturn
-
Deprecated.
Name the column alias that identifies the entity's discriminator.
- setDiscriminatorColumn(JaxbDiscriminatorColumn) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Sets the value of the discriminatorColumn property.
- setDiscriminatorColumn(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityResult
-
Sets the value of the discriminatorColumn property.
- setDiscriminatorColumn(DiscriminatorColumn) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Sets the value of the discriminatorColumn property.
- setDiscriminatorColumn(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityResult
-
Sets the value of the discriminatorColumn property.
- setDiscriminatorInsertable(boolean) - Method in class org.hibernate.mapping.RootClass
-
- setDiscriminatorType(DiscriminatorType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbDiscriminatorColumn
-
Sets the value of the discriminatorType property.
- setDiscriminatorType(DiscriminatorType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
-
Sets the value of the discriminatorType property.
- setDiscriminatorTypeName(String) - Method in class org.hibernate.cfg.Ejb3DiscriminatorColumn
-
- setDiscriminatorValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
-
Sets the value of the discriminatorValue property.
- setDiscriminatorValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Sets the value of the discriminatorValue property.
- setDiscriminatorValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Sets the value of the discriminatorValue property.
- setDiscriminatorValue(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Sets the value of the discriminatorValue property.
- setDiscriminatorValue(String) - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- setDiscriminatorValue(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Sets the value of the discriminatorValue property.
- setDiscriminatorValue(String) - Method in class org.hibernate.mapping.PersistentClass
-
- setDistance(Double) - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
-
Adds the distance parameter with the specified value
- setDistinct() - Method in class org.hibernate.criterion.CountProjection
-
Sets the count as being distinct
- setDistinct(boolean) - Method in class org.hibernate.sql.QuerySelect
-
- setDorecreate(boolean) - Method in class org.hibernate.engine.spi.CollectionEntry
-
- setDoremove(boolean) - Method in class org.hibernate.engine.spi.CollectionEntry
-
- setDouble(int, double) - Method in interface org.hibernate.query.Query
-
- setDouble(String, double) - Method in interface org.hibernate.query.Query
-
- setDouble(int, double) - Method in interface org.hibernate.Query
-
- setDouble(String, double) - Method in interface org.hibernate.Query
-
- setDoupdate(boolean) - Method in class org.hibernate.engine.spi.CollectionEntry
-
- setDrop(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
-
Sets the value of the drop property.
- setDrop(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
-
Enable "drop" mode.
- setDynamic(boolean) - Method in class org.hibernate.mapping.Component
-
- setDynamicInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
-
Sets the value of the dynamicInsert property.
- setDynamicInsert(boolean) - Method in class org.hibernate.mapping.PersistentClass
-
- setDynamicUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
-
Sets the value of the dynamicUpdate property.
- setDynamicUpdate(boolean) - Method in class org.hibernate.mapping.PersistentClass
-
- setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the element property.
- setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the element property.
- setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the element property.
- setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the element property.
- setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the element property.
- setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Sets the value of the element property.
- setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the element property.
- setElement(Value) - Method in class org.hibernate.mapping.Collection
-
- setElementClass(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the elementClass property.
- setElementClassName(String) - Method in class org.hibernate.mapping.Array
-
- setElementColumns(Ejb3Column[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setEmbeddableSuperclass(boolean) - Method in class org.hibernate.cfg.InheritanceState
-
- setEmbedded(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setEmbedded(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setEmbedded(boolean) - Method in class org.hibernate.mapping.Component
-
- setEmbeddedId(JaxbEmbeddedId) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributes
-
Sets the value of the embeddedId property.
- setEmbeddedId(EmbeddedId) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
-
Sets the value of the embeddedId property.
- setEmbeddedIdentifier(boolean) - Method in class org.hibernate.mapping.RootClass
-
- setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the embedXml property.
- setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the embedXml property.
- setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the embedXml property.
- setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the embedXml property.
- setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
-
Sets the value of the embedXml property.
- setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Sets the value of the embedXml property.
- setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the embedXml property.
- setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
-
Sets the value of the embedXml property.
- setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
-
Sets the value of the embedXml property.
- setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Sets the value of the embedXml property.
- setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the embedXml property.
- setEnableAssociationManagement(boolean) - Method in class org.hibernate.tool.enhance.EnhancementTask
-
- setEnableDirtyTracking(boolean) - Method in class org.hibernate.tool.enhance.EnhancementTask
-
- setEnableExtendedEnhancement(boolean) - Method in class org.hibernate.tool.enhance.EnhancementTask
-
- setEnableLazyInitialization(boolean) - Method in class org.hibernate.tool.enhance.EnhancementTask
-
- setEnforcingFetchGraph(boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
- setEntity(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
-
Sets the value of the entity property.
- setEntity(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
-
Sets the value of the entity property.
- setEntity(Object) - Method in class org.hibernate.event.spi.MergeEvent
-
- setEntity(Object) - Method in class org.hibernate.event.spi.PostLoadEvent
-
- setEntity(Object) - Method in class org.hibernate.event.spi.PreLoadEvent
-
- setEntity(Object) - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
-
- setEntity(int, Object) - Method in interface org.hibernate.query.Query
-
- setEntity(String, Object) - Method in interface org.hibernate.query.Query
-
- setEntity(int, Object) - Method in interface org.hibernate.Query
-
- setEntity(String, Object) - Method in interface org.hibernate.Query
-
- setEntityBinder(EntityBinder) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setEntityClass(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityResult
-
Sets the value of the entityClass property.
- setEntityClass(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityResult
-
Sets the value of the entityClass property.
- setEntityClassName(String) - Method in class org.hibernate.event.spi.LoadEvent
-
- setEntityId(Serializable) - Method in class org.hibernate.event.spi.LoadEvent
-
- setEntityId(Serializable) - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
-
- setEntityListeners(JaxbEntityListeners) - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
-
- setEntityListeners(JaxbEntityListeners) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Sets the value of the entityListeners property.
- setEntityListeners(JaxbEntityListeners) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
-
Sets the value of the entityListeners property.
- setEntityListeners(JaxbEntityListeners) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
-
Sets the value of the entityListeners property.
- setEntityListeners(EntityListeners) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Sets the value of the entityListeners property.
- setEntityListeners(EntityListeners) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
-
Sets the value of the entityListeners property.
- setEntityListeners(EntityListeners) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
-
Sets the value of the entityListeners property.
- setEntityMode(EntityMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTuplizerType
-
Sets the value of the entityMode property.
- setEntityName(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
-
Sets the value of the entityName property.
- setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
-
Sets the value of the entityName property.
- setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
-
Sets the value of the entityName property.
- setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
-
Sets the value of the entityName property.
- setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
-
Sets the value of the entityName property.
- setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Sets the value of the entityName property.
- setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
-
Sets the value of the entityName property.
- setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
-
Sets the value of the entityName property.
- setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
-
Sets the value of the entityName property.
- setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
-
Sets the value of the entityName property.
- setEntityName(String) - Method in class org.hibernate.event.spi.LockEvent
-
- setEntityName(String) - Method in class org.hibernate.event.spi.MergeEvent
-
- setEntityName(String) - Method in class org.hibernate.event.spi.PersistEvent
-
- setEntityName(String) - Method in class org.hibernate.event.spi.RefreshEvent
-
- setEntityName(String) - Method in class org.hibernate.event.spi.ReplicateEvent
-
- setEntityName(String) - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
-
- setEntityName(String) - Method in class org.hibernate.mapping.Backref
-
- setEntityName(String) - Method in class org.hibernate.mapping.IndexBackref
-
- setEntityName(String) - Method in class org.hibernate.mapping.OneToOne
-
- setEntityName(String) - Method in class org.hibernate.mapping.PersistentClass
-
- setEntityNotFoundDelegate(EntityNotFoundDelegate) - Method in class org.hibernate.cfg.Configuration
-
Specify a user-supplied delegate to be used to handle scenarios where an entity could not be
located by specified id.
- setEntityPersisterClass(Class) - Method in class org.hibernate.mapping.PersistentClass
-
- setEntityPersisterClass(Class) - Method in class org.hibernate.mapping.RootClass
-
- setEntityPersisterClass(Class) - Method in class org.hibernate.mapping.Subclass
-
- setEntry(EntityEntry) - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
-
- setEntryStatus(EntityEntry, Status) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Set the status of an entry
- setEnumerated(EnumType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
-
Sets the value of the enumerated property.
- setEnumerated(EnumType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Sets the value of the enumerated property.
- setEnumerated(EnumType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
-
Sets the value of the enumerated property.
- setEnumerated(EnumType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Sets the value of the enumerated property.
- setEscapeCharacter(Character) - Method in class org.hibernate.criterion.Example
-
Set escape character for "like" clause if like matching was enabled
- setExcludeDefaultListeners(JaxbEmptyType) - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
-
- setExcludeDefaultListeners(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Sets the value of the excludeDefaultListeners property.
- setExcludeDefaultListeners(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
-
Sets the value of the excludeDefaultListeners property.
- setExcludeDefaultListeners(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Sets the value of the excludeDefaultListeners property.
- setExcludeDefaultListeners(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
-
Sets the value of the excludeDefaultListeners property.
- setExcludeSuperclassListeners(JaxbEmptyType) - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
-
- setExcludeSuperclassListeners(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Sets the value of the excludeSuperclassListeners property.
- setExcludeSuperclassListeners(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
-
Sets the value of the excludeSuperclassListeners property.
- setExcludeSuperclassListeners(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Sets the value of the excludeSuperclassListeners property.
- setExcludeSuperclassListeners(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
-
Sets the value of the excludeSuperclassListeners property.
- setExcludeUnlistedClasses(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
-
Sets the value of the excludeUnlistedClasses property.
- setExpectedType(Type) - Method in interface org.hibernate.hql.spi.ParameterInformation
-
- setExpectedType(Type) - Method in class org.hibernate.param.AbstractExplicitParameterSpecification
-
- setExpectedType(Type) - Method in class org.hibernate.param.CollectionFilterKeyParameterSpecification
-
- setExpectedType(Type) - Method in class org.hibernate.param.DynamicFilterParameterSpecification
-
- setExpectedType(Type) - Method in interface org.hibernate.param.ParameterSpecification
-
Injects the expected type.
- setExpectedType(Type) - Method in class org.hibernate.param.VersionTypeSeedParameterSpecification
-
- setExplicitAccessType(AccessType) - Method in class org.hibernate.jpamodelgen.util.AccessTypeInformation
-
- setExplicitAssociationTable(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setExplicitPolymorphism(boolean) - Method in class org.hibernate.mapping.RootClass
-
- setExplicitTableName(String) - Method in class org.hibernate.cfg.Ejb3Column
-
- setExplicitType(String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
-
- setExplicitType(Type) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
-
- setExtends(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSubclassEntityBaseDefinition
-
Sets the value of the extends property.
- setExtraLazy(boolean) - Method in class org.hibernate.mapping.Collection
-
- setExtraSelectList(String) - Method in class org.hibernate.sql.SelectFragment
-
- setExtraSelectList(CaseFragment, String) - Method in class org.hibernate.sql.SelectFragment
-
- setFailOnError(boolean) - Method in class org.hibernate.tool.enhance.EnhancementTask
-
- setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the fetch property.
- setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the fetch property.
- setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the fetch property.
- setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the fetch property.
- setFetch(JaxbHbmFetchStyleEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
-
Sets the value of the fetch property.
- setFetch(JaxbHbmFetchStyleEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Sets the value of the fetch property.
- setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the fetch property.
- setFetch(JaxbHbmFetchStyleEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
-
Sets the value of the fetch property.
- setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Sets the value of the fetch property.
- setFetch(JaxbHbmFetchStyleEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
Sets the value of the fetch property.
- setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the fetch property.
- setFetch(FetchType) - Method in interface org.hibernate.boot.jaxb.mapping.spi.FetchableAttribute
-
- setFetch(FetchType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
-
Sets the value of the fetch property.
- setFetch(FetchType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Sets the value of the fetch property.
- setFetch(FetchType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
-
Sets the value of the fetch property.
- setFetch(FetchType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
-
Sets the value of the fetch property.
- setFetch(FetchType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Sets the value of the fetch property.
- setFetch(FetchType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
-
Sets the value of the fetch property.
- setFetch(FetchType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
-
Sets the value of the fetch property.
- setFetch(FetchType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Sets the value of the fetch property.
- setFetch(FetchType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
-
Sets the value of the fetch property.
- setFetch(FetchType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
-
Sets the value of the fetch property.
- setFetch(FetchType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Sets the value of the fetch property.
- setFetch(FetchType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
-
Sets the value of the fetch property.
- setFetchGraph(EntityGraph) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
-
- setFetchMode(String, FetchMode) - Method in interface org.hibernate.Criteria
-
Specify an association fetching strategy for an association or a
collection of values.
- setFetchMode(String, FetchMode) - Method in class org.hibernate.criterion.DetachedCriteria
-
Set the fetch mode for a given association
- setFetchMode(FetchMode) - Method in class org.hibernate.mapping.Collection
-
- setFetchMode(FetchMode) - Method in interface org.hibernate.mapping.Fetchable
-
- setFetchMode(FetchMode) - Method in class org.hibernate.mapping.ToOne
-
- setFetchMode(FetchMode) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
-
- setFetchSize(int) - Method in interface org.hibernate.BasicQueryContract
-
Deprecated.
Sets a JDBC fetch size hint for the query.
- setFetchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
-
Sets the value of the fetchSize property.
- setFetchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
-
Sets the value of the fetchSize property.
- setFetchSize(int) - Method in interface org.hibernate.Criteria
-
Set a fetch size for the underlying JDBC query.
- setFetchSize(Integer) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
-
- setFetchSize(Integer) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
-
- setFetchSize(Integer) - Method in class org.hibernate.engine.spi.RowSelection
-
- setFetchSize(int) - Method in class org.hibernate.engine.spi.RowSelection
-
- setFetchSize(int) - Method in interface org.hibernate.query.NativeQuery
-
- setFetchSize(int) - Method in interface org.hibernate.query.Query
-
- setFetchSize(int) - Method in interface org.hibernate.Query
-
Deprecated.
Sets a JDBC fetch size hint for the query.
- setFetchSize(int) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setFetchSize(int) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setField(Object, Field, Object) - Static method in class org.hibernate.testing.util.ReflectionUtil
-
Set target Object field to a certain value
- setField(Object, String, Object) - Static method in class org.hibernate.testing.util.ReflectionUtil
-
Set target Object field to a certain value
- setFile(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
-
Sets the value of the file property.
- setFirstResult(int) - Method in interface org.hibernate.Criteria
-
Set the first result to be retrieved.
- setFirstResult(Integer) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
-
- setFirstResult(Integer) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
-
- setFirstResult(int) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
-
- setFirstResult(int) - Method in interface org.hibernate.envers.query.AuditQuery
-
- setFirstResult(int) - Method in interface org.hibernate.query.NativeQuery
-
- setFirstResult(int) - Method in interface org.hibernate.query.Query
-
- setFirstResult(int) - Method in interface org.hibernate.Query
-
Deprecated.
- setFirstRow(Integer) - Method in class org.hibernate.engine.spi.RowSelection
-
- setFirstRow(int) - Method in class org.hibernate.engine.spi.RowSelection
-
- setFkJoinColumns(Ejb3JoinColumn[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setFloat(int, float) - Method in interface org.hibernate.query.Query
-
- setFloat(String, float) - Method in interface org.hibernate.query.Query
-
- setFloat(int, float) - Method in interface org.hibernate.Query
-
- setFloat(String, float) - Method in interface org.hibernate.Query
-
- setFlushing(boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Called before and after the flush cycle
- setFlushMode(FlushMode) - Method in interface org.hibernate.BasicQueryContract
-
- setFlushMode(FlushMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
-
Sets the value of the flushMode property.
- setFlushMode(FlushMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
-
Sets the value of the flushMode property.
- setFlushMode(FlushMode) - Method in interface org.hibernate.Criteria
-
Override the flush mode for this particular query.
- setFlushMode(FlushMode) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
-
- setFlushMode(FlushMode) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
-
- setFlushMode(FlushModeType) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- setFlushMode(FlushMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- setFlushMode(FlushMode) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
- setFlushMode(FlushMode) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
-
- setFlushMode(FlushMode) - Method in interface org.hibernate.envers.query.AuditQuery
-
- setFlushMode(FlushModeType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
-
- setFlushMode(FlushMode) - Method in interface org.hibernate.query.NativeQuery
-
- setFlushMode(FlushModeType) - Method in interface org.hibernate.query.NativeQuery
-
- setFlushMode(FlushModeType) - Method in interface org.hibernate.query.Query
-
- setFlushMode(FlushMode) - Method in interface org.hibernate.query.Query
-
- setFlushMode(FlushMode) - Method in interface org.hibernate.Query
-
- setFlushMode(FlushModeType) - Method in interface org.hibernate.Query
-
Deprecated.
- setFlushMode(FlushMode) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setFlushMode(FlushMode) - Method in interface org.hibernate.Session
-
- setFlushMode(FlushModeType) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setFlushMode(FlushMode) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setFlushRequired(boolean) - Method in class org.hibernate.event.spi.AutoFlushEvent
-
- setFollowOnLocking(Boolean) - Method in class org.hibernate.LockOptions
-
Set the the follow-on-locking setting.
- setForce(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
-
Sets the value of the force property.
- setForceDiscriminator(boolean) - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- setForceDiscriminator(boolean) - Method in class org.hibernate.mapping.RootClass
-
- setForeignKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
-
Sets the value of the foreignKey property.
- setForeignKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
-
Sets the value of the foreignKey property.
- setForeignKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
-
Sets the value of the foreignKey property.
- setForeignKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
-
Sets the value of the foreignKey property.
- setForeignKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Sets the value of the foreignKey property.
- setForeignKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
-
Sets the value of the foreignKey property.
- setForeignKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
-
Sets the value of the foreignKey property.
- setForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAssociationOverride
-
Sets the value of the foreignKey property.
- setForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
-
Sets the value of the foreignKey property.
- setForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
-
Sets the value of the foreignKey property.
- setForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
-
Sets the value of the foreignKey property.
- setForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Sets the value of the foreignKey property.
- setForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
-
Sets the value of the foreignKey property.
- setForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
-
Sets the value of the foreignKey property.
- setForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
-
Sets the value of the foreignKey property.
- setForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
-
Sets the value of the foreignKey property.
- setForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
-
Sets the value of the foreignKey property.
- setForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Sets the value of the foreignKey property.
- setForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
-
Sets the value of the foreignKey property.
- setForeignKeyDefinition(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbForeignKey
-
Sets the value of the foreignKeyDefinition property.
- setForeignKeyDefinition(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
-
Sets the value of the foreignKeyDefinition property.
- setForeignKeyDefinition(String) - Method in class org.hibernate.mapping.SimpleValue
-
- setForeignKeyName(String) - Method in class org.hibernate.mapping.SimpleValue
-
- setForeignKeyType(ForeignKeyDirection) - Method in class org.hibernate.mapping.OneToOne
-
Sets the foreignKeyType.
- setFormat(boolean) - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
-
- setFormat(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
-
Should we format the sql strings?
- setFormat(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
-
- setFormula(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
-
Sets the value of the formula property.
- setFormula(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
-
Sets the value of the formula property.
- setFormula(String) - Method in class org.hibernate.cfg.Ejb3Column
-
- setFormula(String) - Method in class org.hibernate.mapping.Formula
-
- setFormula(String, String) - Method in class org.hibernate.sql.InFragment
-
- setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Sets the value of the formulaAttribute property.
- setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
-
Sets the value of the formulaAttribute property.
- setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
-
Sets the value of the formulaAttribute property.
- setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
-
Sets the value of the formulaAttribute property.
- setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Sets the value of the formulaAttribute property.
- setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
-
Sets the value of the formulaAttribute property.
- setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
-
Sets the value of the formulaAttribute property.
- setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
-
Sets the value of the formulaAttribute property.
- setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
-
Sets the value of the formulaAttribute property.
- setFromClause(String) - Method in class org.hibernate.sql.Select
-
Sets the fromClause.
- setFromClause(String, String) - Method in class org.hibernate.sql.Select
-
- setGenerated(GenerationTiming) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
-
Sets the value of the generated property.
- setGenerated(GenerationTiming) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Sets the value of the generated property.
- setGeneratedValue(JaxbGeneratedValue) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
-
Sets the value of the generatedValue property.
- setGeneratedValue(GeneratedValue) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
-
Sets the value of the generatedValue property.
- setGenerator(JaxbHbmGeneratorSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
-
Sets the value of the generator property.
- setGenerator(JaxbHbmGeneratorSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
-
Sets the value of the generator property.
- setGenerator(JaxbHbmGeneratorSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
-
Sets the value of the generator property.
- setGenerator(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbGeneratedValue
-
Sets the value of the generator property.
- setGenerator(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.GeneratedValue
-
Sets the value of the generator property.
- setGeometryFactory(GeometryFactory) - Static method in class org.hibernate.spatial.jts.EnvelopeAdapter
-
- setGetGeneratedKeysEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- setGloballyQuoteIdentifiers(boolean) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
-
- setGroupByClause(String) - Method in class org.hibernate.sql.Select
-
- setGroupByTokens(Iterator) - Method in class org.hibernate.sql.QuerySelect
-
- setHaltOnError(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
-
Should we stop once an error occurs?
- setHaltonerror(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
-
- setHaltOnError(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
-
- setHaltOnError(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
-
- setHasDirtyCollection(boolean) - Method in class org.hibernate.event.spi.FlushEntityEvent
-
- setHasFilterCondition(boolean) - Method in class org.hibernate.sql.JoinFragment
-
- setHasParents(boolean) - Method in class org.hibernate.cfg.InheritanceState
-
- setHasSiblings(boolean) - Method in class org.hibernate.cfg.InheritanceState
-
- setHasThetaJoins(boolean) - Method in class org.hibernate.sql.JoinFragment
-
- setHavingTokens(Iterator) - Method in class org.hibernate.sql.QuerySelect
-
- setHibernateFirstResult(int) - Method in interface org.hibernate.Query
-
- setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.BasicQueryContract
-
Deprecated.
(Re)set the current FlushMode in effect for this query.
- setHibernateFlushMode(FlushMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
Set the flush mode for this session.
- setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.NativeQuery
-
- setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.Query
-
- setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.Query
-
Deprecated.
(Re)set the current FlushMode in effect for this query.
- setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.Session
-
Set the flush mode for this session.
- setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setHibernateMaxResults(int) - Method in interface org.hibernate.Query
-
- setHibernateType(Type) - Method in interface org.hibernate.procedure.ParameterRegistration
-
Set the Hibernate mapping type for this parameter.
- setHint(String, Object) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
-
- setHint(String, Object) - Method in interface org.hibernate.query.NativeQuery
-
- setHint(String, Object) - Method in interface org.hibernate.query.Query
-
- setHint(String, Object) - Method in interface org.hibernate.Query
-
Deprecated.
- setHolder(PropertyHolder) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setId(JaxbHbmSimpleIdType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Sets the value of the id property.
- setId(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
-
Sets the value of the id property.
- setId(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
-
Sets the value of the id property.
- setId(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setId(int) - Method in class org.hibernate.envers.DefaultRevisionEntity
-
- setId(int) - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
-
- setId(Serializable) - Method in class org.hibernate.event.spi.PostLoadEvent
-
- setId(Serializable) - Method in class org.hibernate.event.spi.PreLoadEvent
-
- setId(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
-
Sets the value of the id property.
- setId(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
-
Sets the value of the id property.
- setIdClass(JaxbIdClass) - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
-
- setIdClass(JaxbIdClass) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Sets the value of the idClass property.
- setIdClass(JaxbIdClass) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
-
Sets the value of the idClass property.
- setIdClass(IdClass) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Sets the value of the idClass property.
- setIdClass(IdClass) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
-
Sets the value of the idClass property.
- setIdentifier(KeyValue) - Method in class org.hibernate.mapping.IdentifierCollection
-
- setIdentifier(KeyValue) - Method in class org.hibernate.mapping.OneToOne
-
Sets the identifier.
- setIdentifier(KeyValue) - Method in class org.hibernate.mapping.RootClass
-
- setIdentifier(Object, Serializable, SessionImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
-
- setIdentifier(Object, Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
-
Inject the identifier value into the given entity.
- setIdentifier(Object, Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- setIdentifier(Object, Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Inject the identifier value into the given entity.
- setIdentifier(Serializable) - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
- setIdentifier(Serializable) - Method in interface org.hibernate.proxy.LazyInitializer
-
Set the identifier value for the entity our owning proxy represents.
- setIdentifier(Object, Serializable) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- setIdentifier(Object, Serializable, SharedSessionContractImplementor) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- setIdentifier(Object, Serializable) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
- setIdentifier(Object, Serializable, SharedSessionContractImplementor) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
Inject the identifier value into the given entity.
- setIdentifierGeneratorProperties(Properties) - Method in class org.hibernate.mapping.SimpleValue
-
Sets the identifierGeneratorProperties.
- setIdentifierGeneratorProperties(Map) - Method in class org.hibernate.mapping.SimpleValue
-
Sets the identifierGeneratorProperties.
- setIdentifierGeneratorStrategy(String) - Method in class org.hibernate.mapping.IdGenerator
-
- setIdentifierGeneratorStrategy(String) - Method in class org.hibernate.mapping.SimpleValue
-
Sets the identifierGeneratorStrategy.
- setIdentifierMapper(Component) - Method in class org.hibernate.mapping.PersistentClass
-
- setIdentifierMethod - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
-
- setIdentifierProperty(Property) - Method in class org.hibernate.mapping.RootClass
-
- setIdentifierType(String) - Method in class org.hibernate.mapping.Any
-
- setIdentifierValue(KeyValue) - Method in class org.hibernate.mapping.Table
-
- setIdType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
-
Sets the value of the idType property.
- setIdType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
-
Sets the value of the idType property.
- setIdType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
-
Sets the value of the idType property.
- setIgnoreIdAnnotations(boolean) - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- setIgnoreNotFound(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setIgnoreNotFound(boolean) - Method in class org.hibernate.mapping.ManyToOne
-
- setIgnoreNotFound(boolean) - Method in class org.hibernate.mapping.OneToMany
-
- setImplementation(Object) - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
- setImplementation(Object) - Method in interface org.hibernate.proxy.LazyInitializer
-
Initialize the proxy manually by injecting its target.
- setImplicit(boolean) - Method in class org.hibernate.cfg.Ejb3Column
-
- setImplicitNamingStrategy(ImplicitNamingStrategy) - Method in class org.hibernate.cfg.Configuration
-
- setImplicitNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
-
- setImplicitNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
-
- setImplicitNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
-
- setImportFiles(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
-
Comma-separated list of resource names to use for database init commands on create.
- setInclude(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
-
Sets the value of the include property.
- setInclude(JaxbHbmCacheInclusionEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
-
Sets the value of the include property.
- setIncludeAllAttributes(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedEntityGraph
-
Sets the value of the includeAllAttributes property.
- setIncludeAllAttributes(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
-
Sets the value of the includeAllAttributes property.
- setIndex(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
-
Sets the value of the index property.
- setIndex(JaxbHbmIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the index property.
- setIndex(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Sets the value of the index property.
- setIndex(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
-
Sets the value of the index property.
- setIndex(JaxbHbmIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the index property.
- setIndex(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Sets the value of the index property.
- setIndex(JaxbHbmIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the index property.
- setIndex(JaxbHbmIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Sets the value of the index property.
- setIndex(Value) - Method in class org.hibernate.mapping.IndexedCollection
-
- setIndexColumn(IndexColumn) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setIndexManyToAny(JaxbHbmIndexManyToAnyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the indexManyToAny property.
- setIndexManyToMany(JaxbHbmIndexManyToManyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the indexManyToMany property.
- setInheritable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
-
Sets the value of the inheritable property.
- setInheritance(JaxbInheritance) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Sets the value of the inheritance property.
- setInheritance(Inheritance) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Sets the value of the inheritance property.
- setInheritanceState(InheritanceState) - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- setInheritanceStatePerClass(Map<XClass, InheritanceState>) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setInheritanceStatePerClass(Map<XClass, InheritanceState>) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setInIdClass(Boolean) - Method in class org.hibernate.cfg.AbstractPropertyHolder
-
- setInIdClass(Boolean) - Method in interface org.hibernate.cfg.PropertyHolder
-
- setInitializing() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
-
- setInitialValue(Integer) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
-
Sets the value of the initialValue property.
- setInitialValue(Integer) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
-
Sets the value of the initialValue property.
- setInitialValue(Integer) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
-
Sets the value of the initialValue property.
- setInitialValue(Integer) - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
-
Sets the value of the initialValue property.
- setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
-
Sets the value of the insert property.
- setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Sets the value of the insert property.
- setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
-
Sets the value of the insert property.
- setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
-
Sets the value of the insert property.
- setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
-
Sets the value of the insert property.
- setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Sets the value of the insert property.
- setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
-
Sets the value of the insert property.
- setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
-
Sets the value of the insert property.
- setInsertable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
-
Sets the value of the insertable property.
- setInsertable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
-
Sets the value of the insertable property.
- setInsertable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
-
Sets the value of the insertable property.
- setInsertable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
-
Sets the value of the insertable property.
- setInsertable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
-
Sets the value of the insertable property.
- setInsertable(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setInsertable(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setInsertable(boolean) - Method in class org.hibernate.cfg.Ejb3Column
-
- setInsertable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
-
Sets the value of the insertable property.
- setInsertable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
-
Sets the value of the insertable property.
- setInsertable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
-
Sets the value of the insertable property.
- setInsertable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
-
Sets the value of the insertable property.
- setInsertable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
-
Sets the value of the insertable property.
- setInsertable(boolean) - Method in class org.hibernate.mapping.Property
-
- setInsertable(boolean) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
-
- setInsertableDiscriminator(boolean) - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- setInstanceToLoad(Object) - Method in class org.hibernate.event.spi.LoadEvent
-
- setInteger(int, int) - Method in interface org.hibernate.query.Query
-
- setInteger(String, int) - Method in interface org.hibernate.query.Query
-
- setInteger(int, int) - Method in interface org.hibernate.Query
-
- setInteger(String, int) - Method in interface org.hibernate.Query
-
- setInterceptor(Interceptor) - Method in class org.hibernate.cfg.Configuration
-
- setInternalFetchProfile(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
-
- setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the inverse property.
- setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the inverse property.
- setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the inverse property.
- setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the inverse property.
- setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the inverse property.
- setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
Sets the value of the inverse property.
- setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the inverse property.
- setInverse(boolean) - Method in class org.hibernate.mapping.Collection
-
- setInverse(boolean) - Method in class org.hibernate.mapping.Join
-
- setInverseForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
-
Sets the value of the inverseForeignKey property.
- setInverseForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
-
Sets the value of the inverseForeignKey property.
- setInverseJoinColumns(Ejb3JoinColumn[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setIsHibernateExtensionMapping(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setJar(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
-
Sets the value of the jar property.
- setJavaTypeDescriptor(JavaTypeDescriptor<T>) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- setJdbcBatchSize(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- setJdbcBatchSize(Integer) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- setJdbcBatchSize(Integer) - Method in interface org.hibernate.SharedSessionContract
-
Set the Session-level JDBC batch size.
- setJdbcFetchSize(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- setJdbcScrollableResultSetEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- setJdbcTimeout(Session) - Static method in class org.hibernate.testing.transaction.TransactionUtil
-
Set Session or Statement timeout
- setJdbcTimeout(Session, long) - Static method in class org.hibernate.testing.transaction.TransactionUtil
-
Set Session or Statement timeout
- setJoinAnnotation(JoinColumn, String) - Method in class org.hibernate.cfg.Ejb3JoinColumn
-
- setJoinColumns(Ejb3JoinColumn[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setJoins(Map<String, Join>) - Method in class org.hibernate.cfg.Ejb3Column
-
- setJoinTable(JaxbJoinTable) - Method in interface org.hibernate.boot.jaxb.mapping.spi.AssociationAttribute
-
- setJoinTable(JaxbJoinTable) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAssociationOverride
-
Sets the value of the joinTable property.
- setJoinTable(JaxbJoinTable) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
-
Sets the value of the joinTable property.
- setJoinTable(JaxbJoinTable) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
-
Sets the value of the joinTable property.
- setJoinTable(JaxbJoinTable) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Sets the value of the joinTable property.
- setJoinTable(JaxbJoinTable) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
-
Sets the value of the joinTable property.
- setJoinTable(JoinTable) - Method in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
-
Sets the value of the joinTable property.
- setJoinTable(JoinTable) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
-
Sets the value of the joinTable property.
- setJoinTable(JoinTable) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
-
Sets the value of the joinTable property.
- setJoinTable(JoinTable) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Sets the value of the joinTable property.
- setJoinTable(JoinTable) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
-
Sets the value of the joinTable property.
- setJPA2ElementCollection(boolean) - Method in class org.hibernate.cfg.annotations.TableBinder
-
- setJPA2ElementCollection(boolean) - Method in class org.hibernate.cfg.Ejb3JoinColumn
-
- setJpaAttributeConverterDescriptor(ConverterDescriptor) - Method in class org.hibernate.mapping.SimpleValue
-
- setJpaEntityName(String) - Method in class org.hibernate.mapping.PersistentClass
-
- setJpaIndex(Index[]) - Method in class org.hibernate.cfg.annotations.TableBinder
-
- setJpaOrderBy(OrderBy) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setJtaDataSource(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
-
Sets the value of the jtaDataSource property.
- setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the key property.
- setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the key property.
- setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the key property.
- setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Sets the value of the key property.
- setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the key property.
- setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the key property.
- setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Sets the value of the key property.
- setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
Sets the value of the key property.
- setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the key property.
- setKey(boolean) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
-
- setKey(KeyValue) - Method in class org.hibernate.mapping.Collection
-
- setKey(boolean) - Method in class org.hibernate.mapping.Component
-
- setKey(KeyValue) - Method in class org.hibernate.mapping.Join
-
- setKey(KeyValue) - Method in class org.hibernate.mapping.JoinedSubclass
-
- setKeyDefinition(String) - Method in class org.hibernate.mapping.ForeignKey
-
- setKeySubgraph(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedAttributeNode
-
Sets the value of the keySubgraph property.
- setKeySubgraph(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedAttributeNode
-
Sets the value of the keySubgraph property.
- setLazy(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
-
Sets the value of the lazy property.
- setLazy(JaxbHbmLazyWithExtraEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the lazy property.
- setLazy(JaxbHbmLazyWithExtraEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the lazy property.
- setLazy(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Sets the value of the lazy property.
- setLazy(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
-
Sets the value of the lazy property.
- setLazy(JaxbHbmLazyEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
-
Sets the value of the lazy property.
- setLazy(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
-
Sets the value of the lazy property.
- setLazy(JaxbHbmLazyWithExtraEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the lazy property.
- setLazy(JaxbHbmLazyWithExtraEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the lazy property.
- setLazy(JaxbHbmLazyEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
-
Sets the value of the lazy property.
- setLazy(JaxbHbmLazyWithNoProxyEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Sets the value of the lazy property.
- setLazy(JaxbHbmLazyWithExtraEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the lazy property.
- setLazy(JaxbHbmLazyWithNoProxyEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
-
Sets the value of the lazy property.
- setLazy(JaxbHbmLazyWithExtraEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the lazy property.
- setLazy(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setLazy(boolean) - Method in class org.hibernate.mapping.Any
-
- setLazy(boolean) - Method in class org.hibernate.mapping.Collection
-
- setLazy(boolean) - Method in interface org.hibernate.mapping.Fetchable
-
- setLazy(boolean) - Method in class org.hibernate.mapping.PersistentClass
-
- setLazy(boolean) - Method in class org.hibernate.mapping.Property
-
- setLazy(boolean) - Method in class org.hibernate.mapping.ToOne
-
- setLazy(boolean) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
-
- setLazy(boolean) - Method in class org.hibernate.tuple.entity.EntityMetamodel
-
- setLazyGroup(String) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setLazyGroup(String) - Method in class org.hibernate.mapping.Property
-
- setLazyPropertiesCacheable(boolean) - Method in class org.hibernate.mapping.RootClass
-
- setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Sets the value of the length property.
- setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
-
Sets the value of the length property.
- setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
-
Sets the value of the length property.
- setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
-
Sets the value of the length property.
- setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
-
Sets the value of the length property.
- setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
-
Sets the value of the length property.
- setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
-
Sets the value of the length property.
- setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
-
Sets the value of the length property.
- setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
-
Sets the value of the length property.
- setLength(Integer) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
-
Sets the value of the length property.
- setLength(Integer) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbDiscriminatorColumn
-
Sets the value of the length property.
- setLength(Integer) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
-
Sets the value of the length property.
- setLength(int) - Method in class org.hibernate.cfg.Ejb3Column
-
- setLength(long) - Method in class org.hibernate.engine.jdbc.Size
-
- setLength(Integer) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
-
Sets the value of the length property.
- setLength(Integer) - Method in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
-
Sets the value of the length property.
- setLength(Integer) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
-
Sets the value of the length property.
- setLength(int) - Method in class org.hibernate.mapping.Column
-
- setListCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
-
- setListeners(EventType<T>, Class<? extends T>...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
-
- setListeners(EventType<T>, T...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
-
- setListIndex(JaxbHbmListIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the listIndex property.
- setListIndex(JaxbHbmListIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the listIndex property.
- setListIndex(JaxbHbmListIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Sets the value of the listIndex property.
- setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the loader property.
- setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the loader property.
- setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
-
Sets the value of the loader property.
- setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the loader property.
- setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Sets the value of the loader property.
- setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the loader property.
- setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the loader property.
- setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Sets the value of the loader property.
- setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Sets the value of the loader property.
- setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the loader property.
- setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
Sets the value of the loader property.
- setLoaderName(String) - Method in class org.hibernate.mapping.Collection
-
- setLoaderName(String) - Method in class org.hibernate.mapping.PersistentClass
-
- setLoadGraph(EntityGraph) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
-
- setLob(JaxbLob) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
-
Sets the value of the lob property.
- setLob(JaxbLob) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Sets the value of the lob property.
- setLob(Lob) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
-
Sets the value of the lob property.
- setLob(Lob) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Sets the value of the lob property.
- setLob(boolean) - Method in class org.hibernate.mapping.Property
-
- setLobMultiplier(Size.LobMultiplier) - Method in class org.hibernate.engine.jdbc.Size
-
- setLocale(int, Locale) - Method in interface org.hibernate.query.Query
-
- setLocale(String, Locale) - Method in interface org.hibernate.query.Query
-
- setLocale(int, Locale) - Method in interface org.hibernate.Query
-
- setLocale(String, Locale) - Method in interface org.hibernate.Query
-
- setLocalGenerators(HashMap<String, IdentifierGeneratorDefinition>) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setLocatorsUpdateCopy(boolean) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
-
- setLockMode(LockMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
-
Sets the value of the lockMode property.
- setLockMode(LockMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
-
Sets the value of the lockMode property.
- setLockMode(LockMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
-
Sets the value of the lockMode property.
- setLockMode(LockModeType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedQuery
-
Sets the value of the lockMode property.
- setLockMode(LockModeType) - Method in interface org.hibernate.boot.jaxb.mapping.spi.NamedQuery
-
- setLockMode(LockMode) - Method in interface org.hibernate.Criteria
-
Set the lock mode of the current entity.
- setLockMode(String, LockMode) - Method in interface org.hibernate.Criteria
-
Set the lock mode of the aliased entity.
- setLockMode(LockMode) - Method in class org.hibernate.criterion.DetachedCriteria
-
Set the lock mode to use.
- setLockMode(String, LockMode) - Method in class org.hibernate.criterion.DetachedCriteria
-
Set an alias-specific lock mode.
- setLockMode(LockMode) - Method in interface org.hibernate.engine.spi.EntityEntry
-
- setLockMode(LockMode) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
-
- setLockMode(LockMode) - Method in interface org.hibernate.envers.query.AuditQuery
-
- setLockMode(LockMode) - Method in class org.hibernate.event.spi.LoadEvent
-
- setLockMode(LockMode) - Method in class org.hibernate.event.spi.LockEvent
-
- setLockMode(LockModeType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
-
Sets the value of the lockMode property.
- setLockMode(LockMode) - Method in class org.hibernate.LockOptions
-
- setLockMode(String, LockMode) - Method in interface org.hibernate.query.NativeQuery
-
- setLockMode(LockModeType) - Method in interface org.hibernate.query.NativeQuery
-
- setLockMode(LockModeType) - Method in interface org.hibernate.query.Query
-
- setLockMode(String, LockMode) - Method in interface org.hibernate.query.Query
-
- setLockMode(String, LockMode) - Method in interface org.hibernate.Query
-
Deprecated.
Set the LockMode to use for specific alias (as defined in the query's FROM clause).
- setLockMode(LockModeType) - Method in interface org.hibernate.Query
-
Deprecated.
- setLockMode(String, LockMode) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setLockMode(LockMode) - Method in interface org.hibernate.Session.LockRequest
-
Specify the LockMode to be used.
- setLockMode(LockMode) - Method in class org.hibernate.sql.Select
-
- setLockMode(LockMode) - Method in class org.hibernate.sql.SimpleSelect
-
- setLockMode(LockMode) - Method in interface org.hibernate.SQLQuery.FetchReturn
-
Deprecated.
Set the lock mode for this return.
- setLockMode(LockMode) - Method in interface org.hibernate.SQLQuery.RootReturn
-
Deprecated.
Set the lock mode for this return.
- setLockMode(String, LockMode) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setLockOptions(LockOptions) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
-
- setLockOptions(LockOptions) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
-
- setLockOptions(LockOptions) - Method in class org.hibernate.engine.spi.QueryParameters
-
- setLockOptions(LockOptions) - Method in interface org.hibernate.query.NativeQuery
-
- setLockOptions(LockOptions) - Method in interface org.hibernate.query.Query
-
- setLockOptions(LockOptions) - Method in interface org.hibernate.Query
-
Deprecated.
Set the lock options for the query.
- setLockOptions(LockOptions) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setLockOptions(LockOptions) - Method in class org.hibernate.sql.Select
-
Set the lock options
- setLockOptions(LockOptions) - Method in class org.hibernate.sql.SimpleSelect
-
- setLockOptions(LockOptions) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setLockScope(boolean) - Method in class org.hibernate.event.spi.LoadEvent
-
- setLockScope(boolean) - Method in class org.hibernate.event.spi.LockEvent
-
- setLockTimeout(int) - Method in class org.hibernate.event.spi.LoadEvent
-
- setLockTimeout(int) - Method in class org.hibernate.event.spi.LockEvent
-
- setLogicalColumnName(String) - Method in class org.hibernate.cfg.Ejb3Column
-
- setLoginTimeout(int) - Method in class org.hibernate.testing.jdbc.DataSourceStub
-
- setLogSessionMetrics(boolean) - Method in class org.hibernate.cfg.BaselineSessionEventsListenerBuilder
-
Deprecated.
- setLogToStdout(boolean) - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
-
- setLogWriter(PrintWriter) - Method in class org.hibernate.testing.jdbc.DataSourceStub
-
- setLong(int, long) - Method in interface org.hibernate.query.Query
-
- setLong(String, long) - Method in interface org.hibernate.query.Query
-
- setLong(int, long) - Method in interface org.hibernate.Query
-
- setLong(String, long) - Method in interface org.hibernate.Query
-
- setManageNamespaces(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
-
- setManyToAny(JaxbHbmManyToAnyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the manyToAny property.
- setManyToAny(JaxbHbmManyToAnyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the manyToAny property.
- setManyToAny(JaxbHbmManyToAnyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the manyToAny property.
- setManyToAny(JaxbHbmManyToAnyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the manyToAny property.
- setManyToAny(JaxbHbmManyToAnyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the manyToAny property.
- setManyToAny(JaxbHbmManyToAnyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the manyToAny property.
- setManyToMany(JaxbHbmManyToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the manyToMany property.
- setManyToMany(JaxbHbmManyToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the manyToMany property.
- setManyToMany(JaxbHbmManyToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the manyToMany property.
- setManyToMany(JaxbHbmManyToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the manyToMany property.
- setManyToMany(JaxbHbmManyToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the manyToMany property.
- setManyToMany(JaxbHbmManyToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the manyToMany property.
- setManyToManyOrdering(String) - Method in class org.hibernate.mapping.Collection
-
- setManyToManyOwnerSideEntityName(String) - Method in class org.hibernate.cfg.Ejb3JoinColumn
-
- setManyToManyWhere(String) - Method in class org.hibernate.mapping.Collection
-
- setMapKey(JaxbHbmMapKeyBasicType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the mapKey property.
- setMapKey(JaxbMapKey) - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
-
- setMapKey(JaxbMapKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Sets the value of the mapKey property.
- setMapKey(JaxbMapKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
-
Sets the value of the mapKey property.
- setMapKey(JaxbMapKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Sets the value of the mapKey property.
- setMapKey(MapKey) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setMapKey(MapKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Sets the value of the mapKey property.
- setMapKey(MapKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
-
Sets the value of the mapKey property.
- setMapKey(MapKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Sets the value of the mapKey property.
- setMapKeyClass(JaxbMapKeyClass) - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
-
- setMapKeyClass(JaxbMapKeyClass) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Sets the value of the mapKeyClass property.
- setMapKeyClass(JaxbMapKeyClass) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
-
Sets the value of the mapKeyClass property.
- setMapKeyClass(JaxbMapKeyClass) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Sets the value of the mapKeyClass property.
- setMapKeyClass(MapKeyClass) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Sets the value of the mapKeyClass property.
- setMapKeyClass(MapKeyClass) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
-
Sets the value of the mapKeyClass property.
- setMapKeyClass(MapKeyClass) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Sets the value of the mapKeyClass property.
- setMapKeyColumn(JaxbMapKeyColumn) - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
-
- setMapKeyColumn(JaxbMapKeyColumn) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Sets the value of the mapKeyColumn property.
- setMapKeyColumn(JaxbMapKeyColumn) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
-
Sets the value of the mapKeyColumn property.
- setMapKeyColumn(JaxbMapKeyColumn) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Sets the value of the mapKeyColumn property.
- setMapKeyColumn(MapKeyColumn) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Sets the value of the mapKeyColumn property.
- setMapKeyColumn(MapKeyColumn) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
-
Sets the value of the mapKeyColumn property.
- setMapKeyColumn(MapKeyColumn) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Sets the value of the mapKeyColumn property.
- setMapKeyColumns(Ejb3Column[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setMapKeyEnumerated(EnumType) - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
-
- setMapKeyEnumerated(EnumType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Sets the value of the mapKeyEnumerated property.
- setMapKeyEnumerated(EnumType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
-
Sets the value of the mapKeyEnumerated property.
- setMapKeyEnumerated(EnumType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Sets the value of the mapKeyEnumerated property.
- setMapKeyEnumerated(EnumType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Sets the value of the mapKeyEnumerated property.
- setMapKeyEnumerated(EnumType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
-
Sets the value of the mapKeyEnumerated property.
- setMapKeyEnumerated(EnumType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Sets the value of the mapKeyEnumerated property.
- setMapKeyForeignKey(JaxbForeignKey) - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
-
- setMapKeyForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Sets the value of the mapKeyForeignKey property.
- setMapKeyForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
-
Sets the value of the mapKeyForeignKey property.
- setMapKeyForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Sets the value of the mapKeyForeignKey property.
- setMapKeyForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Sets the value of the mapKeyForeignKey property.
- setMapKeyForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
-
Sets the value of the mapKeyForeignKey property.
- setMapKeyForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Sets the value of the mapKeyForeignKey property.
- setMapKeyManyToMany(JaxbHbmMapKeyManyToManyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the mapKeyManyToMany property.
- setMapKeyManyToManyColumns(Ejb3JoinColumn[]) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setMapKeyTemporal(TemporalType) - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
-
- setMapKeyTemporal(TemporalType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Sets the value of the mapKeyTemporal property.
- setMapKeyTemporal(TemporalType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
-
Sets the value of the mapKeyTemporal property.
- setMapKeyTemporal(TemporalType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Sets the value of the mapKeyTemporal property.
- setMapKeyTemporal(TemporalType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Sets the value of the mapKeyTemporal property.
- setMapKeyTemporal(TemporalType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
-
Sets the value of the mapKeyTemporal property.
- setMapKeyTemporal(TemporalType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Sets the value of the mapKeyTemporal property.
- setMapped(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
-
Sets the value of the mapped property.
- setMappedBy(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
-
Sets the value of the mappedBy property.
- setMappedBy(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Sets the value of the mappedBy property.
- setMappedBy(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
-
Sets the value of the mappedBy property.
- setMappedBy(String) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setMappedBy(String) - Method in class org.hibernate.cfg.Ejb3JoinColumn
-
- setMappedBy(String, String, String, String) - Method in class org.hibernate.cfg.Ejb3JoinColumn
-
- setMappedBy(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
-
Sets the value of the mappedBy property.
- setMappedBy(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Sets the value of the mappedBy property.
- setMappedBy(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
-
Sets the value of the mappedBy property.
- setMappedByProperty(String) - Method in class org.hibernate.mapping.Collection
-
- setMappedClass(Class) - Method in class org.hibernate.mapping.MappedSuperclass
-
- setMappingColumn(Column) - Method in class org.hibernate.cfg.Ejb3Column
-
- setMapResources(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- setMapsId(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
-
Sets the value of the mapsId property.
- setMapsId(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
-
Sets the value of the mapsId property.
- setMapsId(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
-
Sets the value of the mapsId property.
- setMapsId(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
-
Sets the value of the mapsId property.
- setMask(String) - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
-
Adds the mask parameter with the specified value
- setMaximumFetchDepth(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- setMaxResolution(Double) - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
-
Adds the max_resolution parameter with the specified value
- setMaxResults(int) - Method in interface org.hibernate.Criteria
-
Set a limit upon the number of objects to be retrieved.
- setMaxResults(Integer) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
-
- setMaxResults(Integer) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
-
- setMaxResults(int) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
-
- setMaxResults(int) - Method in interface org.hibernate.envers.query.AuditQuery
-
- setMaxResults(int) - Method in interface org.hibernate.query.NativeQuery
-
- setMaxResults(int) - Method in interface org.hibernate.query.Query
-
- setMaxResults(int) - Method in interface org.hibernate.Query
-
Deprecated.
- setMaxRows(RowSelection, PreparedStatement) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
-
- setMaxRows(RowSelection, PreparedStatement) - Method in interface org.hibernate.dialect.pagination.LimitHandler
-
Use JDBC API to limit the number of rows returned by the SQL query.
- setMaxRows(RowSelection, PreparedStatement) - Method in class org.hibernate.dialect.pagination.NoopLimitHandler
-
- setMaxRows(Integer) - Method in class org.hibernate.engine.spi.RowSelection
-
- setMaxRows(int) - Method in class org.hibernate.engine.spi.RowSelection
-
- setMetaAttributes(Map) - Method in class org.hibernate.mapping.Component
-
- setMetaAttributes(Map) - Method in interface org.hibernate.mapping.MetaAttributable
-
- setMetaAttributes(Map) - Method in class org.hibernate.mapping.PersistentClass
-
- setMetaAttributes(Map) - Method in class org.hibernate.mapping.Property
-
- setMetadataComplete(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddable
-
Sets the value of the metadataComplete property.
- setMetadataComplete(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Sets the value of the metadataComplete property.
- setMetadataComplete(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
-
Sets the value of the metadataComplete property.
- setMetadataComplete(Boolean) - Method in interface org.hibernate.boot.jaxb.mapping.spi.ManagedType
-
- setMetadataComplete(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
-
Sets the value of the metadataComplete property.
- setMetadataComplete(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Sets the value of the metadataComplete property.
- setMetadataComplete(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
-
Sets the value of the metadataComplete property.
- setMetaType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
-
Sets the value of the metaType property.
- setMetaType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
-
Sets the value of the metaType property.
- setMetaType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
-
Sets the value of the metaType property.
- setMetaType(String) - Method in class org.hibernate.mapping.Any
-
- setMetaValues(Map) - Method in class org.hibernate.mapping.Any
-
- setMethodName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostLoad
-
Sets the value of the methodName property.
- setMethodName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostPersist
-
Sets the value of the methodName property.
- setMethodName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostRemove
-
Sets the value of the methodName property.
- setMethodName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPostUpdate
-
Sets the value of the methodName property.
- setMethodName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrePersist
-
Sets the value of the methodName property.
- setMethodName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPreRemove
-
Sets the value of the methodName property.
- setMethodName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPreUpdate
-
Sets the value of the methodName property.
- setMethodName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostLoad
-
Sets the value of the methodName property.
- setMethodName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostPersist
-
Sets the value of the methodName property.
- setMethodName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostRemove
-
Sets the value of the methodName property.
- setMethodName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostUpdate
-
Sets the value of the methodName property.
- setMethodName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrePersist
-
Sets the value of the methodName property.
- setMethodName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PreRemove
-
Sets the value of the methodName property.
- setMethodName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PreUpdate
-
Sets the value of the methodName property.
- setMinimalPutsEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- setMinResolution(Double) - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
-
Adds the min_resolution parameter with the specified value
- setMode(ParameterMode) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbStoredProcedureParameter
-
Sets the value of the mode property.
- setMode(ParameterMode) - Method in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
-
Sets the value of the mode property.
- setModifiedEntityNames(Set<String>) - Method in class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity
-
- setModifiedEntityNames(Set<String>) - Method in class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity
-
- setMultiTenancy(JaxbHbmMultiTenancyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Sets the value of the multiTenancy property.
- setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the mutable property.
- setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the mutable property.
- setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the mutable property.
- setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the mutable property.
- setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the mutable property.
- setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdType
-
Sets the value of the mutable property.
- setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Sets the value of the mutable property.
- setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Sets the value of the mutable property.
- setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the mutable property.
- setMutable(boolean) - Method in class org.hibernate.mapping.Collection
-
- setMutable(boolean) - Method in class org.hibernate.mapping.RootClass
-
- setName(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgConfigPropertyType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdentifierGeneratorDefinitionType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmParentType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmResultSetMappingType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeSpecificationType
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAssociationOverride
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbAttributeOverride
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumnResult
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbDiscriminatorColumn
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbedded
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddedId
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbFieldResult
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbForeignKey
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbIndex
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKey
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedAttributeNode
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedEntityGraph
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQuery
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedQuery
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQuery
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedSubgraph
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrimaryKeyJoinColumn
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbQueryHint
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSqlResultSetMapping
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbStoredProcedureParameter
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTable
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTransient
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbUniqueConstraint
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbVersion
-
Sets the value of the name property.
- setName(String) - Method in interface org.hibernate.boot.jaxb.mapping.spi.NamedQuery
-
- setName(String) - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
-
- setName(String) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setName(String) - Method in class org.hibernate.cfg.annotations.TableBinder
-
- setName(String) - Method in class org.hibernate.cfg.UniqueConstraintHolder
-
- setName(String) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
-
- setName(String) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
-
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.AttributeOverride
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ColumnResult
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddedId
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.FieldResult
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Index
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKey
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedAttributeNode
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedSubgraph
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit.Properties.Property
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrimaryKeyJoinColumn
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.QueryHint
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Table
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Transient
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.UniqueConstraint
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Version
-
Sets the value of the name property.
- setName(String) - Method in class org.hibernate.mapping.Column
-
- setName(String) - Method in class org.hibernate.mapping.Constraint
-
- setName(String) - Method in class org.hibernate.mapping.ForeignKey
-
- setName(String) - Method in class org.hibernate.mapping.IdGenerator
-
- setName(String) - Method in class org.hibernate.mapping.Index
-
- setName(String) - Method in class org.hibernate.mapping.Property
-
- setName(String) - Method in class org.hibernate.mapping.Table
-
- setNamedParameters(Map<String, TypedValue>) - Method in class org.hibernate.engine.spi.QueryParameters
-
- setNameQualifierSupport(NameQualifierSupport) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
-
- setNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
-
- setNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
-
- setNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
-
- setNaturalId(JaxbHbmNaturalIdType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Sets the value of the naturalId property.
- setNaturalIdCache(JaxbHbmNaturalIdCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Sets the value of the naturalIdCache property.
- setNaturalIdCacheRegionName(String) - Method in class org.hibernate.mapping.RootClass
-
- setNaturalIdentifier(boolean) - Method in class org.hibernate.mapping.Property
-
- setNaturalKeyLookup(boolean) - Method in class org.hibernate.engine.spi.QueryParameters
-
- setNaturalSort(SortNatural) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setNdcMaxDepth(int) - Method in class org.hibernate.testing.logger.TestableLoggerProvider
-
- setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
-
Sets the value of the node property.
- setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the node property.
- setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the node property.
- setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
-
Sets the value of the node property.
- setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Sets the value of the node property.
- setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
-
Sets the value of the node property.
- setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
-
Sets the value of the node property.
- setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
-
Sets the value of the node property.
- setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
-
Sets the value of the node property.
- setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
-
Sets the value of the node property.
- setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
-
Sets the value of the node property.
- setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
-
Sets the value of the node property.
- setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the node property.
- setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the node property.
- setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
-
Sets the value of the node property.
- setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Sets the value of the node property.
- setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
-
Sets the value of the node property.
- setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the node property.
- setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
-
Sets the value of the node property.
- setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
-
Sets the value of the node property.
- setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
-
Sets the value of the node property.
- setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Sets the value of the node property.
- setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
-
Sets the value of the node property.
- setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the node property.
- setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
-
Sets the value of the node property.
- setNonJtaDataSource(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
-
Sets the value of the nonJtaDataSource property.
- setNotFound(JaxbHbmNotFoundEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
-
Sets the value of the notFound property.
- setNotFound(JaxbHbmNotFoundEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Sets the value of the notFound property.
- setNotFound(JaxbHbmNotFoundEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
-
Sets the value of the notFound property.
- setNotNull(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Sets the value of the notNull property.
- setNotNull(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
-
Sets the value of the notNull property.
- setNotNull(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
-
Sets the value of the notNull property.
- setNotNull(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
-
Sets the value of the notNull property.
- setNotNull(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
-
Sets the value of the notNull property.
- setNotNull(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Sets the value of the notNull property.
- setNowaitEnabled(boolean) - Method in class org.hibernate.sql.ForUpdateFragment
-
- setNullable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
-
Sets the value of the nullable property.
- setNullable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
-
Sets the value of the nullable property.
- setNullable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
-
Sets the value of the nullable property.
- setNullable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
-
Sets the value of the nullable property.
- setNullable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
-
Sets the value of the nullable property.
- setNullable(boolean) - Method in class org.hibernate.cfg.Ejb3Column
-
- setNullable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
-
Sets the value of the nullable property.
- setNullable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
-
Sets the value of the nullable property.
- setNullable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
-
Sets the value of the nullable property.
- setNullable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
-
Sets the value of the nullable property.
- setNullable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
-
Sets the value of the nullable property.
- setNullable(boolean) - Method in class org.hibernate.mapping.Column
-
- setNullable(boolean) - Method in class org.hibernate.mapping.DependantValue
-
- setNullable(boolean) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
-
- setNullValue(String) - Method in class org.hibernate.mapping.SimpleValue
-
Sets the nullValue.
- setNumberOfCollectionsProcessed(int) - Method in class org.hibernate.event.spi.FlushEvent
-
- setNumberOfEntitiesProcessed(int) - Method in class org.hibernate.event.spi.FlushEvent
-
- setObject(Object) - Method in class org.hibernate.event.spi.EvictEvent
-
- setObject(Object) - Method in class org.hibernate.event.spi.LockEvent
-
- setObject(Object) - Method in class org.hibernate.event.spi.PersistEvent
-
- setObject(Object) - Method in class org.hibernate.event.spi.ReplicateEvent
-
- setObject(Object) - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
-
- setOnDelete(JaxbHbmOnDeleteEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
-
Sets the value of the onDelete property.
- setOnDelete(JaxbHbmOnDeleteEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
-
Sets the value of the onDelete property.
- setOnDelete(JaxbHbmOnDeleteEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Sets the value of the onDelete property.
- setOnDelete(JaxbHbmOnDeleteEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
-
Sets the value of the onDelete property.
- setOneToMany(JaxbHbmOneToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the oneToMany property.
- setOneToMany(JaxbHbmOneToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the oneToMany property.
- setOneToMany(JaxbHbmOneToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the oneToMany property.
- setOneToMany(JaxbHbmOneToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the oneToMany property.
- setOneToMany(JaxbHbmOneToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the oneToMany property.
- setOneToMany(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setOp(String) - Method in class org.hibernate.sql.ConditionFragment
-
Sets the op.
- setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
-
Sets the value of the optimisticLock property.
- setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the optimisticLock property.
- setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the optimisticLock property.
- setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Sets the value of the optimisticLock property.
- setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
-
Sets the value of the optimisticLock property.
- setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
-
Sets the value of the optimisticLock property.
- setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the optimisticLock property.
- setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the optimisticLock property.
- setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Sets the value of the optimisticLock property.
- setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the optimisticLock property.
- setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Sets the value of the optimisticLock property.
- setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
-
Sets the value of the optimisticLock property.
- setOptimisticLock(OptimisticLockStyle) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Sets the value of the optimisticLock property.
- setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the optimisticLock property.
- setOptimisticLocked(boolean) - Method in class org.hibernate.mapping.Collection
-
- setOptimisticLocked(boolean) - Method in class org.hibernate.mapping.Property
-
- setOptimisticLockMode(int) - Method in class org.hibernate.mapping.PersistentClass
-
- setOptimisticLockStyle(OptimisticLockStyle) - Method in class org.hibernate.mapping.PersistentClass
-
- setOptional(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
Sets the value of the optional property.
- setOptional(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
-
Sets the value of the optional property.
- setOptional(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
-
Sets the value of the optional property.
- setOptional(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
-
Sets the value of the optional property.
- setOptional(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
-
Sets the value of the optional property.
- setOptional(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
-
Sets the value of the optional property.
- setOptional(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
-
Sets the value of the optional property.
- setOptional(boolean) - Method in class org.hibernate.mapping.Join
-
- setOptional(boolean) - Method in class org.hibernate.mapping.Property
-
- setOptionalEntityName(String) - Method in class org.hibernate.engine.spi.QueryParameters
-
- setOptionalEntityName(String) - Method in interface org.hibernate.query.spi.QueryImplementor
-
- setOptionalId(Serializable) - Method in class org.hibernate.engine.spi.QueryParameters
-
- setOptionalId(Serializable) - Method in interface org.hibernate.query.spi.QueryImplementor
-
- setOptionalObject(Object) - Method in class org.hibernate.engine.spi.QueryParameters
-
- setOptionalObject(Object) - Method in interface org.hibernate.query.spi.QueryImplementor
-
- setOrderBy(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the orderBy property.
- setOrderBy(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the orderBy property.
- setOrderBy(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
-
Sets the value of the orderBy property.
- setOrderBy(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the orderBy property.
- setOrderBy(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the orderBy property.
- setOrderBy(String) - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
-
- setOrderBy(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Sets the value of the orderBy property.
- setOrderBy(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
-
Sets the value of the orderBy property.
- setOrderBy(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Sets the value of the orderBy property.
- setOrderBy(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Sets the value of the orderBy property.
- setOrderBy(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
-
Sets the value of the orderBy property.
- setOrderBy(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Sets the value of the orderBy property.
- setOrderBy(String) - Method in class org.hibernate.mapping.Collection
-
- setOrderBy(String) - Method in class org.hibernate.sql.SimpleSelect
-
- setOrderByClause(String) - Method in class org.hibernate.sql.Select
-
- setOrderByTokens(Iterator) - Method in class org.hibernate.sql.QuerySelect
-
- setOrderColumn(JaxbOrderColumn) - Method in interface org.hibernate.boot.jaxb.mapping.spi.CollectionAttribute
-
- setOrderColumn(JaxbOrderColumn) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Sets the value of the orderColumn property.
- setOrderColumn(JaxbOrderColumn) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
-
Sets the value of the orderColumn property.
- setOrderColumn(JaxbOrderColumn) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Sets the value of the orderColumn property.
- setOrderColumn(OrderColumn) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Sets the value of the orderColumn property.
- setOrderColumn(OrderColumn) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
-
Sets the value of the orderColumn property.
- setOrderColumn(OrderColumn) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Sets the value of the orderColumn property.
- setOriginal(Object) - Method in class org.hibernate.event.spi.MergeEvent
-
- setOrphanDelete(boolean) - Method in class org.hibernate.mapping.Collection
-
- setOrphanRemoval(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Sets the value of the orphanRemoval property.
- setOrphanRemoval(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
-
Sets the value of the orphanRemoval property.
- setOrphanRemoval(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Sets the value of the orphanRemoval property.
- setOrphanRemoval(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
-
Sets the value of the orphanRemoval property.
- setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the outerJoin property.
- setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the outerJoin property.
- setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the outerJoin property.
- setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the outerJoin property.
- setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
-
Sets the value of the outerJoin property.
- setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Sets the value of the outerJoin property.
- setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the outerJoin property.
- setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
-
Sets the value of the outerJoin property.
- setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Sets the value of the outerJoin property.
- setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the outerJoin property.
- setOuterJoins(String, String) - Method in class org.hibernate.sql.Select
-
- setOutput(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
-
Set the script output file
- setOutputFile(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
-
For generating a export script file, this is the file which will be written.
- setOutputFile(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
-
- setOutputFile(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
-
- setOverrideOutputFileContent() - Method in class org.hibernate.tool.hbm2ddl.SchemaExport
-
For generating a export script file, by default the content will be appended at the begin or end of the file.
- setOverrideOutputFileContent() - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdate
-
For generating a export script file, by default the content will be appended at the begin or end of the file.
- setOwner(Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
Set the reference to the owning entity
- setOwner(PersistentClass) - Method in class org.hibernate.mapping.Collection
-
- setOwner(PersistentClass) - Method in class org.hibernate.mapping.Component
-
- setOwnerAssociationTypes(EntityType[]) - Method in class org.hibernate.loader.JoinWalker
-
- setOwners(int[]) - Method in class org.hibernate.loader.JoinWalker
-
- setPackage(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
-
Sets the value of the package property.
- setPackage(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
-
Sets the value of the package property.
- setPackage(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
-
Sets the value of the package property.
- setPackage(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
-
Sets the value of the package property.
- setParameter(String, Object) - Method in interface org.hibernate.Filter
-
Set the named parameter's value for this filter.
- setParameter(Parameter<T>, T) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
-
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
-
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
-
- setParameter(String, Object) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
-
- setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
-
- setParameter(String, Date, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
-
- setParameter(int, Object) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
-
- setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
-
- setParameter(int, Date, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
-
- setParameter(QueryParameter<P>, P) - Method in interface org.hibernate.query.NativeQuery
-
- setParameter(Parameter<P>, P) - Method in interface org.hibernate.query.NativeQuery
-
- setParameter(QueryParameter<P>, P, Type) - Method in interface org.hibernate.query.NativeQuery
-
- setParameter(String, Object, Type) - Method in interface org.hibernate.query.NativeQuery
-
- setParameter(int, Object, Type) - Method in interface org.hibernate.query.NativeQuery
-
- setParameter(QueryParameter<P>, P, TemporalType) - Method in interface org.hibernate.query.NativeQuery
-
- setParameter(String, Object, TemporalType) - Method in interface org.hibernate.query.NativeQuery
-
- setParameter(int, Object, TemporalType) - Method in interface org.hibernate.query.NativeQuery
-
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.NativeQuery
-
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.NativeQuery
-
- setParameter(String, Object) - Method in interface org.hibernate.query.NativeQuery
-
- setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.NativeQuery
-
- setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.NativeQuery
-
- setParameter(int, Object) - Method in interface org.hibernate.query.NativeQuery
-
- setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.NativeQuery
-
- setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.NativeQuery
-
- setParameter(Parameter<Instant>, Instant, TemporalType) - Method in interface org.hibernate.query.NativeQuery
-
- setParameter(Parameter<LocalDateTime>, LocalDateTime, TemporalType) - Method in interface org.hibernate.query.NativeQuery
-
- setParameter(Parameter<ZonedDateTime>, ZonedDateTime, TemporalType) - Method in interface org.hibernate.query.NativeQuery
-
- setParameter(Parameter<OffsetDateTime>, OffsetDateTime, TemporalType) - Method in interface org.hibernate.query.NativeQuery
-
- setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.NativeQuery
-
- setParameter(String, LocalDateTime, TemporalType) - Method in interface org.hibernate.query.NativeQuery
-
- setParameter(String, ZonedDateTime, TemporalType) - Method in interface org.hibernate.query.NativeQuery
-
- setParameter(String, OffsetDateTime, TemporalType) - Method in interface org.hibernate.query.NativeQuery
-
- setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.NativeQuery
-
- setParameter(int, LocalDateTime, TemporalType) - Method in interface org.hibernate.query.NativeQuery
-
- setParameter(int, ZonedDateTime, TemporalType) - Method in interface org.hibernate.query.NativeQuery
-
- setParameter(int, OffsetDateTime, TemporalType) - Method in interface org.hibernate.query.NativeQuery
-
- setParameter(Parameter<Instant>, Instant, TemporalType) - Method in interface org.hibernate.query.Query
-
- setParameter(Parameter<LocalDateTime>, LocalDateTime, TemporalType) - Method in interface org.hibernate.query.Query
-
- setParameter(Parameter<ZonedDateTime>, ZonedDateTime, TemporalType) - Method in interface org.hibernate.query.Query
-
- setParameter(Parameter<OffsetDateTime>, OffsetDateTime, TemporalType) - Method in interface org.hibernate.query.Query
-
- setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.Query
-
- setParameter(String, LocalDateTime, TemporalType) - Method in interface org.hibernate.query.Query
-
- setParameter(String, ZonedDateTime, TemporalType) - Method in interface org.hibernate.query.Query
-
- setParameter(String, OffsetDateTime, TemporalType) - Method in interface org.hibernate.query.Query
-
- setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.Query
-
- setParameter(int, LocalDateTime, TemporalType) - Method in interface org.hibernate.query.Query
-
- setParameter(int, ZonedDateTime, TemporalType) - Method in interface org.hibernate.query.Query
-
- setParameter(int, OffsetDateTime, TemporalType) - Method in interface org.hibernate.query.Query
-
- setParameter(Parameter<T>, T) - Method in interface org.hibernate.query.Query
-
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.Query
-
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.Query
-
- setParameter(String, Object) - Method in interface org.hibernate.query.Query
-
- setParameter(String, Object, Type) - Method in interface org.hibernate.query.Query
-
- setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.Query
-
- setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.Query
-
- setParameter(int, Object) - Method in interface org.hibernate.query.Query
-
- setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.Query
-
- setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.Query
-
- setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.query.Query
-
- setParameter(int, P, TemporalType) - Method in interface org.hibernate.query.Query
-
- setParameter(QueryParameter<P>, P, Type) - Method in interface org.hibernate.query.Query
-
- setParameter(int, Object, Type) - Method in interface org.hibernate.query.Query
-
- setParameter(QueryParameter<P>, P, TemporalType) - Method in interface org.hibernate.query.Query
-
- setParameter(String, P, TemporalType) - Method in interface org.hibernate.query.Query
-
- setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.Query
-
Deprecated.
Bind a query parameter using its inferred Type.
- setParameter(Parameter<T>, T) - Method in interface org.hibernate.Query
-
Deprecated.
- setParameter(String, Object) - Method in interface org.hibernate.Query
-
Deprecated.
Bind a named query parameter using its inferred Type.
- setParameter(int, Object) - Method in interface org.hibernate.Query
-
Deprecated.
Bind a positional query parameter using its inferred Type.
- setParameter(QueryParameter<P>, P, Type) - Method in interface org.hibernate.Query
-
Deprecated.
Bind a query parameter using the supplied Type
- setParameter(String, Object, Type) - Method in interface org.hibernate.Query
-
Deprecated.
Bind a named query parameter using the supplied Type
- setParameter(int, Object, Type) - Method in interface org.hibernate.Query
-
Deprecated.
Bind a value to a JDBC-style query parameter.
- setParameter(QueryParameter<P>, P, TemporalType) - Method in interface org.hibernate.Query
-
Deprecated.
Bind a query parameter as some form of date/time using the indicated
temporal-type.
- setParameter(String, P, TemporalType) - Method in interface org.hibernate.Query
-
Deprecated.
Bind a named query parameter as some form of date/time using
the indicated temporal-type.
- setParameter(int, P, TemporalType) - Method in interface org.hibernate.Query
-
Deprecated.
Bind a positional query parameter as some form of date/time using
the indicated temporal-type.
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.Query
-
Deprecated.
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.Query
-
Deprecated.
- setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.Query
-
Deprecated.
- setParameter(String, Date, TemporalType) - Method in interface org.hibernate.Query
-
Deprecated.
- setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.Query
-
Deprecated.
- setParameter(int, Date, TemporalType) - Method in interface org.hibernate.Query
-
Deprecated.
- setParameter(QueryParameter<P>, P) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setParameter(Parameter<P>, P) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setParameter(String, Object) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setParameter(QueryParameter<P>, P, Type) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setParameter(int, Object) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setParameter(String, Object, Type) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setParameter(int, Object, Type) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setParameter(QueryParameter<P>, P, TemporalType) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setParameter(String, Object, TemporalType) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setParameter(int, Object, TemporalType) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setParameter(QueryParameter<P>, P) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setParameter(Parameter<P>, P) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setParameter(String, Object) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setParameter(int, Object) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setParameter(QueryParameter<P>, P, Type) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setParameter(String, Object, Type) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setParameter(int, Object, Type) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setParameter(QueryParameter<P>, P, TemporalType) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setParameter(String, P, TemporalType) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setParameter(int, P, TemporalType) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setParameter(String, Date, TemporalType) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setParameter(int, Date, TemporalType) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setParameterList(String, Collection) - Method in interface org.hibernate.Filter
-
Set the named parameter's value list for this filter.
- setParameterList(String, Object[]) - Method in interface org.hibernate.Filter
-
Set the named parameter's value list for this filter.
- setParameterList(QueryParameter<P>, Collection<P>) - Method in interface org.hibernate.query.NativeQuery
-
- setParameterList(String, Collection) - Method in interface org.hibernate.query.NativeQuery
-
- setParameterList(String, Collection, Type) - Method in interface org.hibernate.query.NativeQuery
-
- setParameterList(String, Object[], Type) - Method in interface org.hibernate.query.NativeQuery
-
- setParameterList(String, Object[]) - Method in interface org.hibernate.query.NativeQuery
-
- setParameterList(QueryParameter<P>, Collection<P>) - Method in interface org.hibernate.query.Query
-
- setParameterList(String, Collection) - Method in interface org.hibernate.query.Query
-
- setParameterList(String, Collection, Type) - Method in interface org.hibernate.query.Query
-
- setParameterList(String, Object[], Type) - Method in interface org.hibernate.query.Query
-
- setParameterList(String, Object[]) - Method in interface org.hibernate.query.Query
-
- setParameterList(QueryParameter<P>, Collection<P>) - Method in interface org.hibernate.Query
-
Deprecated.
Bind multiple values to a query parameter using its inferred Type.
- setParameterList(String, Collection) - Method in interface org.hibernate.Query
-
Deprecated.
Bind multiple values to a named query parameter.
- setParameterList(int, Collection) - Method in interface org.hibernate.Query
-
Deprecated.
- setParameterList(String, Collection, Type) - Method in interface org.hibernate.Query
-
Deprecated.
Bind multiple values to a named query parameter.
- setParameterList(int, Collection, Type) - Method in interface org.hibernate.Query
-
Deprecated.
- setParameterList(String, Object[], Type) - Method in interface org.hibernate.Query
-
Deprecated.
Bind multiple values to a named query parameter.
- setParameterList(int, Object[], Type) - Method in interface org.hibernate.Query
-
Deprecated.
- setParameterList(String, Object[]) - Method in interface org.hibernate.Query
-
Deprecated.
Bind multiple values to a named query parameter.
- setParameterList(int, Object[]) - Method in interface org.hibernate.Query
-
Deprecated.
- setParameterList(QueryParameter<P>, Collection<P>) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setParameterList(String, Collection) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setParameterList(String, Collection, Type) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setParameterList(String, Object[], Type) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setParameterList(String, Object[]) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setParameterList(QueryParameter<P>, Collection<P>) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setParameterList(String, Collection) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setParameterList(String, Collection, Type) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setParameterList(String, Object[], Type) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setParameterList(String, Object[]) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setParameterName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
-
Sets the value of the parameterName property.
- setParameters(Object[], Type[]) - Method in interface org.hibernate.query.Query
-
- setParameters(Object[], Type[]) - Method in interface org.hibernate.Query
-
- setParameterTypes(Map) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
-
- setParameterTypes(Map) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
-
- setParameterValues(Properties) - Method in class org.hibernate.type.EnumType
-
- setParameterValues(Properties) - Method in class org.hibernate.type.SerializableToBlobType
-
- setParameterValues(Properties) - Method in interface org.hibernate.usertype.ParameterizedType
-
Gets called by Hibernate to pass the configured type parameters to
the implementation.
- setParameterValueTypeName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
-
Sets the value of the parameterValueTypeName property.
- setParent(JaxbHbmParentType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
-
Sets the value of the parent property.
- setParent(JaxbHbmParentType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
-
Sets the value of the parent property.
- setParent(JaxbHbmParentType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
-
Sets the value of the parent property.
- setParent(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
-
- setParent(Object, Object, SessionFactoryImplementor) - Method in interface org.hibernate.tuple.component.ComponentTuplizer
-
Set the value of the parent property.
- setParent(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
-
- setParentProperty(String) - Method in class org.hibernate.cfg.AbstractPropertyHolder
-
- setParentProperty(String) - Method in class org.hibernate.cfg.ComponentPropertyHolder
-
- setParentProperty(String) - Method in interface org.hibernate.cfg.PropertyHolder
-
- setParentProperty(String) - Method in class org.hibernate.mapping.Component
-
- setPassDistinctThrough(Boolean) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
-
- setPassDistinctThrough(Boolean) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
-
- setPassDistinctThrough(boolean) - Method in class org.hibernate.engine.spi.QueryParameters
-
Set if this query should pass the distinct
to the database.
- setPersistenceUnitDefaultAccessType(AccessType) - Method in class org.hibernate.jpamodelgen.Context
-
- setPersistenceUnitDefaults(JaxbPersistenceUnitDefaults) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitMetadata
-
Sets the value of the persistenceUnitDefaults property.
- setPersistenceUnitDefaults(PersistenceUnitDefaults) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitMetadata
-
Sets the value of the persistenceUnitDefaults property.
- setPersistenceUnitMetadata(JaxbPersistenceUnitMetadata) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
-
Sets the value of the persistenceUnitMetadata property.
- setPersistenceUnitMetadata(PersistenceUnitMetadata) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
-
Sets the value of the persistenceUnitMetadata property.
- SetPersistentAttribute<D,E> - Interface in org.hibernate.metamodel.model.domain.spi
-
- setPersistentClass(PersistentClass, Map<String, Join>, Map<XClass, InheritanceState>) - Method in class org.hibernate.cfg.Ejb3JoinColumn
-
Override persistent class on oneToMany Cases for late settings
Must only be used on second level pass binding
- setPersistentClass(PersistentClass) - Method in class org.hibernate.mapping.Join
-
- setPersistentClass(PersistentClass) - Method in class org.hibernate.mapping.Property
-
- setPersistentClassName(String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
-
- setPersister(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the persister property.
- setPersister(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the persister property.
- setPersister(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
-
Sets the value of the persister property.
- setPersister(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the persister property.
- setPersister(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the persister property.
- setPersister(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the persister property.
- setPersister(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Sets the value of the persister property.
- setPersister(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the persister property.
- setPersister(EntityPersister) - Method in class org.hibernate.event.spi.PostLoadEvent
-
- setPersister(EntityPersister) - Method in class org.hibernate.event.spi.PreLoadEvent
-
- setPersisters(Loadable[]) - Method in class org.hibernate.loader.JoinWalker
-
- setPhysicalNamingStrategy(PhysicalNamingStrategy) - Method in class org.hibernate.cfg.Configuration
-
- setPhysicalNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
-
- setPhysicalNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
-
- setPhysicalNamingStrategy(String) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
-
- setPkColumnName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
-
Sets the value of the pkColumnName property.
- setPkColumnName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
-
Sets the value of the pkColumnName property.
- setPkColumnValue(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
-
Sets the value of the pkColumnValue property.
- setPkColumnValue(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
-
Sets the value of the pkColumnValue property.
- setPolymorphic(boolean) - Method in class org.hibernate.mapping.RootClass
-
- setPolymorphism(JaxbHbmPolymorphismEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Sets the value of the polymorphism property.
- setPositionalParameterTypes(Type[]) - Method in class org.hibernate.engine.spi.QueryParameters
-
- setPositionalParameterValues(Object[]) - Method in class org.hibernate.engine.spi.QueryParameters
-
- setPostLoad(JaxbPostLoad) - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
-
- setPostLoad(JaxbPostLoad) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Sets the value of the postLoad property.
- setPostLoad(JaxbPostLoad) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
-
Sets the value of the postLoad property.
- setPostLoad(JaxbPostLoad) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
-
Sets the value of the postLoad property.
- setPostLoad(JaxbPostLoad) - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
-
- setPostLoad(PostLoad) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Sets the value of the postLoad property.
- setPostLoad(PostLoad) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
-
Sets the value of the postLoad property.
- setPostLoad(PostLoad) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
-
Sets the value of the postLoad property.
- setPostLoadEvent(PostLoadEvent) - Method in class org.hibernate.event.spi.LoadEvent
-
- setPostPersist(JaxbPostPersist) - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
-
- setPostPersist(JaxbPostPersist) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Sets the value of the postPersist property.
- setPostPersist(JaxbPostPersist) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
-
Sets the value of the postPersist property.
- setPostPersist(JaxbPostPersist) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
-
Sets the value of the postPersist property.
- setPostPersist(JaxbPostPersist) - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
-
- setPostPersist(PostPersist) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Sets the value of the postPersist property.
- setPostPersist(PostPersist) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
-
Sets the value of the postPersist property.
- setPostPersist(PostPersist) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
-
Sets the value of the postPersist property.
- setPostRemove(JaxbPostRemove) - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
-
- setPostRemove(JaxbPostRemove) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Sets the value of the postRemove property.
- setPostRemove(JaxbPostRemove) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
-
Sets the value of the postRemove property.
- setPostRemove(JaxbPostRemove) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
-
Sets the value of the postRemove property.
- setPostRemove(JaxbPostRemove) - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
-
- setPostRemove(PostRemove) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Sets the value of the postRemove property.
- setPostRemove(PostRemove) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
-
Sets the value of the postRemove property.
- setPostRemove(PostRemove) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
-
Sets the value of the postRemove property.
- setPostUpdate(JaxbPostUpdate) - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
-
- setPostUpdate(JaxbPostUpdate) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Sets the value of the postUpdate property.
- setPostUpdate(JaxbPostUpdate) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
-
Sets the value of the postUpdate property.
- setPostUpdate(JaxbPostUpdate) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
-
Sets the value of the postUpdate property.
- setPostUpdate(JaxbPostUpdate) - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
-
- setPostUpdate(PostUpdate) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Sets the value of the postUpdate property.
- setPostUpdate(PostUpdate) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
-
Sets the value of the postUpdate property.
- setPostUpdate(PostUpdate) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
-
Sets the value of the postUpdate property.
- setPrecision(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Sets the value of the precision property.
- setPrecision(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
-
Sets the value of the precision property.
- setPrecision(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
-
Sets the value of the precision property.
- setPrecision(Integer) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
-
Sets the value of the precision property.
- setPrecision(Integer) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
-
Sets the value of the precision property.
- setPrecision(int) - Method in class org.hibernate.cfg.Ejb3Column
-
- setPrecision(int) - Method in class org.hibernate.engine.jdbc.Size
-
- setPrecision(Integer) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
-
Sets the value of the precision property.
- setPrecision(Integer) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
-
Sets the value of the precision property.
- setPrecision(int) - Method in class org.hibernate.mapping.Column
-
- setPrePersist(JaxbPrePersist) - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
-
- setPrePersist(JaxbPrePersist) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Sets the value of the prePersist property.
- setPrePersist(JaxbPrePersist) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
-
Sets the value of the prePersist property.
- setPrePersist(JaxbPrePersist) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
-
Sets the value of the prePersist property.
- setPrePersist(JaxbPrePersist) - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
-
- setPrePersist(PrePersist) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Sets the value of the prePersist property.
- setPrePersist(PrePersist) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
-
Sets the value of the prePersist property.
- setPrePersist(PrePersist) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
-
Sets the value of the prePersist property.
- setPreRemove(JaxbPreRemove) - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
-
- setPreRemove(JaxbPreRemove) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Sets the value of the preRemove property.
- setPreRemove(JaxbPreRemove) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
-
Sets the value of the preRemove property.
- setPreRemove(JaxbPreRemove) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
-
Sets the value of the preRemove property.
- setPreRemove(JaxbPreRemove) - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
-
- setPreRemove(PreRemove) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Sets the value of the preRemove property.
- setPreRemove(PreRemove) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
-
Sets the value of the preRemove property.
- setPreRemove(PreRemove) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
-
Sets the value of the preRemove property.
- setPreUpdate(JaxbPreUpdate) - Method in interface org.hibernate.boot.jaxb.mapping.spi.EntityOrMappedSuperclass
-
- setPreUpdate(JaxbPreUpdate) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Sets the value of the preUpdate property.
- setPreUpdate(JaxbPreUpdate) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
-
Sets the value of the preUpdate property.
- setPreUpdate(JaxbPreUpdate) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclass
-
Sets the value of the preUpdate property.
- setPreUpdate(JaxbPreUpdate) - Method in interface org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
-
- setPreUpdate(PreUpdate) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Sets the value of the preUpdate property.
- setPreUpdate(PreUpdate) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
-
Sets the value of the preUpdate property.
- setPreUpdate(PreUpdate) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
-
Sets the value of the preUpdate property.
- setPrimaryKey(PrimaryKey) - Method in class org.hibernate.mapping.Table
-
- setPrimaryKeyColumnNames(String[]) - Method in class org.hibernate.sql.Delete
-
- setPrimaryKeyColumnNames(String[]) - Method in class org.hibernate.sql.Update
-
- setPrimaryKeyForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Sets the value of the primaryKeyForeignKey property.
- setPrimaryKeyForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
-
Sets the value of the primaryKeyForeignKey property.
- setPrimaryKeyForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
-
Sets the value of the primaryKeyForeignKey property.
- setPrimaryKeyForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Sets the value of the primaryKeyForeignKey property.
- setPrimaryKeyForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
-
Sets the value of the primaryKeyForeignKey property.
- setPrimaryKeyForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
-
Sets the value of the primaryKeyForeignKey property.
- setProcedureName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQuery
-
Sets the value of the procedureName property.
- setProcedureName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
-
Sets the value of the procedureName property.
- setProcessed(boolean) - Method in class org.hibernate.engine.spi.CollectionEntry
-
- setProjection(Projection) - Method in interface org.hibernate.Criteria
-
Used to specify that the query results will be a projection (scalar in
nature).
- setProjection(Projection) - Method in class org.hibernate.criterion.DetachedCriteria
-
Set the projection to use.
- setProperties(Properties) - Method in class org.hibernate.cfg.Configuration
-
Specify a completely new set of properties
- setProperties(Persistence.PersistenceUnit.Properties) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
-
Sets the value of the properties property.
- setProperties(Object) - Method in interface org.hibernate.query.NativeQuery
-
- setProperties(Map) - Method in interface org.hibernate.query.NativeQuery
-
- setProperties(Object) - Method in interface org.hibernate.query.Query
-
- setProperties(Map) - Method in interface org.hibernate.query.Query
-
- setProperties(Object) - Method in interface org.hibernate.Query
-
Deprecated.
Bind the property values of the given bean to named parameters of the query,
matching property names with parameter names and mapping property types to
Hibernate types using heuristics.
- setProperties(Map) - Method in interface org.hibernate.Query
-
Deprecated.
Bind the values of the given Map for each named parameters of the query,
matching key names with parameter names and mapping value types to
Hibernate types using heuristics.
- setProperties(Object) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setProperties(Map) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setProperties(Object) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setProperties(Map) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setProperties(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
-
Set a properties file
- setProperties(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
-
Set a properties file
- setProperties(File) - Method in class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
-
Set a properties file
- setProperty(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
-
Sets the value of the property property.
- setProperty(XProperty) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setProperty(XProperty) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setProperty(String, String) - Method in class org.hibernate.cfg.Configuration
-
Set a property value by name
- setProperty(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- setProperty(Object, String, Object) - Static method in class org.hibernate.testing.util.ReflectionUtil
-
Invoke setter method with the given parameter
- setPropertyAccessorName(String) - Method in class org.hibernate.mapping.Property
-
- setPropertyAccessType(AccessType) - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- setPropertyHolder(PropertyHolder) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setPropertyHolder(PropertyHolder) - Method in class org.hibernate.cfg.Ejb3Column
-
- setPropertyName(String) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setPropertyName(String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
-
- setPropertyName(String) - Method in class org.hibernate.cfg.Ejb3Column
-
- setPropertyName(String) - Method in class org.hibernate.mapping.OneToOne
-
- setPropertyName(String) - Method in class org.hibernate.mapping.ToOne
-
- setPropertyRef(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
-
Sets the value of the propertyRef property.
- setPropertyRef(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
-
Sets the value of the propertyRef property.
- setPropertyRef(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Sets the value of the propertyRef property.
- setPropertyRef(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
-
Sets the value of the propertyRef property.
- setPropertySelector(Example.PropertySelector) - Method in class org.hibernate.criterion.Example
-
Set the property selector to use.
- setPropertyValue(Object, String, Object) - Method in interface org.hibernate.metadata.ClassMetadata
-
Set the value of a particular (named) property
- setPropertyValue(Object, int, Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- setPropertyValue(Object, String, Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- setPropertyValue(Object, int, Object) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Set the value of a particular property
- setPropertyValue(Object, int, Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- setPropertyValue(Object, String, Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- setPropertyValue(Object, int, Object) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
Inject the value of a particular property.
- setPropertyValue(Object, String, Object) - Method in interface org.hibernate.tuple.entity.EntityTuplizer
-
Inject the value of a particular property.
- setPropertyValue(Object, int, Object) - Method in interface org.hibernate.usertype.CompositeUserType
-
Set the value of a property.
- setPropertyValues(Object, Object[]) - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer.AccessOptimizer
-
Set all property values into an entity instance.
- setPropertyValues(Object[]) - Method in class org.hibernate.event.spi.FlushEntityEvent
-
- setPropertyValues(Object, Object[]) - Method in interface org.hibernate.metadata.ClassMetadata
-
Set the given values to the mapped properties of the given object
- setPropertyValues(Object, Object[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
-
- setPropertyValues(Object, Object[]) - Method in interface org.hibernate.persister.entity.EntityPersister
-
Set the given values to the mapped properties of the given object
- setPropertyValues(Object, Object[]) - Method in class org.hibernate.tuple.component.AbstractComponentTuplizer
-
- setPropertyValues(Object, Object[]) - Method in class org.hibernate.tuple.component.PojoComponentTuplizer
-
- setPropertyValues(Object, Object[]) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- setPropertyValues(Object, Object[]) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
-
- setPropertyValues(Object, Object[]) - Method in interface org.hibernate.tuple.Tuplizer
-
Inject the given values into the given entity.
- setPropertyValues(Object, Object[], EntityMode) - Method in class org.hibernate.type.AnyType
-
- setPropertyValues(Object, Object[], EntityMode) - Method in class org.hibernate.type.ComponentType
-
- setPropertyValues(Object, Object[], EntityMode) - Method in class org.hibernate.type.CompositeCustomType
-
- setPropertyValues(Object, Object[], EntityMode) - Method in interface org.hibernate.type.CompositeType
-
Inject property values onto the given component instance
An optional operation
- setPropertyValuesWithOptimizer(Object, Object[]) - Method in class org.hibernate.tuple.entity.PojoEntityTuplizer
-
- setProvider(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
-
Sets the value of the provider property.
- setProxy(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
-
Sets the value of the proxy property.
- setProxy(Proxy) - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- setProxyCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
-
- setProxyInterfaceName(String) - Method in class org.hibernate.mapping.PersistentClass
-
- setQuery(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQuery
-
Sets the value of the query property.
- setQuery(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedQuery
-
Sets the value of the query property.
- setQuery(String) - Method in interface org.hibernate.boot.jaxb.mapping.spi.NamedQuery
-
- setQuery(String) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
-
- setQuery(String) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
-
- setQuery(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
-
Sets the value of the query property.
- setQuery(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
-
Sets the value of the query property.
- setQueryCacheEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- setQueryCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
-
- setQueryHints(List<String>) - Method in class org.hibernate.engine.spi.QueryParameters
-
- setQueryParameterValidation(boolean) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
-
- setQueryParameterValidation(boolean) - Method in interface org.hibernate.SessionBuilder
-
- setQueryParameterValidation(boolean) - Method in interface org.hibernate.StatelessSessionBuilder
-
- setQueryPlan(HQLQueryPlan) - Method in class org.hibernate.engine.spi.QueryParameters
-
- setQueryRef(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLoaderType
-
Sets the value of the queryRef property.
- setQueryReturns(NativeSQLQueryReturn[]) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
-
- setQueryReturns(List<NativeSQLQueryReturn>) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
-
- setQuerySpaces(List<String>) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
-
- setQuerySpaces(Collection<String>) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
-
- setQuerySpaces(Set) - Method in class org.hibernate.event.spi.AutoFlushEvent
-
- setQuerySubstitutions(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- setQueryType(String) - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
-
Adds the querytype parameter with the specified value
- setQueryTypeToFilter() - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
-
Adds the querytype parameter with value "FILTER"
- setQuiet(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
-
Enable "quiet" mode.
- setQuiet(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
-
Enable "quiet" mode.
- setQuoted(boolean) - Method in class org.hibernate.mapping.Table
-
- setQuotedCaseStrategy(IdentifierCaseStrategy) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
-
- setReached(boolean) - Method in class org.hibernate.engine.spi.CollectionEntry
-
- setRead(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
-
Sets the value of the read property.
- setReadOnly(boolean) - Method in interface org.hibernate.BasicQueryContract
-
Deprecated.
Set the read-only/modifiable mode for entities and proxies
loaded by this Query.
- setReadOnly(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
-
Sets the value of the readOnly property.
- setReadOnly(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
-
Sets the value of the readOnly property.
- setReadOnly(boolean) - Method in interface org.hibernate.Criteria
-
Set the read-only/modifiable mode for entities and proxies
loaded by this Criteria.
- setReadOnly(boolean, Object) - Method in interface org.hibernate.engine.spi.EntityEntry
-
- setReadOnly(Boolean) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
-
- setReadOnly(boolean) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
-
- setReadOnly(boolean) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
-
- setReadOnly(Object, boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
-
Set an unmodified persistent object to read-only mode, or a read-only
object to modifiable mode.
- setReadOnly(boolean) - Method in class org.hibernate.engine.spi.QueryParameters
-
Set the read-only/modifiable mode for entities and proxies loaded by the query.
- setReadOnly(Object, boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- setReadOnly(Boolean) - Method in class org.hibernate.event.spi.LoadEvent
-
- setReadOnly(boolean) - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
- setReadOnly(boolean) - Method in interface org.hibernate.proxy.LazyInitializer
-
Set an associated modifiable proxy to read-only mode, or a read-only
proxy to modifiable mode.
- setReadOnly(boolean) - Method in interface org.hibernate.query.NativeQuery
-
- setReadOnly(boolean) - Method in interface org.hibernate.query.Query
-
- setReadOnly(boolean) - Method in interface org.hibernate.Query
-
Deprecated.
Set the read-only/modifiable mode for entities and proxies
loaded by this Query.
- setReadOnly(boolean) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setReadOnly(Object, boolean) - Method in interface org.hibernate.Session
-
Set an unmodified persistent object to read-only mode, or a read-only
object to modifiable mode.
- setReadOnly(boolean) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setReadOnlyBeforeAttachedToSession(AbstractLazyInitializer) - Method in class org.hibernate.proxy.AbstractSerializableProxy
-
- setReferencedColumn(String) - Method in class org.hibernate.cfg.Ejb3JoinColumn
-
- setReferencedColumnName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
-
Sets the value of the referencedColumnName property.
- setReferencedColumnName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
-
Sets the value of the referencedColumnName property.
- setReferencedColumnName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPrimaryKeyJoinColumn
-
Sets the value of the referencedColumnName property.
- setReferencedColumnName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
-
Sets the value of the referencedColumnName property.
- setReferencedColumnName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
-
Sets the value of the referencedColumnName property.
- setReferencedColumnName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrimaryKeyJoinColumn
-
Sets the value of the referencedColumnName property.
- setReferencedEntityName(String) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setReferencedEntityName(String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
-
- setReferencedEntityName(String) - Method in class org.hibernate.mapping.ForeignKey
-
- setReferencedEntityName(String) - Method in class org.hibernate.mapping.OneToMany
-
Associated entity on the "many" side
- setReferencedEntityName(String) - Method in class org.hibernate.mapping.ToOne
-
- setReferencedPropertyName(String) - Method in class org.hibernate.mapping.Collection
-
- setReferencedPropertyName(String) - Method in class org.hibernate.mapping.ToOne
-
- setReferencedTable(Table) - Method in class org.hibernate.mapping.ForeignKey
-
- setReferenceToPrimaryKey(boolean) - Method in class org.hibernate.mapping.ToOne
-
- setReflectionOptimizationEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- setRegion(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
-
Sets the value of the region property.
- setRegion(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
-
Sets the value of the region property.
- setRegion(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
-
Sets the value of the region property.
- setRegion(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdCacheType
-
Sets the value of the region property.
- setRegion(String) - Method in class org.hibernate.boot.model.Caching
-
- setRename(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmClassRenameType
-
Sets the value of the rename property.
- setReplicationMode(ReplicationMode) - Method in class org.hibernate.event.spi.ReplicateEvent
-
- setRequested(TruthValue) - Method in class org.hibernate.boot.model.Caching
-
- setRequestedId(Serializable) - Method in class org.hibernate.event.spi.MergeEvent
-
- setRequestedId(Serializable) - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
-
- setReservedWords(Set<String>) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
-
- setResource(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
-
Sets the value of the resource property.
- setResult(Object) - Method in class org.hibernate.event.spi.LoadEvent
-
- setResult(Object) - Method in class org.hibernate.event.spi.MergeEvent
-
- setResultClass(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQuery
-
Sets the value of the resultClass property.
- setResultClass(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
-
Sets the value of the resultClass property.
- setResultId(Serializable) - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
-
- setResultSetMapping(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedNativeQuery
-
Sets the value of the resultSetMapping property.
- setResultSetMapping(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
-
Sets the value of the resultSetMapping property.
- setResultSetMapping(String) - Method in interface org.hibernate.query.NativeQuery
-
- setResultSetMapping(String) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
Use a predefined named result-set mapping.
- setResultsetRef(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
-
Sets the value of the resultsetRef property.
- setResultSetRef(String) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
-
- setResultTransformer(ResultTransformer) - Method in interface org.hibernate.Criteria
-
Set a strategy for handling the query results.
- setResultTransformer(ResultTransformer) - Method in class org.hibernate.criterion.DetachedCriteria
-
Set the result transformer to use.
- setResultTransformer(ResultTransformer) - Method in interface org.hibernate.query.Query
-
- setResultTransformer(ResultTransformer) - Method in interface org.hibernate.Query
-
- setReturnColumnName(String) - Method in class org.hibernate.sql.CaseFragment
-
- setReturnColumnName(String, String) - Method in class org.hibernate.sql.CaseFragment
-
- setReturnDiscriminator(JaxbHbmNativeQueryReturnType.JaxbHbmReturnDiscriminator) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
-
Sets the value of the returnDiscriminator property.
- setReturnedClass(XClass) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setReturnedClassName(String) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setReturnedClassName(String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
-
- setRole(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
-
Sets the value of the role property.
- setRole(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
-
Sets the value of the role property.
- setRole(String) - Method in class org.hibernate.engine.spi.CollectionEntry
-
- setRole(String) - Method in class org.hibernate.mapping.Collection
-
- setRoleName(String) - Method in class org.hibernate.mapping.Component
-
- setRowid(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Sets the value of the rowid property.
- setRowId(String) - Method in class org.hibernate.mapping.Table
-
- setRowNumber(int) - Method in interface org.hibernate.ScrollableResults
-
Set the current position in the result set.
- setRowSelection(RowSelection) - Method in class org.hibernate.engine.spi.QueryParameters
-
- setScale(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Sets the value of the scale property.
- setScale(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
-
Sets the value of the scale property.
- setScale(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
-
Sets the value of the scale property.
- setScale(Integer) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
-
Sets the value of the scale property.
- setScale(Integer) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
-
Sets the value of the scale property.
- setScale(int) - Method in class org.hibernate.cfg.Ejb3Column
-
- setScale(int) - Method in class org.hibernate.engine.jdbc.Size
-
- setScale(Integer) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
-
Sets the value of the scale property.
- setScale(Integer) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
-
Sets the value of the scale property.
- setScale(int) - Method in class org.hibernate.mapping.Column
-
- setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the schema property.
- setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the schema property.
- setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
-
Sets the value of the schema property.
- setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the schema property.
- setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Sets the value of the schema property.
- setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the schema property.
- setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the schema property.
- setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Sets the value of the schema property.
- setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Sets the value of the schema property.
- setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
Sets the value of the schema property.
- setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the schema property.
- setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
Sets the value of the schema property.
- setSchema(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionTable
-
Sets the value of the schema property.
- setSchema(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
-
Sets the value of the schema property.
- setSchema(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinTable
-
Sets the value of the schema property.
- setSchema(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitDefaults
-
Sets the value of the schema property.
- setSchema(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSecondaryTable
-
Sets the value of the schema property.
- setSchema(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
-
Sets the value of the schema property.
- setSchema(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTable
-
Sets the value of the schema property.
- setSchema(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
-
Sets the value of the schema property.
- setSchema(String) - Method in interface org.hibernate.boot.jaxb.mapping.spi.SchemaAware
-
- setSchema(String) - Method in class org.hibernate.cfg.annotations.TableBinder
-
- setSchema(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
-
Sets the value of the schema property.
- setSchema(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
-
Sets the value of the schema property.
- setSchema(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
-
Sets the value of the schema property.
- setSchema(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
-
Sets the value of the schema property.
- setSchema(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
-
Sets the value of the schema property.
- setSchema(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
-
Sets the value of the schema property.
- setSchema(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Table
-
Sets the value of the schema property.
- setSchema(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
-
Sets the value of the schema property.
- setSchema(String) - Method in class org.hibernate.mapping.Table
-
- setScope(boolean) - Method in class org.hibernate.LockOptions
-
Set the scope.
- setScope(boolean) - Method in interface org.hibernate.Session.LockRequest
-
Specify if LockMode should be cascaded to owned collections and relationships.
- setScrollMode(ScrollMode) - Method in class org.hibernate.engine.spi.QueryParameters
-
- setSdoBatchSize(Integer) - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
-
Adds the sdo_batch_size parameter with the specified value
- setSdoNumRes(Integer) - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
-
Adds the sdo_num_res parameter with the specified value
- setSecondLevelCacheEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- setSecurity(JaxbCfgHibernateConfiguration.JaxbCfgSecurity) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration
-
Sets the value of the security property.
- setSelect(Select) - Method in class org.hibernate.sql.InsertSelect
-
- setSelectable(boolean) - Method in class org.hibernate.mapping.Property
-
- setSelectBeforeUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
-
Sets the value of the selectBeforeUpdate property.
- setSelectBeforeUpdate(boolean) - Method in class org.hibernate.mapping.PersistentClass
-
- setSelectClause(String) - Method in class org.hibernate.sql.Select
-
Sets the selectClause.
- setSelectClause(SelectFragment) - Method in class org.hibernate.sql.Select
-
- setSequenceGenerator(JaxbSequenceGenerator) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Sets the value of the sequenceGenerator property.
- setSequenceGenerator(JaxbSequenceGenerator) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
-
Sets the value of the sequenceGenerator property.
- setSequenceGenerator(SequenceGenerator) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Sets the value of the sequenceGenerator property.
- setSequenceGenerator(SequenceGenerator) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
-
Sets the value of the sequenceGenerator property.
- setSequenceName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGenerator
-
Sets the value of the sequenceName property.
- setSequenceName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
-
Sets the value of the sequenceName property.
- setSequentialSelect(boolean) - Method in class org.hibernate.mapping.Join
-
- setSerializable(int, Serializable) - Method in interface org.hibernate.query.Query
-
- setSerializable(String, Serializable) - Method in interface org.hibernate.query.Query
-
- setSerializable(int, Serializable) - Method in interface org.hibernate.Query
-
- setSerializable(String, Serializable) - Method in interface org.hibernate.Query
-
- setService(R) - Method in class org.hibernate.service.spi.ServiceBinding
-
- setSession(SharedSessionContractImplementor) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
-
- setSession(SharedSessionContractImplementor) - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.SessionAssociableInterceptor
-
- setSession(SharedSessionContractImplementor) - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
- setSession(SharedSessionContractImplementor) - Method in interface org.hibernate.proxy.LazyInitializer
-
Associate the proxy with the given session.
- setSessionFactory(JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration
-
Sets the value of the sessionFactory property.
- setSessionFactoryObserver(SessionFactoryObserver) - Method in class org.hibernate.cfg.Configuration
-
- setShared(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
-
Sets the value of the shared property.
- setSharedCacheMode(SharedCacheMode) - Method in class org.hibernate.cfg.Configuration
-
Sets the SharedCacheMode to use.
- setSharedCacheMode(PersistenceUnitCachingType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
-
Sets the value of the sharedCacheMode property.
- setShort(int, short) - Method in interface org.hibernate.query.Query
-
- setShort(String, short) - Method in interface org.hibernate.query.Query
-
- setShort(int, short) - Method in interface org.hibernate.Query
-
- setShort(String, short) - Method in interface org.hibernate.Query
-
- setShowSqlEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- SetSimpleValueTypeSecondPass - Class in org.hibernate.cfg
-
- SetSimpleValueTypeSecondPass(SimpleValueBinder) - Constructor for class org.hibernate.cfg.SetSimpleValueTypeSecondPass
-
- setSkipGlobalQuotingForColumnDefinitions(boolean) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
-
- setSkipLockedEnabled(boolean) - Method in class org.hibernate.sql.ForUpdateFragment
-
- setSnapshot(Serializable, String, Serializable) - Method in interface org.hibernate.collection.spi.PersistentCollection
-
After flushing, re-init snapshot state.
- setSort(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the sort property.
- setSort(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the sort property.
- setSort(Sort) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setSort(Sort) - Method in class org.hibernate.cfg.annotations.ListBinder
-
- setSorted(boolean) - Method in class org.hibernate.mapping.Collection
-
- setSource(JaxbHbmTimestampSourceEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType
-
Sets the value of the source property.
- setSql(String) - Method in class org.hibernate.loader.JoinWalker
-
- setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the sqlDelete property.
- setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the sqlDelete property.
- setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
-
Sets the value of the sqlDelete property.
- setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the sqlDelete property.
- setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Sets the value of the sqlDelete property.
- setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the sqlDelete property.
- setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the sqlDelete property.
- setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Sets the value of the sqlDelete property.
- setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Sets the value of the sqlDelete property.
- setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
Sets the value of the sqlDelete property.
- setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the sqlDelete property.
- setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
Sets the value of the sqlDelete property.
- setSqlDeleteAll(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the sqlDeleteAll property.
- setSqlDeleteAll(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the sqlDeleteAll property.
- setSqlDeleteAll(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the sqlDeleteAll property.
- setSqlDeleteAll(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the sqlDeleteAll property.
- setSqlDeleteAll(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the sqlDeleteAll property.
- setSqlDeleteAll(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Sets the value of the sqlDeleteAll property.
- setSqlDeleteAll(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the sqlDeleteAll property.
- setSqlExceptionConverter(SQLExceptionConverter) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
-
Inject the exception converter to use.
- setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the sqlInsert property.
- setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the sqlInsert property.
- setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
-
Sets the value of the sqlInsert property.
- setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the sqlInsert property.
- setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Sets the value of the sqlInsert property.
- setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the sqlInsert property.
- setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the sqlInsert property.
- setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Sets the value of the sqlInsert property.
- setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Sets the value of the sqlInsert property.
- setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
Sets the value of the sqlInsert property.
- setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the sqlInsert property.
- setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
Sets the value of the sqlInsert property.
- setSqlKeywords(String) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
-
- setSqlOrderBy(OrderBy) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setSqlOrderBy(OrderBy) - Method in class org.hibernate.cfg.annotations.ListBinder
-
- setSqlOrderBy(OrderBy) - Method in class org.hibernate.cfg.annotations.SetBinder
-
- setSqlStateType(int) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
-
- setSqlType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
-
Sets the value of the sqlType property.
- setSqlType(String) - Method in class org.hibernate.cfg.Ejb3Column
-
- setSqlType(String) - Method in class org.hibernate.mapping.Column
-
- setSqlTypeCode(Integer) - Method in class org.hibernate.mapping.Column
-
- setSqlTypeDescriptor(SqlTypeDescriptor) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the sqlUpdate property.
- setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the sqlUpdate property.
- setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
-
Sets the value of the sqlUpdate property.
- setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the sqlUpdate property.
- setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Sets the value of the sqlUpdate property.
- setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the sqlUpdate property.
- setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the sqlUpdate property.
- setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Sets the value of the sqlUpdate property.
- setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Sets the value of the sqlUpdate property.
- setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
Sets the value of the sqlUpdate property.
- setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the sqlUpdate property.
- setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
Sets the value of the sqlUpdate property.
- setState(Object[]) - Method in class org.hibernate.event.spi.PreLoadEvent
-
- setStaticField(Class<?>, String, Object) - Static method in class org.hibernate.testing.util.ReflectionUtil
-
Set target Class field to a certain value
- setStatisticsEnabled(boolean) - Method in interface org.hibernate.stat.Statistics
-
Enable statistics logs (this is a dynamic parameter)
- setStatus(Status) - Method in interface org.hibernate.engine.spi.EntityEntry
-
- setStoresLowerCaseIdentifiers(boolean) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
-
- setStoresUpperCaseIdentifiers(boolean) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
-
- setStrategy(GenerationType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbGeneratedValue
-
Sets the value of the strategy property.
- setStrategy(InheritanceType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbInheritance
-
Sets the value of the strategy property.
- setStrategy(String) - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
-
- setStrategy(GenerationType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.GeneratedValue
-
Sets the value of the strategy property.
- setStrategy(InheritanceType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Inheritance
-
Sets the value of the strategy property.
- setStreamsForBinaryEnabled(String) - Method in class org.hibernate.cfg.ExternalSessionFactoryConfig
-
- setString(int, String) - Method in interface org.hibernate.query.Query
-
- setString(String, String) - Method in interface org.hibernate.query.Query
-
- setString(int, String) - Method in interface org.hibernate.Query
-
- setString(String, String) - Method in interface org.hibernate.Query
-
- setStyle(JaxbHbmFetchStyleEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
-
Sets the value of the style property.
- setSubgraph(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedAttributeNode
-
Sets the value of the subgraph property.
- setSubgraph(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedAttributeNode
-
Sets the value of the subgraph property.
- setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the subselect property.
- setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the subselect property.
- setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the subselect property.
- setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Sets the value of the subselect property.
- setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the subselect property.
- setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the subselect property.
- setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Sets the value of the subselect property.
- setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Sets the value of the subselect property.
- setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
Sets the value of the subselect property.
- setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the subselect property.
- setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
Sets the value of the subselect property.
- setSubselect(String) - Method in class org.hibernate.mapping.Table
-
- setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the subselectAttribute property.
- setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the subselectAttribute property.
- setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the subselectAttribute property.
- setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Sets the value of the subselectAttribute property.
- setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the subselectAttribute property.
- setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the subselectAttribute property.
- setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Sets the value of the subselectAttribute property.
- setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Sets the value of the subselectAttribute property.
- setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
Sets the value of the subselectAttribute property.
- setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the subselectAttribute property.
- setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
Sets the value of the subselectAttribute property.
- setSubselectLoadable(boolean) - Method in class org.hibernate.mapping.Collection
-
- setSubselectLoadableCollections(boolean) - Method in class org.hibernate.mapping.PersistentClass
-
- setSuffix(String) - Method in class org.hibernate.sql.SelectFragment
-
- setSuffixes(String[]) - Method in class org.hibernate.loader.JoinWalker
-
- setSuperclass(PersistentClass) - Method in class org.hibernate.mapping.Subclass
-
- setSuperMappedSuperclass(MappedSuperclass) - Method in class org.hibernate.mapping.PersistentClass
-
- setSupportsBatchUpdates(boolean) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
-
- setSupportsGetGeneratedKeys(boolean) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
-
- setSupportsNamedParameters(boolean) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
-
- setSupportsRefCursors(boolean) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
-
- setSupportsResultSetType(boolean) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
-
- setSynchronizationEnabled(boolean) - Method in interface org.hibernate.NaturalIdLoadAccess
-
For entities with mutable natural ids, should Hibernate perform "synchronization" prior to performing
lookups? The default is to perform "synchronization" (for correctness).
- setSynchronizationEnabled(boolean) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
-
For entities with mutable natural ids, should Hibernate perform "synchronization" prior to performing
lookups? The default is to perform "synchronization" (for correctness).
- setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the table property.
- setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the table property.
- setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
-
Sets the value of the table property.
- setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the table property.
- setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
Sets the value of the table property.
- setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the table property.
- setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the table property.
- setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Sets the value of the table property.
- setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Sets the value of the table property.
- setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
Sets the value of the table property.
- setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the table property.
- setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSynchronizeType
-
Sets the value of the table property.
- setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
Sets the value of the table property.
- setTable(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
-
Sets the value of the table property.
- setTable(JaxbTable) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Sets the value of the table property.
- setTable(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
-
Sets the value of the table property.
- setTable(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
-
Sets the value of the table property.
- setTable(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
-
Sets the value of the table property.
- setTable(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
-
Sets the value of the table property.
- setTable(Table) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
-
- setTable(Table) - Method in class org.hibernate.cfg.Ejb3Column
-
- setTable(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
-
Sets the value of the table property.
- setTable(Table) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Sets the value of the table property.
- setTable(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
-
Sets the value of the table property.
- setTable(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
-
Sets the value of the table property.
- setTable(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
-
Sets the value of the table property.
- setTable(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
-
Sets the value of the table property.
- setTable(Table) - Method in class org.hibernate.mapping.Constraint
-
- setTable(Table) - Method in class org.hibernate.mapping.Index
-
- setTable(Table) - Method in class org.hibernate.mapping.Join
-
- setTable(Table) - Method in class org.hibernate.mapping.JoinedSubclass
-
- setTable(Table) - Method in class org.hibernate.mapping.RootClass
-
- setTable(Table) - Method in class org.hibernate.mapping.SimpleValue
-
- setTable(Table) - Method in interface org.hibernate.mapping.TableOwner
-
- setTable(Table) - Method in class org.hibernate.mapping.UnionSubclass
-
- setTableAlias(String) - Method in class org.hibernate.sql.ConditionFragment
-
Sets the tableAlias.
- setTableBinder(TableBinder) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setTableGenerator(JaxbTableGenerator) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
Sets the value of the tableGenerator property.
- setTableGenerator(JaxbTableGenerator) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
-
Sets the value of the tableGenerator property.
- setTableGenerator(TableGenerator) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
Sets the value of the tableGenerator property.
- setTableGenerator(TableGenerator) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
-
Sets the value of the tableGenerator property.
- setTableName(String) - Method in class org.hibernate.sql.Delete
-
- setTableName(String) - Method in class org.hibernate.sql.Insert
-
- setTableName(String) - Method in class org.hibernate.sql.InsertSelect
-
- setTableName(String) - Method in class org.hibernate.sql.SimpleSelect
-
- setTableName(String) - Method in class org.hibernate.sql.Update
-
- setTargetClass(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbConstructorResult
-
Sets the value of the targetClass property.
- setTargetClass(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Sets the value of the targetClass property.
- setTargetClass(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ConstructorResult
-
Sets the value of the targetClass property.
- setTargetClass(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Sets the value of the targetClass property.
- setTargetEntity(String) - Method in interface org.hibernate.boot.jaxb.mapping.spi.AssociationAttribute
-
- setTargetEntity(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToMany
-
Sets the value of the targetEntity property.
- setTargetEntity(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbManyToOne
-
Sets the value of the targetEntity property.
- setTargetEntity(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToMany
-
Sets the value of the targetEntity property.
- setTargetEntity(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOneToOne
-
Sets the value of the targetEntity property.
- setTargetEntity(XClass) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setTargetEntity(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
-
Sets the value of the targetEntity property.
- setTargetEntity(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
-
Sets the value of the targetEntity property.
- setTargetEntity(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
-
Sets the value of the targetEntity property.
- setTargetEntity(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
-
Sets the value of the targetEntity property.
- setTemporal(TemporalType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbBasic
-
Sets the value of the temporal property.
- setTemporal(TemporalType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbElementCollection
-
Sets the value of the temporal property.
- setTemporal(TemporalType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbId
-
Sets the value of the temporal property.
- setTemporal(TemporalType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbVersion
-
Sets the value of the temporal property.
- setTemporal(TemporalType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
-
Sets the value of the temporal property.
- setTemporal(TemporalType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
-
Sets the value of the temporal property.
- setTemporal(TemporalType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
-
Sets the value of the temporal property.
- setTemporal(TemporalType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Version
-
Sets the value of the temporal property.
- Setter - Interface in org.hibernate.property.access.spi
-
The contract for setting a persistent property value into its container/owner
- SetterFieldImpl - Class in org.hibernate.property.access.spi
-
Field-based implementation of Setter
- SetterFieldImpl(Class, String, Field) - Constructor for class org.hibernate.property.access.spi.SetterFieldImpl
-
- SetterMethodImpl - Class in org.hibernate.property.access.spi
-
- SetterMethodImpl(Class, String, Method) - Constructor for class org.hibernate.property.access.spi.SetterMethodImpl
-
- setters - Variable in class org.hibernate.tuple.component.AbstractComponentTuplizer
-
- setters - Variable in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- setText(int, String) - Method in interface org.hibernate.query.Query
-
- setText(String, String) - Method in interface org.hibernate.query.Query
-
- setText(int, String) - Method in interface org.hibernate.Query
-
- setText(String, String) - Method in interface org.hibernate.Query
-
- setText(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaExportTask
-
Enable "text-only" mode.
- setText(boolean) - Method in class org.hibernate.tool.hbm2ddl.SchemaUpdateTask
-
Enable "text-only" mode.
- setTime(int, Date) - Method in interface org.hibernate.query.Query
-
- setTime(String, Date) - Method in interface org.hibernate.query.Query
-
- setTime(int, Date) - Method in interface org.hibernate.Query
-
- setTime(String, Date) - Method in interface org.hibernate.Query
-
- setTimeout(int) - Method in interface org.hibernate.BasicQueryContract
-
Deprecated.
Set the query timeout in seconds.
- setTimeout(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
-
Sets the value of the timeout property.
- setTimeout(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
-
Sets the value of the timeout property.
- setTimeout(int) - Method in interface org.hibernate.Criteria
-
Set a timeout for the underlying JDBC query.
- setTimeout(int) - Method in class org.hibernate.criterion.DetachedCriteria
-
Set a timeout for the underlying JDBC query.
- setTimeout(Integer) - Method in class org.hibernate.engine.spi.NamedQueryDefinitionBuilder
-
- setTimeout(Integer) - Method in class org.hibernate.engine.spi.NamedSQLQueryDefinitionBuilder
-
- setTimeout(Integer) - Method in class org.hibernate.engine.spi.RowSelection
-
- setTimeout(int) - Method in class org.hibernate.engine.spi.RowSelection
-
- setTimeout(int) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
-
- setTimeout(int) - Method in interface org.hibernate.envers.query.AuditQuery
-
- setTimeOut(int) - Method in class org.hibernate.LockOptions
-
Set the timeout setting.
- setTimeout(int) - Method in interface org.hibernate.query.NativeQuery
-
- setTimeout(int) - Method in interface org.hibernate.query.Query
-
- setTimeout(int) - Method in interface org.hibernate.Query
-
Deprecated.
Set the query timeout in seconds.
- setTimeout(int) - Method in interface org.hibernate.query.spi.NativeQueryImplementor
-
- setTimeOut(int) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
-
- setTimeOut(int) - Method in interface org.hibernate.Session.LockRequest
-
Specify the pessimistic lock timeout (check if your dialect supports this option).
- setTimeout(int) - Method in interface org.hibernate.SQLQuery
-
Deprecated.
- setTimeout(int) - Method in interface org.hibernate.Transaction
-
- setTimestamp(JaxbHbmTimestampAttributeType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Sets the value of the timestamp property.
- setTimestamp(long) - Method in class org.hibernate.envers.DefaultRevisionEntity
-
- setTimestamp(long) - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
-
- setTimestamp(int, Date) - Method in interface org.hibernate.query.Query
-
- setTimestamp(String, Date) - Method in interface org.hibernate.query.Query
-
- setTimestamp(int, Date) - Method in interface org.hibernate.Query
-
- setTimestamp(String, Date) - Method in interface org.hibernate.Query
-
- setTimestampVersionType(String) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
-
- Settings - Class in org.hibernate.cfg
-
- Settings(SessionFactoryOptions) - Constructor for class org.hibernate.cfg.Settings
-
Deprecated.
- Settings(SessionFactoryOptions, Metadata) - Constructor for class org.hibernate.cfg.Settings
-
Deprecated.
- Settings(SessionFactoryOptions, String, String) - Constructor for class org.hibernate.cfg.Settings
-
Deprecated.
- setTransactionCompletionProcesses(ActionQueue.TransactionCompletionProcesses, boolean) - Method in class org.hibernate.engine.spi.ActionQueue
-
Bind transaction completion processes to make them shared between primary and secondary session.
- setTransactionCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
-
- setTransactionTimeOut(int) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
-
Set the effective transaction timeout period for the current transaction, in seconds.
- setTransactionTimeout(int) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
-
- setTransactionType(PersistenceUnitTransactionType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
-
Sets the value of the transactionType property.
- setTrimCharacter(String) - Method in class org.hibernate.dialect.function.TrimFunctionTemplate.Options
-
- setTrimSpecification(TrimFunctionTemplate.Specification) - Method in class org.hibernate.dialect.function.TrimFunctionTemplate.Options
-
- setType(JaxbCfgEventTypeEnum) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType
-
Sets the value of the type property.
- setType(JaxbCfgEventTypeEnum) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerType
-
Sets the value of the type property.
- setType(JaxbHbmTypeSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Sets the value of the type property.
- setType(JaxbHbmTypeSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
-
Sets the value of the type property.
- setType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
-
Sets the value of the type property.
- setType(JaxbHbmTypeSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
-
Sets the value of the type property.
- setType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
-
Sets the value of the type property.
- setType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
-
Sets the value of the type property.
- setType(JaxbHbmTypeSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
-
Sets the value of the type property.
- setType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
-
Sets the value of the type property.
- setType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType
-
Sets the value of the type property.
- setType(JaxbHbmTypeSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
-
Sets the value of the type property.
- setType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
-
Sets the value of the type property.
- setType(XProperty, XClass, String, ConverterDescriptor) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
-
- setType(InheritanceType) - Method in class org.hibernate.cfg.InheritanceState
-
- SetType - Class in org.hibernate.type
-
- SetType(TypeFactory.TypeScope, String, String) - Constructor for class org.hibernate.type.SetType
-
- SetType(String, String) - Constructor for class org.hibernate.type.SetType
-
- setTypeAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Sets the value of the typeAttribute property.
- setTypeAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
-
Sets the value of the typeAttribute property.
- setTypeAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
-
Sets the value of the typeAttribute property.
- setTypeAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
-
Sets the value of the typeAttribute property.
- setTypeAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
-
Sets the value of the typeAttribute property.
- setTypeByReflection(String, String) - Method in class org.hibernate.mapping.Any
-
- setTypeConfiguration(TypeConfiguration) - Method in class org.hibernate.type.EnumType
-
- setTypeConfiguration(TypeConfiguration) - Method in interface org.hibernate.type.spi.TypeConfigurationAware
-
- setTypeIndex(int) - Method in class org.hibernate.mapping.Column
-
- setTypeName(String) - Method in class org.hibernate.mapping.Collection
-
- setTypeName(String) - Method in class org.hibernate.mapping.SimpleValue
-
- setTypeParameters(Properties) - Method in class org.hibernate.mapping.Collection
-
- setTypeParameters(Map) - Method in class org.hibernate.mapping.Collection
-
- setTypeParameters(Properties) - Method in class org.hibernate.mapping.SimpleValue
-
- setTypeParameters(Map<String, String>) - Method in class org.hibernate.mapping.SimpleValue
-
- setTypeUsingReflection(String, String) - Method in class org.hibernate.id.ExportableColumn.ValueImpl
-
- setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.Any
-
- setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.Collection
-
- setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.Component
-
- setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.DependantValue
-
- setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.OneToMany
-
- setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.SimpleValue
-
- setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.ToOne
-
- setTypeUsingReflection(String, String) - Method in interface org.hibernate.mapping.Value
-
- setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Sets the value of the unique property.
- setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
-
Sets the value of the unique property.
- setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
-
Sets the value of the unique property.
- setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
-
Sets the value of the unique property.
- setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
-
Sets the value of the unique property.
- setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
-
Sets the value of the unique property.
- setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
-
Sets the value of the unique property.
- setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Sets the value of the unique property.
- setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
-
Sets the value of the unique property.
- setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
-
Sets the value of the unique property.
- setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbIndex
-
Sets the value of the unique property.
- setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
-
Sets the value of the unique property.
- setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
-
Sets the value of the unique property.
- setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
-
Sets the value of the unique property.
- setUnique(boolean) - Method in class org.hibernate.cfg.Ejb3Column
-
- setUnique(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
-
Sets the value of the unique property.
- setUnique(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Index
-
Sets the value of the unique property.
- setUnique(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
-
Sets the value of the unique property.
- setUnique(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
-
Sets the value of the unique property.
- setUnique(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
-
Sets the value of the unique property.
- setUnique(boolean) - Method in class org.hibernate.mapping.Column
-
- setUniqueConstraints(UniqueConstraint[]) - Method in class org.hibernate.cfg.annotations.TableBinder
-
- setUniqueInteger(int) - Method in class org.hibernate.mapping.Table
-
- setUniqueKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Sets the value of the uniqueKey property.
- setUniqueKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
-
Sets the value of the uniqueKey property.
- setUniqueKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Sets the value of the uniqueKey property.
- setUnit(String) - Method in class org.hibernate.spatial.dialect.oracle.criterion.SDOParameterMap
-
Adds the unit parameter with the specified value
- setUnquotedCaseStrategy(IdentifierCaseStrategy) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
-
- setUnsavedValue(JaxbHbmUnsavedValueCompositeIdEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
-
Sets the value of the unsavedValue property.
- setUnsavedValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
-
Sets the value of the unsavedValue property.
- setUnsavedValue(JaxbHbmUnsavedValueTimestampEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType
-
Sets the value of the unsavedValue property.
- setUnsavedValue(JaxbHbmUnsavedValueVersionEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
-
Sets the value of the unsavedValue property.
- setUnwrap(boolean) - Method in class org.hibernate.proxy.AbstractLazyInitializer
-
- setUnwrap(boolean) - Method in interface org.hibernate.proxy.LazyInitializer
-
- setUnwrapProxy(boolean) - Method in class org.hibernate.mapping.ToOne
-
- setUnwrapProxyImplicit(boolean) - Method in class org.hibernate.mapping.ToOne
-
Related to HHH-13658 - keep track of whether `unwrapProxy` is an implicit value
for reference later
- setUpdatable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbColumn
-
Sets the value of the updatable property.
- setUpdatable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbJoinColumn
-
Sets the value of the updatable property.
- setUpdatable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyColumn
-
Sets the value of the updatable property.
- setUpdatable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbMapKeyJoinColumn
-
Sets the value of the updatable property.
- setUpdatable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbOrderColumn
-
Sets the value of the updatable property.
- setUpdatable(boolean) - Method in class org.hibernate.cfg.annotations.CollectionBinder
-
- setUpdatable(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setUpdatable(boolean) - Method in class org.hibernate.cfg.Ejb3Column
-
- setUpdatable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
-
Sets the value of the updatable property.
- setUpdatable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
-
Sets the value of the updatable property.
- setUpdatable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
-
Sets the value of the updatable property.
- setUpdatable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
-
Sets the value of the updatable property.
- setUpdatable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
-
Sets the value of the updatable property.
- setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
-
Sets the value of the update property.
- setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
-
Sets the value of the update property.
- setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
-
Sets the value of the update property.
- setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
-
Sets the value of the update property.
- setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
-
Sets the value of the update property.
- setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
-
Sets the value of the update property.
- setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
-
Sets the value of the update property.
- setUpdateable(boolean) - Method in class org.hibernate.mapping.DependantValue
-
- setUpdateable(boolean) - Method in class org.hibernate.mapping.Property
-
- setUpdateable(boolean) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
-
- setUsage(JaxbCfgCacheUsageEnum) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
-
Sets the value of the usage property.
- setUsage(JaxbCfgCacheUsageEnum) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
-
Sets the value of the usage property.
- setUsage(AccessType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
-
Sets the value of the usage property.
- setUsedAliases(String[]) - Method in class org.hibernate.sql.SelectFragment
-
- setValidationMode(PersistenceUnitValidationModeType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
-
Sets the value of the validationMode property.
- setValue(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgConfigPropertyType
-
Sets the value of the value property.
- setValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType
-
Sets the value of the value property.
- setValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType
-
Sets the value of the value property.
- setValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
-
Sets the value of the value property.
- setValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType
-
Sets the value of the value property.
- setValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
-
Sets the value of the value property.
- setValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
-
Sets the value of the value property.
- setValue(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbQueryHint
-
Sets the value of the value property.
- setValue(Value) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- setValue(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit.Properties.Property
-
Sets the value of the value property.
- setValue(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.QueryHint
-
Sets the value of the value property.
- setValue(Value) - Method in class org.hibernate.mapping.Column
-
- setValue(Value) - Method in class org.hibernate.mapping.Property
-
- setValueColumnName(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbTableGenerator
-
Sets the value of the valueColumnName property.
- setValueColumnName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
-
Sets the value of the valueColumnName property.
- setValueGenerationStrategy(ValueGeneration) - Method in class org.hibernate.mapping.Property
-
- setValueGenerationStrategy(ValueGeneration) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
-
- setVersion(JaxbHbmVersionAttributeType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Sets the value of the version property.
- setVersion(String) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
-
Sets the value of the version property.
- setVersion(boolean) - Method in class org.hibernate.cfg.annotations.SimpleValueBinder
-
- setVersion(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
-
Sets the value of the version property.
- setVersion(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence
-
Sets the value of the version property.
- setVersion(Property) - Method in class org.hibernate.mapping.RootClass
-
- setVersionable(boolean) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
-
- setVersionColumnName(String) - Method in class org.hibernate.sql.Delete
-
- setVersionColumnName(String) - Method in class org.hibernate.sql.Update
-
- setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
Sets the value of the where property.
- setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
Sets the value of the where property.
- setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
Sets the value of the where property.
- setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
Sets the value of the where property.
- setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
-
Sets the value of the where property.
- setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
Sets the value of the where property.
- setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
Sets the value of the where property.
- setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
Sets the value of the where property.
- setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
Sets the value of the where property.
- setWhere(Where) - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- setWhere(String) - Method in class org.hibernate.mapping.Collection
-
- setWhere(String) - Method in class org.hibernate.mapping.RootClass
-
- setWhere(String) - Method in class org.hibernate.sql.Delete
-
- setWhere(String) - Method in class org.hibernate.sql.Update
-
- setWhereClause(String) - Method in class org.hibernate.sql.Select
-
Sets the whereClause.
- setWhereTokens(Iterator) - Method in class org.hibernate.sql.QuerySelect
-
- setWrapIdsInEmbeddedComponents(boolean) - Method in class org.hibernate.cfg.annotations.EntityBinder
-
- setWrite(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
-
Sets the value of the write property.
- setXmlMappingMetadataComplete(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.spi.JaxbPersistenceUnitMetadata
-
Sets the value of the xmlMappingMetadataComplete property.
- setXmlMappingMetadataComplete(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitMetadata
-
Sets the value of the xmlMappingMetadataComplete property.
- setXToMany(boolean) - Method in class org.hibernate.cfg.annotations.PropertyBinder
-
- shallowCopy(Property) - Static method in class org.hibernate.cfg.BinderHelper
-
create a property copy reusing the same value
- shallowCopy() - Method in class org.hibernate.type.BasicTypeRegistry
-
- shared - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
-
- SHARED_CACHE_MODE - Static variable in interface org.hibernate.jpa.AvailableSettings
-
- SHARED_CACHE_RETRIEVE_MODE - Static variable in interface org.hibernate.jpa.AvailableSettings
-
- SHARED_CACHE_STORE_MODE - Static variable in interface org.hibernate.jpa.AvailableSettings
-
- sharedCacheMode - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
-
- SharedDriverManagerConnectionProviderImpl - Class in org.hibernate.testing.jdbc
-
A special connection provider that is shared across test runs for better performance.
- SharedDriverManagerConnectionProviderImpl() - Constructor for class org.hibernate.testing.jdbc.SharedDriverManagerConnectionProviderImpl
-
- SharedSessionBuilder<T extends SharedSessionBuilder> - Interface in org.hibernate
-
- SharedSessionContract - Interface in org.hibernate
-
- SharedSessionContractImplementor - Interface in org.hibernate.engine.spi
-
- SHORT - Static variable in class org.hibernate.type.StandardBasicTypes
-
- SHORT_CIRCUIT_INDICATOR - Static variable in class org.hibernate.id.IdentifierGeneratorHelper
-
- SHORT_NAME - Static variable in class org.hibernate.hql.spi.id.global.GlobalTemporaryTableBulkIdStrategy
-
- SHORT_NAME - Static variable in class org.hibernate.hql.spi.id.local.LocalTemporaryTableBulkIdStrategy
-
- SHORT_NAME - Static variable in class org.hibernate.hql.spi.id.persistent.PersistentTableBulkIdStrategy
-
- ShortType - Class in org.hibernate.type
-
- ShortType() - Constructor for class org.hibernate.type.ShortType
-
- ShortTypeDescriptor - Class in org.hibernate.type.descriptor.java
-
Descriptor for
Short
handling.
- ShortTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.ShortTypeDescriptor
-
- shouldAutoClose() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- shouldAutoClose() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
-
- shouldAutoCloseSession() - Method in interface org.hibernate.engine.spi.SessionOwner
-
Deprecated.
Should session automatically be closed after transaction completion?
- shouldAutoInjectAliases() - Method in interface org.hibernate.boot.model.source.spi.FilterSource
-
Should Hibernate perform automatic alias injection into the supplied condition string? The default is to
perform auto injection *unless* explicit alias(es) are supplied.
- shouldAutoJoinTransaction() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- shouldAutoJoinTransaction() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorBuilder.Options
-
Indicates whether an active transaction should be automatically joined.
- shouldGenerateRevision(AbstractCollectionEvent) - Method in class org.hibernate.envers.event.spi.BaseEnversCollectionEventListener
-
Checks whether modification of not-owned relation field triggers new revision and owner entity is versioned.
- shouldGetAllProperties(Object) - Method in class org.hibernate.tuple.entity.AbstractEntityTuplizer
-
- shouldImplicitlyForceDiscriminatorInSelect() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
-
- shouldImplicitlyForceDiscriminatorInSelect() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
-
Whether we should implicitly force discriminators into SQL selects.
- shouldImplicitlyQuoteIdentifiers() - Method in interface org.hibernate.boot.spi.JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults
-
- shouldImplicitlyQuoteIdentifiers() - Method in interface org.hibernate.boot.spi.MappingDefaults
-
Should all database identifiers encountered in this context be implicitly quoted?
true
indicates that all identifier encountered within this context should be
quoted.
- shouldManageNamespaces() - Method in interface org.hibernate.tool.schema.spi.ExecutionOptions
-
- shouldOverwriteCurrentVersion(Object, Object, Object, VersionType) - Method in enum org.hibernate.ReplicationMode
-
Determine whether the mode dictates that the data being replicated should overwrite the data found.
- shouldReturnProxies() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext
-
- shouldUseFollowOnLocking(QueryParameters, Dialect, List<AfterLoadAction>) - Method in class org.hibernate.loader.Loader
-
- shouldUseOptionalEntityInformation() - Method in interface org.hibernate.loader.plan.exec.process.spi.ResultSetProcessingContext
-
- SHOW_SQL - Static variable in interface org.hibernate.cfg.AvailableSettings
-
Enable logging of generated SQL to the console
- shutDown() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
-
- SIMPLE_FACTORY_NAME - Static variable in interface org.hibernate.cache.jcache.ConfigSettings
-
- SimpleAuxiliaryDatabaseObject - Class in org.hibernate.boot.model.relational
-
A simple implementation of AbstractAuxiliaryDatabaseObject in which the CREATE and DROP strings are
provided up front.
- SimpleAuxiliaryDatabaseObject(Namespace, String, String, Set<String>) - Constructor for class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
-
- SimpleAuxiliaryDatabaseObject(Namespace, String[], String[], Set<String>) - Constructor for class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
-
- SimpleAuxiliaryDatabaseObject(Set<String>, String, String, String[], String[]) - Constructor for class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
-
- SimpleDomainType<J> - Interface in org.hibernate.metamodel.model.domain
-
Describes any non-collection type
- SimpleExpression - Class in org.hibernate.criterion
-
superclass for "simple" comparisons (with SQL binary operators)
- SimpleExpression(String, Object, String) - Constructor for class org.hibernate.criterion.SimpleExpression
-
- SimpleExpression(String, Object, String, boolean) - Constructor for class org.hibernate.criterion.SimpleExpression
-
- SimpleNaturalIdLoadAccess<T> - Interface in org.hibernate
-
Loads an entity by its natural identifier.
- SimpleProjection - Class in org.hibernate.criterion
-
A single-column projection that may be aliased
- SimpleProjection() - Constructor for class org.hibernate.criterion.SimpleProjection
-
- simplePropertyPath() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
-
A simple-property-path is an IDENT followed by one or more (DOT IDENT) sequences
- SimpleSelect - Class in org.hibernate.sql
-
An SQL SELECT statement with no table joins
- SimpleSelect(Dialect) - Constructor for class org.hibernate.sql.SimpleSelect
-
- SimpleStrategyRegistrationImpl<T> - Class in org.hibernate.boot.registry.selector
-
A simple implementation of StrategyRegistration.
- SimpleStrategyRegistrationImpl(Class<T>, Class<? extends T>, Iterable<String>) - Constructor for class org.hibernate.boot.registry.selector.SimpleStrategyRegistrationImpl
-
Constructs a SimpleStrategyRegistrationImpl.
- SimpleStrategyRegistrationImpl(Class<T>, Class<? extends T>, String...) - Constructor for class org.hibernate.boot.registry.selector.SimpleStrategyRegistrationImpl
-
Constructs a SimpleStrategyRegistrationImpl.
- SimpleSubqueryExpression - Class in org.hibernate.criterion
-
A comparison between a constant value and the the result of a subquery
- SimpleSubqueryExpression(Object, String, String, DetachedCriteria) - Constructor for class org.hibernate.criterion.SimpleSubqueryExpression
-
- SimpleTimestamper - Class in org.hibernate.cache.spi.support
-
Generates increasing identifiers (in a single VM only).
- SimpleTypeDescriptor<J> - Interface in org.hibernate.metamodel.model.domain.spi
-
- SimpleValue - Class in org.hibernate.mapping
-
Any value that maps to columns.
- SimpleValue(MetadataImplementor) - Constructor for class org.hibernate.mapping.SimpleValue
-
- SimpleValue(MetadataImplementor, Table) - Constructor for class org.hibernate.mapping.SimpleValue
-
- SimpleValue(MetadataBuildingContext) - Constructor for class org.hibernate.mapping.SimpleValue
-
- SimpleValue(MetadataBuildingContext, Table) - Constructor for class org.hibernate.mapping.SimpleValue
-
- SimpleValueBinder - Class in org.hibernate.cfg.annotations
-
- SimpleValueBinder() - Constructor for class org.hibernate.cfg.annotations.SimpleValueBinder
-
- SimpleValueTypeInfo - Interface in org.hibernate.boot.jaxb.hbm.spi
-
- SingleColumnType<T> - Interface in org.hibernate.type
-
Provide convenient methods for binding and extracting values for use with
BasicType
.
- SingleLineSqlCommandExtractor - Class in org.hibernate.tool.hbm2ddl
-
Class responsible for extracting SQL statements from import script.
- SingleLineSqlCommandExtractor() - Constructor for class org.hibernate.tool.hbm2ddl.SingleLineSqlCommandExtractor
-
- SingleTableEntityPersister - Class in org.hibernate.persister.entity
-
The default implementation of the EntityPersister interface.
- SingleTableEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, PersisterCreationContext) - Constructor for class org.hibernate.persister.entity.SingleTableEntityPersister
-
- SingleTableSubclass - Class in org.hibernate.mapping
-
- SingleTableSubclass(PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.SingleTableSubclass
-
- SingularAttributeInfo - Interface in org.hibernate.boot.jaxb.hbm.spi
-
- SingularAttributeNature - Enum in org.hibernate.boot.model.source.spi
-
Describes possible natures of a singular attribute.
- SingularAttributeSource - Interface in org.hibernate.boot.model.source.spi
-
Source-agnostic description of information needed to bind a singular attribute.
- SingularAttributeSourceAny - Interface in org.hibernate.boot.model.source.spi
-
Describes an <any/>
mapping
- SingularAttributeSourceBasic - Interface in org.hibernate.boot.model.source.spi
-
- SingularAttributeSourceEmbedded - Interface in org.hibernate.boot.model.source.spi
-
Represents the binding source for a singular attribute that is "embedded"
or "composite".
- SingularAttributeSourceManyToOne - Interface in org.hibernate.boot.model.source.spi
-
- SingularAttributeSourceOneToOne - Interface in org.hibernate.boot.model.source.spi
-
- SingularAttributeSourceToOne - Interface in org.hibernate.boot.model.source.spi
-
Further contract for sources of singular associations (one-to-one
and many-to-one
).
- SingularPersistentAttribute<D,J> - Interface in org.hibernate.metamodel.model.domain.spi
-
- Size - Class in org.hibernate.engine.jdbc
-
Models size restrictions/requirements on a column's datatype.
- Size() - Constructor for class org.hibernate.engine.jdbc.Size
-
- Size(int, int, long, Size.LobMultiplier) - Constructor for class org.hibernate.engine.jdbc.Size
-
Complete constructor.
- size() - Method in class org.hibernate.engine.spi.ExecutableList
-
- size() - Method in class org.hibernate.proxy.map.MapProxy
-
- Size.LobMultiplier - Enum in org.hibernate.engine.jdbc
-
- Sized - Interface in org.hibernate.usertype
-
Extends dictated/default column size declarations from
Type
to the
UserType
hierarchy as well via an optional interface.
- sizeEq(String, int) - Static method in class org.hibernate.criterion.Restrictions
-
Constrain a collection valued property by size
- SizeExpression - Class in org.hibernate.criterion
-
Used to define a restriction on a collection property based on its size.
- SizeExpression(String, int, String) - Constructor for class org.hibernate.criterion.SizeExpression
-
- sizeGe(String, int) - Static method in class org.hibernate.criterion.Restrictions
-
Constrain a collection valued property by size
- sizeGt(String, int) - Static method in class org.hibernate.criterion.Restrictions
-
Constrain a collection valued property by size
- sizeLe(String, int) - Static method in class org.hibernate.criterion.Restrictions
-
Constrain a collection valued property by size
- sizeLt(String, int) - Static method in class org.hibernate.criterion.Restrictions
-
Constrain a collection valued property by size
- sizeNe(String, int) - Static method in class org.hibernate.criterion.Restrictions
-
Constrain a collection valued property by size
- SizeSource - Interface in org.hibernate.boot.model.source.spi
-
- skip(long) - Method in class org.hibernate.query.spi.DoubleStreamDecorator
-
- skip(long) - Method in class org.hibernate.query.spi.IntStreamDecorator
-
- skip(long) - Method in class org.hibernate.query.spi.LongStreamDecorator
-
- skip(long) - Method in class org.hibernate.query.spi.StreamDecorator
-
- Skip - Annotation Type in org.hibernate.testing
-
An annotation, used in combination with
Skip.Matcher
, to determine when/if tests should be skipped.
- skip() - Method in class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
-
- Skip.AlwaysSkip - Class in org.hibernate.testing
-
- Skip.Matcher - Interface in org.hibernate.testing
-
Simple boolean assertion
- Skip.OperatingSystem - Interface in org.hibernate.testing
-
- Skip.OperatingSystem.Windows - Class in org.hibernate.testing
-
- SKIP_LOCKED - Static variable in class org.hibernate.LockOptions
-
Indicates that rows that are already locked should be skipped.
- SkipForDialect - Annotation Type in org.hibernate.testing
-
Annotation used to indicate that a test should be skipped when run against the
indicated dialects.
- SkipForDialects - Annotation Type in org.hibernate.testing
-
- SkipLog - Class in org.hibernate.testing
-
Well-known-location lookup for the test-skip log...
- sleep(long) - Method in class org.hibernate.testing.junit4.BaseUnitTestCase
-
- sleepASecond() - Method in class org.hibernate.testing.byteman.BytemanHelper
-
- smallIntegerCastTarget() - Method in class org.hibernate.dialect.MySQLDialect
-
- SmallIntTypeDescriptor - Class in org.hibernate.type.descriptor.sql
-
- SmallIntTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.sql.SmallIntTypeDescriptor
-
- SoftLock - Interface in org.hibernate.cache.spi.access
-
Memento object for use by synchronous concurrency strategies
- softLockedCacheExpired(String, Object) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
-
Log a message (WARN) about expiry of soft-locked region.
- Sort - Annotation Type in org.hibernate.annotations
-
- sort - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
- sort - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
- sort() - Method in class org.hibernate.engine.spi.ExecutableList
-
Sorts the list using the natural ordering or using the Sorter if it's not null.
- sort(List<E>) - Method in interface org.hibernate.engine.spi.ExecutableList.Sorter
-
Sorts the list.
- SORT_KEY - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
-
- SORT_KEY - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
-
- SORT_SPEC - Static variable in interface org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRendererTokenTypes
-
- SORT_SPEC - Static variable in interface org.hibernate.sql.ordering.antlr.OrderByTemplateTokenTypes
-
- Sortable - Interface in org.hibernate.boot.model.source.spi
-
Contact to define if the source of plural attribute is sortable or not.
- sortActions() - Method in class org.hibernate.engine.spi.ActionQueue
-
- sortCollectionActions() - Method in class org.hibernate.engine.spi.ActionQueue
-
- SortComparator - Annotation Type in org.hibernate.annotations
-
Specifies in-memory Set/Map sorting using a specified
Comparator
for sorting.
- sorted() - Method in class org.hibernate.query.spi.DoubleStreamDecorator
-
- sorted() - Method in class org.hibernate.query.spi.IntStreamDecorator
-
- sorted() - Method in class org.hibernate.query.spi.LongStreamDecorator
-
- sorted() - Method in class org.hibernate.query.spi.StreamDecorator
-
- sorted(Comparator<? super R>) - Method in class org.hibernate.query.spi.StreamDecorator
-
- sortedMap(String, String, Comparator) - Method in class org.hibernate.type.TypeFactory
-
Deprecated.
- SortedMapType - Class in org.hibernate.type
-
- SortedMapType(TypeFactory.TypeScope, String, String, Comparator) - Constructor for class org.hibernate.type.SortedMapType
-
- SortedMapType(String, String, Comparator) - Constructor for class org.hibernate.type.SortedMapType
-
- sortedSet(String, String, Comparator) - Method in class org.hibernate.type.TypeFactory
-
Deprecated.
- SortedSetType - Class in org.hibernate.type
-
- SortedSetType(TypeFactory.TypeScope, String, String, Comparator) - Constructor for class org.hibernate.type.SortedSetType
-
- SortedSetType(String, String, Comparator) - Constructor for class org.hibernate.type.SortedSetType
-
- sortKey() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
-
Recognition rule for what ANSI SQL terms the sort key which is the expression (column, function, etc) upon
which to base the sorting.
- sortKey(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
-
- SortKey - Class in org.hibernate.sql.ordering.antlr
-
Models the container node for the
sort key, which is the term given by the ANSI SQL specification to the
expression upon which to sort for each
SortSpecification
- SortKey() - Constructor for class org.hibernate.sql.ordering.antlr.SortKey
-
- sortKeySpecification(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
-
- sortMethods(List<FrameworkMethod>) - Method in class org.hibernate.testing.junit4.CustomRunner
-
- SortNatural - Annotation Type in org.hibernate.annotations
-
Specifies in-memory Set/Map sorting using natural sorting.
- sortSpecification() - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentParser
-
Recognition rule for what ANSI SQL terms the sort specification, which is essentially each thing upon which
the results should be sorted.
- sortSpecification(AST) - Method in class org.hibernate.sql.ordering.antlr.GeneratedOrderByFragmentRenderer
-
- SortSpecification - Class in org.hibernate.sql.ordering.antlr
-
Models each sorting expression.
- SortSpecification() - Constructor for class org.hibernate.sql.ordering.antlr.SortSpecification
-
- SortType - Enum in org.hibernate.annotations
-
- Source - Annotation Type in org.hibernate.annotations
-
Optional annotation in conjunction with
Version
and timestamp version properties
indicating the source of the timestamp value.
- source - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType
-
- source() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
-
- SourceDescriptor - Interface in org.hibernate.tool.schema.spi
-
Describes a source for schema create, drop and migrate actions.
- SourceType - Enum in org.hibernate.annotations
-
Where should Hibernate retrieve the value from? From the database, or from the current JVM?
- SourceType - Enum in org.hibernate.boot.jaxb
-
From what type of source did we obtain the data
- SourceType - Enum in org.hibernate.tool.schema
-
Enumeration of the various types of sources understood by various SchemaManagementTooling
delegates.
- SPACE - Static variable in interface org.hibernate.tool.schema.ast.GeneratedSqlScriptParserTokenTypes
-
- SPACE_PLACEHOLDER - Static variable in class org.hibernate.dialect.function.AnsiTrimEmulationFunction
-
The placeholder used to represent whitespace
- spaceToSkip() - Method in class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
-
- Spatial - Interface in org.hibernate.spatial
-
A marker interface for spatial (geometric/geographic) types.
- SpatialAggregate - Interface in org.hibernate.spatial
-
Enumeration of types of Spatial Aggregation
- SpatialAnalysis - Interface in org.hibernate.spatial
-
The spatial analysis functions defined in the OGC SFS specification.
- SpatialDialect - Interface in org.hibernate.spatial
-
Describes the features of a spatially enabled dialect.
- spatialEnabled(boolean) - Method in interface org.hibernate.spatial.HSMessageLogger
-
- SpatialFilter - Class in org.hibernate.spatial.criterion
-
A Criterion
constraining a geometry property to have a bounding box that overlaps with
a specified bounding box.
- SpatialFilter(String, Geometry) - Constructor for class org.hibernate.spatial.criterion.SpatialFilter
-
Constructs an instance with the specified property and the bounding box of the specified geometry.
- SpatialFilter(String, Envelope, int) - Constructor for class org.hibernate.spatial.criterion.SpatialFilter
-
Constructs an instance with the specified property and the bounding box of the specified geometry.
- SpatialFunction - Enum in org.hibernate.spatial
-
Spatial functions that users generally expect in a database.
- spatialFunctions() - Method in class org.hibernate.spatial.dialect.mariadb.MariaDB103SpatialDialect
-
- spatialFunctions() - Method in interface org.hibernate.spatial.dialect.mariadb.MariaDBSpatialDialectTrait
-
- SpatialFunctionsRegistry - Class in org.hibernate.spatial.dialect
-
Registers all available spatial functions for a Dialect
- SpatialFunctionsRegistry() - Constructor for class org.hibernate.spatial.dialect.SpatialFunctionsRegistry
-
- SpatialInitializer - Class in org.hibernate.spatial.integration
-
Manages initialization of the hibernate-spatial integration
- SpatialInitializer() - Constructor for class org.hibernate.spatial.integration.SpatialInitializer
-
- SpatialPredicates - Class in org.hibernate.spatial.predicate
-
- SpatialPredicates() - Constructor for class org.hibernate.spatial.predicate.SpatialPredicates
-
Deprecated.
- SpatialProjections - Class in org.hibernate.spatial.criterion
-
A factory for spatial projections.
- SpatialRelateExpression - Class in org.hibernate.spatial.criterion
-
A Criterion
constraining a Geometry
property to have specific spatial relation
to a search Geometry
.
- SpatialRelateExpression(String, Geometry, int) - Constructor for class org.hibernate.spatial.criterion.SpatialRelateExpression
-
Constructs an instance
- SpatialRelation - Interface in org.hibernate.spatial
-
Enumerates the supported spatial relations.
- spatialRestriction(int, String, Geometry) - Static method in class org.hibernate.spatial.criterion.SpatialRestrictions
-
Apply the specified spatial relation constraint to the named property.
- SpatialRestrictions - Class in org.hibernate.spatial.criterion
-
A factory for spatial criteria.
- SpatialService - Class in org.hibernate.spatial.integration
-
Central service for spatial integration
- SpatialService(StandardServiceRegistryBuilder) - Constructor for class org.hibernate.spatial.integration.SpatialService
-
- SPEC_HINT_TIMEOUT - Static variable in class org.hibernate.jpa.QueryHints
-
The hint key for specifying a query timeout per JPA, which defines the timeout in milliseconds
- specialOneToOne(String, ForeignKeyDirection, boolean, String, boolean, boolean, String, String) - Method in class org.hibernate.type.TypeFactory
-
- specialOneToOne(String, ForeignKeyDirection, boolean, String, boolean, boolean, String, String, boolean) - Method in class org.hibernate.type.TypeFactory
-
Deprecated.
- SpecialOneToOneType - Class in org.hibernate.type
-
A one-to-one association that maps to specific formula(s)
instead of the primary key column of the owning entity.
- SpecialOneToOneType(TypeFactory.TypeScope, String, ForeignKeyDirection, String, boolean, boolean, String, String) - Constructor for class org.hibernate.type.SpecialOneToOneType
-
- SpecialOneToOneType(TypeFactory.TypeScope, String, ForeignKeyDirection, boolean, String, boolean, boolean, String, String) - Constructor for class org.hibernate.type.SpecialOneToOneType
-
- SpecialOneToOneType(TypeFactory.TypeScope, String, ForeignKeyDirection, boolean, String, boolean, boolean, String, String, boolean) - Constructor for class org.hibernate.type.SpecialOneToOneType
-
- SpecialOneToOneType(SpecialOneToOneType, String) - Constructor for class org.hibernate.type.SpecialOneToOneType
-
- spliterator() - Method in class org.hibernate.query.spi.DoubleStreamDecorator
-
- spliterator() - Method in class org.hibernate.query.spi.IntStreamDecorator
-
- spliterator() - Method in class org.hibernate.query.spi.LongStreamDecorator
-
- spliterator() - Method in class org.hibernate.query.spi.StreamDecorator
-
- sql(String, Object[], Type[]) - Static method in class org.hibernate.criterion.Expression
-
- sql(String, Object, Type) - Static method in class org.hibernate.criterion.Expression
-
- sql(String) - Static method in class org.hibernate.criterion.Expression
-
- sql - Variable in class org.hibernate.loader.JoinWalker
-
- sql - Variable in class org.hibernate.loader.OuterJoinLoader
-
- sql2003() - Method in class org.hibernate.engine.jdbc.env.spi.AnsiSqlKeywords
-
Retrieve all keywords defined by ANSI SQL:2003
- SQL2008StandardLimitHandler - Class in org.hibernate.dialect.pagination
-
LIMIT clause handler compatible with ISO and ANSI SQL:2008 standard.
- SQL_EXCEPTION_CONVERTER - Static variable in interface org.hibernate.cfg.AvailableSettings
-
- sqlAlterStrings(Dialect, Metadata, TableInformation, Identifier, Identifier) - Method in class org.hibernate.mapping.Table
-
- sqlCommentStrings(Dialect, String, String) - Method in class org.hibernate.mapping.Table
-
- sqlConstraintString(Dialect, String, String, String) - Method in class org.hibernate.mapping.Constraint
-
- sqlConstraintString(Dialect, String, String, String) - Method in class org.hibernate.mapping.ForeignKey
-
- sqlConstraintString(Dialect) - Method in class org.hibernate.mapping.Index
-
- sqlConstraintString(Dialect) - Method in class org.hibernate.mapping.PrimaryKey
-
- sqlConstraintString(Dialect, String, String, String) - Method in class org.hibernate.mapping.PrimaryKey
-
- sqlConstraintString(Dialect, String, String, String) - Method in class org.hibernate.mapping.UniqueKey
-
- sqlCreateString(Dialect, Mapping, String, String) - Method in class org.hibernate.mapping.Constraint
-
- sqlCreateString(Dialect, Mapping, String, String) - Method in class org.hibernate.mapping.Index
-
- sqlCreateString(Dialect, Mapping, String, String) - Method in interface org.hibernate.mapping.RelationalModel
-
Deprecated.
- sqlCreateString(Dialect, Mapping, String, String) - Method in class org.hibernate.mapping.Table
-
- sqlCreateString(Dialect, Mapping, String, String) - Method in class org.hibernate.mapping.UniqueKey
-
- sqlCreateStrings(Dialect) - Method in interface org.hibernate.boot.model.relational.AuxiliaryDatabaseObject
-
Gets the SQL strings for creating the database object.
- sqlCreateStrings(Dialect) - Method in class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
-
- sqlCreateStrings(Dialect) - Method in class org.hibernate.envers.enhanced.OrderedSequenceStructure
-
- sqlCreateStrings(Dialect) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
-
Commands needed to create the underlying structures.
- sqlCreateStrings(Dialect) - Method in class org.hibernate.id.enhanced.SequenceStructure
-
- sqlCreateStrings(Dialect) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
- sqlCreateStrings(Dialect) - Method in class org.hibernate.id.enhanced.TableGenerator
-
- sqlCreateStrings(Dialect) - Method in class org.hibernate.id.enhanced.TableStructure
-
- sqlCreateStrings(Dialect) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
-
Deprecated.
- sqlCreateStrings(Dialect) - Method in interface org.hibernate.id.PersistentIdentifierGenerator
-
- sqlCreateStrings(Dialect) - Method in class org.hibernate.id.SequenceGenerator
-
Deprecated.
- SQLCriterion - Class in org.hibernate.criterion
-
A SQL fragment.
- SQLCriterion(String, Object[], Type[]) - Constructor for class org.hibernate.criterion.SQLCriterion
-
- SQLCriterion(String, Object, Type) - Constructor for class org.hibernate.criterion.SQLCriterion
-
- SQLCriterion(String) - Constructor for class org.hibernate.criterion.SQLCriterion
-
- SQLCustomQuery - Class in org.hibernate.loader.custom.sql
-
Implements Hibernate's built-in support for native SQL queries.
- SQLCustomQuery(String, NativeSQLQueryReturn[], Collection, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.custom.sql.SQLCustomQuery
-
- SQLDelete - Annotation Type in org.hibernate.annotations
-
Custom SQL statement for delete of an entity/collection.
- sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
- sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
- sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
-
- sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
- sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
- sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
- sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
- sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
- sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
- sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
- sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
- sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
- SQLDeleteAll - Annotation Type in org.hibernate.annotations
-
Custom SQL statement for delete of all of a collection's elements.
- sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
- sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
- sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
- sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
- sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
- sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
- sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
- sqlDropString(Dialect, String, String) - Method in class org.hibernate.mapping.Constraint
-
- sqlDropString(Dialect, String, String) - Method in class org.hibernate.mapping.ForeignKey
-
- sqlDropString(Dialect, String, String) - Method in class org.hibernate.mapping.Index
-
- sqlDropString(Dialect, String, String) - Method in interface org.hibernate.mapping.RelationalModel
-
Deprecated.
- sqlDropString(Dialect, String, String) - Method in class org.hibernate.mapping.Table
-
- sqlDropString(Dialect, String, String) - Method in class org.hibernate.mapping.UniqueKey
-
- sqlDropStrings(Dialect) - Method in interface org.hibernate.boot.model.relational.AuxiliaryDatabaseObject
-
Gets the SQL strings for dropping the database object.
- sqlDropStrings(Dialect) - Method in class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
-
- sqlDropStrings(Dialect) - Method in class org.hibernate.envers.enhanced.OrderedSequenceStructure
-
- sqlDropStrings(Dialect) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
-
Commands needed to drop the underlying structures.
- sqlDropStrings(Dialect) - Method in class org.hibernate.id.enhanced.SequenceStructure
-
- sqlDropStrings(Dialect) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
- sqlDropStrings(Dialect) - Method in class org.hibernate.id.enhanced.TableGenerator
-
- sqlDropStrings(Dialect) - Method in class org.hibernate.id.enhanced.TableStructure
-
- sqlDropStrings(Dialect) - Method in class org.hibernate.id.MultipleHiLoPerTableGenerator
-
Deprecated.
- sqlDropStrings(Dialect) - Method in interface org.hibernate.id.PersistentIdentifierGenerator
-
- sqlDropStrings(Dialect) - Method in class org.hibernate.id.SequenceGenerator
-
Deprecated.
- SQLExceptionConversionDelegate - Interface in org.hibernate.exception.spi
-
- SQLExceptionConverter - Interface in org.hibernate.exception.spi
-
Defines a contract for implementations that know how to convert a SQLException
into Hibernate's JDBCException hierarchy.
- SQLExceptionConverterFactory - Class in org.hibernate.exception.spi
-
A factory for building SQLExceptionConverter instances.
- SqlExceptionHelper - Class in org.hibernate.engine.jdbc.spi
-
Helper for handling SQLExceptions in various manners.
- SqlExceptionHelper(boolean) - Constructor for class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
-
Create an exception helper with a default exception converter.
- SqlExceptionHelper(SQLExceptionConverter, boolean) - Constructor for class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
-
Create an exception helper with a specific exception converter.
- sqlExceptionHelper - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- SqlExceptionHelper.StandardWarningHandler - Class in org.hibernate.engine.jdbc.spi
-
Standard SQLWarning handler for logging warnings
- SqlExceptionHelper.WarningHandler - Interface in org.hibernate.engine.jdbc.spi
-
- SqlExceptionHelper.WarningHandlerLoggingSupport - Class in org.hibernate.engine.jdbc.spi
-
- SqlFragmentAlias - Annotation Type in org.hibernate.annotations
-
Describe aliases for filters.
- SQLFunction - Interface in org.hibernate.dialect.function
-
Provides support routines for the HQL functions as used
in the various SQL Dialects
Provides an interface for supporting various HQL functions that are
translated to SQL.
- SQLFunctionRegistry - Class in org.hibernate.dialect.function
-
Defines a registry for SQLFunction instances
- SQLFunctionRegistry(Dialect, Map<String, SQLFunction>) - Constructor for class org.hibernate.dialect.function.SQLFunctionRegistry
-
Constructs a SQLFunctionRegistry
- SQLFunctionTemplate - Class in org.hibernate.dialect.function
-
Represents HQL functions that can have different representations in different SQL dialects where that
difference can be handled via a template/pattern.
- SQLFunctionTemplate(Type, String) - Constructor for class org.hibernate.dialect.function.SQLFunctionTemplate
-
Constructs a SQLFunctionTemplate
- SQLFunctionTemplate(Type, String, boolean) - Constructor for class org.hibernate.dialect.function.SQLFunctionTemplate
-
Constructs a SQLFunctionTemplate
- SQLGrammarException - Exception in org.hibernate.exception
-
Implementation of JDBCException indicating that the SQL sent to the database
server was invalid (syntax error, invalid object references, etc).
- SQLGrammarException(String, SQLException) - Constructor for exception org.hibernate.exception.SQLGrammarException
-
Constructor for JDBCException.
- SQLGrammarException(String, SQLException, String) - Constructor for exception org.hibernate.exception.SQLGrammarException
-
Constructor for JDBCException.
- sqlGroupProjection(String, String, String[], Type[]) - Static method in class org.hibernate.criterion.Projections
-
A grouping SQL projection, specifying both select clause and group by clause fragments
- SQLInsert - Annotation Type in org.hibernate.annotations
-
Custom SQL statement for insertion of an entity/collection.
- sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
- sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
- sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
-
- sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
- sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
- sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
- sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
- sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
- sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
- sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
- sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
- sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
- SQLLoadable - Interface in org.hibernate.persister.entity
-
A class persister that supports queries expressed in the
platform native SQL dialect
- SQLLoadableCollection - Interface in org.hibernate.persister.collection
-
- sqlProjection(String, String[], Type[]) - Static method in class org.hibernate.criterion.Projections
-
A SQL projection, a typed select clause fragment
- SQLProjection - Class in org.hibernate.criterion
-
A SQL fragment.
- SQLProjection(String, String[], Type[]) - Constructor for class org.hibernate.criterion.SQLProjection
-
- SQLProjection(String, String, String[], Type[]) - Constructor for class org.hibernate.criterion.SQLProjection
-
- sqlQuery - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
-
- sqlQuery - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
-
- sqlQuery - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
- sqlQuery - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
- sqlQuery - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
- SQLQuery<T> - Interface in org.hibernate
-
- SQLQuery.FetchReturn - Interface in org.hibernate
-
Deprecated.
Allows access to further control how join fetch returns are mapped back from result sets.
- SQLQuery.ReturnProperty - Interface in org.hibernate
-
Deprecated.
Allows access to further control how properties within a root or join fetch are mapped back from the result set.
- SQLQuery.RootReturn - Interface in org.hibernate
-
Deprecated.
Allows access to further control how root returns are mapped back from result sets.
- SQLQueryParser - Class in org.hibernate.loader.custom.sql
-
- SQLQueryParser(String, SQLQueryParser.ParserContext, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.custom.sql.SQLQueryParser
-
- SQLQueryParser.ParameterSubstitutionRecognizer - Class in org.hibernate.loader.custom.sql
-
- SQLQueryReturnProcessor - Class in org.hibernate.loader.custom.sql
-
- SQLQueryReturnProcessor(NativeSQLQueryReturn[], SessionFactoryImplementor) - Constructor for class org.hibernate.loader.custom.sql.SQLQueryReturnProcessor
-
- SQLQueryReturnProcessor.ResultAliasContext - Class in org.hibernate.loader.custom.sql
-
- sqlRestriction(String, Object[], Type[]) - Static method in class org.hibernate.criterion.Restrictions
-
Create a restriction expressed in SQL with JDBC parameters.
- sqlRestriction(String, Object, Type) - Static method in class org.hibernate.criterion.Restrictions
-
Create a restriction expressed in SQL with one JDBC parameter.
- sqlRestriction(String) - Static method in class org.hibernate.criterion.Restrictions
-
Apply a constraint expressed in SQL with no JDBC parameters.
- sqlResultSetMapping - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
- sqlResultSetMapping - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbEntityMappings
-
- sqlResultSetMapping - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
-
- sqlResultSetMapping - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
-
- SqlResultSetMapping - Class in org.hibernate.jpamodelgen.xml.jaxb
-
- SqlResultSetMapping() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
-
- SqlScriptLexer - Class in org.hibernate.tool.schema.ast
-
- SqlScriptLexer(InputStream) - Constructor for class org.hibernate.tool.schema.ast.SqlScriptLexer
-
- SqlScriptLexer(Reader) - Constructor for class org.hibernate.tool.schema.ast.SqlScriptLexer
-
- SqlScriptLexer(InputBuffer) - Constructor for class org.hibernate.tool.schema.ast.SqlScriptLexer
-
- SqlScriptLexer(LexerSharedInputState) - Constructor for class org.hibernate.tool.schema.ast.SqlScriptLexer
-
- SqlScriptLogging - Class in org.hibernate.tool.schema.ast
-
- SqlScriptLogging() - Constructor for class org.hibernate.tool.schema.ast.SqlScriptLogging
-
- SqlScriptParser - Class in org.hibernate.tool.schema.ast
-
- SqlScriptParser(Consumer<String>, TokenStream) - Constructor for class org.hibernate.tool.schema.ast.SqlScriptParser
-
- SqlScriptParserException - Exception in org.hibernate.tool.schema.ast
-
- SqlScriptParserException(String) - Constructor for exception org.hibernate.tool.schema.ast.SqlScriptParserException
-
- SqlScriptParserException(String, Throwable) - Constructor for exception org.hibernate.tool.schema.ast.SqlScriptParserException
-
- SQLServer2005Dialect - Class in org.hibernate.dialect
-
A dialect for Microsoft SQL 2005.
- SQLServer2005Dialect() - Constructor for class org.hibernate.dialect.SQLServer2005Dialect
-
Constructs a SQLServer2005Dialect
- SQLServer2005LimitHandler - Class in org.hibernate.dialect.pagination
-
LIMIT clause handler compatible with SQL Server 2005 and later.
- SQLServer2005LimitHandler() - Constructor for class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
-
Constructs a SQLServer2005LimitHandler
- SQLServer2008Dialect - Class in org.hibernate.dialect
-
A dialect for Microsoft SQL Server 2008 with JDBC Driver 3.0 and above
- SQLServer2008Dialect() - Constructor for class org.hibernate.dialect.SQLServer2008Dialect
-
Constructs a SQLServer2008Dialect
- SqlServer2008GeometryTypeDescriptor - Class in org.hibernate.spatial.dialect.sqlserver
-
Type descriptor for the SQL Server 2008 Geometry type.
- SqlServer2008GeometryTypeDescriptor() - Constructor for class org.hibernate.spatial.dialect.sqlserver.SqlServer2008GeometryTypeDescriptor
-
- SqlServer2008SpatialDialect - Class in org.hibernate.spatial.dialect.sqlserver
-
The SpatialDialect
for Microsoft SQL Server (2008).
- SqlServer2008SpatialDialect() - Constructor for class org.hibernate.spatial.dialect.sqlserver.SqlServer2008SpatialDialect
-
- SQLServer2012Dialect - Class in org.hibernate.dialect
-
Microsoft SQL Server 2012 Dialect
- SQLServer2012Dialect() - Constructor for class org.hibernate.dialect.SQLServer2012Dialect
-
- SQLServer2012LimitHandler - Class in org.hibernate.dialect.pagination
-
LIMIT clause handler compatible with SQL Server 2012 and later.
- SQLServer2012LimitHandler() - Constructor for class org.hibernate.dialect.pagination.SQLServer2012LimitHandler
-
- SqlServer2012SpatialDialect - Class in org.hibernate.spatial.dialect.sqlserver
-
Created by Karel Maesen, Geovise BVBA on 19/09/2018.
- SqlServer2012SpatialDialect() - Constructor for class org.hibernate.spatial.dialect.sqlserver.SqlServer2012SpatialDialect
-
- SQLServerDatabaseCleaner - Class in org.hibernate.testing.cleaner
-
- SQLServerDatabaseCleaner() - Constructor for class org.hibernate.testing.cleaner.SQLServerDatabaseCleaner
-
- SQLServerDialect - Class in org.hibernate.dialect
-
A dialect for Microsoft SQL Server 2000
- SQLServerDialect() - Constructor for class org.hibernate.dialect.SQLServerDialect
-
Constructs a SQLServerDialect
- SQLServerIdentityColumnSupport - Class in org.hibernate.dialect.identity
-
- SQLServerIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.SQLServerIdentityColumnSupport
-
- SQLServerSnapshotIsolationConnectionProvider - Class in org.hibernate.testing.jdbc
-
This
ConnectionProvider
extends any other ConnectionProvider that would be used by default taken the current configuration properties, and it
just sets the READ_COMMITTED_SNAPSHOT isolation level for SQL Server.
- SQLServerSnapshotIsolationConnectionProvider() - Constructor for class org.hibernate.testing.jdbc.SQLServerSnapshotIsolationConnectionProvider
-
- SQLStatementInterceptor - Class in org.hibernate.testing.jdbc
-
- SQLStatementInterceptor(SessionFactoryBuilder) - Constructor for class org.hibernate.testing.jdbc.SQLStatementInterceptor
-
- SQLStatementInterceptor(Map) - Constructor for class org.hibernate.testing.jdbc.SQLStatementInterceptor
-
- SQLStatementInterceptor(StandardServiceRegistryBuilder) - Constructor for class org.hibernate.testing.jdbc.SQLStatementInterceptor
-
- SQLStatementInterceptor(Configuration) - Constructor for class org.hibernate.testing.jdbc.SQLStatementInterceptor
-
- SqlStatementLogger - Class in org.hibernate.engine.jdbc.spi
-
Centralize logging for SQL statements.
- SqlStatementLogger() - Constructor for class org.hibernate.engine.jdbc.spi.SqlStatementLogger
-
Constructs a new SqlStatementLogger instance.
- SqlStatementLogger(boolean, boolean) - Constructor for class org.hibernate.engine.jdbc.spi.SqlStatementLogger
-
Constructs a new SqlStatementLogger instance.
- SqlStatementLogger(boolean, boolean, boolean) - Constructor for class org.hibernate.engine.jdbc.spi.SqlStatementLogger
-
Constructs a new SqlStatementLogger instance.
- SqlStatementLogger(boolean, boolean, boolean, long) - Constructor for class org.hibernate.engine.jdbc.spi.SqlStatementLogger
-
Constructs a new SqlStatementLogger instance.
- SQLStateType - Enum in org.hibernate.engine.jdbc.env.spi
-
- sqlType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
-
- sqlType - Variable in class org.hibernate.cfg.Ejb3Column
-
- sqlType() - Method in class org.hibernate.type.AbstractSingleColumnStandardBasicType
-
- sqlType() - Method in interface org.hibernate.type.SingleColumnType
-
- SqlTypeDescriptor - Interface in org.hibernate.type.descriptor.sql
-
Descriptor for the SQL/JDBC side of a value mapping.
- SqlTypeDescriptorRegistry - Class in org.hibernate.type.descriptor.sql.spi
-
- SqlTypeDescriptorRegistry(TypeConfiguration) - Constructor for class org.hibernate.type.descriptor.sql.spi.SqlTypeDescriptorRegistry
-
- SqlTypeDescriptorRegistry - Class in org.hibernate.type.descriptor.sql
-
- SqlTypeDescriptorRegistry() - Constructor for class org.hibernate.type.descriptor.sql.SqlTypeDescriptorRegistry
-
Deprecated.
- SqlTypeDescriptorRegistry.ObjectSqlTypeDescriptor - Class in org.hibernate.type.descriptor.sql
-
Deprecated.
- sqlTypes(Mapping) - Method in class org.hibernate.loader.entity.NaturalIdType
-
- sqlTypes(Mapping) - Method in class org.hibernate.persister.entity.DiscriminatorType
-
- sqlTypes(Mapping) - Method in class org.hibernate.type.AbstractStandardBasicType
-
- sqlTypes(Mapping) - Method in class org.hibernate.type.AnyType
-
- sqlTypes(Mapping) - Method in class org.hibernate.type.CollectionType
-
- sqlTypes(Mapping) - Method in class org.hibernate.type.ComponentType
-
- sqlTypes(Mapping) - Method in class org.hibernate.type.CompositeCustomType
-
- sqlTypes(Mapping) - Method in class org.hibernate.type.CustomType
-
- sqlTypes() - Method in class org.hibernate.type.EnumType
-
- sqlTypes(Mapping) - Method in class org.hibernate.type.ManyToOneType
-
- sqlTypes(Mapping) - Method in class org.hibernate.type.MetaType
-
- sqlTypes(Mapping) - Method in class org.hibernate.type.OneToOneType
-
- sqlTypes(Mapping) - Method in class org.hibernate.type.SpecialOneToOneType
-
- sqlTypes(Mapping) - Method in interface org.hibernate.type.Type
-
Return the JDBC types codes (per
Types
) for the columns mapped by this type.
- sqlTypes() - Method in interface org.hibernate.usertype.UserType
-
Return the SQL type codes for the columns mapped by this type.
- SQLUpdate - Annotation Type in org.hibernate.annotations
-
Custom SQL statement for update of an entity/collection.
- sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
- sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
- sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
-
- sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
- sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
- sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
- sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
- sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
- sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
- sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
- sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
- sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
- SqlValueReference - Interface in org.hibernate.sql.ordering.antlr
-
Unifying interface between column and formula references mainly to give more strictly typed result
to
ColumnMapper.map(String)
- sqlWhereString - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
-
- StaleObjectStateException - Exception in org.hibernate
-
A specialized StaleStateException that carries information about the particular entity
instance that was the source of the failure.
- StaleObjectStateException(String, Serializable) - Constructor for exception org.hibernate.StaleObjectStateException
-
Constructs a StaleObjectStateException using the supplied information.
- StaleStateException - Exception in org.hibernate
-
Thrown when a version number or timestamp check failed, indicating that the Session contained
stale data (when using long transactions with versioning).
- StaleStateException(String) - Constructor for exception org.hibernate.StaleStateException
-
Constructs a StaleStateException using the supplied message.
- STANDARD_DEFAULT_BATCH_LOAD_SIZING_STRATEGY - Variable in class org.hibernate.dialect.Dialect
-
- STANDARD_WARNING_HANDLER - Static variable in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
-
Static access to the standard handler for logging warnings
- StandardAnsiSqlAggregationFunctions - Class in org.hibernate.dialect.function
-
Centralized definition of standard ANSI SQL aggregation functions
- StandardAnsiSqlAggregationFunctions.AvgFunction - Class in org.hibernate.dialect.function
-
Definition of a standard ANSI SQL compliant AVG function
- StandardAnsiSqlAggregationFunctions.CountFunction - Class in org.hibernate.dialect.function
-
Definition of a standard ANSI SQL compliant COUNT function
- StandardAnsiSqlAggregationFunctions.MaxFunction - Class in org.hibernate.dialect.function
-
Definition of a standard ANSI SQL compliant MAX function
- StandardAnsiSqlAggregationFunctions.MinFunction - Class in org.hibernate.dialect.function
-
Definition of a standard ANSI SQL compliant MIN function
- StandardAnsiSqlAggregationFunctions.SumFunction - Class in org.hibernate.dialect.function
-
Definition of a standard ANSI SQL compliant SUM function
- StandardBasicTypes - Class in org.hibernate.type
-
Centralizes access to the standard set of basic
types
.
- StandardBasicTypeTemplate<J> - Class in org.hibernate.type
-
A BasicType adapter targeting partial portability to 6.0's type
system changes.
- StandardBasicTypeTemplate(SqlTypeDescriptor, JavaTypeDescriptor<J>, String...) - Constructor for class org.hibernate.type.StandardBasicTypeTemplate
-
- StandardCacheEntryImpl - Class in org.hibernate.cache.spi.entry
-
Standard representation of entity cached data using the "disassembled state".
- StandardCacheEntryImpl(Object[], EntityPersister, Object, SharedSessionContractImplementor, Object) - Constructor for class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
-
Constructs a StandardCacheEntryImpl
- StandardCacheTransactionSynchronization - Class in org.hibernate.cache.spi
-
- StandardCacheTransactionSynchronization(RegionFactory) - Constructor for class org.hibernate.cache.spi.StandardCacheTransactionSynchronization
-
- StandardConverters - Class in org.hibernate.engine.config.spi
-
Standard set of setting converters
- StandardGenerationContextLocator(String) - Constructor for class org.hibernate.mapping.Component.StandardGenerationContextLocator
-
- StandardJDBCEscapeFunction - Class in org.hibernate.dialect.function
-
- StandardJDBCEscapeFunction(String, Type) - Constructor for class org.hibernate.dialect.function.StandardJDBCEscapeFunction
-
Constructs a StandardJDBCEscapeFunction
- StandardOptimizerDescriptor - Enum in org.hibernate.id.enhanced
-
Enumeration of the standard Hibernate id generation optimizers.
- StandardOrderByTranslationImpl(String, Set<String>) - Constructor for class org.hibernate.sql.ordering.antlr.OrderByFragmentTranslator.StandardOrderByTranslationImpl
-
- StandardProperty - Class in org.hibernate.tuple
-
- StandardProperty(String, Type, boolean, boolean, boolean, ValueGeneration, boolean, boolean, boolean, CascadeStyle, FetchMode) - Constructor for class org.hibernate.tuple.StandardProperty
-
Deprecated.
Constructs NonIdentifierProperty instances.
- StandardRandomStrategy - Class in org.hibernate.id.uuid
-
Implements a "random" UUID generation strategy as defined by the
UUID.randomUUID()
method.
- StandardRandomStrategy() - Constructor for class org.hibernate.id.uuid.StandardRandomStrategy
-
- StandardServiceInitiator<R extends Service> - Interface in org.hibernate.boot.registry
-
Contract for an initiator of services that target the standard
ServiceRegistry
.
- StandardServiceInitiators - Class in org.hibernate.service
-
Central definition of the standard set of service initiators defined by Hibernate.
- StandardServiceRegistry - Interface in org.hibernate.boot.registry
-
- StandardServiceRegistryBuilder - Class in org.hibernate.boot.registry
-
- StandardServiceRegistryBuilder() - Constructor for class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
Create a default builder.
- StandardServiceRegistryBuilder(BootstrapServiceRegistry) - Constructor for class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
Create a builder with the specified bootstrap services.
- StandardServiceRegistryBuilder(BootstrapServiceRegistry, Map, LoadedConfig) - Constructor for class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
Intended for use exclusively from JPA boot-strapping, or extensions of
this class.
- StandardServiceRegistryBuilder(BootstrapServiceRegistry, Map, LoadedConfig, List<StandardServiceInitiator>) - Constructor for class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
- StandardServiceRegistryBuilder(BootstrapServiceRegistry, Map, ConfigLoader, LoadedConfig, List<StandardServiceInitiator>) - Constructor for class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
Intended for use exclusively from Quarkus boot-strapping, or extensions of
this class which need to override the standard ServiceInitiator list.
- StandardServiceRegistryBuilder(BootstrapServiceRegistry, LoadedConfig) - Constructor for class org.hibernate.boot.registry.StandardServiceRegistryBuilder
-
Create a builder with the specified bootstrap services.
- StandardSQLFunction - Class in org.hibernate.dialect.function
-
Provides a standard implementation that supports the majority of the HQL
functions that are translated to SQL.
- StandardSQLFunction(String) - Constructor for class org.hibernate.dialect.function.StandardSQLFunction
-
Construct a standard SQL function definition with a variable return type;
the actual return type will depend on the types to which the function
is applied.
- StandardSQLFunction(String, Type) - Constructor for class org.hibernate.dialect.function.StandardSQLFunction
-
Construct a standard SQL function definition with a static return type.
- StandardWarningHandler(String) - Constructor for class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.StandardWarningHandler
-
Creates a StandardWarningHandler
- start(SessionFactoryOptions, Map) - Method in class org.hibernate.cache.spi.AbstractRegionFactory
-
- start(SessionFactoryOptions, Map) - Method in interface org.hibernate.cache.spi.RegionFactory
-
Lifecycle callback to perform any necessary initialization of the
underlying cache provider.
- start(BundleContext) - Method in class org.hibernate.osgi.HibernateBundleActivator
-
- start() - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
-
Notification we are preparing to start visitation.
- start() - Method in interface org.hibernate.service.spi.Startable
-
Start phase notification
- start() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
-
- start(Xid, int) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
-
- Startable - Interface in org.hibernate.service.spi
-
Lifecycle contract for services which wish to be notified when it is time to start.
- startingAttribute(AttributeDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
-
Notification that we are preparing to walk an attribute.
- startingCollection(CollectionDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
-
Notification that we are starting to walk a collection
- startingCollectionElements(CollectionElementDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
-
Notification that we are starting to look at the element definition for the collection.
- startingCollectionIndex(CollectionIndexDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
-
Notification that we are starting to walk the index of a collection (List/Map).
- startingComposite(CompositionDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
-
Notification that we are preparing to walk a composite.
- startingEntity(EntityDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
-
Notification we are starting to walk an entity.
- startingEntityIdentifier(EntityIdentifierDefinition) - Method in interface org.hibernate.persister.walking.spi.AssociationVisitationStrategy
-
Notification we are starting to walk the identifier of an entity.
- startingProperty(XProperty) - Method in class org.hibernate.cfg.ClassPropertyHolder
-
- startingProperty(XProperty) - Method in class org.hibernate.cfg.CollectionPropertyHolder
-
- startingProperty(XProperty) - Method in class org.hibernate.cfg.ComponentPropertyHolder
-
- startingProperty(XProperty) - Method in interface org.hibernate.cfg.PropertyHolder
-
Called during binding to allow the PropertyHolder to inspect its discovered properties.
- startService(ServiceBinding<R>) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
-
- startsWithEscapeCallTemplate(String) - Static method in class org.hibernate.engine.query.spi.ParameterParser
-
Exposed as public solely for use from tests
- startTransactionBoundary() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
-
- startTransactionBoundary() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
-
Callback indicating recognition of entering into a transactional
context whether that is explicitly via the Hibernate
Transaction
API or via registration
of Hibernate's JTA Synchronization impl with a JTA Transaction
- startTransactionBoundary() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
-
Callback indicating recognition of entering into a transactional
context whether that is explicitly via the Hibernate
Transaction
API or via registration
of Hibernate's JTA Synchronization impl with a JTA Transaction
- startUp() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
-
- StatelessSession - Interface in org.hibernate
-
A command-oriented API for performing bulk operations against a database.
- StatelessSessionBuilder<T extends StatelessSessionBuilder> - Interface in org.hibernate
-
Represents a consolidation of all stateless session creation options into a builder style delegate.
- statement() - Method in class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
-
- STATEMENT_BATCH_SIZE - Static variable in interface org.hibernate.cfg.AvailableSettings
-
Maximum JDBC batch size.
- STATEMENT_FETCH_SIZE - Static variable in interface org.hibernate.cfg.AvailableSettings
-
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database
when more rows are needed.
- STATEMENT_INSPECTOR - Static variable in interface org.hibernate.cfg.AvailableSettings
-
- statementEnded() - Method in class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
-
- statementEnded() - Method in class org.hibernate.tool.schema.ast.SqlScriptParser
-
Semantic action signifying the end of a statement (delimiter recognized)
- statementFirstPart() - Method in class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
-
- statementInspector(StatementInspector) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
-
- statementInspector(StatementInspector) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
-
- StatementInspector - Interface in org.hibernate.resource.jdbc.spi
-
Contract to allow inspection (and swapping) of SQL to be prepared
- statementInspector(StatementInspector) - Method in interface org.hibernate.SessionBuilder
-
Applies a specific StatementInspector to the session options.
- statementPart() - Method in class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
-
- statementPrepared() - Method in interface org.hibernate.engine.jdbc.spi.ConnectionObserver
-
Notification of a statement being prepared
- statementPrepared() - Method in class org.hibernate.engine.jdbc.spi.ConnectionObserverAdapter
-
- StatementPreparer - Interface in org.hibernate.engine.jdbc.spi
-
Contracting for preparing SQL statements
- statementStarted() - Method in class org.hibernate.tool.schema.ast.GeneratedSqlScriptParser
-
- statementStarted() - Method in class org.hibernate.tool.schema.ast.SqlScriptParser
-
- statementType(String) - Method in class org.hibernate.dialect.Oracle8iDialect
-
- STATIC_METAMODEL_POPULATION - Static variable in interface org.hibernate.cfg.AvailableSettings
-
Setting that controls whether we seek out JPA "static metamodel" classes and populate them.
- staticImport(String, String) - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
-
- staticImport(String, String) - Method in class org.hibernate.jpamodelgen.ImportContextImpl
-
- staticImport(String, String) - Method in interface org.hibernate.jpamodelgen.model.ImportContext
-
- staticImport(String, String) - Method in interface org.hibernate.jpamodelgen.model.MetaEntity
-
- staticImport(String, String) - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
-
- StaticPrecisionFspTimestampFunction - Class in org.hibernate.dialect.function
-
- StaticPrecisionFspTimestampFunction(String, boolean) - Constructor for class org.hibernate.dialect.function.StaticPrecisionFspTimestampFunction
-
- StaticPrecisionFspTimestampFunction(String, int) - Constructor for class org.hibernate.dialect.function.StaticPrecisionFspTimestampFunction
-
- Statistics - Interface in org.hibernate.stat
-
- StatisticsFactory - Interface in org.hibernate.stat.spi
-
- StatisticsImplementor - Interface in org.hibernate.stat.spi
-
Statistics SPI for the Hibernate core.
- Status - Enum in org.hibernate.engine.spi
-
Represents the status of an entity with respect to
this session.
- stop() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
-
- stop() - Method in class org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
-
- stop() - Method in class org.hibernate.event.spi.EventEngine
-
- stop(BundleContext) - Method in class org.hibernate.osgi.HibernateBundleActivator
-
- stop() - Method in class org.hibernate.osgi.OsgiClassLoader
-
- stop() - Method in class org.hibernate.osgi.OSGiClassLoaderServiceImpl
-
- stop() - Method in class org.hibernate.osgi.OsgiServiceUtil
-
- stop() - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
-
- stop() - Method in interface org.hibernate.service.spi.Stoppable
-
Stop phase notification
- stop() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
-
- stop() - Method in class org.hibernate.testing.jdbc.ConnectionProviderDelegate
-
- stop() - Method in class org.hibernate.testing.jdbc.SharedDriverManagerConnectionProviderImpl
-
- stop() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
-
- Stoppable - Interface in org.hibernate.service.spi
-
Lifecycle contract for services which wish to be notified when it is time to stop.
- stopService(ServiceBinding<R>) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
-
- STORAGE_ENGINE - Static variable in interface org.hibernate.cfg.AvailableSettings
-
Defines the default storage engine for the relational databases that support multiple storage engines.
- StorageAccess - Interface in org.hibernate.cache.spi.support
-
A general read/write abstraction over the specific "cache"
object from the caching provider.
- STORE_DATA_AT_DELETE - Static variable in interface org.hibernate.envers.configuration.EnversSettings
-
Indicates whether entity data should be stored during removal.
- StoredProcedureParameter - Class in org.hibernate.jpamodelgen.xml.jaxb
-
- StoredProcedureParameter() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
-
- StoredProcedureQueryParameterRegistration<T> - Interface in org.hibernate.jpa.spi
-
ParameterRegistration extension specifically for stored procedure parameters
exposing some functionality of Hibernate's native
ParameterRegistration
contract
- strategy - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbGeneratedValue
-
- strategy - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbInheritance
-
- strategy - Variable in class org.hibernate.jpamodelgen.xml.jaxb.GeneratedValue
-
- strategy - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Inheritance
-
- StrategyCreator<T> - Interface in org.hibernate.boot.registry.selector.spi
-
- StrategyRegistration<T> - Interface in org.hibernate.boot.registry.selector
-
Describes the registration of a named strategy implementation.
- StrategyRegistrationProvider - Interface in org.hibernate.boot.registry.selector
-
Responsible for providing the registrations of strategy selector(s).
- StrategyRegistrationProviderImpl - Class in org.hibernate.testing.cache
-
Makes the JCache RegionFactory available to the Hibernate
StrategySelector
service
under a number of keys.
- StrategyRegistrationProviderImpl() - Constructor for class org.hibernate.testing.cache.StrategyRegistrationProviderImpl
-
- StrategyRegistrationProviderList - Interface in org.hibernate.jpa.boot.spi
-
- StrategySelectionException - Exception in org.hibernate.boot.registry.selector.spi
-
Indicates a problem performing the selection/resolution.
- StrategySelectionException(String) - Constructor for exception org.hibernate.boot.registry.selector.spi.StrategySelectionException
-
Constructs a StrategySelectionException using the specified message.
- StrategySelectionException(String, Throwable) - Constructor for exception org.hibernate.boot.registry.selector.spi.StrategySelectionException
-
Constructs a StrategySelectionException using the specified message and cause.
- StrategySelector - Interface in org.hibernate.boot.registry.selector.spi
-
Service which acts as a registry for named strategy implementations.
- stream() - Method in interface org.hibernate.query.Query
-
Retrieve a Stream over the query results.
- STREAM_BINDING - Static variable in class org.hibernate.type.descriptor.sql.BlobTypeDescriptor
-
- STREAM_BINDING - Static variable in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
-
- STREAM_BINDING - Static variable in class org.hibernate.type.descriptor.sql.NClobTypeDescriptor
-
- STREAM_BINDING_EXTRACTING - Static variable in class org.hibernate.type.descriptor.sql.ClobTypeDescriptor
-
- STREAM_XFER_LOB_MERGE_STRATEGY - Static variable in class org.hibernate.dialect.Dialect
-
Merge strategy based on transferring contents based on streams.
- StreamDecorator<R> - Class in org.hibernate.query.spi
-
- StreamDecorator(Stream<R>, Runnable) - Constructor for class org.hibernate.query.spi.StreamDecorator
-
- StreamUtils - Class in org.hibernate.engine.jdbc
-
Stream copying utilities
- STRING - Static variable in class org.hibernate.engine.config.spi.StandardConverters
-
- STRING - Static variable in class org.hibernate.type.StandardBasicTypes
-
- StringNVarcharType - Class in org.hibernate.type
-
- StringNVarcharType() - Constructor for class org.hibernate.type.StringNVarcharType
-
- StringRepresentableType<T> - Interface in org.hibernate.type
-
Additional, optional contract for types capable of rendering and consuming their values to/from strings.
- stringToObject(String) - Method in class org.hibernate.type.BigIntegerType
-
- stringToObject(String) - Method in class org.hibernate.type.BooleanType
-
- stringToObject(String) - Method in class org.hibernate.type.ByteType
-
- stringToObject(String) - Method in class org.hibernate.type.CharacterNCharType
-
- stringToObject(String) - Method in class org.hibernate.type.CharacterType
-
- stringToObject(String) - Method in class org.hibernate.type.CustomType
-
- stringToObject(String) - Method in class org.hibernate.type.DateType
-
- stringToObject(String) - Method in interface org.hibernate.type.IdentifierType
-
Convert the value from the mapping file to a Java object.
- stringToObject(String) - Method in class org.hibernate.type.IntegerType
-
- stringToObject(String) - Method in class org.hibernate.type.LongType
-
- stringToObject(String) - Method in class org.hibernate.type.NumericBooleanType
-
- stringToObject(String) - Method in class org.hibernate.type.ShortType
-
- stringToObject(String) - Method in class org.hibernate.type.StringNVarcharType
-
- stringToObject(String) - Method in class org.hibernate.type.StringType
-
- stringToObject(String) - Method in class org.hibernate.type.TrueFalseType
-
- stringToObject(String) - Method in class org.hibernate.type.UrlType
-
- stringToObject(String) - Method in class org.hibernate.type.YesNoType
-
- StringType - Class in org.hibernate.type
-
- StringType() - Constructor for class org.hibernate.type.StringType
-
- StringTypeDescriptor - Class in org.hibernate.type.descriptor.java
-
Descriptor for
String
handling.
- StringTypeDescriptor() - Constructor for class org.hibernate.type.descriptor.java.StringTypeDescriptor
-
- StringUtil - Class in org.hibernate.jpamodelgen.util
-
- stripCollectionElementMarker() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
-
- structure(Object) - Method in interface org.hibernate.cache.spi.entry.CacheEntryStructure
-
Convert the cache item into its "structured" form.
- structure(Object) - Method in class org.hibernate.cache.spi.entry.StructuredCacheEntry
-
- structure(Object) - Method in class org.hibernate.cache.spi.entry.StructuredCollectionCacheEntry
-
- structure(Object) - Method in class org.hibernate.cache.spi.entry.StructuredMapCacheEntry
-
- structure(Object) - Method in class org.hibernate.cache.spi.entry.UnstructuredCacheEntry
-
- StructuredCacheEntry - Class in org.hibernate.cache.spi.entry
-
Structured CacheEntry format for entities.
- StructuredCacheEntry(EntityPersister) - Constructor for class org.hibernate.cache.spi.entry.StructuredCacheEntry
-
Constructs a StructuredCacheEntry strategy
- StructuredCollectionCacheEntry - Class in org.hibernate.cache.spi.entry
-
- StructuredMapCacheEntry - Class in org.hibernate.cache.spi.entry
-
Structured CacheEntry format for persistent Maps.
- style - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
-
- SUB_NAME - Static variable in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging
-
- subclass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
-
- subclass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
-
- subclass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
- Subclass - Class in org.hibernate.mapping
-
A subclass in a table-per-class-hierarchy mapping
- Subclass(PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.Subclass
-
- SUBCLASS - Static variable in class org.hibernate.persister.entity.Queryable.Declarer
-
- SUBCLASS_KEY - Static variable in class org.hibernate.cache.spi.entry.StructuredCacheEntry
-
- SubclassEntitySource - Interface in org.hibernate.boot.model.source.spi
-
- subclassSubgraph - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedEntityGraph
-
- subclassSubgraph - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
-
- SubEntityInfo - Interface in org.hibernate.boot.jaxb.hbm.spi
-
Common interface for all sub-entity mappings.
- subgraph - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedAttributeNode
-
- subgraph - Variable in class org.hibernate.boot.jaxb.mapping.spi.JaxbNamedEntityGraph
-
- SubGraph<J> - Interface in org.hibernate.graph
-
Hibernate extension to the JPA entity-graph Subgraph contract.
- subgraph - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedAttributeNode
-
- subgraph - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
-
- SubGraphImplementor<J> - Interface in org.hibernate.graph.spi
-
Integration version of the SubGraph contract
- subLoggerName(String) - Static method in interface org.hibernate.bytecode.BytecodeLogging
-
- Subqueries - Class in org.hibernate.criterion
-
Factory class for criterion instances that represent expressions
involving subqueries.
- SubqueryExpression - Class in org.hibernate.criterion
-
A criterion that involves a subquery
- SubqueryExpression(String, String, DetachedCriteria) - Constructor for class org.hibernate.criterion.SubqueryExpression
-
- Subselect - Annotation Type in org.hibernate.annotations
-
Map an immutable and read-only entity to a given SQL select expression.
- subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
- subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
- subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
- subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
- subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
- subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
- subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
- subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
- subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
- subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
- subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
- subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
- subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
- subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
- subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
- subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
- subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
- subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
- subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
- subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
-
- subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
- subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
- SubselectCollectionLoader - Class in org.hibernate.loader.collection
-
Implements subselect fetching for a collection
- SubselectCollectionLoader(QueryableCollection, String, Collection, QueryParameters, Map<String, int[]>, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.SubselectCollectionLoader
-
- SubselectFetch - Class in org.hibernate.engine.spi
-
- SubselectFetch(String, Loadable, QueryParameters, Set, Map) - Constructor for class org.hibernate.engine.spi.SubselectFetch
-
Construct a SubselectFetch instance.
- SubselectFetch(String, String, Loadable, QueryParameters, Set, Map) - Constructor for class org.hibernate.engine.spi.SubselectFetch
-
Construct a SubselectFetch instance using the provided subselect fetch query fragment,
subselectFetchQueryFragment
.
- SubselectOneToManyLoader - Class in org.hibernate.loader.collection
-
Implements subselect fetching for a one to many association
- SubselectOneToManyLoader(QueryableCollection, String, Collection, QueryParameters, Map<String, int[]>, SessionFactoryImplementor, LoadQueryInfluencers) - Constructor for class org.hibernate.loader.collection.SubselectOneToManyLoader
-
- substituteBrackets(String) - Method in class org.hibernate.loader.custom.sql.SQLQueryParser
-
- subStream(Reader, long, int) - Static method in class org.hibernate.type.descriptor.java.DataHelper
-
Extract a portion of a reader, wrapping the portion in a new reader.
- subStream(InputStream, long, int) - Static method in class org.hibernate.type.descriptor.java.DataHelper
-
Extract a portion of the bytes from the given stream, wrapping them in a new stream.
- subtract(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
-
- subtract(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
-
- subtract(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
-
- subtract(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
-
Perform a subtraction
- suffixes - Variable in class org.hibernate.loader.JoinWalker
-
- suffixes - Variable in class org.hibernate.loader.OuterJoinLoader
-
- sum(String) - Static method in class org.hibernate.criterion.Projections
-
A property value sum projection
- sum() - Method in class org.hibernate.query.spi.DoubleStreamDecorator
-
- sum() - Method in class org.hibernate.query.spi.IntStreamDecorator
-
- sum() - Method in class org.hibernate.query.spi.LongStreamDecorator
-
- SumFunction() - Constructor for class org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.SumFunction
-
- summaryStatistics() - Method in class org.hibernate.query.spi.DoubleStreamDecorator
-
- summaryStatistics() - Method in class org.hibernate.query.spi.IntStreamDecorator
-
- summaryStatistics() - Method in class org.hibernate.query.spi.LongStreamDecorator
-
- SUPERCLASS - Static variable in class org.hibernate.persister.entity.Queryable.Declarer
-
- SupportCatalogCreation() - Constructor for class org.hibernate.testing.DialectChecks.SupportCatalogCreation
-
- SupportDropConstraints() - Constructor for class org.hibernate.testing.DialectChecks.SupportDropConstraints
-
- SupportLimitAndOffsetCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportLimitAndOffsetCheck
-
- SupportLimitCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportLimitCheck
-
- SupportNonQueryValuesListWithCTE() - Constructor for class org.hibernate.testing.DialectChecks.SupportNonQueryValuesListWithCTE
-
- SupportNoWait() - Constructor for class org.hibernate.testing.DialectChecks.SupportNoWait
-
- SupportPartitionBy() - Constructor for class org.hibernate.testing.DialectChecks.SupportPartitionBy
-
- SupportRowValueConstructorSyntaxInInList() - Constructor for class org.hibernate.testing.DialectChecks.SupportRowValueConstructorSyntaxInInList
-
- supports(SpatialFunction) - Method in interface org.hibernate.spatial.dialect.cockroachdb.CockroachSpatialDialectTrait
-
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.db2.DB2SpatialDialect
-
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBDialect
-
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.hana.HANASpatialDialect
-
- supports(SpatialFunction) - Method in interface org.hibernate.spatial.dialect.mariadb.MariaDBSpatialDialectTrait
-
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.mysql.MySQL56SpatialDialect
-
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.mysql.MySQL5SpatialDialect
-
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.mysql.MySQL8SpatialDialect
-
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.mysql.MySQLSpatialDialect
-
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatial10gDialect
-
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatialSDO10gDialect
-
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.postgis.PostgisNoSQLMM
-
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG82Dialect
-
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG91Dialect
-
Does this dialect supports the specified SpatialFunction
.
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG92Dialect
-
Does this dialect supports the specified SpatialFunction
.
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG93Dialect
-
Does this dialect supports the specified SpatialFunction
.
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG94Dialect
-
Does this dialect supports the specified SpatialFunction
.
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG9Dialect
-
Does this dialect supports the specified SpatialFunction
.
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.postgis.PostgisSupport
-
Does this dialect supports the specified SpatialFunction
.
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008SpatialDialect
-
- supports(SpatialFunction) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2012SpatialDialect
-
- supports(SpatialFunction) - Method in interface org.hibernate.spatial.SpatialDialect
-
Does this dialect supports the specified SpatialFunction
.
- supportsAggressiveRelease() - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
-
- supportsAggressiveRelease() - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
-
- supportsAggressiveRelease() - Method in interface org.hibernate.engine.jdbc.connections.spi.ConnectionProvider
-
Does this connection provider support aggressive release of JDBC
connections and re-acquisition of those connections (if need be) later?
This is used in conjunction with
AvailableSettings.RELEASE_CONNECTIONS
to aggressively release JDBC connections.
- supportsAggressiveRelease() - Method in interface org.hibernate.engine.jdbc.connections.spi.JdbcConnectionAccess
-
Does the underlying provider of connections support aggressive releasing of connections (and re-acquisition
of those connections later, if need be) in JTA environments?
- supportsAggressiveRelease() - Method in interface org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
-
Does this connection provider support aggressive release of JDBC
connections and re-acquisition of those connections (if need be) later?
This is used in conjunction with
AvailableSettings.RELEASE_CONNECTIONS
to aggressively release JDBC connections.
- supportsAggressiveRelease() - Method in class org.hibernate.testing.boot.JdbcConnectionAccessImpl
-
- supportsAggressiveRelease() - Method in class org.hibernate.testing.jdbc.ConnectionProviderDelegate
-
- supportsAggressiveRelease() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
-
- supportsAsciiStringTypes() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- supportsAsciiStringTypes() - Method in class org.hibernate.dialect.HANACloudColumnStoreDialect
-
- supportsAsciiStringTypes() - Method in class org.hibernate.dialect.HANAColumnStoreDialect
-
- supportsAsciiStringTypes() - Method in class org.hibernate.dialect.HANARowStoreDialect
-
- supportsBatchUpdates() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
-
Did the driver report to supporting batched updates?
- supportsBindAsCallableArgument() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support using a JDBC bind parameter as an argument
to a function or procedure call?
- supportsBindAsCallableArgument() - Method in class org.hibernate.dialect.TeradataDialect
-
- supportsBulkInsertionIdentifierGeneration() - Method in class org.hibernate.id.AbstractPostInsertGenerator
-
- supportsBulkInsertionIdentifierGeneration() - Method in interface org.hibernate.id.BulkInsertionCapableIdentifierGenerator
-
Given the configuration of this generator, is identifier generation as part of bulk insertion supported?
IMPL NOTE : Mainly here to allow stuff like SequenceStyleGenerator which *can* support this based on
configuration
- supportsBulkInsertionIdentifierGeneration() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
-
- supportsBulkInsertionIdentifierGeneration() - Method in class org.hibernate.id.SequenceGenerator
-
Deprecated.
- supportsCascadeDelete() - Method in class org.hibernate.dialect.Cache71Dialect
-
- supportsCascadeDelete() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support cascaded delete on foreign key definitions?
- supportsCascadeDelete() - Method in class org.hibernate.dialect.InnoDBStorageEngine
-
- supportsCascadeDelete() - Method in class org.hibernate.dialect.MyISAMStorageEngine
-
- supportsCascadeDelete() - Method in class org.hibernate.dialect.MySQLDialect
-
- supportsCascadeDelete() - Method in interface org.hibernate.dialect.MySQLStorageEngine
-
- supportsCascadeDelete() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
RDMS does not support Cascade Deletes.
- supportsCascadeDelete() - Method in class org.hibernate.dialect.SybaseASE15Dialect
-
- supportsCascadeDelete() - Method in class org.hibernate.dialect.TeradataDialect
-
- SupportsCascadeDeleteCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsCascadeDeleteCheck
-
- supportsCaseInsensitiveLike() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- supportsCaseInsensitiveLike() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support case insensitive LIKE restrictions?
- supportsCaseInsensitiveLike() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- supportsCatalogs() - Method in enum org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
-
- supportsCheck() - Method in class org.hibernate.dialect.Cache71Dialect
-
Does this dialect support check constraints?
- SupportSchemaCreation() - Constructor for class org.hibernate.testing.DialectChecks.SupportSchemaCreation
-
- SupportsCircularCascadeDeleteCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsCircularCascadeDeleteCheck
-
- supportsCircularCascadeDeleteConstraints() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support definition of cascade delete constraints
which can cause circular chains?
- supportsCircularCascadeDeleteConstraints() - Method in class org.hibernate.dialect.SQLServerDialect
-
- supportsCircularCascadeDeleteConstraints() - Method in class org.hibernate.dialect.TeradataDialect
-
- supportsColumnCheck() - Method in class org.hibernate.dialect.AbstractHANADialect
-
HANA currently does not support check constraints.
- supportsColumnCheck() - Method in class org.hibernate.dialect.CUBRIDDialect
-
- supportsColumnCheck() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support column-level check constraints?
- supportsColumnCheck() - Method in class org.hibernate.dialect.HSQLDialect
-
- supportsColumnCheck() - Method in class org.hibernate.dialect.JDataStoreDialect
-
- supportsColumnCheck() - Method in class org.hibernate.dialect.MariaDB102Dialect
-
- supportsColumnCheck() - Method in class org.hibernate.dialect.MySQL5Dialect
-
- supportsColumnCheck() - Method in class org.hibernate.dialect.TimesTenDialect
-
- SupportsColumnCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsColumnCheck
-
- supportsCommentOn() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- supportsCommentOn() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- supportsCommentOn() - Method in class org.hibernate.dialect.DB2Dialect
-
- supportsCommentOn() - Method in class org.hibernate.dialect.DerbyDialect
-
Deprecated.
- supportsCommentOn() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect/database support commenting on tables, columns, etc?
- supportsCommentOn() - Method in class org.hibernate.dialect.HSQLDialect
-
- supportsCommentOn() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- supportsCommentOn() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- supportsCommentOn() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.CUBRIDDialect
-
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.DB2Dialect
-
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support a way to retrieve the database's current
timestamp value?
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.H2Dialect
-
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.HSQLDialect
-
HSQLDB 1.8.x requires CALL CURRENT_TIMESTAMP but this should not
be treated as a callable statement.
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.InformixDialect
-
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.Ingres9Dialect
-
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.MySQLDialect
-
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.TimesTenDialect
-
- supportsDataDefinitionInTransaction() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
-
Did the driver report to support performing DDL within transactions?
- supportsEmptyInList() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- supportsEmptyInList() - Method in class org.hibernate.dialect.Cache71Dialect
-
- supportsEmptyInList() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- supportsEmptyInList() - Method in class org.hibernate.dialect.CUBRIDDialect
-
- supportsEmptyInList() - Method in class org.hibernate.dialect.DB2Dialect
-
- supportsEmptyInList() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support empty IN lists?
For example, is [where XYZ in ()] a supported construct?
- supportsEmptyInList() - Method in class org.hibernate.dialect.HSQLDialect
-
- supportsEmptyInList() - Method in class org.hibernate.dialect.IngresDialect
-
- supportsEmptyInList() - Method in class org.hibernate.dialect.MySQLDialect
-
- supportsEmptyInList() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- supportsEmptyInList() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- supportsEmptyInList() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- supportsEmptyInList() - Method in class org.hibernate.dialect.TeradataDialect
-
- supportsEmptyInList() - Method in class org.hibernate.dialect.TimesTenDialect
-
- SupportsEmptyInListCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsEmptyInListCheck
-
- supportsExistsInSelect() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- supportsExistsInSelect() - Method in class org.hibernate.dialect.CUBRIDDialect
-
- supportsExistsInSelect() - Method in class org.hibernate.dialect.DB2Dialect
-
- supportsExistsInSelect() - Method in class org.hibernate.dialect.Dialect
-
Does the dialect support an exists statement in the select clause?
- supportsExistsInSelect() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- supportsExistsInSelect() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- supportsExistsInSelect() - Method in class org.hibernate.dialect.Teradata14Dialect
-
- SupportsExistsInSelectCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsExistsInSelectCheck
-
- supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.Dialect
-
Expected LOB usage pattern is such that I can perform an insert
via prepared statement with a parameter binding for a LOB value
without crazy casting to JDBC driver implementation-specific classes...
- supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.IngresDialect
-
- supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.SybaseASE157Dialect
-
- supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.SybaseASE15Dialect
-
Actually Sybase does not support LOB locators at al.
- supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.Teradata14Dialect
-
- SupportsExpectedLobUsagePattern() - Constructor for class org.hibernate.testing.DialectChecks.SupportsExpectedLobUsagePattern
-
- supportsFiltering() - Method in interface org.hibernate.spatial.dialect.cockroachdb.CockroachSpatialDialectTrait
-
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.db2.DB2SpatialDialect
-
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.h2geodb.GeoDBDialect
-
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.hana.HANASpatialDialect
-
- supportsFiltering() - Method in interface org.hibernate.spatial.dialect.mariadb.MariaDBSpatialDialectTrait
-
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.mysql.MySQL56SpatialDialect
-
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.mysql.MySQL5SpatialDialect
-
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.mysql.MySQL8SpatialDialect
-
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.mysql.MySQLSpatialDialect
-
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatial10gDialect
-
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatialSDO10gDialect
-
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG82Dialect
-
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG91Dialect
-
Returns true if this SpatialDialect
supports a specific filtering function.
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG92Dialect
-
Returns true if this SpatialDialect
supports a specific filtering function.
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG93Dialect
-
Returns true if this SpatialDialect
supports a specific filtering function.
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG94Dialect
-
Returns true if this SpatialDialect
supports a specific filtering function.
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.postgis.PostgisPG9Dialect
-
Returns true if this SpatialDialect
supports a specific filtering function.
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.postgis.PostgisSupport
-
Returns true if this SpatialDialect
supports a specific filtering function.
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2008SpatialDialect
-
- supportsFiltering() - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServer2012SpatialDialect
-
- supportsFiltering() - Method in interface org.hibernate.spatial.SpatialDialect
-
Returns true if this SpatialDialect
supports a specific filtering function.
- supportsGetGeneratedKeys() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
-
Did the driver report to supporting retrieval of generated keys?
- SupportsGlobalTemporaryTables() - Constructor for class org.hibernate.testing.DialectChecks.SupportsGlobalTemporaryTables
-
- supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
-
- supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.Chache71IdentityColumnSupport
-
- supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.CockroachDB1920IdentityColumnSupport
-
- supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.CUBRIDIdentityColumnSupport
-
- supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.DB2IdentityColumnSupport
-
- supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.H2IdentityColumnSupport
-
- supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.HANAIdentityColumnSupport
-
- supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.HSQLIdentityColumnSupport
-
- supportsIdentityColumns() - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
-
Does this dialect support identity column key generation?
- supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
-
- supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.InformixIdentityColumnSupport
-
- supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.Ingres10IdentityColumnSupport
-
- supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.JDataStoreIdentityColumnSupport
-
- supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.MimerSQLIdentityColumnSupport
-
- supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.MySQLIdentityColumnSupport
-
- supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.Oracle12cIdentityColumnSupport
-
- supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.PostgreSQL10IdentityColumnSupport
-
- supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.PostgreSQL81IdentityColumnSupport
-
- supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.Teradata14IdentityColumnSupport
-
- SupportsIdentityColumns() - Constructor for class org.hibernate.testing.DialectChecks.SupportsIdentityColumns
-
- supportsIfExistsAfterAlterTable() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- supportsIfExistsAfterAlterTable() - Method in class org.hibernate.dialect.Dialect
-
For an "alter table", can the phrase "if exists" be applied?
- supportsIfExistsAfterAlterTable() - Method in class org.hibernate.dialect.PostgreSQL92Dialect
-
- supportsIfExistsAfterConstraintName() - Method in class org.hibernate.dialect.Dialect
-
For dropping a constraint with an "alter table", can the phrase "if exists" be applied after the constraint name?
NOTE : Only one or the other (or neither) of this and
Dialect.supportsIfExistsBeforeConstraintName()
should return true
- supportsIfExistsAfterTableName() - Method in class org.hibernate.dialect.Dialect
-
- supportsIfExistsAfterTableName() - Method in class org.hibernate.dialect.H2Dialect
-
- supportsIfExistsAfterTableName() - Method in class org.hibernate.dialect.HSQLDialect
-
- supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.Dialect
-
For dropping a constraint with an "alter table", can the phrase "if exists" be applied before the constraint name?
NOTE : Only one or the other (or neither) of this and
Dialect.supportsIfExistsAfterConstraintName()
should return true
- supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.H2Dialect
-
- supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.MariaDB10Dialect
-
- supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.PostgreSQL9Dialect
-
- supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.CUBRIDDialect
-
- supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.Dialect
-
- supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.H2Dialect
-
- supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.HSQLDialect
-
- supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.MySQLDialect
-
- supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.PostgreSQL82Dialect
-
- supportsInsertSelectIdentity() - Method in class org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
-
- supportsInsertSelectIdentity() - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
-
Does the dialect support some form of inserting and selecting
the generated IDENTITY value all in the same statement.
- supportsInsertSelectIdentity() - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
-
- supportsInsertSelectIdentity() - Method in class org.hibernate.dialect.identity.Oracle12cIdentityColumnSupport
-
- supportsInsertSelectIdentity() - Method in class org.hibernate.dialect.identity.SybaseAnywhereIdentityColumnSupport
-
- supportsJdbcBatchInserts() - Method in interface org.hibernate.id.IdentifierGenerator
-
Check if JDBC batch inserts are supported.
- supportsJdbcBatchInserts() - Method in interface org.hibernate.id.PostInsertIdentifierGenerator
-
- supportsJdbcConnectionLobCreation(DatabaseMetaData) - Method in class org.hibernate.dialect.AbstractHANADialect
-
- supportsJdbcConnectionLobCreation(DatabaseMetaData) - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- supportsJdbcConnectionLobCreation(DatabaseMetaData) - Method in class org.hibernate.dialect.Dialect
-
- supportsJdbcConnectionLobCreation(DatabaseMetaData) - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- supportsJdbcConnectionLobCreation(DatabaseMetaData) - Method in class org.hibernate.dialect.SAPDBDialect
-
- SupportsJdbcDriverProxying() - Constructor for class org.hibernate.testing.DialectChecks.SupportsJdbcDriverProxying
-
- SupportSkipLocked() - Constructor for class org.hibernate.testing.DialectChecks.SupportSkipLocked
-
- supportsLimit() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- supportsLimit() - Method in class org.hibernate.dialect.Cache71Dialect
-
- supportsLimit() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- supportsLimit() - Method in class org.hibernate.dialect.DB2390Dialect
-
- supportsLimit() - Method in class org.hibernate.dialect.DB2Dialect
-
- supportsLimit() - Method in class org.hibernate.dialect.DerbyDialect
-
Deprecated.
- supportsLimit() - Method in class org.hibernate.dialect.DerbyTenFiveDialect
-
- supportsLimit() - Method in class org.hibernate.dialect.Dialect
-
- supportsLimit() - Method in class org.hibernate.dialect.H2Dialect
-
- supportsLimit() - Method in class org.hibernate.dialect.HSQLDialect
-
- supportsLimit() - Method in class org.hibernate.dialect.InformixDialect
-
- supportsLimit() - Method in class org.hibernate.dialect.IngresDialect
-
- supportsLimit() - Method in class org.hibernate.dialect.InterbaseDialect
-
- supportsLimit() - Method in class org.hibernate.dialect.MimerSQLDialect
-
- supportsLimit() - Method in class org.hibernate.dialect.MySQLDialect
-
- supportsLimit() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- supportsLimit() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- supportsLimit() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
-
- supportsLimit() - Method in class org.hibernate.dialect.pagination.CUBRIDLimitHandler
-
- supportsLimit() - Method in class org.hibernate.dialect.pagination.Informix10LimitHandler
-
- supportsLimit() - Method in class org.hibernate.dialect.pagination.LegacyFirstLimitHandler
-
- supportsLimit() - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
-
- supportsLimit() - Method in interface org.hibernate.dialect.pagination.LimitHandler
-
Does this handler support some form of limiting query results
via a SQL clause?
- supportsLimit() - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
-
- supportsLimit() - Method in class org.hibernate.dialect.pagination.SQL2008StandardLimitHandler
-
- supportsLimit() - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
-
- supportsLimit() - Method in class org.hibernate.dialect.pagination.SQLServer2012LimitHandler
-
- supportsLimit() - Method in class org.hibernate.dialect.pagination.SybaseASE157LimitHandler
-
- supportsLimit() - Method in class org.hibernate.dialect.pagination.TopLimitHandler
-
- supportsLimit() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- supportsLimit() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
- supportsLimit() - Method in class org.hibernate.dialect.SQLServerDialect
-
- supportsLimit() - Method in class org.hibernate.dialect.SybaseASE157Dialect
-
- supportsLimit() - Method in class org.hibernate.dialect.TimesTenDialect
-
- supportsLimitOffset() - Method in class org.hibernate.dialect.Cache71Dialect
-
- supportsLimitOffset() - Method in class org.hibernate.dialect.DB2390Dialect
-
- supportsLimitOffset() - Method in class org.hibernate.dialect.DB2400Dialect
-
- supportsLimitOffset() - Method in class org.hibernate.dialect.DerbyDialect
-
Deprecated.
- supportsLimitOffset() - Method in class org.hibernate.dialect.DerbyTenFiveDialect
-
- supportsLimitOffset() - Method in class org.hibernate.dialect.Dialect
-
- supportsLimitOffset() - Method in class org.hibernate.dialect.InformixDialect
-
- supportsLimitOffset() - Method in class org.hibernate.dialect.Ingres9Dialect
-
- supportsLimitOffset() - Method in class org.hibernate.dialect.IngresDialect
-
- supportsLimitOffset() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
-
- supportsLimitOffset() - Method in class org.hibernate.dialect.pagination.Informix10LimitHandler
-
- supportsLimitOffset() - Method in class org.hibernate.dialect.pagination.LegacyFirstLimitHandler
-
- supportsLimitOffset() - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
-
- supportsLimitOffset() - Method in interface org.hibernate.dialect.pagination.LimitHandler
-
Does this handler's LIMIT support (if any) additionally
support specifying an offset?
- supportsLimitOffset() - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
-
- supportsLimitOffset() - Method in class org.hibernate.dialect.pagination.SybaseASE157LimitHandler
-
- supportsLimitOffset() - Method in class org.hibernate.dialect.pagination.TopLimitHandler
-
- supportsLimitOffset() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
- supportsLimitOffset() - Method in class org.hibernate.dialect.SQLServer2012Dialect
-
- supportsLimitOffset() - Method in class org.hibernate.dialect.SQLServerDialect
-
- supportsLimitOffset() - Method in class org.hibernate.dialect.SybaseASE157Dialect
-
- supportsLimitOffset() - Method in class org.hibernate.dialect.TimesTenDialect
-
- supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.DB2Dialect
-
- supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.DerbyDialect
-
Deprecated.
- supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.Dialect
-
Does the dialect support propagating changes to LOB
values back to the database? Talking about mutating the
internal value of the locator as opposed to supplying a new
locator instance...
- supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.H2Dialect
-
- supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.HSQLDialect
-
- supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.MySQLDialect
-
- supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.SQLServerDialect
-
- supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.SybaseASE157Dialect
-
- supportsLobValueChangePropogation() - Method in class org.hibernate.dialect.TeradataDialect
-
- SupportsLobValueChangePropogation() - Constructor for class org.hibernate.testing.DialectChecks.SupportsLobValueChangePropogation
-
- supportsLockTimeouts() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- supportsLockTimeouts() - Method in class org.hibernate.dialect.DB2Dialect
-
- supportsLockTimeouts() - Method in class org.hibernate.dialect.Dialect
-
Informational metadata about whether this dialect is known to support
specifying timeouts for requested lock acquisitions.
- supportsLockTimeouts() - Method in class org.hibernate.dialect.HSQLDialect
-
- supportsLockTimeouts() - Method in class org.hibernate.dialect.MySQLDialect
-
- supportsLockTimeouts() - Method in class org.hibernate.dialect.SybaseASE15Dialect
-
- supportsLockTimeouts() - Method in class org.hibernate.dialect.Teradata14Dialect
-
- SupportsLockTimeouts() - Constructor for class org.hibernate.testing.DialectChecks.SupportsLockTimeouts
-
- supportsNamedParameters(DatabaseMetaData) - Method in class org.hibernate.dialect.Dialect
-
Override the DatabaseMetaData#supportsNamedParameters()
- supportsNamedParameters(DatabaseMetaData) - Method in class org.hibernate.dialect.HSQLDialect
-
- supportsNamedParameters() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
-
Does the driver report supporting named parameters?
- supportsNationalizedTypes() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- supportsNationalizedTypes() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect supports Nationalized Types
- supportsNationalizedTypes() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- SupportsNClob() - Constructor for class org.hibernate.testing.DialectChecks.SupportsNClob
-
- SupportsNoColumnInsert() - Constructor for class org.hibernate.testing.DialectChecks.SupportsNoColumnInsert
-
- supportsNoColumnsInsert() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- supportsNoColumnsInsert() - Method in class org.hibernate.dialect.Dialect
-
Check if the INSERT statement is allowed to contain no column.
- supportsNonQueryWithCTE() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- supportsNonQueryWithCTE() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect/database support non-query statements (e.g.
- supportsNonQueryWithCTE() - Method in class org.hibernate.dialect.PostgreSQL91Dialect
-
- supportsNonQueryWithCTE() - Method in class org.hibernate.dialect.SQLServer2005Dialect
-
- supportsNotNullUnique() - Method in class org.hibernate.dialect.Dialect
-
- supportsNoWait() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- supportsNoWait() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- supportsNoWait() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect/database support NO_WAIT timeout.
- supportsNoWait() - Method in class org.hibernate.dialect.MySQL8Dialect
-
- supportsNoWait() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- supportsNoWait() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- supportsNoWait() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- supportsNoWait() - Method in class org.hibernate.dialect.SQLServer2005Dialect
-
- supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.Cache71Dialect
-
- supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.DB2Dialect
-
- supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support FOR UPDATE in conjunction with
outer joined rows?
- supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.Ingres9Dialect
-
- supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.MimerSQLDialect
-
- supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
Currently, RDMS-JDBC does not support ForUpdate.
- supportsParametersInInsertSelect() - Method in class org.hibernate.dialect.DB2Dialect
-
Does this dialect support parameters within the SELECT clause of
INSERT ...
- supportsParametersInInsertSelect() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support parameters within the SELECT clause of
INSERT ...
- SupportsParametersInInsertSelectCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsParametersInInsertSelectCheck
-
- supportsPartitionBy() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- supportsPartitionBy() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- supportsPartitionBy() - Method in class org.hibernate.dialect.CUBRIDDialect
-
- supportsPartitionBy() - Method in class org.hibernate.dialect.DB2Dialect
-
- supportsPartitionBy() - Method in class org.hibernate.dialect.DerbyDialect
-
Deprecated.
- supportsPartitionBy() - Method in class org.hibernate.dialect.Dialect
-
Does the underlying database support partition by
- supportsPartitionBy() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- supportsPartitionBy() - Method in class org.hibernate.dialect.PostgreSQL91Dialect
-
- supportsPartitionBy() - Method in class org.hibernate.dialect.SybaseASE15Dialect
-
- supportsPooledSequences() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- supportsPooledSequences() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- supportsPooledSequences() - Method in class org.hibernate.dialect.CUBRIDDialect
-
- supportsPooledSequences() - Method in class org.hibernate.dialect.DB2Dialect
-
- supportsPooledSequences() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support "pooled" sequences.
- supportsPooledSequences() - Method in class org.hibernate.dialect.H2Dialect
-
- supportsPooledSequences() - Method in class org.hibernate.dialect.HSQLDialect
-
- supportsPooledSequences() - Method in class org.hibernate.dialect.InformixDialect
-
- supportsPooledSequences() - Method in class org.hibernate.dialect.Ingres9Dialect
-
- supportsPooledSequences() - Method in class org.hibernate.dialect.MariaDB103Dialect
-
- supportsPooledSequences() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- supportsPooledSequences() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- supportsPooledSequences() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- supportsPooledSequences() - Method in class org.hibernate.dialect.SQLServer2012Dialect
-
- supportsRefCursors() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
-
Does the driver report supporting REF_CURSORs?
- SupportsResultSetPositioningOnForwardOnlyCursorCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsResultSetPositioningOnForwardOnlyCursorCheck
-
- supportsResultSetPositionQueryMethodsOnForwardOnlyCursor() - Method in class org.hibernate.dialect.Cache71Dialect
-
- supportsResultSetPositionQueryMethodsOnForwardOnlyCursor() - Method in class org.hibernate.dialect.DB2Dialect
-
- supportsResultSetPositionQueryMethodsOnForwardOnlyCursor() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support asking the result set its positioning
information on forward only cursors.
- supportsResultSetPositionQueryMethodsOnForwardOnlyCursor() - Method in class org.hibernate.dialect.SQLServerDialect
-
- supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.Dialect
-
Is this dialect known to support what ANSI-SQL terms "row value
constructor" syntax; sometimes called tuple syntax.
- supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.MySQLDialect
-
- supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- SupportsRowValueConstructorSyntaxCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsRowValueConstructorSyntaxCheck
-
- supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.Dialect
-
If the dialect supports
row values
,
does it offer such support in IN lists as well?
For example, "...
- supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.MariaDBDialect
-
- supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.MySQL57Dialect
-
- supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.MySQL57InnoDBDialect
-
Deprecated.
- supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.Oracle9iDialect
-
HHH-4907, I don't know if oracle 8 supports this syntax, so I'd think it is better add this
method here.
- supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.PostgreSQL82Dialect
-
- SupportsRowValueConstructorSyntaxInInListCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsRowValueConstructorSyntaxInInListCheck
-
- supportsRowValueConstructorSyntaxInSet() - Method in class org.hibernate.dialect.Dialect
-
Is this dialect known to support what ANSI-SQL terms "row value constructor" syntax,
sometimes called tuple syntax, in the SET clause;
Basically, does it support syntax like
"...
- supportsRowValueConstructorSyntaxInSet() - Method in class org.hibernate.dialect.MySQLDialect
-
- supportsSchemas() - Method in enum org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
-
- supportsScrollableResults() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
-
Did the driver report to supporting scrollable result sets?
- supportsSelectAliasInGroupByClause() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- supportsSelectAliasInGroupByClause() - Method in class org.hibernate.dialect.Dialect
-
- supportsSelectAliasInGroupByClause() - Method in class org.hibernate.dialect.H2Dialect
-
- supportsSelectAliasInGroupByClause() - Method in class org.hibernate.dialect.MySQLDialect
-
- supportsSelectAliasInGroupByClause() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- SupportsSelectAliasInGroupByClause() - Constructor for class org.hibernate.testing.DialectChecks.SupportsSelectAliasInGroupByClause
-
- supportsSequences() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- supportsSequences() - Method in class org.hibernate.dialect.Cache71Dialect
-
- supportsSequences() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- supportsSequences() - Method in class org.hibernate.dialect.CUBRIDDialect
-
- supportsSequences() - Method in class org.hibernate.dialect.DB2390Dialect
-
- supportsSequences() - Method in class org.hibernate.dialect.DB2390V8Dialect
-
- supportsSequences() - Method in class org.hibernate.dialect.DB2400Dialect
-
- supportsSequences() - Method in class org.hibernate.dialect.DB2400V7R3Dialect
-
- supportsSequences() - Method in class org.hibernate.dialect.DB2Dialect
-
- supportsSequences() - Method in class org.hibernate.dialect.DerbyDialect
-
Deprecated.
- supportsSequences() - Method in class org.hibernate.dialect.DerbyTenFiveDialect
-
- supportsSequences() - Method in class org.hibernate.dialect.DerbyTenSixDialect
-
- supportsSequences() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support sequences?
- supportsSequences() - Method in class org.hibernate.dialect.H2Dialect
-
- supportsSequences() - Method in class org.hibernate.dialect.HSQLDialect
-
- supportsSequences() - Method in class org.hibernate.dialect.InformixDialect
-
- supportsSequences() - Method in class org.hibernate.dialect.IngresDialect
-
- supportsSequences() - Method in class org.hibernate.dialect.InterbaseDialect
-
- supportsSequences() - Method in class org.hibernate.dialect.MariaDB103Dialect
-
- supportsSequences() - Method in class org.hibernate.dialect.MckoiDialect
-
- supportsSequences() - Method in class org.hibernate.dialect.MimerSQLDialect
-
- supportsSequences() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- supportsSequences() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- supportsSequences() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- supportsSequences() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
- supportsSequences() - Method in class org.hibernate.dialect.SAPDBDialect
-
- supportsSequences() - Method in class org.hibernate.dialect.SQLServer2012Dialect
-
- supportsSequences() - Method in class org.hibernate.dialect.TeradataDialect
-
- supportsSequences() - Method in class org.hibernate.dialect.TimesTenDialect
-
- SupportsSequences() - Constructor for class org.hibernate.testing.DialectChecks.SupportsSequences
-
- supportsSkipLocked() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- supportsSkipLocked() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect/database support SKIP_LOCKED timeout.
- supportsSkipLocked() - Method in class org.hibernate.dialect.MariaDB106Dialect
-
- supportsSkipLocked() - Method in class org.hibernate.dialect.MySQL8Dialect
-
- supportsSkipLocked() - Method in class org.hibernate.dialect.Oracle10gDialect
-
- supportsSkipLocked() - Method in class org.hibernate.dialect.PostgreSQL95Dialect
-
- supportsSkipLocked() - Method in class org.hibernate.dialect.SQLServer2005Dialect
-
- supportsSubqueryOnMutatingTable() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support referencing the table being mutated in
a subquery.
- supportsSubqueryOnMutatingTable() - Method in class org.hibernate.dialect.MySQLDialect
-
- supportsSubselectAsInPredicateLHS() - Method in class org.hibernate.dialect.Dialect
-
Are subselects supported as the left-hand-side (LHS) of
IN-predicates.
- supportsSubselectAsInPredicateLHS() - Method in class org.hibernate.dialect.IngresDialect
-
- supportsTableCheck() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- supportsTableCheck() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support table-level check constraints?
- supportsTableCheck() - Method in class org.hibernate.dialect.JDataStoreDialect
-
- supportsTableCheck() - Method in class org.hibernate.dialect.TimesTenDialect
-
- supportsTupleCounts() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support `count(a,b)`?
- supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.CUBRIDDialect
-
- supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.DB2Dialect
-
- supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support `count(distinct a,b)`?
- supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.HSQLDialect
-
- supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.IngresDialect
-
- supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.Oracle9iDialect
-
- supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.Teradata14Dialect
-
- supportsTuplesInSubqueries() - Method in class org.hibernate.dialect.DerbyDialect
-
Deprecated.
- supportsTuplesInSubqueries() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support tuples in subqueries? Ex:
delete from Table1 where (col1, col2) in (select col1, col2 from Table2)
- supportsTuplesInSubqueries() - Method in class org.hibernate.dialect.H2Dialect
-
- SupportSubqueryAsLeftHandSideInPredicate() - Constructor for class org.hibernate.testing.DialectChecks.SupportSubqueryAsLeftHandSideInPredicate
-
- supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.dialect.DerbyDialect
-
Deprecated.
- supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.dialect.Dialect
-
Is it supported to materialize a LOB locator outside the transaction in
which it was created?
Again, part of the trickiness here is the fact that this is largely
driver dependent.
- supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.dialect.Teradata14Dialect
-
- SupportsUnboundedLobLocatorMaterializationCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsUnboundedLobLocatorMaterializationCheck
-
- supportsUnionAll() - Method in class org.hibernate.dialect.AbstractHANADialect
-
- supportsUnionAll() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- supportsUnionAll() - Method in class org.hibernate.dialect.CUBRIDDialect
-
- supportsUnionAll() - Method in class org.hibernate.dialect.DB2Dialect
-
- supportsUnionAll() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect support UNION ALL, which is generally a faster
variant of UNION?
- supportsUnionAll() - Method in class org.hibernate.dialect.H2Dialect
-
- supportsUnionAll() - Method in class org.hibernate.dialect.HSQLDialect
-
- supportsUnionAll() - Method in class org.hibernate.dialect.Ingres9Dialect
-
- supportsUnionAll() - Method in class org.hibernate.dialect.MySQL5Dialect
-
- supportsUnionAll() - Method in class org.hibernate.dialect.Oracle8iDialect
-
- supportsUnionAll() - Method in class org.hibernate.dialect.Oracle9Dialect
-
Deprecated.
- supportsUnionAll() - Method in class org.hibernate.dialect.PostgreSQL81Dialect
-
- supportsUnionAll() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
- supportsUnique() - Method in class org.hibernate.dialect.Dialect
-
- supportsUniqueConstraintInCreateAlterTable() - Method in class org.hibernate.dialect.Dialect
-
- supportsValuesList() - Method in class org.hibernate.dialect.CockroachDB192Dialect
-
- supportsValuesList() - Method in class org.hibernate.dialect.Dialect
-
Does this dialect/database support VALUES list (e.g.
- supportsValuesList() - Method in class org.hibernate.dialect.PostgreSQL82Dialect
-
- supportsValuesList() - Method in class org.hibernate.dialect.SQLServer2008Dialect
-
- supportsVariableLimit() - Method in class org.hibernate.dialect.Cache71Dialect
-
- supportsVariableLimit() - Method in class org.hibernate.dialect.DB2390Dialect
-
- supportsVariableLimit() - Method in class org.hibernate.dialect.DB2Dialect
-
- supportsVariableLimit() - Method in class org.hibernate.dialect.DerbyDialect
-
Deprecated.
- supportsVariableLimit() - Method in class org.hibernate.dialect.Dialect
-
- supportsVariableLimit() - Method in class org.hibernate.dialect.InformixDialect
-
- supportsVariableLimit() - Method in class org.hibernate.dialect.Ingres9Dialect
-
- supportsVariableLimit() - Method in class org.hibernate.dialect.IngresDialect
-
- supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
-
Does this handler support bind variables (i.e., prepared statement
parameters) for its limit/offset?
- supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.Informix10LimitHandler
-
- supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.LegacyFirstLimitHandler
-
- supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.LegacyLimitHandler
-
- supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
-
- supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.SQLServer2012LimitHandler
-
- supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.SybaseASE157LimitHandler
-
- supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.TopLimitHandler
-
- supportsVariableLimit() - Method in class org.hibernate.dialect.RDMSOS2200Dialect
-
- supportsVariableLimit() - Method in class org.hibernate.dialect.SQLServerDialect
-
- supportsVariableLimit() - Method in class org.hibernate.dialect.TimesTenDialect
-
- SupportValuesListAndRowValueConstructorSyntaxInInList() - Constructor for class org.hibernate.testing.DialectChecks.SupportValuesListAndRowValueConstructorSyntaxInInList
-
- Sybase11Dialect - Class in org.hibernate.dialect
-
A SQL dialect suitable for use with Sybase 11.9.2 (specifically: avoids ANSI JOIN syntax)
- Sybase11Dialect() - Constructor for class org.hibernate.dialect.Sybase11Dialect
-
Constructs a Sybase11Dialect
- Sybase11JoinFragment - Class in org.hibernate.sql
-
An old Sybase-style join (before Sybase supported the ANSI style "inner join" etc syntax)
This is needed for Sybase 11.9.2 and earlier, using the HQL 2.* syntax with Collections.
- Sybase11JoinFragment() - Constructor for class org.hibernate.sql.Sybase11JoinFragment
-
- SybaseAnywhereDialect - Class in org.hibernate.dialect
-
SQL Dialect for Sybase Anywhere
extending Sybase (Enterprise) Dialect
(Tested on ASA 8.x)
- SybaseAnywhereDialect() - Constructor for class org.hibernate.dialect.SybaseAnywhereDialect
-
- SybaseAnywhereIdentityColumnSupport - Class in org.hibernate.dialect.identity
-
- SybaseAnywhereIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.SybaseAnywhereIdentityColumnSupport
-
- SybaseASE157Dialect - Class in org.hibernate.dialect
-
An SQL dialect targeting Sybase Adaptive Server Enterprise (ASE) 15.7 and higher.
- SybaseASE157Dialect() - Constructor for class org.hibernate.dialect.SybaseASE157Dialect
-
Constructs a SybaseASE157Dialect
- SybaseASE157LimitHandler - Class in org.hibernate.dialect.pagination
-
This limit handler is very conservative and is only triggered in simple cases involving a select or select distinct.
- SybaseASE157LimitHandler() - Constructor for class org.hibernate.dialect.pagination.SybaseASE157LimitHandler
-
- SybaseASE15Dialect - Class in org.hibernate.dialect
-
An SQL dialect targeting Sybase Adaptive Server Enterprise (ASE) 15 and higher.
- SybaseASE15Dialect() - Constructor for class org.hibernate.dialect.SybaseASE15Dialect
-
Constructs a SybaseASE15Dialect
- SybaseDialect - Class in org.hibernate.dialect
-
All Sybase dialects share an IN list size limit.
- SybaseDialect() - Constructor for class org.hibernate.dialect.SybaseDialect
-
- SYMDIFFERENCE - Static variable in interface org.hibernate.spatial.SpatialAnalysis
-
The symmetric difference function
- SynchronizationRegistry - Interface in org.hibernate.engine.transaction.spi
-
- SynchronizationRegistry - Interface in org.hibernate.resource.transaction.spi
-
- synchronizationRegistry() - Static method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
-
- SynchronizationRegistryImplementor - Interface in org.hibernate.resource.transaction.spi
-
SPI contract for SynchronizationRegistry implementors.
- Synchronize - Annotation Type in org.hibernate.annotations
-
Ensures that auto-flush happens correctly and that queries against the derived
entity do not return stale data.
- synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
-
- synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
-
- synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
-
- synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
-
- synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
-
- synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
-
- synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
-
- synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
-
- synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
-
- synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
-
- synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
-
- SynchronizeableQuery<T> - Interface in org.hibernate
-
A unifying interface for queries which can define tables (query spaces) to synchronize on.
- synchronizedTables - Variable in class org.hibernate.mapping.PersistentClass
-
- SyntheticProperty - Class in org.hibernate.mapping
-
Models a property which does not actually exist in the model.
- SyntheticProperty() - Constructor for class org.hibernate.mapping.SyntheticProperty
-