mirror of
https://github.com/apache/openjpa.git
synced 2025-02-24 11:37:21 +00:00
Fixed JavaDoc
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@637439 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4bed57d778
commit
aff3abd8ed
@ -40,9 +40,9 @@ import org.apache.openjpa.util.UserException;
|
||||
* {@link Bootstrap#getBrokerFactory()} bootstrapping mechanism, to facilitate
|
||||
* the process of creating a subclass of {@link AbstractStoreManager}. New
|
||||
* store manager implementations need not extend this class. Instead, set the
|
||||
* <code>org.apache.openjpa.BrokerFactory</code> configuration property to
|
||||
* <code>openjpa.BrokerFactory</code> configuration property to
|
||||
* <code>abstractstore</code>,
|
||||
* and set the <code>org.apache.openjpa.abstractstore.AbstractStoreManager</code>
|
||||
* and set the <code>openjpa.abstractstore.AbstractStoreManager</code>
|
||||
* configuration property to the full class name of your implementation.
|
||||
* Additionally, you can optionally create your own
|
||||
* <code>BrokerFactory</code> implementation. However, we recommend that you
|
||||
|
Loading…
x
Reference in New Issue
Block a user