Uses of Interface
org.eclipse.dirigible.database.persistence.IEntityManagerInterceptor
-
Uses of IEntityManagerInterceptor in org.eclipse.dirigible.database.persistence
Methods in org.eclipse.dirigible.database.persistence that return IEntityManagerInterceptor Modifier and Type Method Description IEntityManagerInterceptorPersistenceManager. getEntityManagerInterceptor()Gets the entity manager interceptor.Methods in org.eclipse.dirigible.database.persistence with parameters of type IEntityManagerInterceptor Modifier and Type Method Description voidPersistenceManager. setEntityManagerInterceptor(IEntityManagerInterceptor entityManagerInterceptor)Sets the entity manager interceptor. -
Uses of IEntityManagerInterceptor in org.eclipse.dirigible.database.persistence.processors
Methods in org.eclipse.dirigible.database.persistence.processors that return IEntityManagerInterceptor Modifier and Type Method Description IEntityManagerInterceptorAbstractPersistenceProcessor. getEntityManagerInterceptor()Gets the entity manager interceptor.Methods in org.eclipse.dirigible.database.persistence.processors with parameters of type IEntityManagerInterceptor Modifier and Type Method Description voidAbstractPersistenceProcessor. setEntityManagerInterceptor(IEntityManagerInterceptor entityManagerInterceptor)Sets the entity manager interceptor.Constructors in org.eclipse.dirigible.database.persistence.processors with parameters of type IEntityManagerInterceptor Constructor Description AbstractPersistenceProcessor(IEntityManagerInterceptor entityManagerInterceptor)Instantiates a new abstract persistence processor. -
Uses of IEntityManagerInterceptor in org.eclipse.dirigible.database.persistence.processors.entity
Constructors in org.eclipse.dirigible.database.persistence.processors.entity with parameters of type IEntityManagerInterceptor Constructor Description PersistenceDeleteProcessor(IEntityManagerInterceptor entityManagerInterceptor)Instantiates a new persistence delete processor.PersistenceExecuteProcessor(IEntityManagerInterceptor entityManagerInterceptor)Instantiates a new persistence execute processor.PersistenceInsertProcessor(IEntityManagerInterceptor entityManagerInterceptor)Instantiates a new persistence insert processor.PersistenceQueryProcessor(IEntityManagerInterceptor entityManagerInterceptor)Instantiates a new persistence query processor.PersistenceUpdateProcessor(IEntityManagerInterceptor entityManagerInterceptor)Instantiates a new persistence update processor. -
Uses of IEntityManagerInterceptor in org.eclipse.dirigible.database.persistence.processors.identity
Constructors in org.eclipse.dirigible.database.persistence.processors.identity with parameters of type IEntityManagerInterceptor Constructor Description PersistenceCreateIdentityProcessor(IEntityManagerInterceptor entityManagerInterceptor)Instantiates a new persistence create identity processor.PersistenceNextValueIdentityProcessor(IEntityManagerInterceptor entityManagerInterceptor)Instantiates a new persistence next value identity processor. -
Uses of IEntityManagerInterceptor in org.eclipse.dirigible.database.persistence.processors.sequence
Constructors in org.eclipse.dirigible.database.persistence.processors.sequence with parameters of type IEntityManagerInterceptor Constructor Description PersistenceCreateSequenceProcessor(IEntityManagerInterceptor entityManagerInterceptor)Instantiates a new persistence create sequence processor.PersistenceDropSequenceProcessor(IEntityManagerInterceptor entityManagerInterceptor)Instantiates a new persistence drop sequence processor.PersistenceNextValueSequenceProcessor(IEntityManagerInterceptor entityManagerInterceptor)Instantiates a new persistence next value sequence processor. -
Uses of IEntityManagerInterceptor in org.eclipse.dirigible.database.persistence.processors.table
Constructors in org.eclipse.dirigible.database.persistence.processors.table with parameters of type IEntityManagerInterceptor Constructor Description PersistenceCreateTableProcessor(IEntityManagerInterceptor entityManagerInterceptor)Instantiates a new persistence create table processor.PersistenceDropTableProcessor(IEntityManagerInterceptor entityManagerInterceptor)Instantiates a new persistence drop table processor.