Skip navigation links
A C D E F G I L N O P Q R S T U 

A

AbstractPersistenceProcessor - Class in org.eclipse.dirigible.database.persistence.processors
The Abstract Persistence Processor.
AbstractPersistenceProcessor() - Constructor for class org.eclipse.dirigible.database.persistence.processors.AbstractPersistenceProcessor
Instantiates a new abstract persistence processor.
AbstractPersistenceProcessor(IEntityManagerInterceptor) - Constructor for class org.eclipse.dirigible.database.persistence.processors.AbstractPersistenceProcessor
Instantiates a new abstract persistence processor.

C

closePreparedStatement(PreparedStatement) - Method in class org.eclipse.dirigible.database.persistence.processors.AbstractPersistenceProcessor
Close prepared statement.
collectFields(Class<? extends Object>) - Static method in class org.eclipse.dirigible.database.persistence.parser.PersistenceAnnotationsParser
Collect fields.
create(Connection, PersistenceTableModel) - Method in class org.eclipse.dirigible.database.persistence.processors.identity.PersistenceCreateIdentityProcessor
Creates the.
create(Connection, PersistenceTableModel) - Method in class org.eclipse.dirigible.database.persistence.processors.sequence.PersistenceCreateSequenceProcessor
Creates the.
create(Connection, PersistenceTableModel) - Method in class org.eclipse.dirigible.database.persistence.processors.table.PersistenceCreateTableProcessor
Creates the table.
createModel(Object) - Static method in class org.eclipse.dirigible.database.persistence.PersistenceFactory
Creates a new Persistence object.
createModel(Class<? extends Object>) - Static method in class org.eclipse.dirigible.database.persistence.PersistenceFactory
Creates a new Persistence object.
createModel(String) - Static method in class org.eclipse.dirigible.database.persistence.PersistenceFactory
Creates a new Persistence object.

D

delete(Connection, Class<T>, Object) - Method in class org.eclipse.dirigible.database.persistence.PersistenceManager
Delete a single record representing a single POJO instance.
delete(Connection, PersistenceTableModel, Class<T>, Object) - Method in class org.eclipse.dirigible.database.persistence.processors.entity.PersistenceDeleteProcessor
Delete.
deleteAll(Connection, PersistenceTableModel, Class<T>) - Method in class org.eclipse.dirigible.database.persistence.processors.entity.PersistenceDeleteProcessor
Delete all.
drop(Connection, PersistenceTableModel) - Method in class org.eclipse.dirigible.database.persistence.processors.sequence.PersistenceDropSequenceProcessor
Drop.
drop(Connection, PersistenceTableModel) - Method in class org.eclipse.dirigible.database.persistence.processors.table.PersistenceDropTableProcessor
Drop the table.

E

execute(Connection, String, List<Object>) - Method in class org.eclipse.dirigible.database.persistence.PersistenceManager
Custom update statement.
execute(Connection, String, Object...) - Method in class org.eclipse.dirigible.database.persistence.PersistenceManager
Custom update statement.
execute(Connection, String, List<Object>) - Method in class org.eclipse.dirigible.database.persistence.processors.entity.PersistenceExecuteProcessor
Execute.

F

find(Connection, Class<T>, Object) - Method in class org.eclipse.dirigible.database.persistence.PersistenceManager
Getter for the single POJO instance.
find(Connection, PersistenceTableModel, Class<T>, Object) - Method in class org.eclipse.dirigible.database.persistence.processors.entity.PersistenceQueryProcessor
Find.
findAll(Connection, Class<T>) - Method in class org.eclipse.dirigible.database.persistence.PersistenceManager
Getter for all the POJO instances.
findAll(Connection, PersistenceTableModel, Class<T>) - Method in class org.eclipse.dirigible.database.persistence.processors.entity.PersistenceQueryProcessor
Find all.

G

