Extension point sessionFactory
In component org.nuxeo.ecm.core.CoreService
Documentation
Used to register new session factories. Contributions for this extension point are of the form:
<factory class="..."/>
Contribution Descriptors
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="sessionFactory" target="org.nuxeo.ecm.core.CoreService"> <documentation> The default session factory contribution (a local session factory). </documentation> <factory class="org.nuxeo.ecm.core.api.local.LocalSessionFactory"/> </extension>