A B C D F G I J L M N P R S T

A

AbstractArray - Class in net.anotheria.db.array
 
AbstractArray() - Constructor for class net.anotheria.db.array.AbstractArray
 
ATT_NAME_DAO_CREATED - Static variable in interface net.anotheria.db.dao.DAO
Attribute name for created timestamp of a row.
ATT_NAME_DAO_UPDATED - Static variable in interface net.anotheria.db.dao.DAO
Attribute name for last updated timestamp of a row.

B

BasePersistenceServiceJDBCImpl - Class in net.anotheria.db.service
Base persistence service.
BasePersistenceServiceJDBCImpl() - Constructor for class net.anotheria.db.service.BasePersistenceServiceJDBCImpl
Default constructor.
BasePersistenceServiceJDBCImpl(String) - Constructor for class net.anotheria.db.service.BasePersistenceServiceJDBCImpl
 

C

close(Connection) - Method in class net.anotheria.db.service.BasePersistenceServiceJDBCImpl
Close Connection if it opened.
close(Statement) - Method in class net.anotheria.db.service.BasePersistenceServiceJDBCImpl
Close Statement if it opened.
close(ResultSet) - Method in class net.anotheria.db.service.BasePersistenceServiceJDBCImpl
Close ResultSet if it opened.
close(Connection) - Static method in class net.anotheria.db.util.JDBCUtil
Close Connection if it opened.
close(Statement) - Static method in class net.anotheria.db.util.JDBCUtil
Close Statement if it opened.
close(ResultSet) - Static method in class net.anotheria.db.util.JDBCUtil
Close ResultSet if it opened.
convertToList(int[]) - Method in class net.anotheria.db.dao.RowMapper
 
convertToList(long[]) - Method in class net.anotheria.db.dao.RowMapper
 
convertToList(String[]) - Method in class net.anotheria.db.dao.RowMapper
 
createStructure(Connection) - Method in interface net.anotheria.db.dao.DAO
Creates initial DB structure.

D

DAO - Interface in net.anotheria.db.dao
Describes a DAO in the ano-db framework.
DAOException - Exception in net.anotheria.db.dao
 
DAOException() - Constructor for exception net.anotheria.db.dao.DAOException
Creates a new DAOException.
DAOException(String) - Constructor for exception net.anotheria.db.dao.DAOException
Creates a new DAOException.
DAOSQLException - Exception in net.anotheria.db.dao
 
DAOSQLException(SQLException) - Constructor for exception net.anotheria.db.dao.DAOSQLException
 
DBUtil - Class in net.anotheria.db.util
Utility with some operations on database.
DDLConfig - Class in net.anotheria.db.util
 
DDLConfig() - Constructor for class net.anotheria.db.util.DDLConfig
 
deleteStructure(Connection) - Method in interface net.anotheria.db.dao.DAO
Deletes DB Structure.
DMD_F_TABLE_NAME - Static variable in class net.anotheria.db.service.GenericPersistenceService
Database meta data field name for table name field in result set from getTables(...) method.
DMD_F_TABLE_NAME - Static variable in class net.anotheria.db.util.DBUtil
Database meta data field name for table name field in result set from getTables(...) method.

F

free() - Method in class net.anotheria.db.array.AbstractArray
 

G

GenericPersistenceService - Class in net.anotheria.db.service
Generic persistence service with additional functional.
GenericPersistenceService() - Constructor for class net.anotheria.db.service.GenericPersistenceService
Default constructor.
GenericPersistenceService(String) - Constructor for class net.anotheria.db.service.GenericPersistenceService
Public constructor.
getArray() - Method in class net.anotheria.db.array.AbstractArray
 
getArray(Map<String, Class<?>>) - Method in class net.anotheria.db.array.AbstractArray
 
getArray(long, int) - Method in class net.anotheria.db.array.AbstractArray
 
getArray(long, int, Map<String, Class<?>>) - Method in class net.anotheria.db.array.AbstractArray
 
getArray() - Method in class net.anotheria.db.array.IntegerArray
 
getArray() - Method in class net.anotheria.db.array.StringArray
 
getBaseType() - Method in class net.anotheria.db.array.AbstractArray
 
