Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
Modifier and Type | Method and Description |
---|---|
SQLQuery.RootReturn |
SQLQuery.RootReturn.addProperty(String propertyName,
String columnAlias)
Add a simple property-to-one-column mapping.
|
SQLQuery.RootReturn |
SQLQuery.addRoot(String tableAlias,
Class entityType)
Add a new root return mapping, returning a
SQLQuery.RootReturn to allow further definition. |
SQLQuery.RootReturn |
SQLQuery.addRoot(String tableAlias,
String entityName)
Add a new root return mapping, returning a
SQLQuery.RootReturn to allow further definition. |
SQLQuery.RootReturn |
SQLQuery.RootReturn.setDiscriminatorAlias(String columnAlias)
Name the column alias that identifies the entity's discriminator.
|
SQLQuery.RootReturn |
SQLQuery.RootReturn.setLockMode(LockMode lockMode)
Set the lock mode for this return.
|
Modifier and Type | Method and Description |
---|---|
SQLQuery.RootReturn |
SQLQueryImpl.addRoot(String tableAlias,
Class entityType) |
SQLQuery.RootReturn |
SQLQueryImpl.addRoot(String tableAlias,
String entityName) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.