| Package | Description |
|---|---|
| org.hibernate | |
| org.hibernate.criterion |
| Modifier and Type | Method and Description |
|---|---|
Criteria |
Criteria.add(Criterion criterion) |
| Modifier and Type | Method and Description |
|---|---|
static Criterion |
Restrictions.sqlRestriction(String sql) |
static Criterion |
Restrictions.sqlRestriction(String sql,
Object[] values,
Type[] types) |
static Criterion |
Restrictions.sqlRestriction(String sql,
Object value,
Type types) |
Copyright © 2022. All rights reserved.