Transactions Unmanaged transactions Managed transactions Throw errors to rollback Automatically pass transactions to all queries Concurrent/Partial transactions With CLS enable...
Advanced Concepts Scopes 1:n n:m Creating with associations BelongsTo / HasMany / HasOne association BelongsTo association with an alias HasMany / BelongsToMany association ...
Raw queries Replacements Bind Parameter Raw queries As there are often use cases in which it is just easier to execute raw / already prepared SQL queries, you can utilize the...