All Methods Instance Methods Abstract Methods
Modifier and Type |
Method and Description |
long |
countByCriteria(ConfigurationPropertyQueryImpl configurationPropertyQuery) |
void |
deleteByNamespace(String namespace) |
void |
deleteByNamespaceAndName(String namespace,
String name) |
void |
deleteByNamespaceAndNameAndTenantId(String namespace,
String name,
String tenantId) |
List<ConfigurationProperty> |
findByCriteria(ConfigurationPropertyQueryImpl configurationPropertyQuery) |
List<ConfigurationPropertyEntity> |
findByNamespace(String namespace) |
ConfigurationPropertyEntity |
findByNamespaceAndName(String namespace,
String name) |
ConfigurationPropertyEntity |
findByNamespaceAndNameAndTenantId(String namespace,
String name,
String tenantId) |
List<ConfigurationPropertyEntity> |
findByNamespaceAndTenantId(String namespace,
String tenantId) |
List<ConfigurationPropertyEntity> |
findPropertiesByNamespaceAndName(String namespace,
String name) |
List<ConfigurationPropertyEntity> |
findPropertiesByNamespaceNameAndTenantId(String namespace,
String name,
String tenantId) |