Uses of Class
hu.icellmobilsoft.roaster.oracle.connection.JDBCConnection
-
Packages that use JDBCConnection Package Description hu.icellmobilsoft.roaster.oracle.connection hu.icellmobilsoft.roaster.oracle.producer hu.icellmobilsoft.roaster.oracle.service -
-
Uses of JDBCConnection in hu.icellmobilsoft.roaster.oracle.connection
Methods in hu.icellmobilsoft.roaster.oracle.connection that return JDBCConnection Modifier and Type Method Description JDBCConnectionJDBCConnection. withConfig(ManagedDBConfig config)Set configuration -
Uses of JDBCConnection in hu.icellmobilsoft.roaster.oracle.producer
Methods in hu.icellmobilsoft.roaster.oracle.producer that return JDBCConnection Modifier and Type Method Description JDBCConnectionDBConnectionProducer. getConnection(javax.enterprise.inject.spi.InjectionPoint injectionPoint)Creates or gets Connection for the given configKey -
Uses of JDBCConnection in hu.icellmobilsoft.roaster.oracle.service
Methods in hu.icellmobilsoft.roaster.oracle.service that return JDBCConnection Modifier and Type Method Description protected JDBCConnectionOracleJDBCSelectorService. getJdbcConnection()Methods in hu.icellmobilsoft.roaster.oracle.service with parameters of type JDBCConnection Modifier and Type Method Description voidOracleJDBCSelectorService. setJdbcConnection(JDBCConnection jdbcConnection)
-