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

@ApplicationScoped public class SqlRegistryStorage extends AbstractSqlRegistryStorage
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
  • Constructor Details

    • SqlRegistryStorage

      public SqlRegistryStorage()