Uses of Interface
org.hibernate.cache.MutableCacheKeyBuilder
-
Packages that use MutableCacheKeyBuilder Package Description org.hibernate.cache.internal Internal implementations and support for second-level caching.org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.internal org.hibernate.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.query.derived org.hibernate.sql.ast.tree.expression AST nodes representing expressions in a SQL tree.org.hibernate.sql.exec.internal Implementation of the SPI for execution of SQL statements via JDBC.org.hibernate.type A HibernateType
is a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.type.descriptor.java Integrates a range of types defined by the JDK with the type system of Hibernate. -
-
Uses of MutableCacheKeyBuilder in org.hibernate.cache.internal
Classes in org.hibernate.cache.internal that implement MutableCacheKeyBuilder Modifier and Type Class Description static class
NaturalIdCacheKey.NaturalIdCacheKeyBuilder
-
Uses of MutableCacheKeyBuilder in org.hibernate.engine.internal
Methods in org.hibernate.engine.internal with parameters of type MutableCacheKeyBuilder Modifier and Type Method Description static void
CacheHelper. addBasicValueToCacheKey(MutableCacheKeyBuilder cacheKey, Object value, JdbcMapping jdbcMapping, SharedSessionContractImplementor session)
-
Uses of MutableCacheKeyBuilder in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping with parameters of type MutableCacheKeyBuilder Modifier and Type Method Description default void
BasicValuedMapping. addToCacheKey(MutableCacheKeyBuilder cacheKey, Object value, SharedSessionContractImplementor session)
void
Bindable. addToCacheKey(MutableCacheKeyBuilder cacheKey, Object value, SharedSessionContractImplementor session)
Add to the MutableCacheKey the values obtained disassembling the value and the hasCode generated from the disassembled value.default void
EmbeddableValuedModelPart. addToCacheKey(MutableCacheKeyBuilder cacheKey, Object value, SharedSessionContractImplementor session)
default void
EntityValuedModelPart. addToCacheKey(MutableCacheKeyBuilder cacheKey, Object value, SharedSessionContractImplementor session)
-
Uses of MutableCacheKeyBuilder in org.hibernate.metamodel.mapping.internal
-
Uses of MutableCacheKeyBuilder in org.hibernate.metamodel.model.domain.internal
Methods in org.hibernate.metamodel.model.domain.internal with parameters of type MutableCacheKeyBuilder Modifier and Type Method Description void
ArrayTupleType. addToCacheKey(MutableCacheKeyBuilder cacheKey, Object value, SharedSessionContractImplementor session)
void
TupleMappingModelExpressible. addToCacheKey(MutableCacheKeyBuilder cacheKey, Object value, SharedSessionContractImplementor session)
-
Uses of MutableCacheKeyBuilder in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type MutableCacheKeyBuilder Modifier and Type Method Description void
DiscriminatorType. addToCacheKey(MutableCacheKeyBuilder cacheKey, Object value, SharedSessionContractImplementor session)
Deprecated, for removal: This API element is subject to removal in a future version.default void
EntityPersister. addToCacheKey(MutableCacheKeyBuilder cacheKey, Object value, SharedSessionContractImplementor session)
-
Uses of MutableCacheKeyBuilder in org.hibernate.query.derived
Methods in org.hibernate.query.derived with parameters of type MutableCacheKeyBuilder Modifier and Type Method Description void
AnonymousTupleBasicValuedModelPart. addToCacheKey(MutableCacheKeyBuilder cacheKey, Object value, SharedSessionContractImplementor session)
void
AnonymousTupleEmbeddableValuedModelPart. addToCacheKey(MutableCacheKeyBuilder cacheKey, Object value, SharedSessionContractImplementor session)
void
AnonymousTupleEntityValuedModelPart. addToCacheKey(MutableCacheKeyBuilder cacheKey, Object value, SharedSessionContractImplementor session)
void
AnonymousTupleTableGroupProducer. addToCacheKey(MutableCacheKeyBuilder cacheKey, Object value, SharedSessionContractImplementor session)
-
Uses of MutableCacheKeyBuilder in org.hibernate.sql.ast.tree.expression
Methods in org.hibernate.sql.ast.tree.expression with parameters of type MutableCacheKeyBuilder Modifier and Type Method Description void
EntityTypeLiteral. addToCacheKey(MutableCacheKeyBuilder cacheKey, Object value, SharedSessionContractImplementor session)
void
JdbcLiteral. addToCacheKey(MutableCacheKeyBuilder cacheKey, Object value, SharedSessionContractImplementor session)
-
Uses of MutableCacheKeyBuilder in org.hibernate.sql.exec.internal
Methods in org.hibernate.sql.exec.internal with parameters of type MutableCacheKeyBuilder Modifier and Type Method Description void
AbstractJdbcParameter. addToCacheKey(MutableCacheKeyBuilder cacheKey, Object value, SharedSessionContractImplementor session)
-
Uses of MutableCacheKeyBuilder in org.hibernate.type
Methods in org.hibernate.type with parameters of type MutableCacheKeyBuilder Modifier and Type Method Description void
CustomType. addToCacheKey(MutableCacheKeyBuilder cacheKey, Object value, SharedSessionContractImplementor session)
-
Uses of MutableCacheKeyBuilder in org.hibernate.type.descriptor.java
Methods in org.hibernate.type.descriptor.java with parameters of type MutableCacheKeyBuilder Modifier and Type Method Description void
JavaTypedExpressible. addToCacheKey(MutableCacheKeyBuilder cacheKey, Object value, SharedSessionContractImplementor session)
-