| Package | Description |
|---|---|
| org.josef.ejb |
Enterprise Java Bean Components.
|
| org.josef.jpa |
JPA (Java Persistence API) related classes.
|
| Modifier and Type | Method and Description |
|---|---|
List<T> |
CrudChildActions.findByCriteria(Searchable criteria)
Finds Entities based upon criteria.
|
List<T> |
CrudActions.findByCriteria(Searchable criteria)
Finds Entities based upon criteria.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSearchCriteria
Abstract super class for Search Criteria classes.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
EntityDataAccess.findByCriteria(Class<T> type,
Searchable searchCriteria)
Finds entities of type <T> by criteria.
|
static <T> List<T> |
EntityDataAccess.findByCriteria(javax.persistence.EntityManager entityManager,
Class<T> type,
Searchable searchCriteria)
Finds entities of type <T> by criteria using the supplied entityManager.
|
Copyright © 2008–2017. All rights reserved.