Class ToOneDetailDocumentHandler
java.lang.Object
ch.tocco.nice2.persist.core.impl.hibernate.query.selection.binary.AbstractToOneBinaryHandler
ch.tocco.nice2.persist.core.impl.hibernate.query.selection.binary.ToOneDetailDocumentHandler
- All Implemented Interfaces:
SelectionPathHandler
SelectionPathHandler
for all to-one fields of type binary, which are detail documents.-
Field Summary
Fields inherited from class ch.tocco.nice2.persist.core.impl.hibernate.query.selection.binary.AbstractToOneBinaryHandler
interceptors, paths, pathToPk, rootModel, selectionInterceptorMap
-
Constructor Summary
ConstructorDescriptionToOneDetailDocumentHandler
(EntityModel rootModel, BinaryDataAccessor binaryDataAccessor, List<QueryBuilderInterceptor> interceptors) -
Method Summary
Modifier and TypeMethodDescriptionprotected Map
<Serializable, BinaryData> loadBinaryData
(Path path, List<Serializable> keys) boolean
Methods inherited from class ch.tocco.nice2.persist.core.impl.hibernate.query.selection.binary.AbstractToOneBinaryHandler
processResults, processSelection, select
-
Constructor Details
-
ToOneDetailDocumentHandler
public ToOneDetailDocumentHandler(EntityModel rootModel, BinaryDataAccessor binaryDataAccessor, List<QueryBuilderInterceptor> interceptors)
-
-
Method Details
-
supports
- Returns:
- true if this instance supports the given path.
-
loadBinaryData
- Specified by:
loadBinaryData
in classAbstractToOneBinaryHandler
-