public interface CustomDdlDao extends BaseJpaDao
| Modifier and Type | Method and Description |
|---|---|
CustomDdlEntity |
getCustomDdlByKey(CustomDdlKey customDdlKey)
Gets a custom DDL based on the key.
|
List<CustomDdlKey> |
getCustomDdls(BusinessObjectFormatKey businessObjectFormatKey)
Gets the custom DDLs defined for the specified business object format.
|
delete, detach, findAll, findById, findByNamedProperties, findUniqueByNamedProperties, getCurrentTimestamp, getEntityManager, query, queryByNamedParams, save, saveAndRefreshCustomDdlEntity getCustomDdlByKey(CustomDdlKey customDdlKey)
customDdlKey - the custom DDL keyList<CustomDdlKey> getCustomDdls(BusinessObjectFormatKey businessObjectFormatKey)
businessObjectFormatKey - the business object format keyCopyright © 2019. All rights reserved.