- 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.