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.
|
Constructor and Description |
---|
JDBCContentStore(Connection conn,
ConnectionFactoryIF connfactory) |
JDBCContentStore(Connection conn,
ConnectionFactoryIF connfactory,
String tblname,
String keyname,
String valname) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected ConnectionFactoryIF |
HighLowKeyGenerator.connfactory |
Modifier and Type | Method and Description |
---|---|
ConnectionFactoryIF |
RDBMSStorage.getConnectionFactory(boolean readonly) |
Constructor and Description |
---|
HighLowKeyGenerator(ConnectionFactoryIF connfactory,
String table,
String keycol,
String valcol,
String global_entry,
int grabsize,
String database,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
ConnectionFactoryIF |
RDBMSTopicMapStore.getConnectionFactory(boolean readonly) |