Class BinaryLoader.CreatorSimple
- java.lang.Object
-
- one.microstream.persistence.binary.types.BinaryLoader.CreatorSimple
-
- All Implemented Interfaces:
BinaryLoader.Creator,PersistenceLoader.Creator<Binary>
- Enclosing interface:
- BinaryLoader
public static final class BinaryLoader.CreatorSimple extends Object implements BinaryLoader.Creator
-
-
Constructor Summary
Constructors Constructor Description CreatorSimple()
-
Method Summary
Modifier and Type Method Description BinaryLoadercreateLoader(PersistenceTypeHandlerLookup<Binary> typeLookup, PersistenceObjectRegistry registry, Persister persister, PersistenceSourceSupplier<Binary> source)
-
-
-
Method Detail
-
createLoader
public BinaryLoader createLoader(PersistenceTypeHandlerLookup<Binary> typeLookup, PersistenceObjectRegistry registry, Persister persister, PersistenceSourceSupplier<Binary> source)
- Specified by:
createLoaderin interfaceBinaryLoader.Creator- Specified by:
createLoaderin interfacePersistenceLoader.Creator<Binary>
-
-