All, is it possible to specify that the entity classes mentioned in persistence.xml be lazily loaded?
I have some 300 odd entity classes and I want to specify in the persistence xml that the enetity classes be lazily loaded or do I have to go and mention it in every entity class explicitly?