Details
Description
Current setting is lazy="proxy" which causes select per each AttributeEntity when we get the initialised ProductEntity.
We need to look into changing this mapping to lazy="false" with fetch="join"
Current setting is lazy="proxy" which causes select per each AttributeEntity when we get the initialised ProductEntity.
We need to look into changing this mapping to lazy="false" with fetch="join"