Package ch.tocco.nice2.persist.core.impl.hibernate.query.selection
package ch.tocco.nice2.persist.core.impl.hibernate.query.selection
-
ClassDescriptionClass to be used to specify a custom selection for a
CriteriaQueryBuilder
.A strategy how to efficiently fetch aPath
of aCustomSelection
from the database.A registry for aCustomSelection
which tracks the following two things: - at which position the user expects the paths that were added throughCustomSelection.addPath(String...)
.SelectionPathHandler
for all to-many fields (except binaries).SelectionPathHandler
for all to-one fields (except binaries).