Module org.jooq
Package org.jooq

Interface Attachable

    • Method Detail

      • attach

        void attach​(Configuration configuration)
        Attach this object to a new Configuration.
        Parameters:
        configuration - A configuration or null, if you wish to detach this Attachable from its previous configuration.
      • detach

        void detach()
        Detach this object from its current Configuration.

        This is the same as calling attach(null).

      • configuration

        @Nullable
        @Nullable Configuration configuration()
        Get the currently attached Configuration, or null if no Configuration is attached.