Skip to content

Commit 9e6b9bf

Browse files
committed
readme
1 parent 52a61ae commit 9e6b9bf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,9 @@ public class User
171171

172172
But with the class indexer installed, The system will know that the `User.Id` should be handled by `ObjectUuidType` and the `@Type(...)` can be dropped.
173173
This also simplifies usage on every other place, where Hibernate might need to resolve a type for the `Id` instance, like queries.
174+
175+
## More examples
176+
177+
To learn more you can explore the `testing/` directory of this library,
178+
for example the [testing/testing-typed-ids-hibernate-66-indexed](https://github.com/framefork/typed-ids/tree/master/testing/testing-typed-ids-hibernate-66-indexed/src/test/java/org/framefork/typedIds)
179+
has several working use-cases written in the form of tests that you can study for inspiration.

0 commit comments

Comments
 (0)