Uses of Interface
io.ebean.ProfileLocation
Packages that use ProfileLocation
Package
Description
Meta data that can be retrieved for a Database instance.
-
Uses of ProfileLocation in io.ebean
Methods in io.ebean that return ProfileLocationModifier and TypeMethodDescriptionstatic ProfileLocationProfileLocation.create()Create and return a new ProfileLocation.static ProfileLocationCreate and return a new ProfileLocation with a given lineNumber and label.static ProfileLocationCreate and return a new ProfileLocation with a given location.TxScope.getProfileLocation()Return the profile location.Methods in io.ebean with parameters of type ProfileLocationModifier and TypeMethodDescriptionDtoQuery.setProfileLocation(ProfileLocation profileLocation) Set the profile location of this query.Query.setProfileLocation(ProfileLocation profileLocation) Set the profile location of this query.TxScope.setProfileLocation(ProfileLocation profileLocation) Set the profile location.UpdateQuery.setProfileLocation(ProfileLocation profileLocation) Set the profile location of this update query. -
Uses of ProfileLocation in io.ebean.meta
Methods in io.ebean.meta that return ProfileLocationModifier and TypeMethodDescriptionMetaQueryPlan.profileLocation()Return the profile location for the query. -
Uses of ProfileLocation in io.ebean.metric
Methods in io.ebean.metric with parameters of type ProfileLocationModifier and TypeMethodDescriptionMetricFactory.createQueryPlanMetric(Class<?> type, String label, ProfileLocation profileLocation, String sql) Create a Timed metric. -
Uses of ProfileLocation in io.ebean.service
Methods in io.ebean.service that return ProfileLocationModifier and TypeMethodDescriptionSpiProfileLocationFactory.create()Create a profile location.Create a profile location with a line number.Create a known location.