Package | Description |
---|---|
org.hibernate.engine.spi | |
org.hibernate.procedure.internal |
Defines the internal support for implementing stored procedure calling.
|
org.hibernate.query.internal | |
org.hibernate.query.procedure.internal | |
org.hibernate.search.query.hibernate.impl |
Constructor and Description |
---|
QueryParameters(QueryParameterBindings queryParameterBindings,
LockOptions lockOptions,
RowSelection selection,
boolean isReadOnlyInitialized,
boolean readOnly,
boolean cacheable,
String cacheRegion,
String comment,
List<String> dbHints,
Serializable[] collectionKeys,
Object optionalObject,
String optionalEntityName,
Serializable optionalId,
ResultTransformer resultTransformer) |
Modifier and Type | Method and Description |
---|---|
QueryParameterBindings |
ProcedureCallImpl.getQueryParameterBindings() |
Modifier and Type | Class and Description |
---|---|
class |
QueryParameterBindingsImpl
Manages the group of QueryParameterBinding for a particular query.
|
Modifier and Type | Method and Description |
---|---|
protected QueryParameterBindings |
QueryImpl.getQueryParameterBindings() |
protected QueryParameterBindings |
NativeQueryImpl.getQueryParameterBindings() |
protected QueryParameterBindings |
CollectionFilterImpl.getQueryParameterBindings() |
protected abstract QueryParameterBindings |
AbstractProducedQuery.getQueryParameterBindings() |
Modifier and Type | Class and Description |
---|---|
class |
ProcedureParamBindings |
Modifier and Type | Method and Description |
---|---|
protected QueryParameterBindings |
FullTextQueryImpl.getQueryParameterBindings() |
Copyright © 2019 JBoss by Red Hat. All rights reserved.