| Package | Description |
|---|---|
| org.kuali.rice.krad.app.persistence.jpa |
| Modifier and Type | Class and Description |
|---|---|
class |
KRADPersistableBusinessObjectClassExposer
Exposes the names of all KNS business object entities - which are managed
by all JPA persistence units
|
class |
PackagePersistableBusinessObjectClassExposer
Abstract class which exposes as JPA managed classes all of the business objects in a given package
|
class |
RiceToNervousSystemBusinessObjectClassExposer
Business Object class exposer which adds non-KNS Rice entities to the KNS persistence units, so that these objects
can be used with KNS functionality - for instance, PersonImpl objects can be looked up.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RicePersistenceUnitPostProcessor.addManagedClassNames(org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo mutablePersistenceUnitInfo,
PersistableBusinessObjectClassExposer exposer)
Adds the class names listed by exposed by the given exposer into the persistence unit
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.