| Package | Description |
|---|---|
| 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 |
|---|---|
Map<Integer,OrdinalParameterDescriptor> |
ParamLocationRecognizer.getOrdinalParameterDescriptionMap() |
| Modifier and Type | Method and Description |
|---|---|
OrdinalParameterDescriptor |
ParameterMetadataImpl.getOrdinalParameterDescriptor(int position)
Get the descriptor for an ordinal parameter given its position
|
| Constructor and Description |
|---|
ParameterMetadataImpl(Map<Integer,OrdinalParameterDescriptor> ordinalDescriptorMap,
Map<String,NamedParameterDescriptor> namedDescriptorMap) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.