|
Fabric3 JPA/Hibernate Extension | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fabric3.spi.model.physical.PhysicalTargetDefinition
org.fabric3.jpa.provision.AbstractTargetDefinition
public abstract class AbstractTargetDefinition
Contains general attach point metadata for Hibernate and JPA resources.
| Field Summary |
|---|
| Fields inherited from class org.fabric3.spi.model.physical.PhysicalTargetDefinition |
|---|
physicalDataTypes |
| Constructor Summary | |
|---|---|
protected |
AbstractTargetDefinition(String unitName)
|
| Method Summary | |
|---|---|
PersistenceOverrides |
getOverrides()
Returns property overrides for a collection of persistence contexts or Hibernate Sessions. |
String |
getUnitName()
Returns the persistence unit name. |
void |
setOverrides(PersistenceOverrides overrides)
Sets property overrides for a collection of the persistence contexts or Hibernate Sessions. |
| Methods inherited from class org.fabric3.spi.model.physical.PhysicalTargetDefinition |
|---|
getCallbackUri, getClassLoaderId, getPhysicalDataTypes, getUri, isCallback, isOptimizable, setCallback, setCallbackUri, setClassLoaderId, setOptimizable, setUri |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractTargetDefinition(String unitName)
| Method Detail |
|---|
public String getUnitName()
public PersistenceOverrides getOverrides()
public void setOverrides(PersistenceOverrides overrides)
overrides - property overrides for a collection of persistence contexts or Hibernate Sessions
|
Fabric3 JPA/Hibernate Extension | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||