Home | History | Annotate | Download | only in room

Lines Matching defs:entity

25  * Declares a foreign key on another {@link Entity}.
32 * index in the parent entity that covers the referenced columns (Room will verify this at compile
51 * The parent Entity to reference. It must be a class annotated with {@link Entity} and
54 * @return The parent Entity.
56 Class entity();
59 * The list of column names in the parent {@link Entity}.
63 * @return The list of column names in the parent Entity.
69 * The list of column names in the current {@link Entity}.
73 * @return The list of column names in the current Entity.
78 * Action to take when the parent {@link Entity} is deleted from the database.
82 * @return The action to take when the referenced entity is deleted from the database.
87 * Action to take when the parent {@link Entity} is updated in the database.
91 * @return The action to take when the referenced entity is updated in the database.
156 * entity that was associated with the deleted parent row is also deleted. For an