org.kuali.rice.krad.app.persistence.jpa
Class RiceToNervousSystemBusinessObjectClassExposer

java.lang.Object
  extended by org.kuali.rice.krad.app.persistence.jpa.RiceToNervousSystemBusinessObjectClassExposer
All Implemented Interfaces:
PersistableBusinessObjectClassExposer

public class RiceToNervousSystemBusinessObjectClassExposer
extends Object
implements PersistableBusinessObjectClassExposer

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.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
RiceToNervousSystemBusinessObjectClassExposer()
           
 
Method Summary
 Set<String> exposePersistableBusinessObjectClassNames()
          Exposes a list of non-KNS entity class names
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RiceToNervousSystemBusinessObjectClassExposer

public RiceToNervousSystemBusinessObjectClassExposer()
Method Detail

exposePersistableBusinessObjectClassNames

public Set<String> exposePersistableBusinessObjectClassNames()
Exposes a list of non-KNS entity class names

Specified by:
exposePersistableBusinessObjectClassNames in interface PersistableBusinessObjectClassExposer
Returns:
a Set of class names to be managed by JPA
See Also:
PersistableBusinessObjectClassExposer.exposePersistableBusinessObjectClassNames()


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.