|
|||||||||
| Home >> All >> org >> javahispano >> canyamo >> services >> [ persistence overview ] | PREV NEXT | ||||||||
A
- ASC - Static variable in class org.javahispano.canyamo.services.persistence.DbOrder
- Description of the Field
- addAndPredicate(String, String, int) - Method in class org.javahispano.canyamo.services.persistence.DbCondition
- Adds a feature to the AndPredicate attribute of the Conditions object
- addOrPredicate(String, String, int) - Method in class org.javahispano.canyamo.services.persistence.DbCondition
- Adds a feature to the OrPredicate attribute of the Conditions object
- addOrderField(String, boolean) - Method in class org.javahispano.canyamo.services.persistence.DbOrder
- Adds a feature to the OrderField attribute of the DbOrder object
C
- CanyamoDataSource - class org.javahispano.canyamo.services.persistence.CanyamoDataSource.
- CanyamoDataSource() - Constructor for class org.javahispano.canyamo.services.persistence.CanyamoDataSource
- Constructor for the CanamoDataSource object
- cloneIt() - Method in class org.javahispano.canyamo.services.persistence.DbCondition
- Description of the Method
D
- DESC - Static variable in class org.javahispano.canyamo.services.persistence.DbOrder
- Description of the Field
- DbCondition - class org.javahispano.canyamo.services.persistence.DbCondition.
- DbCondition(String, String, String, int) - Constructor for class org.javahispano.canyamo.services.persistence.DbCondition
- Constructor for the Conditions object
- DbCondition(String, Predicate) - Constructor for class org.javahispano.canyamo.services.persistence.DbCondition
- Constructor for the DbCondition object
- DbManager - class org.javahispano.canyamo.services.persistence.DbManager.
- Entry point to Persistence service
Persistence is made upon OREO (http://www.niggle.org) - DbManager() - Constructor for class org.javahispano.canyamo.services.persistence.DbManager
- Loads Canyamo's datasource and global record defs.
- DbObject - class org.javahispano.canyamo.services.persistence.DbObject.
- DbObject(Record) - Constructor for class org.javahispano.canyamo.services.persistence.DbObject
- Constructor for the DBObject object
- DbOrder - class org.javahispano.canyamo.services.persistence.DbOrder.
- DbOrder(String, boolean) - Constructor for class org.javahispano.canyamo.services.persistence.DbOrder
- Constructor for the DbOrder object
- DbOrder() - Constructor for class org.javahispano.canyamo.services.persistence.DbOrder
- Constructor for the DbOrder object
- DbUtilities - class org.javahispano.canyamo.services.persistence.DbUtilities.
- DbUtilities() - Constructor for class org.javahispano.canyamo.services.persistence.DbUtilities
- data - Variable in class org.javahispano.canyamo.services.persistence.DbManager
- OREO's datasource
- delete(Record, String) - Method in class org.javahispano.canyamo.services.persistence.CanyamoDataSource
- Description of the Method
- delete(String, Object, String) - Method in class org.javahispano.canyamo.services.persistence.CanyamoDataSource
- Description of the Method
- deleteDbObject(DbObject) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Removes the given object
- deleteDbObject(DbObject, String) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Removes the given object from the given table
- deleteDbObject(String, Object) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Removes the object with the given id of the given type
- deleteDbObject(String, Object, String) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Removes the object with the given id of the given type from the given table
- doSelect(String, RecordFilter, String, int, int, String) - Method in class org.javahispano.canyamo.services.persistence.CanyamoDataSource
- really performes the select query
E
- EQUALS - Static variable in class org.javahispano.canyamo.services.persistence.DbCondition
- Description of the Field
G
- GREATER_THAN - Static variable in class org.javahispano.canyamo.services.persistence.DbCondition
- Description of the Field
- GREATER_THAN_EQUALS - Static variable in class org.javahispano.canyamo.services.persistence.DbCondition
- Description of the Field
- get(String, Object, String) - Method in class org.javahispano.canyamo.services.persistence.CanyamoDataSource
- Description of the Method
- get(String) - Method in class org.javahispano.canyamo.services.persistence.DbObject
- Description of the Method
- getInstance() - Static method in class org.javahispano.canyamo.services.persistence.DbManager
- Gets the unique instance of this class
- getNewDbObject(String) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Gets a new DbObject.
- getOrder(boolean) - Method in class org.javahispano.canyamo.services.persistence.DbOrder
- Gets the order attribute of the DbOrder object
- getOrderByClause() - Method in class org.javahispano.canyamo.services.persistence.DbOrder
- Gets the orderByClause attribute of the DbOrder object
- getOriginal() - Method in class org.javahispano.canyamo.services.persistence.DbObject
- Gets the original attribute of the DBObject object
- getPredicate() - Method in class org.javahispano.canyamo.services.persistence.DbCondition
- Gets the predicate attribute of the Conditions object
- getPredicate(String, String, int) - Method in class org.javahispano.canyamo.services.persistence.DbCondition
- Gets the predicate attribute of the Condition object
- getType() - Method in class org.javahispano.canyamo.services.persistence.DbCondition
- Gets the type attribute of the DbCondition object
- getUpdated() - Method in class org.javahispano.canyamo.services.persistence.DbObject
- Gets the updated attribute of the DBObject object
I
- inUse - Variable in class org.javahispano.canyamo.services.persistence.DbObject
- Description of the Field
- insert(Record, String) - Method in class org.javahispano.canyamo.services.persistence.CanyamoDataSource
- Description of the Method
- instance - Static variable in class org.javahispano.canyamo.services.persistence.DbManager
- Stores the unique allowed instance of this class
- isChanged() - Method in class org.javahispano.canyamo.services.persistence.DbObject
- Gets the changed attribute of the DBObject object
L
- LESS_THAN - Static variable in class org.javahispano.canyamo.services.persistence.DbCondition
- Description of the Field
- LESS_THAN_EQUALS - Static variable in class org.javahispano.canyamo.services.persistence.DbCondition
- Description of the Field
- LIKE - Static variable in class org.javahispano.canyamo.services.persistence.DbCondition
- Description of the Field
- loadDbObject(String, Object) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Loads a DbObject from DB
- loadDbObject(String, Object, String) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Loads a DbObject from DB from the given table
- loadRecordDefs(String) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Loads an XML file containing record definitios
See OREO's documentation for more info.
N
- NOT_EQUALS - Static variable in class org.javahispano.canyamo.services.persistence.DbCondition
- Description of the Field
- NOT_LIKE - Static variable in class org.javahispano.canyamo.services.persistence.DbCondition
- Description of the Field
- numRowsInTable(Connection, String) - Static method in class org.javahispano.canyamo.services.persistence.DbUtilities
- Description of the Method
O
- orderBy - Variable in class org.javahispano.canyamo.services.persistence.DbOrder
- Description of the Field
- org.javahispano.canyamo.services.persistence - package org.javahispano.canyamo.services.persistence
- original - Variable in class org.javahispano.canyamo.services.persistence.DbObject
- Description of the Field
R
- recType - Variable in class org.javahispano.canyamo.services.persistence.DbCondition
- Description of the Field
- registry - Variable in class org.javahispano.canyamo.services.persistence.DbManager
- OREOs registry
- result - Variable in class org.javahispano.canyamo.services.persistence.DbCondition
- Description of the Field
S
- saveDbObject(DbObject) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Saves a new DbObject in the DB.
- saveDbObject(DbObject, String) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Saves a new DbObject in the DB in the given table.
- select(String, String, int, int, String) - Method in class org.javahispano.canyamo.services.persistence.CanyamoDataSource
- Selects all records of the given type
- select(DbCondition, String, int, int, String) - Method in class org.javahispano.canyamo.services.persistence.CanyamoDataSource
- Select all records which satisfied the given
Condition - select(String) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Selects all records of the given type
- select(String, String) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Selects all records of the given type from the given table
- select(String, DbOrder) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Selects all records of the given type following the given
DbOrder - select(String, DbOrder, String) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Selects all records of the given type following the given
DbOrderfrom the given table - select(String, DbOrder, int) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Select
sizerecords of the giventypefollowing the givenDbOrder - select(String, DbOrder, int, String) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Select
sizerecords of the giventypefollowing the givenDbOrderfrom the given table - select(String, DbOrder, int, int) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Select
sizerecords from positionposof the givetypefollowing the givenDbOrder - select(String, DbOrder, int, int, String) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Select
sizerecords from positionposof the givetypefollowing the givenDbOrderfrom the given table - select(DbCondition) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Select all records which satisfied the given
Condition - select(DbCondition, String) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Select all records which satisfied the given
Conditionfrom the given table - select(DbCondition, DbOrder) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Select all records which satisfied the given
DbConditionfollowing the givenDbOrder - select(DbCondition, DbOrder, String) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Select all records which satisfied the given
DbConditionfollowing the givenDbOrderfrom the given table - select(DbCondition, DbOrder, int) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Select
sizerecords which satisfied the givenDbConditionfollowing the givenDbOrder - select(DbCondition, DbOrder, int, String) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Select
sizerecords which satisfied the givenDbConditionfollowing the givenDbOrderfrom the given table - select(DbCondition, DbOrder, int, int) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Select
sizerecords from positionposwhich satisfied the givenDbConditionfollowing the givenDbOrder - select(DbCondition, DbOrder, int, int, String) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Select
sizerecords from positionposwhich satisfied the givenDbConditionfollowing the givenDbOrderfrom the given table - selectCount(String, RecordFilter, String) - Method in class org.javahispano.canyamo.services.persistence.CanyamoDataSource
- Description of the Method
- selectCount(String, DbCondition) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Counts the number of objects of the given types which satisfied the given condition
- selectCount(String, DbCondition, String) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Counts the number of objects of the given types which satisfied the given condition from the given table
- selectCount(String) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Counbts the number of objects of the given type
- selectCount(String, String) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Counbts the number of objects of the given type from the given table
- selectMax(String, String, RecordFilter, String) - Method in class org.javahispano.canyamo.services.persistence.CanyamoDataSource
- Description of the Method
- selectMax(String, String, DbCondition) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Select the max value for a given fieldm of a given record type, which satisfied the given condition
- selectMax(String, String, DbCondition, String) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Select the max value for a given fieldm of a given record type, which satisfied the given condition from the given table
- selectMax(String, String) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Select the max value for a given fieldm of a given record type
- selectMax(String, String, String) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Select the max value for a given fieldm of a given record type from the given table
- selectMin(String, String, RecordFilter, String) - Method in class org.javahispano.canyamo.services.persistence.CanyamoDataSource
- Description of the Method
- selectMin(String, String, DbCondition) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Select the min value for a given fieldm of a given record type, which satisfied the given condition
- selectMin(String, String, DbCondition, String) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Select the min value for a given fieldm of a given record type, which satisfied the given condition from the given table
- selectMin(String, String) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Select the min value for a given fieldm of a given record type
- selectMin(String, String, String) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Select the min value for a given fieldm of a given record type from the given table
- set(String, Object) - Method in class org.javahispano.canyamo.services.persistence.DbObject
- Description of the Method
- shutdown() - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Description of the Method
T
- toString() - Method in class org.javahispano.canyamo.services.persistence.DbCondition
- Description of the Method
- toString() - Method in class org.javahispano.canyamo.services.persistence.DbObject
- Description of the Method
U
- update(Record, Record, String) - Method in class org.javahispano.canyamo.services.persistence.CanyamoDataSource
- Description of the Method
- updateDbObject(DbObject) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Update an manipulated DbObject in the DB
- updateDbObject(DbObject, String) - Method in class org.javahispano.canyamo.services.persistence.DbManager
- Update an manipulated DbObject in the DB in the given table
- updated - Variable in class org.javahispano.canyamo.services.persistence.DbObject
- Description of the Field
A C D E G I L N O R S T U
|
|||||||||
| Home >> All >> org >> javahispano >> canyamo >> services >> [ persistence overview ] | PREV NEXT | ||||||||