Package io.micronaut.data.tck.services
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
-
Field Summary
Fields inherited from class io.micronaut.data.tck.services.AbstractBookService
BOOK_REPOSITORY_CLASS_PROPERTY, bookRepository -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voidprotected voidvoidvoidvoidvoidvoidvoidcheckInConnection(Runnable runnable) protected voidprotected voidvoidvoidvoidvoidmandatoryConnection(Runnable check) Methods inherited from class io.micronaut.data.tck.services.AbstractBookService
cleanup, countBooks, countBooksTransactional, getBookRepository, newBook
-
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
-
checkInConnection
-
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()
-