public interface PropertyEntityManager extends EntityManager<PropertyEntity>
| Modifier and Type | Method and Description |
|---|---|
void |
directInsertProperty(String name,
String value) |
List<PropertyEntity> |
findAll() |
List<PropertyEntity> findAll()
Copyright © 2022 Flowable. All rights reserved.