Is it better to annotate methods with @Id, @Column, etc. so that *ToOne associations can be lazily fetched or will *ToOne associations be lazily fetched still if annotating the fields????
I can see the bytecode for not having to initialize the field up until getXXX is called when annotating the methods, but how is that possible is just the field annotated?
thanks, Dean
_________________ The list of compelling reasons to reduce the estimate does not include you simply wishing it would take less time - Unknown
|