C D F G H I J K L M O P R S U V W 
All Classes All Packages

C

clear() - Method in class hu.icellmobilsoft.roaster.oracle.producer.DBConnectionProducer
Destroys created Connections
close() - Method in class hu.icellmobilsoft.roaster.oracle.connection.JDBCConnection
Destroys created Connection
configKey() - Method in annotation type hu.icellmobilsoft.roaster.oracle.annotation.DBConnection
Config key of the desired DB schema.
configKey() - Method in class hu.icellmobilsoft.roaster.oracle.annotation.DBConnection.Literal
 

D

DB_PREFIX - Static variable in class hu.icellmobilsoft.roaster.oracle.config.ManagedDBConfig
Constant DB_PREFIX="roaster.datasource"
DBConfig - Interface in hu.icellmobilsoft.roaster.oracle.config
DB configuration values
DBConfigProducer - Class in hu.icellmobilsoft.roaster.oracle.producer
Producer for creating ManagedDBConfig
DBConfigProducer() - Constructor for class hu.icellmobilsoft.roaster.oracle.producer.DBConfigProducer
 
DBConnection - Annotation Type in hu.icellmobilsoft.roaster.oracle.annotation
Qualifier for instantiating Connection
DBConnection.Literal - Class in hu.icellmobilsoft.roaster.oracle.annotation
Supports inline instantiation of the DBConnection qualifier.
DBConnectionProducer - Class in hu.icellmobilsoft.roaster.oracle.producer
Producer for creating or obtaining Connection
DBConnectionProducer() - Constructor for class hu.icellmobilsoft.roaster.oracle.producer.DBConnectionProducer
 
DBTypeEnum - Enum in hu.icellmobilsoft.roaster.oracle.constatns
Types of databases can be handled by Roaster

F

fromValue(String) - Static method in enum hu.icellmobilsoft.roaster.oracle.constatns.DBTypeEnum
 

G

getConfigKey() - Method in class hu.icellmobilsoft.roaster.oracle.config.ManagedDBConfig
 
getConnection() - Method in class hu.icellmobilsoft.roaster.oracle.connection.JDBCConnection
Creates connection, using given configuration
getConnection(InjectionPoint) - Method in class hu.icellmobilsoft.roaster.oracle.producer.DBConnectionProducer
Creates or gets Connection for the given configKey
getDBConfig(InjectionPoint) - Method in class hu.icellmobilsoft.roaster.oracle.producer.DBConfigProducer
Creates ManagedDBConfig for the injected configKey
getJdbcConnection() - Method in class hu.icellmobilsoft.roaster.oracle.service.OracleJDBCSelectorService
 
getMaximumPoolSize() - Method in interface hu.icellmobilsoft.roaster.oracle.config.DBConfig
Returns the maximus size of the connection pool
getMaximumPoolSize() - Method in class hu.icellmobilsoft.roaster.oracle.config.ManagedDBConfig
 
getOracleJDBCSelectorService(InjectionPoint) - Method in class hu.icellmobilsoft.roaster.oracle.producer.OracleJDBCServiceProducer
Produces OracleJDBCService for the DB connection specified by the given configKey
getPassword() - Method in interface hu.icellmobilsoft.roaster.oracle.config.DBConfig
getPassword.
getPassword() - Method in class hu.icellmobilsoft.roaster.oracle.config.ManagedDBConfig
getPassword.
getUrl() - Method in interface hu.icellmobilsoft.roaster.oracle.config.DBConfig
getUrl.
getUrl() - Method in class hu.icellmobilsoft.roaster.oracle.config.ManagedDBConfig
getUrl.
getUser() - Method in interface hu.icellmobilsoft.roaster.oracle.config.DBConfig
getUser.
getUser() - Method in class hu.icellmobilsoft.roaster.oracle.config.ManagedDBConfig
getUser.

H

hu.icellmobilsoft.roaster.oracle.annotation - package hu.icellmobilsoft.roaster.oracle.annotation
 
hu.icellmobilsoft.roaster.oracle.config - package hu.icellmobilsoft.roaster.oracle.config
 
hu.icellmobilsoft.roaster.oracle.connection - package hu.icellmobilsoft.roaster.oracle.connection
 
hu.icellmobilsoft.roaster.oracle.constatns - package hu.icellmobilsoft.roaster.oracle.constatns
 
hu.icellmobilsoft.roaster.oracle.producer - package hu.icellmobilsoft.roaster.oracle.producer
 
hu.icellmobilsoft.roaster.oracle.service - package hu.icellmobilsoft.roaster.oracle.service
 

I

isClosed() - Method in class hu.icellmobilsoft.roaster.oracle.connection.JDBCConnection
Check connection is closed