generateScript(Connection, PersistenceTableModel) - Method in class org.eclipse.dirigible.database.persistence.processors.AbstractPersistenceProcessor
Generate script.
generateScript(Connection, PersistenceTableModel) - Method in class org.eclipse.dirigible.database.persistence.processors.entity.PersistenceDeleteProcessor
 
generateScript(Connection, PersistenceTableModel) - Method in class org.eclipse.dirigible.database.persistence.processors.entity.PersistenceExecuteProcessor
 
generateScript(Connection, PersistenceTableModel) - Method in class org.eclipse.dirigible.database.persistence.processors.entity.PersistenceInsertProcessor
 
generateScript(Connection, PersistenceTableModel) - Method in class org.eclipse.dirigible.database.persistence.processors.entity.PersistenceQueryProcessor
 
generateScript(Connection, PersistenceTableModel) - Method in class org.eclipse.dirigible.database.persistence.processors.entity.PersistenceUpdateProcessor
 
generateScript(Connection, PersistenceTableModel) - Method in class org.eclipse.dirigible.database.persistence.processors.identity.PersistenceCreateIdentityProcessor
 
generateScript(Connection, PersistenceTableModel) - Method in class org.eclipse.dirigible.database.persistence.processors.identity.PersistenceNextValueIdentityProcessor
 
generateScript(Connection, PersistenceTableModel) - Method in class org.eclipse.dirigible.database.persistence.processors.sequence.PersistenceCreateSequenceProcessor
 
generateScript(Connection, PersistenceTableModel) - Method in class org.eclipse.dirigible.database.persistence.processors.sequence.PersistenceDropSequenceProcessor
 
generateScript(Connection, PersistenceTableModel) - Method in class org.eclipse.dirigible.database.persistence.processors.sequence.PersistenceNextValueSequenceProcessor
 
generateScript(Connection, PersistenceTableModel) - Method in class org.eclipse.dirigible.database.persistence.processors.table.PersistenceCreateTableProcessor
 
generateScript(Connection, PersistenceTableModel) - Method in class org.eclipse.dirigible.database.persistence.processors.table.PersistenceDropTableProcessor
 
generateScriptDelete(Connection, PersistenceTableModel) - Method in class org.eclipse.dirigible.database.persistence.processors.entity.PersistenceDeleteProcessor
Generate script delete.
generateScriptDeleteAll(Connection, PersistenceTableModel) - Method in class org.eclipse.dirigible.database.persistence.processors.entity.PersistenceDeleteProcessor
Generate script delete all.
generateScriptFind(Connection, PersistenceTableModel) - Method in class org.eclipse.dirigible.database.persistence.processors.entity.PersistenceQueryProcessor
Generate script find.
generateScriptFindAll(Connection, PersistenceTableModel) - Method in class org.eclipse.dirigible.database.persistence.processors.entity.PersistenceQueryProcessor
Generate script find all.
generateScriptLock(Connection, PersistenceTableModel) - Method in class org.eclipse.dirigible.database.persistence.processors.entity.PersistenceQueryProcessor
Generate script lock.
get(Connection, PersistenceTableModel, Class<T>, Object, String) - Method in class org.eclipse.dirigible.database.persistence.processors.entity.PersistenceQueryProcessor
Gets the.
getClassName() - Method in class org.eclipse.dirigible.database.persistence.model.PersistenceTableModel
Gets the class name.
getColumns() - Method in class org.eclipse.dirigible.database.persistence.model.PersistenceTableModel
Gets the columns.
getEntityManagerInterceptor() - Method in class org.eclipse.dirigible.database.persistence.PersistenceManager
Gets the entity manager interceptor.
getEntityManagerInterceptor() - Method in class org.eclipse.dirigible.database.persistence.processors.AbstractPersistenceProcessor
Gets the entity manager interceptor.
getEnumerated() - Method in class org.eclipse.dirigible.database.persistence.model.PersistenceTableColumnModel
Returns the name of the enumerated type in case the column is of type enumerated or null otherwise.
getField() - Method in class org.eclipse.dirigible.database.persistence.model.PersistenceTableColumnModel
Getter for the field.
getGenerated() - Method in class org.eclipse.dirigible.database.persistence.model.PersistenceTableColumnModel
Check whether it is generated value.
getLength() - Method in class org.eclipse.dirigible.database.persistence.model.PersistenceTableColumnModel
Getter for the length.
getName() - Method in class org.eclipse.dirigible.database.persistence.model.PersistenceTableColumnModel
Getter for the name.
getPrecision() - Method in class org.eclipse.dirigible.database.persistence.model.PersistenceTableColumnModel
Getter for the precision.
getPrimaryKey(PersistenceTableModel) - Method in class org.eclipse.dirigible.database.persistence.processors.AbstractPersistenceProcessor
Gets the primary key.
getPrimaryKeyModel(PersistenceTableModel) - Method in class org.eclipse.dirigible.database.persistence.processors.AbstractPersistenceProcessor
Gets the primary key model.
getScale() - Method in class org.eclipse.dirigible.database.persistence.model.PersistenceTableColumnModel
Getter for the scale.
getSchemaName() - Method in class org.eclipse.dirigible.database.persistence.model.PersistenceTableModel
Gets the schema name.
getTable() - Method in class org.eclipse.dirigible.database.persistence.processors.identity.Identity
Gets the table.
getTableName() - Method in class org.eclipse.dirigible.database.persistence.model.PersistenceTableModel
Gets the table name.
getType() - Method in class org.eclipse.dirigible.database.persistence.model.PersistenceTableColumnModel
Getter for the type.
getValue() - Method in class org.eclipse.dirigible.database.persistence.processors.identity.Identity
Gets the value.
getValueFromPojo(Object, PersistenceTableColumnModel) - Method in class org.eclipse.dirigible.database.persistence.processors.AbstractPersistenceProcessor
Gets the value from pojo.

