One-to-one relationship should be supported #268
birolozturkk
started this conversation in
Ideas
Replies: 3 comments 4 replies
-
What would the resulting schema look like? Also, can you replace the images with code samples? |
Beta Was this translation helpful? Give feedback.
4 replies
-
Will my suggestion be considered? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry for the delay on this. Hasn't been a priority to add it but it's on the list. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need an annotation like @ForeignCollectionField which is for single object @ForeignSingletonField. I tried to make a one-to-one relationship with javax.persistence annotation with my knowledge from jpa, but I guess ormlite doesn't support persistence annotation enough.
If this ormlite is also not possible I'm calling out to the ORMLite developers. It would be great if you add @ForeignSingletonField annotation .
The annatation I want you to add corresponds to @OnetoOne in JPA
Beta Was this translation helpful? Give feedback.
All reactions