|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionFactory
Interface for creation of new JDBC Connection instances.
Method Summary | |
---|---|
java.sql.Connection |
createConnection()
Creates a new JDBC Connection instance. |
void |
initializeFactory()
Initialize the concrete factory. |
Method Detail |
---|
void initializeFactory() throws MappingException
MappingException
- If concrete factory could not be initialized.java.sql.Connection createConnection() throws java.sql.SQLException
java.sql.SQLException
- If the JDBC connection cannot be created.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |