- java.lang.Object
-
- org.ferris.resiste.console.sql.SqlConnectionProducer
-
@ApplicationScoped public class SqlConnectionProducer extends java.lang.Object
- Author:
- Michael Remijan mjremijan@yahoo.com @mjremijan
-
-
Field Summary
Fields Modifier and Type Field Description protected org.slf4j.Logger
log
protected SqlProperties
properties
-
Constructor Summary
Constructors Constructor Description SqlConnectionProducer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
postConstruct()
protected SqlConnection
produceSqlConnection()
-
-
-
Field Detail
-
log
@Inject protected org.slf4j.Logger log
-
properties
@Inject protected SqlProperties properties
-
-
Method Detail
-
postConstruct
@PostConstruct protected void postConstruct()
-
produceSqlConnection
@Produces protected SqlConnection produceSqlConnection()
-
-