Class AbstractToManyBinaryHandler

java.lang.Object
ch.tocco.nice2.persist.core.impl.hibernate.query.selection.AbstractToManySelectionPathHandler
ch.tocco.nice2.persist.core.impl.hibernate.query.selection.binary.AbstractToManyBinaryHandler
All Implemented Interfaces:
SelectionPathHandler
Direct Known Subclasses:
ToManyDetailDocumentHandler, ToManyResourceContentHandler

public abstract class AbstractToManyBinaryHandler extends AbstractToManySelectionPathHandler
Abstract SelectionPathHandler for all to-many fields of type binary. Only the associated primary key of the entity (Resource_content or the related entity if it's an entity doc) is queried from the database. The BinaryDataAccessor is then used to efficiently query all necessary data based on the retrieved primary keys.