I

Identity - Class in org.eclipse.dirigible.database.persistence.processors.identity
The Identity transport object.
Identity() - Constructor for class org.eclipse.dirigible.database.persistence.processors.identity.Identity
 
IEntityManagerInterceptor - Interface in org.eclipse.dirigible.database.persistence
The Entity Manager Interceptor interface.
insert(Connection, T) - Method in class org.eclipse.dirigible.database.persistence.PersistenceManager
Insert a single record in the table representing the POJO instance.
insert(Connection, PersistenceTableModel, T) - Method in class org.eclipse.dirigible.database.persistence.processors.entity.PersistenceInsertProcessor
Insert.
IPersistenceProcessor - Interface in org.eclipse.dirigible.database.persistence.processors
The Persistence Processor interface.
isIdentity() - Method in class org.eclipse.dirigible.database.persistence.model.PersistenceTableColumnModel
Check whether it is identity value.
isNullable() - Method in class org.eclipse.dirigible.database.persistence.model.PersistenceTableColumnModel
Check for nullable.
isPrimaryKey() - Method in class org.eclipse.dirigible.database.persistence.model.PersistenceTableColumnModel
Check for primary key.
isUnique() - Method in class org.eclipse.dirigible.database.persistence.model.PersistenceTableColumnModel
Check whether it is unique value.

L

lock(Connection, Class<T>, Object) - Method in class org.eclipse.dirigible.database.persistence.PersistenceManager
Getter for the single POJO instance and locks it for update.
lock(Connection, PersistenceTableModel, Class<T>, Object) - Method in class org.eclipse.dirigible.database.persistence.processors.entity.PersistenceQueryProcessor
Lock.

N

nextval(Connection, PersistenceTableModel) - Method in class org.eclipse.dirigible.database.persistence.processors.identity.PersistenceNextValueIdentityProcessor
Nextval.
nextval(Connection, PersistenceTableModel) - Method in class org.eclipse.dirigible.database.persistence.processors.sequence.PersistenceNextValueSequenceProcessor
Nextval.

O