getBaseType() - Method in class net.anotheria.db.array.IntegerArray
 
getBaseType() - Method in class net.anotheria.db.array.StringArray
 
getBaseTypeName() - Method in class net.anotheria.db.array.AbstractArray
 
getBaseTypeName() - Method in class net.anotheria.db.array.IntegerArray
 
getBaseTypeName() - Method in class net.anotheria.db.array.StringArray
 
getConnection() - Method in class net.anotheria.db.service.BasePersistenceServiceJDBCImpl
Get connection from pool.
getDb() - Method in class net.anotheria.db.config.JDBCConfig
 
getDbOwnerName() - Method in class net.anotheria.db.util.DDLConfig
 
getDDL() - Method in class net.anotheria.db.service.GenericPersistenceService
Get DDL queries for creating persistence structure.
getDriver() - Method in class net.anotheria.db.config.JDBCConfig
 
getHost() - Method in class net.anotheria.db.config.JDBCConfig
 
getIdRecoveryAttempts() - Method in class net.anotheria.db.config.JDBCConfig
 
getInstance() - Static method in class net.anotheria.db.util.DBUtil
Get DBUtil instance.
getInstance(String) - Static method in class net.anotheria.db.util.DBUtil
Get DBUtil instance configured from file by given file name.
getInstance() - Static method in class net.anotheria.db.util.DDLConfig
Get instance method.
getJDBCConfig() - Static method in class net.anotheria.db.config.JDBCConfigFactory
Returns the only existing instance.
getMaxConnections() - Method in class net.anotheria.db.config.JDBCConfig
 
getNamedJDBCConfig(String) - Static method in class net.anotheria.db.config.JDBCConfigFactory
Returns a named copy of a jdbc config.
getNextId() - Method in class net.anotheria.db.service.GenericPersistenceService
Reserve and get next id.
getPassword() - Method in class net.anotheria.db.config.JDBCConfig
 
getPKFieldName() - Method in class net.anotheria.db.service.GenericPersistenceService
Get persistence service primary key field name.
getPort() - Method in class net.anotheria.db.config.JDBCConfig
 
getPreconfiguredJdbcUrl() - Method in class net.anotheria.db.config.JDBCConfig
 
getResultSet() - Method in class net.anotheria.db.array.AbstractArray
 
getResultSet(Map<String, Class<?>>) - Method in class net.anotheria.db.array.AbstractArray
 
getResultSet(long, int) - Method in class net.anotheria.db.array.AbstractArray
 
getResultSet(long, int, Map<String, Class<?>>) - Method in class net.anotheria.db.array.AbstractArray
 
getSqlCode() - Method in exception net.anotheria.db.dao.DAOSQLException
 
getSqlState() - Method in exception net.anotheria.db.dao.DAOSQLException
 
getStartId() - Method in class net.anotheria.db.config.JDBCConfig
 
getTableName() - Method in class net.anotheria.db.service.GenericPersistenceService
Get persistence service table name.
getUsername() - Method in class net.anotheria.db.config.JDBCConfig
 
getVendor() - Method in class net.anotheria.db.config.JDBCConfig
 

I

init() - Method in class net.anotheria.db.service.BasePersistenceServiceJDBCImpl
Initialize data source.
initialize() - Method in class net.anotheria.db.service.GenericPersistenceService
Initialize generic persistence service functional.
initializeId() - Method in class net.anotheria.db.service.GenericPersistenceService
Initialize id.
IntegerArray - Class in net.anotheria.db.array
 
IntegerArray(List<Integer>) - Constructor for class net.anotheria.db.array.IntegerArray
 

J

JDBCConfig - Class in net.anotheria.db.config
Configuration for jdbc connections.
JDBCConfig() - Constructor for class net.anotheria.db.config.JDBCConfig
Creates a new config.
JDBCConfigFactory - Class in net.anotheria.db.config
A factory for creation of JDBCConfig instance.
JDBCConnectionException - Exception in net.anotheria.db.service
Connection that is thrown if something went wrong during connection establishment.
JDBCConnectionException() - Constructor for exception net.anotheria.db.service.JDBCConnectionException
Creates a new JDBCConnectionException.
JDBCConnectionException(String) - Constructor for exception net.anotheria.db.service.JDBCConnectionException
Creates a new JDBCConnectionException.
JDBCConnectionException(String, Throwable) - Constructor for exception net.anotheria.db.service.JDBCConnectionException
Creates a new JDBCConnectionException.
JDBCUtil - Class in net.anotheria.db.util
Utility class for closing JDBC resources.

