Top "Crud" questions

The four basic operations for a data management system : Create, Read, Update, Delete

Spring CrudRepository .orElseThrow()

What is the proper way to throw an exception if a database query returns empty? I'm trying to use the .…

java spring java-8 crud spring-boot
ORM on Android SQLite and database scheme

I'm looking for a very simple ORM framework working on Android for SQLite. I've been testing ActiveAndroid but none of …

android sqlite orm many-to-many crud
is there a good PHP CRUD code generator?

Is there any better PHP CRUD code generator? I want to get Data Access Object, Business Object and Value Object. …

php database crud
Generating CRUD in symfony 4

After releasing Symfony 4.0, there is no support for SensioGeneratorBundle. hence the command php app/console generate:doctrine:crud is not …

crud symfony4
CRUD in a use-case diagram?

My question is quite simple. What is the best way to bring CRUD into a use-case diagram? It should be …

architecture uml crud
How to check the user's CRUD permissions for an object in Salesforce?

According to a requirement, i have to change the owner of an account if the user does not have read …

permissions salesforce crud apex-code
How to set a default value in Symfony2 so that automatic CRUD generated forms don't require those fields?

As I've already found out, Doctrine2 "does not support to set the default values in columns through the “DEFAULT” keyword …

php symfony crud
AngularJS best practice REST / CRUD

What is the best practice of doing CRUD operations via REST with AngularJS? Specially what is the Angular-Way here. By …

angularjs rest crud
SAPUI5 - Batch Operations - how to do it right?

I got multiple EntititySets which I want to update in my SAP Backend, therefore I fetch my data (payload) as …

entity batch-processing crud sapui5
Effective strategy for leaving an audit trail/change history for DB applications?

What are some strategies that people have had success with for maintaining a change history for data in a fairly …

database postgresql database-design crud audit-trail