2016/02/07 - Apache Onami has been retired.

For more information, please explore the Attic.

public interface

UnconfiguredPersistenceUnitBuilder

org.apache.onami.persist.UnconfiguredPersistenceUnitBuilder
Known Indirect Subclasses

Class Overview

4th step of the persistence unit builder process. Define properties.

Summary

Public Methods
abstract void setProperties(Properties properties)
Defines additional properties to use.

Public Methods

public abstract void setProperties (Properties properties)

Defines additional properties to use. These properties overrule the ones defined in the persistence.xml

Parameters
properties the properties to use for the persistence unit.