| 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  | CriteriaCriteria is a simplified API for retrieving entities
 by composing Criterion objects. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DetachedCriteriaSome applications need to create criteria queries in "detached
 mode", where the Hibernate session is not available. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CriteriaImplImplementation of the Criteria interface | 
| class  | CriteriaImpl.Subcriteria | 
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.