Class SqlStatementsProducer
- java.lang.Object
-
- io.apicurio.registry.storage.impl.sql.SqlStatementsProducer
-
@ApplicationScoped public class SqlStatementsProducer extends Object
- Author:
- eric.wittmann@gmail.com
-
-
Constructor Summary
Constructors Constructor Description SqlStatementsProducer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlStatements
createSqlStatements()
Produces anSqlStatements
instance for injection.
-
-
-
Method Detail
-
createSqlStatements
@Produces @ApplicationScoped public SqlStatements createSqlStatements()
Produces anSqlStatements
instance for injection.
-
-