Class SqlRegistryStorage
java.lang.Object
io.apicurio.registry.storage.impl.sql.AbstractSqlRegistryStorage
io.apicurio.registry.storage.impl.sql.SqlRegistryStorage
- All Implemented Interfaces:
io.apicurio.common.apps.config.DynamicConfigStorage,RegistryStorage
A SQL implementation of the
RegistryStorage interface. This impl does not
use any ORM technology - it simply uses native SQL for all operations.- Author:
- eric.wittmann@gmail.com
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.apicurio.registry.storage.RegistryStorage
RegistryStorage.ArtifactRetrievalBehavior -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.apicurio.registry.storage.impl.sql.AbstractSqlRegistryStorage
canonicalizeContent, consumeDownload, countArtifacts, countArtifactVersions, countTotalArtifactVersions, createArtifact, createArtifact, createArtifactRule, createArtifactVersionComment, createArtifactVersionComment, createArtifactWithMetadata, createArtifactWithMetadata, createArtifactWithMetadata, createDownload, createGlobalRule, createGroup, createOrUpdateContent, createOrUpdateContent, createRoleMapping, deleteAllExpiredDownloads, deleteAllOrphanedContent, deleteAllUserData, deleteArtifact, deleteArtifactRule, deleteArtifactRules, deleteArtifacts, deleteArtifactVersion, deleteArtifactVersionComment, deleteArtifactVersionMetaData, deleteConfigProperty, deleteGlobalRule, deleteGlobalRules, deleteGroup, deleteRoleMapping, exportData, extractMetaData, getArtifact, getArtifact, getArtifactByContentHash, getArtifactByContentId, getArtifactContentIds, getArtifactIds, getArtifactMetaData, getArtifactMetaData, getArtifactMetaData, getArtifactRule, getArtifactRules, getArtifactVersion, getArtifactVersion, getArtifactVersionComments, getArtifactVersionMetaData, getArtifactVersionMetaData, getArtifactVersions, getArtifactVersionsByContentId, getConfigProperties, getConfigProperty, getContentIdsReferencingArtifact, getGlobalIdsReferencingArtifact, getGlobalRule, getGlobalRules, getGroupIds, getGroupMetaData, getInboundArtifactReferences, getLogConfiguration, getRawConfigProperty, getRoleForPrincipal, getRoleMapping, getRoleMappings, getTenantsWithStaleConfigProperties, importArtifactRule, importArtifactVersion, importComment, importContent, importData, importGlobalRule, importGroup, insertReferences, isAlive, isArtifactExists, isArtifactVersionExists, isContentExists, isGlobalIdExists, isGroupExists, isReady, listLogConfigurations, nextCommentId, nextContentId, nextGlobalId, removeLogConfiguration, resetCommentId, resetContentId, resetGlobalId, resolveReferences, resolveVersion, searchArtifacts, searchGroups, searchVersions, setConfigProperty, setLogConfiguration, sqlStatements, storageName, supportsMultiTenancy, tenantContext, updateArtifact, updateArtifact, updateArtifactMetaData, updateArtifactOwner, updateArtifactRule, updateArtifactState, updateArtifactState, updateArtifactVersionComment, updateArtifactVersionMetaData, updateArtifactWithMetadata, updateArtifactWithMetadata, updateArtifactWithMetadata, updateGlobalRule, updateGroupMetaData, updateRoleMapping
-
Constructor Details
-
SqlRegistryStorage
public SqlRegistryStorage()
-