Package io.jmix.datatools
Interface EntitySqlGenerationService
- All Known Implementing Classes:
EntitySqlGenerationServiceImpl
public interface EntitySqlGenerationService
-
Method Summary
Modifier and TypeMethodDescriptiongenerateInsertScript
(Object entity) Generates an SQL-insert query for the given entity.generateSelectScript
(Object entity) Generates an SQL-select query for the given entity.generateUpdateScript
(Object entity) Generates an SQL-update query for the given entity.
-
Method Details
-
generateInsertScript
Generates an SQL-insert query for the given entity. -
generateUpdateScript
Generates an SQL-update query for the given entity. -
generateSelectScript
Generates an SQL-select query for the given entity.
-