Skip to content

Commit

Permalink
Merge pull request #91 from mipo256/t_nullbale_typo
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
babyfish-ct authored Dec 28, 2024
2 parents 153d1db + 55d1b47 commit 4c955c6
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 4c955c6

Please sign in to comment.