Package io.jmix.datatools
Interface EntitySqlGenerationService
- All Known Implementing Classes:
- EntitySqlGenerationServiceImpl
public interface EntitySqlGenerationService
- 
Method SummaryModifier 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- 
generateInsertScriptGenerates an SQL-insert query for the given entity.
- 
generateUpdateScriptGenerates an SQL-update query for the given entity.
- 
generateSelectScriptGenerates an SQL-select query for the given entity.
 
-