Uses of Interface
org.omnifaces.persistence.model.Identifiable
-
Packages that use Identifiable Package Description org.omnifaces.persistence.model org.omnifaces.persistence.model.dto -
-
Uses of Identifiable in org.omnifaces.persistence.model
Classes in org.omnifaces.persistence.model that implement Identifiable Modifier and Type Class Description classBaseEntity<I extends Comparable<I> & Serializable>Let all your entities extend from this.classGeneratedIdEntity<I extends Comparable<I> & Serializable>Mapped superclass for entity with generated ID.classTimestampedBaseEntity<I extends Comparable<I> & Serializable>Mapped superclass for timestamped entity.classTimestampedEntity<I extends Comparable<I> & Serializable>Mapped superclass for timestamped entity.classVersionedBaseEntity<I extends Comparable<I> & Serializable>Mapped superclass for versioned entity.classVersionedEntity<I extends Comparable<I> & Serializable>Mapped superclass for versioned entity. -
Uses of Identifiable in org.omnifaces.persistence.model.dto
Methods in org.omnifaces.persistence.model.dto that return Identifiable Modifier and Type Method Description Identifiable<?>Page. getLast()Returns the last entity of the previous page, if any.Constructors in org.omnifaces.persistence.model.dto with parameters of type Identifiable Constructor Description Page(Integer offset, Integer limit, Identifiable<?> last, Boolean reversed, LinkedHashMap<String,Boolean> ordering, Map<String,Object> requiredCriteria, Map<String,Object> optionalCriteria)Creates a new Page whereby value based paging will be performed instead of offset based paging when applicable.
-