Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
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.
|
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.