Package-level declarations
Types
Link copied to clipboard
annotation class ExplicitEntities(val entities: Array<KClass<*>> = [], val isExclusive: Boolean = false)
Explicitly defines the entities this DAO interacts with for safer mapping and improved type safety.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
An annotation for marking DAO methods that should be generated as raw operations.