java - @Lazy to one in JPA annotations? -


i using @lazytoone annotation in hibernate. since switching hibernate jpa. want know whether @lazytoone available in jpa or there other annotation provides same functionality in jpa?

you can use:

@onetoone(fetch = fetchtype.lazy) 

more details in question: making onetoone-relation lazy


Comments