Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mipo256 committed Dec 28, 2024
1 parent 153d1db commit 55d1b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick-view/get-started/define-entity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ Assume the entity package is "com.example.model". **Ignore associated properties
- For Java:
- Primitives like boolean, char, byte, short, int, long, float, double are non-null.
- Boxed types like Boolean, Character, Byte, Short, Integer, Long, Float, Double are nullable.
- Other types are non-null by default. Add `@Nullable` to allow null.
- Other types are non-null by default. Add `@TNullable` to allow null.

- Annotations used in example:
- `@Entity` - Indicates entity type.
Expand Down

0 comments on commit 55d1b47

Please sign in to comment.