-
Notifications
You must be signed in to change notification settings - Fork 101
Home
Hüseyin Tokpınar edited this page Jun 19, 2020
·
27 revisions
-
Creating Database Objects
1.1 Creating Table Model
1.2 Creating Sequence Model
-
Creating Database Model Class
-
Basic methods for CRUD operations
3.1 toSingle()
3.2 toList()
3.3 getById()
3.4 save()
3.5 delete()
-
RELATIONSHIPS (Object Relational Mapping)
4.1 ONE-TO-ONE
4.2 ONE-TO-MANY
4.3 MANY TO MANY
4.4 ONE-TO-MANY-VICEVERSA