One-to-one relationship should be established in ORMLite


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
@j256 Can you add the feature I want? It is an important feature in my opinion and I need it very much.
@DatabaseField(foreign = true, foreignAutoRefresh = true) ?