Uses of Interface
io.ebean.ProfileLocation
Packages that use ProfileLocation
Package
Description
Configuration settings for Database construction
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 ProfileLocationProfileLocation.createWithLine()Create and return a new ProfileLocation with line number.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.config
Methods in io.ebean.config that return ProfileLocationModifier and TypeMethodDescriptionSlowQueryEvent.getProfileLocation()Return the profile location. -
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 with a given label - used only with@Transaction.Create a known location.SpiProfileLocationFactory.createWithLine()Create a profile location with line numbering.