|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||
| Packages that use DataHolder | |
|---|---|
| org.makumba.db | |
| org.makumba.db.hibernate | |
| org.makumba.db.makumba | |
| org.makumba.db.makumba.sql | The generic SQL-92 implementation of the makumba database layer. |
| org.makumba.providers | |
| Uses of DataHolder in org.makumba.db |
|---|
| Fields in org.makumba.db with type parameters of type DataHolder | |
|---|---|
(package private) Hashtable<String,DataHolder> |
DataHolder.subrecords
dictionary holding subrecords, i.e. each key gives access to a hashtable of fields |
| Uses of DataHolder in org.makumba.db.hibernate |
|---|
| Method parameters in org.makumba.db.hibernate with type arguments of type DataHolder | |
|---|---|
void |
HibernateCRUDOperationProvider.checkInsert(Transaction t,
String type,
Dictionary<String,Object> fieldsToCheck,
Dictionary<String,DataHolder> fieldsToIgnore,
Dictionary<String,Object> allFields)
|
void |
HibernateCRUDOperationProvider.checkUpdate(Transaction t,
String type,
Pointer pointer,
Dictionary<String,Object> fieldsToCheck,
Dictionary<String,DataHolder> fieldsToIgnore,
Dictionary<String,Object> allFields)
|
| Uses of DataHolder in org.makumba.db.makumba |
|---|
| Method parameters in org.makumba.db.makumba with type arguments of type DataHolder | |
|---|---|
abstract void |
Table.checkInsert(Dictionary<String,Object> fieldsToCheck,
Dictionary<String,DataHolder> fieldsToIgnore,
Dictionary<String,Object> allFields)
|
void |
MakumbaCRUDOperationProvider.checkInsert(Transaction t,
String type,
Dictionary<String,Object> fieldsToCheck,
Dictionary<String,DataHolder> fieldsToIgnore,
Dictionary<String,Object> allFields)
|
void |
MakumbaCRUDOperationProvider.checkUpdate(Transaction t,
String type,
Pointer pointer,
Dictionary<String,Object> fieldsToCheck,
Dictionary<String,DataHolder> fieldsToIgnore,
Dictionary<String,Object> allFields)
|
| Uses of DataHolder in org.makumba.db.makumba.sql |
|---|
| Method parameters in org.makumba.db.makumba.sql with type arguments of type DataHolder | |
|---|---|
void |
TableManager.checkInsert(Dictionary<String,Object> fieldsToCheck,
Dictionary<String,DataHolder> fieldsToIgnore,
Dictionary<String,Object> allFields)
Checks if a set of values can be inserted in the database |
| Uses of DataHolder in org.makumba.providers |
|---|
| Method parameters in org.makumba.providers with type arguments of type DataHolder | |
|---|---|
abstract void |
CRUDOperationProvider.checkInsert(Transaction t,
String type,
Dictionary<String,Object> fieldsToCheck,
Dictionary<String,DataHolder> fieldsToIgnore,
Dictionary<String,Object> allFields)
Checks if a set of values can be updated in the database |
protected DataDefinition |
CRUDOperationProvider.checkUpdate(String type,
Dictionary<String,Object> fieldsToCheck,
Dictionary<String,DataHolder> fieldsToIgnore)
|
abstract void |
CRUDOperationProvider.checkUpdate(Transaction t,
String type,
Pointer pointer,
Dictionary<String,Object> fieldsToCheck,
Dictionary<String,DataHolder> others,
Dictionary<String,Object> allFields)
Checks if a set of values can be updated in the database. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||