Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W 

P

Page - Class in org.omnifaces.persistence.model.dto
This class basically defines a paged view of a database based on a given offset, limit, ordering, required criteria and optional criteria.
Page(Integer, Integer, LinkedHashMap<String, Boolean>, Map<String, Object>, Map<String, Object>) - Constructor for class org.omnifaces.persistence.model.dto.Page
Creates a new Page.
Page(Integer, Integer, Identifiable<?>, Boolean, LinkedHashMap<String, Boolean>, Map<String, Object>, Map<String, Object>) - Constructor for class org.omnifaces.persistence.model.dto.Page
Creates a new Page whereby value based paging will be performed instead of offset based paging when applicable.
Page.Builder - Class in org.omnifaces.persistence.model.dto
The page builder.
parse(Object) - Static method in class org.omnifaces.persistence.criteria.Bool
 
parse(Object, Class<Enum<?>>) - Static method in class org.omnifaces.persistence.criteria.Enumerated
 
parse(Object, Class<Number>) - Static method in class org.omnifaces.persistence.criteria.Numeric
 
persist(E) - Method in class org.omnifaces.persistence.service.BaseEntityService
Persist given entity and immediately perform a flush.
PropertiesFileLoader - Interface in org.omnifaces.persistence.datasource
 
PROPERTY_VALIDATION_MODE - Static variable in class org.omnifaces.persistence.JPA
 
Provider - Enum in org.omnifaces.persistence
Enumeration of all supported JPA providers.
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2015–2020 OmniFaces. All rights reserved.