Navigation : 
        
      
    
      
    
    CRUD operations
    
    
    
| Lesson | 
Lesson summary | 
| Saving new entity | 
Creating new entity and saving it into database with KittyORM. Tutorial database setup. | 
| Updating existing entity | 
Updating existing record (or records) in database with KittyORM. | 
| Deleting entities | 
Deleting existing record (or records) in database with KittyORM. Usage of SQLiteCinditionBuilder.class. | 
| Finding entities | 
Finding existing record (or records) in database with KittyORM. Implementing extended CRUD controller. | 
| KittyORM and bulk operations | 
How to perform bulk operations. Using transactions. |