Uses of Interface
net.ontopia.persistence.proxy.ConnectionFactoryIF
-
Packages that use ConnectionFactoryIF Package Description 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 Constructor Description JDBCContentStore(Connection conn, ConnectionFactoryIF connfactory)
JDBCContentStore(Connection conn, ConnectionFactoryIF connfactory, String tblname, String keyname, String valname)
-
Uses of ConnectionFactoryIF in net.ontopia.persistence.proxy
Classes in net.ontopia.persistence.proxy that implement ConnectionFactoryIF Modifier and Type Class Description class
DataSourceConnectionFactory
INTERNAL: AConnectionFactoryIF
backed by aDataSource
.Fields in net.ontopia.persistence.proxy declared as ConnectionFactoryIF Modifier and Type Field Description protected ConnectionFactoryIF
HighLowKeyGenerator. connfactory
Methods in net.ontopia.persistence.proxy that return ConnectionFactoryIF Modifier and Type Method Description ConnectionFactoryIF
RDBMSStorage. getConnectionFactory(boolean readonly)
Constructors in net.ontopia.persistence.proxy with parameters of type ConnectionFactoryIF Constructor Description HighLowKeyGenerator(ConnectionFactoryIF connfactory, String table, String keycol, String valcol, String global_entry, int grabsize, String database, Map<String,String> properties)
-
Uses of ConnectionFactoryIF in net.ontopia.topicmaps.impl.rdbms
Methods in net.ontopia.topicmaps.impl.rdbms that return ConnectionFactoryIF Modifier and Type Method Description ConnectionFactoryIF
RDBMSTopicMapStore. getConnectionFactory(boolean readonly)
-