Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.impl |
This package contains implementations of the
central Hibernate APIs, especially the
Hibernate session.
|
Modifier and Type | Method and Description |
---|---|
SQLQuery.RootReturn |
SQLQuery.RootReturn.addProperty(java.lang.String propertyName,
java.lang.String columnAlias)
Add a simple property-to-one-column mapping
|
SQLQuery.RootReturn |
SQLQuery.addRoot(java.lang.String tableAlias,
java.lang.Class entityType)
Add a new root return mapping, returning a
SQLQuery.RootReturn to allow further definition |
SQLQuery.RootReturn |
SQLQuery.addRoot(java.lang.String tableAlias,
java.lang.String entityName)
Add a new root return mapping, returning a
SQLQuery.RootReturn to allow further definition |
SQLQuery.RootReturn |
SQLQuery.RootReturn.setDiscriminatorAlias(java.lang.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(java.lang.String tableAlias,
java.lang.Class entityType) |
SQLQuery.RootReturn |
SQLQueryImpl.addRoot(java.lang.String tableAlias,
java.lang.String entityName) |
Copyright © 2014. All Rights Reserved.