Uses of Interface
io.apicurio.registry.storage.impl.sql.jdb.Handle
-
Packages that use Handle Package Description io.apicurio.registry.storage.impl.sql io.apicurio.registry.storage.impl.sql.jdb io.apicurio.registry.storage.impl.sql.upgrader -
-
Uses of Handle in io.apicurio.registry.storage.impl.sql
Methods in io.apicurio.registry.storage.impl.sql with parameters of type Handle Modifier and Type Method Description protected LongAbstractSqlRegistryStorage. createOrUpdateContent(Handle handle, ArtifactType artifactType, ContentHandle content)Store the content in the database and return the ID of the new row.protected voidAbstractSqlRegistryStorage. importArtifactRule(Handle handle, ArtifactRuleEntity entity)protected voidAbstractSqlRegistryStorage. importArtifactVersion(Handle handle, ArtifactVersionEntity entity)protected voidAbstractSqlRegistryStorage. importContent(Handle handle, ContentEntity entity)protected voidAbstractSqlRegistryStorage. importEntity(Handle handle, Entity entity)protected voidAbstractSqlRegistryStorage. importGlobalRule(Handle handle, GlobalRuleEntity entity)protected voidAbstractSqlRegistryStorage. importGroup(Handle handle, GroupEntity entity)protected longAbstractSqlRegistryStorage. nextContentId(Handle handle)protected longAbstractSqlRegistryStorage. nextGlobalId(Handle handle)protected voidAbstractSqlRegistryStorage. resetContentId(Handle handle)protected voidAbstractSqlRegistryStorage. resetGlobalId(Handle handle)voidIDbUpgrader. upgrade(Handle dbHandle)Called by theAbstractSqlRegistryStorageclass when upgrading the database. -
Uses of Handle in io.apicurio.registry.storage.impl.sql.jdb
Classes in io.apicurio.registry.storage.impl.sql.jdb that implement Handle Modifier and Type Class Description classHandleImplMethods in io.apicurio.registry.storage.impl.sql.jdb with parameters of type Handle Modifier and Type Method Description THandleCallback. withHandle(Handle handle)Will be invoked with an open Handle. -
Uses of Handle in io.apicurio.registry.storage.impl.sql.upgrader
Methods in io.apicurio.registry.storage.impl.sql.upgrader with parameters of type Handle Modifier and Type Method Description voidProtobufCanonicalHashUpgrader. upgrade(Handle dbHandle)
-