Class ConnectionBookService

java.lang.Object
io.micronaut.data.tck.services.AbstractBookService
io.micronaut.data.tck.services.ConnectionBookService

@Requires(property="bookRepositoryClass") @Singleton public class ConnectionBookService extends AbstractBookService
  • Constructor Details

    • ConnectionBookService

      public ConnectionBookService(io.micronaut.context.ApplicationContext beanContext)
  • Method Details

    • addBookNoConnection

      public void addBookNoConnection()
    • bookAddedInMandatoryConnection

      public void bookAddedInMandatoryConnection()
    • mandatoryConnection

      public void mandatoryConnection()
    • mandatoryConnection

      public void mandatoryConnection(Runnable check)
    • checkInConnection

      public void checkInConnection(Runnable runnable)
    • bookIsAddedInConnectionMethod

      public void bookIsAddedInConnectionMethod()
    • bookIsAddedInAnotherRequiresNewConnection

      public void bookIsAddedInAnotherRequiresNewConnection()
    • bookIsAddedInAnotherRequiresNewConnectionWhichIsFailing

      public void bookIsAddedInAnotherRequiresNewConnectionWhichIsFailing()
    • bookIsAddedAndAnotherRequiresNewConnectionIsFailing

      public void bookIsAddedAndAnotherRequiresNewConnectionIsFailing()
    • innerConnectionHasSuppressedException

      public void innerConnectionHasSuppressedException()
    • innerRequiresNewConnectionHasSuppressedException

      public void innerRequiresNewConnectionHasSuppressedException()
    • addBookRequiresNew

      protected void addBookRequiresNew()
    • addBookRequiresNewFailing

      protected void addBookRequiresNewFailing()
    • connectionRequiresNewFailing

      protected void connectionRequiresNewFailing()
    • connectionFailing

      protected void connectionFailing()