Class ConfigurationPropertyEntityManagerImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager<EntityImpl,DM>
org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager<PlatformEngineConfiguration,ConfigurationPropertyEntity,ConfigurationPropertyDataManager>
com.flowable.platform.engine.impl.persistence.entity.ConfigurationPropertyEntityManagerImpl
- All Implemented Interfaces:
ConfigurationPropertyEntityManager,org.flowable.common.engine.impl.persistence.entity.EntityManager<ConfigurationPropertyEntity>
public class ConfigurationPropertyEntityManagerImpl extends org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager<PlatformEngineConfiguration,ConfigurationPropertyEntity,ConfigurationPropertyDataManager> implements ConfigurationPropertyEntityManager
- Author:
- Filip Hrisafov
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ConfigurationPropertyEntityManagerImpl(PlatformEngineConfiguration configuration, ConfigurationPropertyDataManager configurationPropertyDataManager) -
Method Summary
Modifier and Type Method Description longcountByCriteria(ConfigurationPropertyQuery configurationPropertyQuery)ConfigurationPropertyQuerycreateQuery()voiddeleteByNamespace(java.lang.String namespace)voiddeleteByNamespaceAndName(java.lang.String namespace, java.lang.String name)voiddeleteByNamespaceAndNameAndTenantId(java.lang.String namespace, java.lang.String name, java.lang.String tenantId)java.util.List<ConfigurationProperty>findByCriteria(ConfigurationPropertyQuery configurationPropertyQuery)java.util.List<ConfigurationPropertyEntity>findByNamespace(java.lang.String namespace)ConfigurationPropertyEntityfindByNamespaceAndName(java.lang.String namespace, java.lang.String name)ConfigurationPropertyEntityfindByNamespaceAndNameAndTenantId(java.lang.String namespace, java.lang.String name, java.lang.String tenantId)java.util.List<ConfigurationPropertyEntity>findByNamespaceAndTenantId(java.lang.String namespace, java.lang.String tenantId)java.util.List<ConfigurationPropertyEntity>findPropertiesByNamespaceAndName(java.lang.String namespace, java.lang.String name)Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager
getClock, getCommandExecutor, getEngineConfiguration, getEventDispatcherMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
create, createEntityEvent, delete, delete, delete, findById, fireEntityDeletedEvent, fireEntityInsertedEvent, fireEntityUpdatedEvent, getDataManager, insert, insert, setDataManager, update, update
-
Constructor Details
-
ConfigurationPropertyEntityManagerImpl
public ConfigurationPropertyEntityManagerImpl(PlatformEngineConfiguration configuration, ConfigurationPropertyDataManager configurationPropertyDataManager)
-
-
Method Details
-
createQuery
- Specified by:
createQueryin interfaceConfigurationPropertyEntityManager
-
findByNamespace
- Specified by:
findByNamespacein interfaceConfigurationPropertyEntityManager
-
findByNamespaceAndTenantId
public java.util.List<ConfigurationPropertyEntity> findByNamespaceAndTenantId(java.lang.String namespace, java.lang.String tenantId)- Specified by:
findByNamespaceAndTenantIdin interfaceConfigurationPropertyEntityManager
-
findPropertiesByNamespaceAndName
public java.util.List<ConfigurationPropertyEntity> findPropertiesByNamespaceAndName(java.lang.String namespace, java.lang.String name)- Specified by:
findPropertiesByNamespaceAndNamein interfaceConfigurationPropertyEntityManager
-
findByNamespaceAndName
public ConfigurationPropertyEntity findByNamespaceAndName(java.lang.String namespace, java.lang.String name)- Specified by:
findByNamespaceAndNamein interfaceConfigurationPropertyEntityManager
-
findByNamespaceAndNameAndTenantId
public ConfigurationPropertyEntity findByNamespaceAndNameAndTenantId(java.lang.String namespace, java.lang.String name, java.lang.String tenantId)- Specified by:
findByNamespaceAndNameAndTenantIdin interfaceConfigurationPropertyEntityManager
-
deleteByNamespace
public void deleteByNamespace(java.lang.String namespace)- Specified by:
deleteByNamespacein interfaceConfigurationPropertyEntityManager
-
deleteByNamespaceAndName
public void deleteByNamespaceAndName(java.lang.String namespace, java.lang.String name)- Specified by:
deleteByNamespaceAndNamein interfaceConfigurationPropertyEntityManager
-
deleteByNamespaceAndNameAndTenantId
public void deleteByNamespaceAndNameAndTenantId(java.lang.String namespace, java.lang.String name, java.lang.String tenantId)- Specified by:
deleteByNamespaceAndNameAndTenantIdin interfaceConfigurationPropertyEntityManager
-
countByCriteria
- Specified by:
countByCriteriain interfaceConfigurationPropertyEntityManager
-
findByCriteria
public java.util.List<ConfigurationProperty> findByCriteria(ConfigurationPropertyQuery configurationPropertyQuery)- Specified by:
findByCriteriain interfaceConfigurationPropertyEntityManager
-