onGetValueBeforeUpdate(int, String, Object) - Method in interface org.eclipse.dirigible.database.persistence.IEntityManagerInterceptor
On set value before update.
onSetValueAfterQuery(Object, Field, Object) - Method in interface org.eclipse.dirigible.database.persistence.IEntityManagerInterceptor
On set value after query.
openPreparedStatement(Connection, String) - Method in class org.eclipse.dirigible.database.persistence.processors.AbstractPersistenceProcessor
Open prepared statement.
org.eclipse.dirigible.database.persistence - package org.eclipse.dirigible.database.persistence
 
org.eclipse.dirigible.database.persistence.model - package org.eclipse.dirigible.database.persistence.model
 
org.eclipse.dirigible.database.persistence.parser - package org.eclipse.dirigible.database.persistence.parser
 
org.eclipse.dirigible.database.persistence.processors - package org.eclipse.dirigible.database.persistence.processors
 
org.eclipse.dirigible.database.persistence.processors.entity - package org.eclipse.dirigible.database.persistence.processors.entity
 
org.eclipse.dirigible.database.persistence.processors.identity - package org.eclipse.dirigible.database.persistence.processors.identity
 
org.eclipse.dirigible.database.persistence.processors.sequence - package org.eclipse.dirigible.database.persistence.processors.sequence
 
org.eclipse.dirigible.database.persistence.processors.table - package org.eclipse.dirigible.database.persistence.processors.table
 

P

parseModel(String) - Method in class org.eclipse.dirigible.database.persistence.parser.PersistenceJsonParser
Parses the model.
parsePojo(Object) - Method in class org.eclipse.dirigible.database.persistence.parser.PersistenceAnnotationsParser
Parses the pojo.
parsePojo(Class<? extends Object>) - Method in class org.eclipse.dirigible.database.persistence.parser.PersistenceAnnotationsParser
Parses the pojo.
PersistenceAnnotationsParser - Class in org.eclipse.dirigible.database.persistence.parser
The Persistence Annotations Parser.
PersistenceAnnotationsParser() - Constructor for class org.eclipse.dirigible.database.persistence.parser.PersistenceAnnotationsParser
 
PersistenceCreateIdentityProcessor - Class in org.eclipse.dirigible.database.persistence.processors.identity
The Persistence Create Identity Processor.
PersistenceCreateIdentityProcessor(IEntityManagerInterceptor) - Constructor for class org.eclipse.dirigible.database.persistence.processors.identity.PersistenceCreateIdentityProcessor
Instantiates a new persistence create identity processor.
PersistenceCreateSequenceProcessor - Class in org.eclipse.dirigible.database.persistence.processors.sequence
The Persistence Create Sequence Processor.
PersistenceCreateSequenceProcessor(IEntityManagerInterceptor) - Constructor for class org.eclipse.dirigible.database.persistence.processors.sequence.PersistenceCreateSequenceProcessor
Instantiates a new persistence create sequence processor.
PersistenceCreateTableProcessor - Class in org.eclipse.dirigible.database.persistence.processors.table
The Persistence Create Table Processor.
PersistenceCreateTableProcessor(IEntityManagerInterceptor) - Constructor for class org.eclipse.dirigible.database.persistence.processors.table.PersistenceCreateTableProcessor
Instantiates a new persistence create table processor.
PersistenceDeleteProcessor<T> - Class in org.eclipse.dirigible.database.persistence.processors.entity
The Persistence Delete Processor.
PersistenceDeleteProcessor(IEntityManagerInterceptor) - Constructor for class org.eclipse.dirigible.database.persistence.processors.entity.PersistenceDeleteProcessor
Instantiates a new persistence delete processor.
PersistenceDropSequenceProcessor - Class in org.eclipse.dirigible.database.persistence.processors.sequence
The Persistence Drop Sequence Processor.
PersistenceDropSequenceProcessor(IEntityManagerInterceptor) - Constructor for class org.eclipse.dirigible.database.persistence.processors.sequence.PersistenceDropSequenceProcessor
Instantiates a new persistence drop sequence processor.
PersistenceDropTableProcessor - Class in org.eclipse.dirigible.database.persistence.processors.table
The Persistence Drop Table Processor.
PersistenceDropTableProcessor(IEntityManagerInterceptor) - Constructor for class org.eclipse.dirigible.database.persistence.processors.table.PersistenceDropTableProcessor
Instantiates a new persistence drop table processor.
PersistenceException - Exception in org.eclipse.dirigible.database.persistence
The Persistence Exception.
PersistenceException() - Constructor for exception org.eclipse.dirigible.database.persistence.PersistenceException
Instantiates a new persistence exception.
PersistenceException(String, Throwable, boolean, boolean) - Constructor for exception org.eclipse.dirigible.database.persistence.PersistenceException
Instantiates a new persistence exception.
PersistenceException(String, Throwable) - Constructor for exception org.eclipse.dirigible.database.persistence.PersistenceException
Instantiates a new persistence exception.
PersistenceException(String) - Constructor for exception org.eclipse.dirigible.database.persistence.PersistenceException
Instantiates a new persistence exception.
PersistenceException(Throwable) - Constructor for exception org.eclipse.dirigible.database.persistence.PersistenceException
Instantiates a new persistence exception.
PersistenceExecuteProcessor<T> - Class in org.eclipse.dirigible.database.persistence.processors.entity
The Persistence Execute Processor.
PersistenceExecuteProcessor(IEntityManagerInterceptor) - Constructor for class org.eclipse.dirigible.database.persistence.processors.entity.PersistenceExecuteProcessor
Instantiates a new persistence execute processor.
PersistenceFactory - Class in org.eclipse.dirigible.database.persistence
A factory for creating Persistence objects.
PersistenceFactory() - Constructor for class org.eclipse.dirigible.database.persistence.PersistenceFactory
 
