Interface OpenJPAProductDerivation

All Superinterfaces:
ProductDerivation
All Known Implementing Classes:
JDBCPersistenceProductDerivation, JDBCProductDerivation, PersistenceProductDerivation, ProductDerivation

public interface OpenJPAProductDerivation extends ProductDerivation
Adds datastore based extension to ProductDerivation.
Since:
0.4.1
Author:
Pinaki Poddar
  • Field Details

  • Method Details

    • putBrokerFactoryAliases

      void putBrokerFactoryAliases(Map<String,String> aliases)
      Load default alias options into the given map. Each entry maps an alias to a broker factory class name. Replace anything previously under the desired keys.