I have two table User and Address Table
And their relation in HBM is
<!-- bi-directional one-to-one association to Address -->
<one-to-one
name="user"
class="address"
outer-join="auto"
/>
So when I set Address Pojo in User Pojo and call findByExample for User Pojo.
It ignore the Address Pojo
The reference manual says:
But it also says: