Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
B C D F G I O R S T U

B

begin() - Method in interface org.jdbf.engine.database.Database
Begin transaction
begin() - Method in class org.jdbf.engine.database.DatabaseCore
Open transaction
begin() - Method in class org.jdbf.engine.database.DatabaseImpl
Begin transaction

C

close() - Method in interface org.jdbf.engine.database.Database
Close the transaction
close() - Method in class org.jdbf.engine.database.DatabaseCore
Close transaction
close() - Method in class org.jdbf.engine.database.DatabaseImpl
Close transaction
commit(Connection) - Method in interface org.jdbf.engine.database.Database
Commit the transaction
commit(Connection) - Method in class org.jdbf.engine.database.DatabaseCore
Commit the operations of transaction
commit(Connection) - Method in class org.jdbf.engine.database.DatabaseImpl
Commit transaction.
connectionManager - Variable in class org.jdbf.engine.database.DatabaseImpl
ConnectionManager object
createOID(RepositoryView, String, Connection, String) - Method in class org.jdbf.engine.database.DatabaseImpl
Create OID using a keyGenerator specified in typeKeyGen.

D

Database - interface org.jdbf.engine.database.Database.
Database is the interface that represents the database.
DatabaseCore - class org.jdbf.engine.database.DatabaseCore.
DatabaseCore represents database.
DatabaseCore(RepositoryFactory) - Constructor for class org.jdbf.engine.database.DatabaseCore
Creates a DatabaseCore object
DatabaseImpl - class org.jdbf.engine.database.DatabaseImpl.
DatabaseImpl is the class that handles the operations against database.
DatabaseImpl(String, RepositoryFactory) - Constructor for class org.jdbf.engine.database.DatabaseImpl
Creates the DatabaseImpl object
delete(ObjectMapped) - Method in class org.jdbf.engine.database.DatabaseImpl
Delete the object.
deleteForCriteria(Criteria) - Method in class org.jdbf.engine.database.DatabaseImpl
Delete the object.

F

finalize() - Method in class org.jdbf.engine.database.DatabaseImpl
Finalize the object

G

getConnectionManager() - Method in class org.jdbf.engine.database.DatabaseImpl
Return ConnectionManager object
getQueryResultsFromCache(String, Criteria) - Method in class org.jdbf.engine.database.DatabaseImpl
Return QueryResults from cache specified in repositoryViewName and Criteria, if object is not chached, it is created.
getRepository(String) - Method in class org.jdbf.engine.database.DatabaseImpl
Return Repository to RepositoryFactory specified in repositoryViewName
getRepositoryFactory() - Method in class org.jdbf.engine.database.DatabaseCore
 

I

insert(ObjectMapped) - Method in class org.jdbf.engine.database.DatabaseImpl
Insert the object.

O

org.jdbf.engine.database - package org.jdbf.engine.database
 

R

repFactory - Variable in class org.jdbf.engine.database.DatabaseCore
 
rollback(Connection) - Method in interface org.jdbf.engine.database.Database
Rollback the trasanction
rollback(Connection) - Method in class org.jdbf.engine.database.DatabaseCore
Rollback the operations of transaction
rollback(Connection) - Method in class org.jdbf.engine.database.DatabaseImpl
Rollback transaction

S

select(String, Criteria) - Method in class org.jdbf.engine.database.DatabaseImpl
Execute select statement.

T

transaction - Variable in class org.jdbf.engine.database.DatabaseImpl
Transaction object

U

update(ObjectMapped, String[]) - Method in class org.jdbf.engine.database.DatabaseImpl
Update the object.
updateForCriteria(String, String[], Object[], Criteria) - Method in class org.jdbf.engine.database.DatabaseImpl
Update the object.

B C D F G I O R S T U