Uses of Interface
org.hibernate.cache.spi.QueryKey.ParameterBindingsMemento
-
Packages that use QueryKey.ParameterBindingsMemento Package Description org.hibernate.cache.spi Defines the integration aspect of Hibernate's second-level caching, allowing a "caching backend" to be plugged in as a cache provider.org.hibernate.procedure.internal Defines the internal implementation of the stored procedure SPI.org.hibernate.query.internal org.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters. -
-
Uses of QueryKey.ParameterBindingsMemento in org.hibernate.cache.spi
Constructors in org.hibernate.cache.spi with parameters of type QueryKey.ParameterBindingsMemento Constructor Description QueryKey(String sql, QueryKey.ParameterBindingsMemento parameterBindingsMemento, Integer firstRow, Integer maxRows, String tenantIdentifier, Set<String> enabledFilterNames)
-
Uses of QueryKey.ParameterBindingsMemento in org.hibernate.procedure.internal
Methods in org.hibernate.procedure.internal that return QueryKey.ParameterBindingsMemento Modifier and Type Method Description QueryKey.ParameterBindingsMemento
ProcedureParamBindings. generateQueryKeyMemento(SharedSessionContractImplementor persistenceContext)
-
Uses of QueryKey.ParameterBindingsMemento in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return QueryKey.ParameterBindingsMemento Modifier and Type Method Description QueryKey.ParameterBindingsMemento
QueryParameterBindingsImpl. generateQueryKeyMemento(SharedSessionContractImplementor session)
-
Uses of QueryKey.ParameterBindingsMemento in org.hibernate.query.spi
Fields in org.hibernate.query.spi declared as QueryKey.ParameterBindingsMemento Modifier and Type Field Description static QueryKey.ParameterBindingsMemento
QueryParameterBindings. NO_PARAMETER_BINDING_MEMENTO
Methods in org.hibernate.query.spi that return QueryKey.ParameterBindingsMemento Modifier and Type Method Description QueryKey.ParameterBindingsMemento
QueryParameterBindings. generateQueryKeyMemento(SharedSessionContractImplementor persistenceContext)
Generate a "memento" for these parameter bindings that can be used in creating aQueryKey
-