public interface SpiQuerySecondary
The secondary query paths for 'query joins' and 'lazy loading'.
-
Method Summary
Modifier and TypeMethodDescriptionReturn the list of path/properties that are lazy loaded.Return a list of path/properties that are query join loaded.
-
Method Details
-
queryJoins
List<OrmQueryProperties> queryJoins()Return a list of path/properties that are query join loaded. -
lazyJoins
List<OrmQueryProperties> lazyJoins()Return the list of path/properties that are lazy loaded.
-