- createNativeQuery(String) - Method in class de.alpharogroup.db.service.AbstractBusinessService
-
Factory method for create a new instance of Query from the given sql string and
execute a native sql statement for update or delete.
- createNativeQuery(String, Class) - Method in class de.alpharogroup.db.service.AbstractBusinessService
-
Factory method for create a new instance of Query from the given sql string and
execute a native sql statement.
- createNativeQuery(String, String) - Method in class de.alpharogroup.db.service.AbstractBusinessService
-
Factory method for create a new instance of Query from the given sql string and
execute a native sql statement.
- createNativeQuery(String) - Method in interface de.alpharogroup.db.service.api.BusinessService
-
Factory method for create a new instance of Query from the given sql string and
execute a native sql statement for update or delete.
- createNativeQuery(String, Class) - Method in interface de.alpharogroup.db.service.api.BusinessService
-
Factory method for create a new instance of Query from the given sql string and
execute a native sql statement.
- createNativeQuery(String, String) - Method in interface de.alpharogroup.db.service.api.BusinessService
-
Factory method for create a new instance of Query from the given sql string and
execute a native sql statement.