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 BinaryLoader
createLoader(PersistenceTypeHandlerLookup<Binary> typeLookup, PersistenceObjectRegistry registry, Persister persister, PersistenceSourceSupplier<Binary> source)
-
Constructor Details
-
CreatorSimple
public CreatorSimple()
-
-
Method Details
-
createLoader
public BinaryLoader createLoader(PersistenceTypeHandlerLookup<Binary> typeLookup, PersistenceObjectRegistry registry, Persister persister, PersistenceSourceSupplier<Binary> source)- Specified by:
createLoader
in interfaceBinaryLoader.Creator
- Specified by:
createLoader
in interfacePersistenceLoader.Creator<Binary>
-