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 FPersistenceFoundation.Default. executeTypeHandlerRegistration(PersistenceTypeHandlerRegistration<M> typeHandlerRegistration)FPersistenceFoundation. executeTypeHandlerRegistration(PersistenceTypeHandlerRegistration<M> typeHandlerRegistration)Executes the passedPersistenceTypeHandlerRegistrationlogic while supplying this instance'sPersistenceCustomTypeHandlerRegistryandPersistenceSizedArrayLengthControllerinstances. -
Uses of PersistenceTypeHandlerRegistration in one.microstream.storage.types
Methods in one.microstream.storage.types with parameters of type PersistenceTypeHandlerRegistration Modifier and Type Method Description FEmbeddedStorageFoundation.Default. executeTypeHandlerRegistration(PersistenceTypeHandlerRegistration<Binary> typeHandlerRegistration)FEmbeddedStorageFoundation. executeTypeHandlerRegistration(PersistenceTypeHandlerRegistration<Binary> typeHandlerRegistration)Convenience method forthis.getConnectionFoundation().executeTypeHandlerRegistration(typeHandlerRegistration).
-