Uses of Class
io.ebeaninternal.server.querydefn.OrmQueryDetail
Packages that use OrmQueryDetail
Package
Description
Bean description
-
Uses of OrmQueryDetail in io.ebeaninternal.api
Methods in io.ebeaninternal.api that return OrmQueryDetailMethods in io.ebeaninternal.api with parameters of type OrmQueryDetailModifier and TypeMethodDescriptionvoidSpiQueryFetch.addNested(String name, OrmQueryDetail nestedDetail, FetchConfig config) Add a nested fetch graph.voidSpiQuery.setDetail(OrmQueryDetail detail) Replace the query detail.booleanSpiQuery.tuneFetchProperties(OrmQueryDetail detail) AutoTune tune the detail specifying properties to select on already defined joins and adding extra joins where they are missing. -
Uses of OrmQueryDetail in io.ebeaninternal.server.deploy
Methods in io.ebeaninternal.server.deploy with parameters of type OrmQueryDetailModifier and TypeMethodDescriptionbooleanBeanDescriptor.includesAggregation(OrmQueryDetail detail) Return true if the query detail includes an aggregation property. -
Uses of OrmQueryDetail in io.ebeaninternal.server.querydefn
Methods in io.ebeaninternal.server.querydefn that return OrmQueryDetailModifier and TypeMethodDescriptionOrmQueryDetail.copy()Return a deep copy of the OrmQueryDetail.final OrmQueryDetailDefaultOrmQuery.detail()SpiFetchGroup.detail()Return the detail to use for query execution.OrmQueryDetailParser.parse()SpiFetchGroup.underlying()Return the underlying detail for copy purposes.Methods in io.ebeaninternal.server.querydefn with parameters of type OrmQueryDetailModifier and TypeMethodDescriptionfinal voidDefaultOrmQuery.addNested(String name, OrmQueryDetail nestedDetail, FetchConfig config) voidOrmQueryDetail.addNested(String path, OrmQueryDetail other, FetchConfig config) Add a nested OrmQueryDetail to this detail.booleanOrmQueryDetail.isAutoTuneEqual(OrmQueryDetail otherDetail) Return true if equal in terms of autoTune (select and fetch without property ordering).final voidDefaultOrmQuery.setDetail(OrmQueryDetail detail) final booleanDefaultOrmQuery.tuneFetchProperties(OrmQueryDetail tunedDetail)