Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.query.internal |
Modifier and Type | Method and Description |
---|---|
SQLQuery.ReturnProperty |
SQLQuery.ReturnProperty.addColumnAlias(String columnAlias)
Add a column alias to this property mapping.
|
SQLQuery.ReturnProperty |
SQLQuery.RootReturn.addProperty(String propertyName)
Add a property, presumably with more than one column.
|
SQLQuery.ReturnProperty |
SQLQuery.FetchReturn.addProperty(String propertyName)
Add a property, presumably with more than one column.
|
Modifier and Type | Method and Description |
---|---|
SQLQuery.ReturnProperty |
NativeQueryReturnBuilderFetchImpl.addProperty(String propertyName) |
SQLQuery.ReturnProperty |
NativeQueryReturnBuilderRootImpl.addProperty(String propertyName) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.