Uses of Interface
io.ebean.ProfileLocation
Package
Description
Meta data that can be retrieved for a Database instance.
-
Uses of ProfileLocation in io.ebean
Modifier and TypeMethodDescriptionstatic ProfileLocation
ProfileLocation.create()
Create and return a new ProfileLocation.static ProfileLocation
Create and return a new ProfileLocation with a given lineNumber and label.static ProfileLocation
Create and return a new ProfileLocation with a given location.TxScope.getProfileLocation()
Return the profile location.Modifier 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
Modifier and TypeMethodDescriptionMetaQueryPlan.profileLocation()
Return the profile location for the query. -
Uses of ProfileLocation in io.ebean.metric
Modifier and TypeMethodDescriptionMetricFactory.createQueryPlanMetric
(Class<?> type, String label, ProfileLocation profileLocation, String sql) Create a Timed metric. -
Uses of ProfileLocation in io.ebean.service
Modifier and TypeMethodDescriptionSpiProfileLocationFactory.create()
Create a profile location.Create a profile location with a line number.Create a known location.