Module io.ebean.api

Interface SpiProfileLocationFactory


public interface SpiProfileLocationFactory
Factory for creating profile locations.
  • Method Details

    • create

      ProfileLocation create()
      Create a profile location.
    • createWithLine

      ProfileLocation createWithLine()
      Create a profile location with line numbering.
    • create

      ProfileLocation create(String label)
      Create with a given label - used only with @Transaction.
      Parameters:
      label - the label for the transaction
    • createAt

      ProfileLocation createAt(String location)
      Create a known location.