Package | Description |
---|---|
org.omnifaces.persistence.model | |
org.omnifaces.persistence.service |
Modifier and Type | Class and Description |
---|---|
class |
TimestampedEntity<T> |
Modifier and Type | Method and Description |
---|---|
<T extends BaseEntity<? extends Number>> |
GenericEntityService.getAllPagedAndSorted(Class<T> resultType,
SortFilterPage sortFilterPage) |
<T extends BaseEntity<? extends Number>> |
GenericEntityService.getAllPagedAndSorted(Class<T> resultType,
SortFilterPage sortFilterPage,
boolean getCount) |
Modifier and Type | Method and Description |
---|---|
BaseEntity<? extends Number> |
GenericEntityService.find(Class<BaseEntity<? extends Number>> type,
Number id) |
BaseEntity<? extends Number> |
GenericEntityService.findWithDepth(Class<BaseEntity<? extends Number>> type,
Number id,
String... fetchRelations) |
Modifier and Type | Method and Description |
---|---|
BaseEntity<? extends Number> |
GenericEntityService.find(Class<BaseEntity<? extends Number>> type,
Number id) |
BaseEntity<? extends Number> |
GenericEntityService.findWithDepth(Class<BaseEntity<? extends Number>> type,
Number id,
String... fetchRelations) |
Copyright © 2015–2017 OmniFaces. All rights reserved.