| Package | Description |
|---|---|
| org.hibernate.engine.query.internal | |
| org.hibernate.engine.query.spi |
Defines support for query plans and stored metadata about queries
|
| org.hibernate.query.internal |
| Modifier and Type | Method and Description |
|---|---|
ParameterMetadataImpl |
NativeQueryInterpreterStandardImpl.getParameterMetadata(String nativeQuery) |
| Modifier and Type | Method and Description |
|---|---|
ParameterMetadataImpl |
HQLQueryPlan.getParameterMetadata() |
ParameterMetadataImpl |
NativeQueryInterpreter.getParameterMetadata(String nativeQuery)
Returns a meta-data object with information about the named and ordinal
parameters contained in the given native query.
|
| Constructor and Description |
|---|
CollectionFilterImpl(String queryString,
Object collection,
SharedSessionContractImplementor session,
ParameterMetadataImpl parameterMetadata) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.