J

JDBCConnection - Class in hu.icellmobilsoft.roaster.oracle.connection
Connection container with configuration
JDBCConnection() - Constructor for class hu.icellmobilsoft.roaster.oracle.connection.JDBCConnection
 

K

KEY_DELIMITER - Static variable in class hu.icellmobilsoft.roaster.oracle.config.ManagedDBConfig
Constant KEY_DELIMITER="."

L

Literal(String) - Constructor for class hu.icellmobilsoft.roaster.oracle.annotation.DBConnection.Literal
 

M

ManagedDBConfig - Class in hu.icellmobilsoft.roaster.oracle.config
Helper class for obtaining DB connection settings using microprofile config.
General pattern is "roaster.datasource.${dbType}.${schema}.${setting}
ManagedDBConfig() - Constructor for class hu.icellmobilsoft.roaster.oracle.config.ManagedDBConfig
 
MAXIMUM_POOL_SIZE - Static variable in class hu.icellmobilsoft.roaster.oracle.config.ManagedDBConfig
Constant "maximumPoolSize"

O

ORACLE - hu.icellmobilsoft.roaster.oracle.constatns.DBTypeEnum
 
OracleJDBCSelectorService - Class in hu.icellmobilsoft.roaster.oracle.service
Class representing Oracle JDBC functionality
OracleJDBCSelectorService() - Constructor for class hu.icellmobilsoft.roaster.oracle.service.OracleJDBCSelectorService
 
OracleJDBCServiceProducer - Class in hu.icellmobilsoft.roaster.oracle.producer
Producer for OracleJDBCService
OracleJDBCServiceProducer() - Constructor for class hu.icellmobilsoft.roaster.oracle.producer.OracleJDBCServiceProducer
 

P

PASSWORD - Static variable in class hu.icellmobilsoft.roaster.oracle.config.ManagedDBConfig
Constant PASSWORD="password"

R

returnResource(OracleJDBCSelectorService) - Method in class hu.icellmobilsoft.roaster.oracle.producer.OracleJDBCServiceProducer
Close connection when disposed

S

selectAllObjects(String, FunctionalInterfaces.BaseExceptionFunction<ResultSet, T>) - Method in class hu.icellmobilsoft.roaster.oracle.service.OracleJDBCSelectorService
Run sql select command, and return list of desired result objects, converted by given converter
selectFirstBigDecimalValue(String, String) - Method in class hu.icellmobilsoft.roaster.oracle.service.OracleJDBCSelectorService
Run sql select command, and return given column BigDecimal value
selectFirstBooleanValue(String, String) - Method in class hu.icellmobilsoft.roaster.oracle.service.OracleJDBCSelectorService
Run sql select command, and return given column Boolean value
selectFirstDateValue(String, String) - Method in class hu.icellmobilsoft.roaster.oracle.service.OracleJDBCSelectorService
Run sql select command, and return given column Date value
selectFirstIntegerValue(String, String) - Method in class hu.icellmobilsoft.roaster.oracle.service.OracleJDBCSelectorService
Run sql select command, and return given column Integer value
selectFirstObject(String, FunctionalInterfaces.BaseExceptionFunction<ResultSet, T>) - Method in class hu.icellmobilsoft.roaster.oracle.service.OracleJDBCSelectorService
Run sql select command, and return desired result object, converted by given converter
selectFirstStringValue(String, String) - Method in class hu.icellmobilsoft.roaster.oracle.service.OracleJDBCSelectorService
Run sql select command, and return given column String value
selectRowCount(String) - Method in class hu.icellmobilsoft.roaster.oracle.service.OracleJDBCSelectorService
Run sql select command, and return row count
setConfigKey(String) - Method in class hu.icellmobilsoft.roaster.oracle.config.ManagedDBConfig
 
setJdbcConnection(JDBCConnection) - Method in class hu.icellmobilsoft.roaster.oracle.service.OracleJDBCSelectorService
 

U

URL - Static variable in class hu.icellmobilsoft.roaster.oracle.config.ManagedDBConfig
Constant URL="url"
USER - Static variable in class hu.icellmobilsoft.roaster.oracle.config.ManagedDBConfig
Constant USER="user"

V

value() - Method in enum hu.icellmobilsoft.roaster.oracle.constatns.DBTypeEnum
 
valueOf(String) - Static method in enum hu.icellmobilsoft.roaster.oracle.constatns.DBTypeEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum hu.icellmobilsoft.roaster.oracle.constatns.DBTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.

W

withConfig(ManagedDBConfig) - Method in class hu.icellmobilsoft.roaster.oracle.connection.JDBCConnection
Set configuration
C D F G H I J K L M O P R S U V W 
All Classes All Packages