Uses of Interface
one.microstream.persistence.types.PersistenceTypeHandlerRegistration
Package | Description |
---|---|
one.microstream.persistence.types | |
one.microstream.storage.types |
-
Uses of PersistenceTypeHandlerRegistration in one.microstream.persistence.types
Methods in one.microstream.persistence.types with parameters of type PersistenceTypeHandlerRegistration Modifier and Type Method Description F
PersistenceFoundation.Default. executeTypeHandlerRegistration(PersistenceTypeHandlerRegistration<D> typeHandlerRegistration)
F
PersistenceFoundation. executeTypeHandlerRegistration(PersistenceTypeHandlerRegistration<D> typeHandlerRegistration)
Executes the passedPersistenceTypeHandlerRegistration
logic while supplying this instance'sPersistenceCustomTypeHandlerRegistry
andPersistenceSizedArrayLengthController
instances. -
Uses of PersistenceTypeHandlerRegistration in one.microstream.storage.types
Methods in one.microstream.storage.types with parameters of type PersistenceTypeHandlerRegistration Modifier and Type Method Description F
EmbeddedStorageFoundation.Default. executeTypeHandlerRegistration(PersistenceTypeHandlerRegistration<Binary> typeHandlerRegistration)
F
EmbeddedStorageFoundation. executeTypeHandlerRegistration(PersistenceTypeHandlerRegistration<Binary> typeHandlerRegistration)
Convenience method forthis.getConnectionFoundation().executeTypeHandlerRegistration(typeHandlerRegistration)
.