|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionFactoryIF | |
|---|---|
| net.ontopia.infoset.content | |
| net.ontopia.persistence.proxy | An object-relational mapping framework. |
| net.ontopia.topicmaps.impl.rdbms | Relational database implementation of the core topic map interfaces. |
| Uses of ConnectionFactoryIF in net.ontopia.infoset.content |
|---|
| Constructors in net.ontopia.infoset.content with parameters of type ConnectionFactoryIF | |
|---|---|
JDBCContentStore(java.sql.Connection conn,
ConnectionFactoryIF connfactory)
|
|
JDBCContentStore(java.sql.Connection conn,
ConnectionFactoryIF connfactory,
java.lang.String tblname,
java.lang.String keyname,
java.lang.String valname)
|
|
| Uses of ConnectionFactoryIF in net.ontopia.persistence.proxy |
|---|
| Classes in net.ontopia.persistence.proxy that implement ConnectionFactoryIF | |
|---|---|
class |
AbstractConnectionFactory
INTERNAL: Abstract connection factory implementation that holds common connection properties. |
class |
DBCPConnectionFactory
INTERNAL: Apache Commons DBCP connection factory implementation. |
class |
DefaultConnectionFactory
INTERNAL: Connection factory that uses java.sql.DriverManager.getConnection(...). |
class |
JNDIConnectionFactory
INTERNAL: Connection factory that retrieves javax.sql.DataSource from the JNDI environment given a JNDI name. |
| Fields in net.ontopia.persistence.proxy declared as ConnectionFactoryIF | |
|---|---|
protected ConnectionFactoryIF |
HighLowKeyGenerator.connfactory
|
| Methods in net.ontopia.persistence.proxy that return ConnectionFactoryIF | |
|---|---|
ConnectionFactoryIF |
RDBMSStorage.getConnectionFactory(boolean readonly)
|
| Constructors in net.ontopia.persistence.proxy with parameters of type ConnectionFactoryIF | |
|---|---|
HighLowKeyGenerator(ConnectionFactoryIF connfactory,
java.lang.String table,
java.lang.String keycol,
java.lang.String valcol,
java.lang.String global_entry,
int grabsize,
java.lang.String database,
java.util.Map properties)
|
|
| Uses of ConnectionFactoryIF in net.ontopia.topicmaps.impl.rdbms |
|---|
| Methods in net.ontopia.topicmaps.impl.rdbms that return ConnectionFactoryIF | |
|---|---|
ConnectionFactoryIF |
RDBMSTopicMapStore.getConnectionFactory(boolean readonly)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||