Class JtaRequiresNewController

  • All Implemented Interfaces:
    org.seasar.doma.jdbc.RequiresNewController

    @Singleton
    public class JtaRequiresNewController
    extends Object
    implements org.seasar.doma.jdbc.RequiresNewController
    • Constructor Detail

      • JtaRequiresNewController

        public JtaRequiresNewController()
    • Method Detail

      • requiresNew

        public <R> R requiresNew​(org.seasar.doma.jdbc.RequiresNewController.Callback<R> callback)
                          throws Throwable
        Specified by:
        requiresNew in interface org.seasar.doma.jdbc.RequiresNewController
        Throws:
        Throwable