Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.criterion |
A framework for defining restriction criteria and order criteria.
|
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Criteria
Criteria is a simplified API for retrieving entities
by composing Criterion objects.
|
Modifier and Type | Class and Description |
---|---|
class |
DetachedCriteria
Models a detached form of a Criteria (not associated with a Session).
|
Modifier and Type | Class and Description |
---|---|
class |
CriteriaImpl
Implementation of the Criteria interface
|
class |
CriteriaImpl.Subcriteria |
Copyright © 2017 JBoss by Red Hat. All rights reserved.