Interface DatabaseAware

  • All Known Implementing Classes:
    DbDataStore, DerbyDataStore

    public interface DatabaseAware
    Bean components (i.e., classes that appear in the repository descriptor) that implement this interface will get the repositories ConnectionFactory instance injected just after construction and before initialization.
    • Method Detail

      • setConnectionFactory

        void setConnectionFactory​(ConnectionFactory connectionFactory)
        Parameters:
        connectionFactory -