Uses of Interface
io.ebean.ProfileLocation
-
Packages that use ProfileLocation Package Description io.ebean io.ebean.meta Meta data that can be retrieved for a Database instance.io.ebean.metric io.ebean.service -
-
Uses of ProfileLocation in io.ebean
Methods in io.ebean that return ProfileLocation Modifier and Type Method Description static ProfileLocation
ProfileLocation. create()
Create and return a new ProfileLocation.static ProfileLocation
ProfileLocation. create(int lineNumber, String label)
Create and return a new ProfileLocation with a given lineNumber and label.static ProfileLocation
ProfileLocation. createAt(String location)
Create and return a new ProfileLocation with a given location.ProfileLocation
TxScope. getProfileLocation()
Return the profile location.Methods in io.ebean with parameters of type ProfileLocation Modifier and Type Method Description DtoQuery<T>
DtoQuery. setProfileLocation(ProfileLocation profileLocation)
Set the profile location of this query.Query<T>
Query. setProfileLocation(ProfileLocation profileLocation)
Set the profile location of this query.TxScope
TxScope. setProfileLocation(ProfileLocation profileLocation)
Set the profile location.UpdateQuery<T>
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 ProfileLocation Modifier and Type Method Description ProfileLocation
MetaQueryPlan. getProfileLocation()
Return the profile location for the query. -
Uses of ProfileLocation in io.ebean.metric
Methods in io.ebean.metric with parameters of type ProfileLocation Modifier and Type Method Description QueryPlanMetric
MetricFactory. 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 ProfileLocation Modifier and Type Method Description ProfileLocation
SpiProfileLocationFactory. create()
Create a profile location.ProfileLocation
SpiProfileLocationFactory. create(int lineNumber, String label)
Create a profile location with a line number.ProfileLocation
SpiProfileLocationFactory. createAt(String location)
Create a known location.
-