org.apache.jackrabbit.core.util.db
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.
setConnectionFactory
void setConnectionFactory(ConnectionFactory connectionFactory)
- Parameters:
connectionFactory -
Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.