PersistenceInsertProcessor<T> - Class in org.eclipse.dirigible.database.persistence.processors.entity
The Persistence Insert Processor.
PersistenceInsertProcessor(IEntityManagerInterceptor) - Constructor for class org.eclipse.dirigible.database.persistence.processors.entity.PersistenceInsertProcessor
Instantiates a new persistence insert processor.
PersistenceJsonParser<T> - Class in org.eclipse.dirigible.database.persistence.parser
The Persistence Json Parser.
PersistenceJsonParser() - Constructor for class org.eclipse.dirigible.database.persistence.parser.PersistenceJsonParser
 
PersistenceManager<T> - Class in org.eclipse.dirigible.database.persistence
PersistenceManager is a simple transport mechanism to store and retrieve POJO object to/from underlying JDBC compliant database.
PersistenceManager() - Constructor for class org.eclipse.dirigible.database.persistence.PersistenceManager
 
PersistenceNextValueIdentityProcessor - Class in org.eclipse.dirigible.database.persistence.processors.identity
The Persistence Next Value Identity Processor.
PersistenceNextValueIdentityProcessor(IEntityManagerInterceptor) - Constructor for class org.eclipse.dirigible.database.persistence.processors.identity.PersistenceNextValueIdentityProcessor
Instantiates a new persistence next value identity processor.
PersistenceNextValueSequenceProcessor - Class in org.eclipse.dirigible.database.persistence.processors.sequence
The Persistence Next Value Sequence Processor.
PersistenceNextValueSequenceProcessor(IEntityManagerInterceptor) - Constructor for class org.eclipse.dirigible.database.persistence.processors.sequence.PersistenceNextValueSequenceProcessor
Instantiates a new persistence next value sequence processor.
PersistenceQueryProcessor<T> - Class in org.eclipse.dirigible.database.persistence.processors.entity
The Persistence Query Processor.
PersistenceQueryProcessor(IEntityManagerInterceptor) - Constructor for class org.eclipse.dirigible.database.persistence.processors.entity.PersistenceQueryProcessor
Instantiates a new persistence query processor.
PersistenceTableColumnModel - Class in org.eclipse.dirigible.database.persistence.model
The column element of the persistence model transport object.
PersistenceTableColumnModel(String, String, String, int, boolean, boolean, int, int, String, boolean, boolean, String) - Constructor for class org.eclipse.dirigible.database.persistence.model.PersistenceTableColumnModel
The constructor from the fields.
PersistenceTableModel - Class in org.eclipse.dirigible.database.persistence.model
The Persistence Table Model transport object.
PersistenceTableModel() - Constructor for class org.eclipse.dirigible.database.persistence.model.PersistenceTableModel
 
