|
Fabric3 JPA/Hibernate Extension | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OverrideRegistry
Manages persistence context overrides.
| Method Summary | |
|---|---|
void |
register(URI contributionURI,
PersistenceOverrides overrides)
Registers a set of persistence overrides contained by a given contribution. |
PersistenceOverrides |
resolve(String unitName)
Resolves the overrides for the persistence context or null if none are registered. |
| Method Detail |
|---|
void register(URI contributionURI,
PersistenceOverrides overrides)
throws DuplicateOverridesException
contributionURI - the contribution URIoverrides - the overrides
DuplicateOverridesException - if a set of overrides for the persistence context are already registeredPersistenceOverrides resolve(String unitName)
unitName - the persistence context name
|
Fabric3 JPA/Hibernate Extension | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||