org.fabric3.jpa.api
Class PersistenceOverrides
java.lang.Object
org.fabric3.jpa.api.PersistenceOverrides
- All Implemented Interfaces:
- Serializable
public class PersistenceOverrides
- extends Object
- implements Serializable
Contains override information for persistence units.
- Version:
- $Rev: 9763 $ $Date: 2011-01-03 01:48:06 +0100 (Mon, 03 Jan 2011) $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersistenceOverrides
public PersistenceOverrides(String unitName,
Map<String,String> properties)
getUnitName
public String getUnitName()
- Returns the persistence unit name.
- Returns:
- the persistence unit name
getProperties
public Map<String,String> getProperties()
- Returns property overrides for the persistence context or Hibernate Session.
- Returns:
- property overrides for the persistence context or Hibernate Session
Copyright © 2007-2012 Metaform Systems.