Package ch.tocco.nice2.persist.core.api.util
package ch.tocco.nice2.persist.core.api.util
-
ClassDescriptionBase class for EntityList sort wrappers.An
EntityFacadeListener
that collects all events during a transaction.EntityFacadeListener that collects facade events up until the current transaction is about to be committed.Predicate to filter entities by entity model name.Predicate to filter entities which have at least one of the given fields touched.Predicate to filter entities which have a certain relation touched.An EntityList impl that contains no entries.Deprecated.Static utility functions for dealing with entities and relations.A wrapper over anEntityList
to possibly filter out entries.Used to collect futures ofCollectingAfterCommitListener
.A wrapper that sorts the EntityList automatically by a given sequence of PKs.A wrapper over anEntityList
to sort the entries by PrimaryKey.A wrapper to handle multipleentity lists
as one.EntityList
implementation for a list of primary keys.Attempts to ease adding parameters to a query that are often used and/or evaluated as late as possible (for example the current date).Deprecated.
EntityModelUtils