Uses of Interface
org.kuali.rice.krad.app.persistence.jpa.PersistableBusinessObjectClassExposer

Packages that use PersistableBusinessObjectClassExposer
org.kuali.rice.krad.app.persistence.jpa   
 

Uses of PersistableBusinessObjectClassExposer in org.kuali.rice.krad.app.persistence.jpa
 

Classes in org.kuali.rice.krad.app.persistence.jpa that implement PersistableBusinessObjectClassExposer
 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.
 

Methods in org.kuali.rice.krad.app.persistence.jpa with parameters of type PersistableBusinessObjectClassExposer
 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-2014 The Kuali Foundation. All Rights Reserved.