Interface BambooOpenSessionTemplate

All Known Implementing Classes:
BambooOpenSessionTemplateImpl

@Internal public interface BambooOpenSessionTemplate
Wraps a call into a hibernate session.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    runWithSession(@NotNull Runnable runnable)
     
  • Method Details

    • runWithSession

      void runWithSession(@NotNull @NotNull Runnable runnable)