Class DBConfigProducer
- java.lang.Object
-
- hu.icellmobilsoft.roaster.oracle.producer.DBConfigProducer
-
@ApplicationScoped public class DBConfigProducer extends Object
Producer for creating ManagedDBConfig- Author:
- balazs.joo
-
-
Constructor Summary
Constructors Constructor Description DBConfigProducer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagedDBConfiggetDBConfig(javax.enterprise.inject.spi.InjectionPoint injectionPoint)Creates ManagedDBConfig for the injected configKey
-
-
-
Method Detail
-
getDBConfig
@Produces @Dependent public ManagedDBConfig getDBConfig(javax.enterprise.inject.spi.InjectionPoint injectionPoint) throws hu.icellmobilsoft.coffee.dto.exception.BaseException
Creates ManagedDBConfig for the injected configKey- Parameters:
injectionPoint- CDI injection point- Returns:
- created class
- Throws:
hu.icellmobilsoft.coffee.dto.exception.BaseException- exception
-
-