Uses of Class
org.eclipse.dirigible.database.persistence.processors.AbstractPersistenceProcessor
-
Uses of AbstractPersistenceProcessor in org.eclipse.dirigible.database.persistence.processors.entity
Subclasses of AbstractPersistenceProcessor in org.eclipse.dirigible.database.persistence.processors.entity Modifier and Type Class Description classPersistenceDeleteProcessor<T>The Persistence Delete Processor.classPersistenceExecuteProcessor<T>The Persistence Execute Processor.classPersistenceInsertProcessor<T>The Persistence Insert Processor.classPersistenceQueryProcessor<T>The Persistence Query Processor.classPersistenceUpdateProcessor<T>The Persistence Update Processor. -
Uses of AbstractPersistenceProcessor in org.eclipse.dirigible.database.persistence.processors.identity
Subclasses of AbstractPersistenceProcessor in org.eclipse.dirigible.database.persistence.processors.identity Modifier and Type Class Description classPersistenceCreateIdentityProcessorThe Persistence Create Identity Processor.classPersistenceNextValueIdentityProcessorThe Persistence Next Value Identity Processor. -
Uses of AbstractPersistenceProcessor in org.eclipse.dirigible.database.persistence.processors.sequence
Subclasses of AbstractPersistenceProcessor in org.eclipse.dirigible.database.persistence.processors.sequence Modifier and Type Class Description classPersistenceCreateSequenceProcessorThe Persistence Create Sequence Processor.classPersistenceDropSequenceProcessorThe Persistence Drop Sequence Processor.classPersistenceNextValueSequenceProcessorThe Persistence Next Value Sequence Processor. -
Uses of AbstractPersistenceProcessor in org.eclipse.dirigible.database.persistence.processors.table
Subclasses of AbstractPersistenceProcessor in org.eclipse.dirigible.database.persistence.processors.table Modifier and Type Class Description classPersistenceCreateTableProcessorThe Persistence Create Table Processor.classPersistenceDropTableProcessorThe Persistence Drop Table Processor.