Uses of Class
io.ebeaninternal.server.querydefn.OrmQueryProperties
Packages that use OrmQueryProperties
-
Uses of OrmQueryProperties in io.ebeaninternal.api
Methods in io.ebeaninternal.api that return types with arguments of type OrmQueryPropertiesModifier and TypeMethodDescriptionSpiQuerySecondary.lazyJoins()Return the list of path/properties that are lazy loaded.SpiQuerySecondary.queryJoins()Return a list of path/properties that are query join loaded.Methods in io.ebeaninternal.api with parameters of type OrmQueryPropertiesModifier and TypeMethodDescriptionvoidSpiQuery.fetchProperties(String path, OrmQueryProperties other) Set the fetch properties for the given path.voidSpiQuery.selectProperties(OrmQueryProperties other) Set the select properties. -
Uses of OrmQueryProperties in io.ebeaninternal.server.querydefn
Methods in io.ebeaninternal.server.querydefn that return OrmQueryPropertiesModifier and TypeMethodDescriptionOrmQueryProperties.copy()Creates a copy of the OrmQueryProperties.OrmQueryProperties.copy(FetchConfig fetchConfig) Create a copy with the given fetch config.Methods in io.ebeaninternal.server.querydefn that return types with arguments of type OrmQueryPropertiesModifier and TypeMethodDescriptionOrmQueryDetail.entries()Return the underlying fetch path entries.Methods in io.ebeaninternal.server.querydefn with parameters of type OrmQueryPropertiesModifier and TypeMethodDescriptionvoidOrmQueryProperties.add(OrmQueryProperties child) For secondary queries add a child element.final voidDefaultOrmQuery.fetchProperties(String path, OrmQueryProperties other) final voidDefaultOrmQuery.selectProperties(OrmQueryProperties properties) voidOrmQueryDetail.setBase(OrmQueryProperties baseProps) Set the base / root query properties.