L

log - Variable in class net.anotheria.db.service.BasePersistenceServiceJDBCImpl
Logger.

M

map(ResultSet) - Method in class net.anotheria.db.dao.RowMapper
Creates a new object from the current row in the result set.

N

net.anotheria.db.array - package net.anotheria.db.array
 
net.anotheria.db.config - package net.anotheria.db.config
 
net.anotheria.db.dao - package net.anotheria.db.dao
 
net.anotheria.db.service - package net.anotheria.db.service
 
net.anotheria.db.util - package net.anotheria.db.util
 

P

prepareString(String) - Method in class net.anotheria.db.dao.RowMapper
Trims the string for storage.

R

release(Connection) - Method in class net.anotheria.db.service.BasePersistenceServiceJDBCImpl
Close Connection if it opened.
release(Statement) - Method in class net.anotheria.db.service.BasePersistenceServiceJDBCImpl
Close Statement if it opened.
release(ResultSet) - Method in class net.anotheria.db.service.BasePersistenceServiceJDBCImpl
Close ResultSet if it opened.
release(Connection) - Static method in class net.anotheria.db.util.JDBCUtil
Close Connection if it opened.
release(Statement) - Static method in class net.anotheria.db.util.JDBCUtil
Close Statement if it opened.
release(ResultSet) - Static method in class net.anotheria.db.util.JDBCUtil
Close ResultSet if it opened.
removeAllTables() - Method in class net.anotheria.db.util.DBUtil
Remove all tables from database.
rollback(Connection) - Static method in class net.anotheria.db.util.JDBCUtil
Roll back executed queries from last commit for given connection.
RowMapper<T> - Class in net.anotheria.db.dao
Used by the DAO to map a single row to an object of class T.
RowMapper() - Constructor for class net.anotheria.db.dao.RowMapper
 
RowMapperException - Exception in net.anotheria.db.dao
 
RowMapperException(SQLException) - Constructor for exception net.anotheria.db.dao.RowMapperException
 

S

setArray(List<Integer>) - Method in class net.anotheria.db.array.IntegerArray
 
setArray(List<String>) - Method in class net.anotheria.db.array.StringArray
 
setDb(String) - Method in class net.anotheria.db.config.JDBCConfig
 
setDbOwnerName(String) - Method in class net.anotheria.db.util.DDLConfig
 
setDriver(String) - Method in class net.anotheria.db.config.JDBCConfig
 
setHost(String) - Method in class net.anotheria.db.config.JDBCConfig
 
setIdRecoveryAttempts(int) - Method in class net.anotheria.db.config.JDBCConfig
 
setMaxConnections(int) - Method in class net.anotheria.db.config.JDBCConfig
 
setPassword(String) - Method in class net.anotheria.db.config.JDBCConfig
 
setPort(int) - Method in class net.anotheria.db.config.JDBCConfig
 
setPreconfiguredJdbcUrl(String) - Method in class net.anotheria.db.config.JDBCConfig
 
setStartId(long) - Method in class net.anotheria.db.config.JDBCConfig
 
setUsername(String) - Method in class net.anotheria.db.config.JDBCConfig
 
setVendor(String) - Method in class net.anotheria.db.config.JDBCConfig
 
StringArray - Class in net.anotheria.db.array
 
StringArray(List<String>) - Constructor for class net.anotheria.db.array.StringArray
 

T

toString() - Method in class net.anotheria.db.array.AbstractArray
 
toString() - Method in class net.anotheria.db.array.IntegerArray
 
toString() - Method in class net.anotheria.db.array.StringArray
 
toString() - Method in class net.anotheria.db.config.JDBCConfig
 

A B C D F G I J L M N P R S T

Copyright © 2010-2013 anotheria.net. All Rights Reserved.