Uses of Interface
one.microstream.persistence.types.PersistenceTypeHandlerRegistration
-
Packages that use 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<M> typeHandlerRegistration)
F
PersistenceFoundation. executeTypeHandlerRegistration(PersistenceTypeHandlerRegistration<M> 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)
.
-