Package | Description |
---|---|
com.wewebu.ow.server.util |
Modifier and Type | Method and Description |
---|---|
static org.springframework.jdbc.core.JdbcTemplate |
OwDataSourceUtil.createJdbcTemplateFromId(String jndiName)
Creates an Spring JDBC template instance from provided Id.
|
static DataSource |
OwDataSourceUtil.retrieveDataSource(String dataSourceName)
Helper method to retrieve DataSource definition by JNDI lookup.
|
Constructor and Description |
---|
OwStandardDBAttributeBagWriteableFactory(org.springframework.jdbc.core.JdbcTemplate jdbc,
String userID,
OwTableSpec attributeBagTable)
Constructs the attribute bag with the given Database
Use the following attribute scheme:
[Index, User, Name, AttributeName, AttributeValue]
|
OwStandardDBAttributeBagWriteableFactory(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate_p,
String strUser_p,
String strTable_p)
Deprecated.
|
OwStandardDBInvertedAttributeBag(org.springframework.jdbc.core.JdbcTemplate jdbc_p,
String bagname_p,
String attributename_p,
OwTableSpec attributeBagTable) |
OwStandardDBInvertedAttributeBag(org.springframework.jdbc.core.JdbcTemplate jdbc_p,
String bagname_p,
String attributename_p,
String strTable_p)
Deprecated.
|
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.