org.apache.onami.persist
Interface UnconfiguredPersistenceUnitBuilder

All Known Subinterfaces:
AnnotatedPersistenceUnitBuilder, UnannotatedPersistenceUnitBuilder

public interface UnconfiguredPersistenceUnitBuilder

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


Method Summary
 void setProperties(Properties properties)
          Defines additional properties to use.
 

Method Detail

setProperties

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.


Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.