PersistenceUpdateProcessor<T> - Class in org.eclipse.dirigible.database.persistence.processors.entity
The Persistence Update Processor.
PersistenceUpdateProcessor(IEntityManagerInterceptor) - Constructor for class org.eclipse.dirigible.database.persistence.processors.entity.PersistenceUpdateProcessor
Instantiates a new persistence update processor.

Q

query(Connection, Class<T>, String, List<Object>) - Method in class org.eclipse.dirigible.database.persistence.PersistenceManager
Custom query for narrow the search.
query(Connection, Class<T>, String, Object...) - Method in class org.eclipse.dirigible.database.persistence.PersistenceManager
Custom query for narrow the search.
query(Connection, PersistenceTableModel, Class<T>, String, List<Object>) - Method in class org.eclipse.dirigible.database.persistence.processors.entity.PersistenceQueryProcessor
Query.

R

reset() - Method in class org.eclipse.dirigible.database.persistence.PersistenceManager
Clean up the existing tables cache.
reset(Connection, Class<T>) - Method in class org.eclipse.dirigible.database.persistence.PersistenceManager
 

S

serializeColumnModel(PersistenceTableColumnModel) - Static method in class org.eclipse.dirigible.database.persistence.parser.Serializer
 
serializeListOfObjects(List<Object>) - Static method in class org.eclipse.dirigible.database.persistence.parser.Serializer
 
serializeModel(PersistenceTableModel) - Method in class org.eclipse.dirigible.database.persistence.parser.PersistenceJsonParser
Serialize model.
serializePojo(Object) - Static method in class org.eclipse.dirigible.database.persistence.parser.Serializer
Serializes a POJO instance
Serializer - Class in org.eclipse.dirigible.database.persistence.parser
Serialization Utility
Serializer() - Constructor for class org.eclipse.dirigible.database.persistence.parser.Serializer
 
