Searched defs:PrimaryKey (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/room/common/src/main/java/androidx/room/
H A DPrimaryKey.java31 * primary key. If both an {@link Entity} and its super class defines a {@code PrimaryKey}, the
32 * child's {@code PrimaryKey} definition will override the parent's {@code PrimaryKey}.
34 * If {@code PrimaryKey} annotation is used on a {@link Embedded}d field, all columns inherited
40 public @interface PrimaryKey { interface

Completed in 84 milliseconds