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 HibernateTypeis 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 classNaturalIdCacheKey.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 voidCacheHelper. 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 voidBasicValuedMapping. addToCacheKey(MutableCacheKeyBuilder cacheKey, Object value, SharedSessionContractImplementor session)voidBindable. 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 voidEmbeddableValuedModelPart. addToCacheKey(MutableCacheKeyBuilder cacheKey, Object value, SharedSessionContractImplementor session)default voidEntityValuedModelPart. 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 voidArrayTupleType. addToCacheKey(MutableCacheKeyBuilder cacheKey, Object value, SharedSessionContractImplementor session)voidTupleMappingModelExpressible. 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 voidDiscriminatorType. addToCacheKey(MutableCacheKeyBuilder cacheKey, Object value, SharedSessionContractImplementor session)Deprecated, for removal: This API element is subject to removal in a future version.default voidEntityPersister. 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 voidAnonymousTupleBasicValuedModelPart. addToCacheKey(MutableCacheKeyBuilder cacheKey, Object value, SharedSessionContractImplementor session)voidAnonymousTupleEmbeddableValuedModelPart. addToCacheKey(MutableCacheKeyBuilder cacheKey, Object value, SharedSessionContractImplementor session)voidAnonymousTupleEntityValuedModelPart. addToCacheKey(MutableCacheKeyBuilder cacheKey, Object value, SharedSessionContractImplementor session)voidAnonymousTupleTableGroupProducer. 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 voidEntityTypeLiteral. addToCacheKey(MutableCacheKeyBuilder cacheKey, Object value, SharedSessionContractImplementor session)voidJdbcLiteral. 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 voidAbstractJdbcParameter. 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 voidCustomType. 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 voidJavaTypedExpressible. addToCacheKey(MutableCacheKeyBuilder cacheKey, Object value, SharedSessionContractImplementor session)
-