serializeTableModel(PersistenceTableModel) - Static method in class org.eclipse.dirigible.database.persistence.parser.Serializer
Serializes a table model
setClassName(String) - Method in class org.eclipse.dirigible.database.persistence.model.PersistenceTableModel
Sets the class name.
setColumns(List<PersistenceTableColumnModel>) - Method in class org.eclipse.dirigible.database.persistence.model.PersistenceTableModel
Sets the columns.
setEntityManagerInterceptor(IEntityManagerInterceptor) - Method in class org.eclipse.dirigible.database.persistence.PersistenceManager
Sets the entity manager interceptor.
setEntityManagerInterceptor(IEntityManagerInterceptor) - Method in class org.eclipse.dirigible.database.persistence.processors.AbstractPersistenceProcessor
Sets the entity manager interceptor.
setEnumerated(String) - Method in class org.eclipse.dirigible.database.persistence.model.PersistenceTableColumnModel
Setter for the enumerated type name.
setField(String) - Method in class org.eclipse.dirigible.database.persistence.model.PersistenceTableColumnModel
Setter for the field.
setGenerated(String) - Method in class org.eclipse.dirigible.database.persistence.model.PersistenceTableColumnModel
Setter for the generated.
setIdentity(boolean) - Method in class org.eclipse.dirigible.database.persistence.model.PersistenceTableColumnModel
Setter for the identity.
setLength(int) - Method in class org.eclipse.dirigible.database.persistence.model.PersistenceTableColumnModel
Setter for the length.
setName(String) - Method in class org.eclipse.dirigible.database.persistence.model.PersistenceTableColumnModel
Setter for the name.
setNullable(boolean) - Method in class org.eclipse.dirigible.database.persistence.model.PersistenceTableColumnModel
Setter for the nullable.
setPrecision(int) - Method in class org.eclipse.dirigible.database.persistence.model.PersistenceTableColumnModel
Setter for the precision.
setPrimaryKey(boolean) - Method in class org.eclipse.dirigible.database.persistence.model.PersistenceTableColumnModel
Setter for the primary key.
setScale(int) - Method in class org.eclipse.dirigible.database.persistence.model.PersistenceTableColumnModel
Setter for the scale.
setSchemaName(String) - Method in class org.eclipse.dirigible.database.persistence.model.PersistenceTableModel
Sets the schema name.
setTable(String) - Method in class org.eclipse.dirigible.database.persistence.processors.identity.Identity
Sets the table.
setTableName(String) - Method in class org.eclipse.dirigible.database.persistence.model.PersistenceTableModel
Sets the table name.
setType(String) - Method in class org.eclipse.dirigible.database.persistence.model.PersistenceTableColumnModel
Setter for the type.
setUnique(boolean) - Method in class org.eclipse.dirigible.database.persistence.model.PersistenceTableColumnModel
Setter for the unique.
setValue(PreparedStatement, int, Object) - Method in class org.eclipse.dirigible.database.persistence.processors.AbstractPersistenceProcessor
Sets the value.
setValue(PreparedStatement, int, String, Object) - Method in class org.eclipse.dirigible.database.persistence.processors.AbstractPersistenceProcessor
Sets the value.
setValue(long) - Method in class org.eclipse.dirigible.database.persistence.processors.identity.Identity
Sets the value.
setValuePrimaryKey(PersistenceTableModel, Object, PreparedStatement) - Method in class org.eclipse.dirigible.database.persistence.processors.AbstractPersistenceProcessor
Sets the value primary key.
setValuesFromPojo(PersistenceTableModel, Object, PreparedStatement) - Method in class org.eclipse.dirigible.database.persistence.processors.AbstractPersistenceProcessor
Sets the values from pojo.
setValueToPojo(Object, ResultSet, PersistenceTableColumnModel) - Method in class org.eclipse.dirigible.database.persistence.processors.AbstractPersistenceProcessor
Sets the value to pojo.
setValueToPojo(Object, Object, PersistenceTableColumnModel) - Method in class org.eclipse.dirigible.database.persistence.processors.AbstractPersistenceProcessor
Sets the value to pojo.
shouldSetColumnValue(PersistenceTableColumnModel) - Method in class org.eclipse.dirigible.database.persistence.processors.AbstractPersistenceProcessor
Should set column value.
shouldSetColumnValue(PersistenceTableColumnModel) - Method in class org.eclipse.dirigible.database.persistence.processors.entity.PersistenceUpdateProcessor
 

T

tableCheck(Connection, Class) - Method in class org.eclipse.dirigible.database.persistence.PersistenceManager
Check whether the table already exists in the database and create it if needed.
tableCreate(Connection, Class<T>) - Method in class org.eclipse.dirigible.database.persistence.PersistenceManager
Create a table by a provided Class.
tableDrop(Connection, Class<T>) - Method in class org.eclipse.dirigible.database.persistence.PersistenceManager
Drop a table by a provided Class.
tableExists(Connection, Class<T>) - Method in class org.eclipse.dirigible.database.persistence.PersistenceManager
Check whether a table by a provided Class already exists.

U

update(Connection, T) - Method in class org.eclipse.dirigible.database.persistence.PersistenceManager
Update.
update(Connection, PersistenceTableModel, T) - Method in class org.eclipse.dirigible.database.persistence.processors.entity.PersistenceUpdateProcessor
Update.
A C D E F G I L N O P Q R S T U 
Skip navigation links

Copyright © 2010–2018 Eclipse Foundation. All rights reserved.