Uses of Class
org.apache.cayenne.jpa.map.JpaManagedClass

Packages that use JpaManagedClass
org.apache.cayenne.jpa.map   
 

Uses of JpaManagedClass in org.apache.cayenne.jpa.map
 

Subclasses of JpaManagedClass in org.apache.cayenne.jpa.map
 class JpaAbstractEntity
           
 class JpaEmbeddable
          A descriptor of a persistent class whose instances are stored as an intrinsic part of an owning entity and share the identity of that entity.
 class JpaEntity
          A JPA-compliant entity.
 class JpaMappedSuperclass
           
 

Methods in org.apache.cayenne.jpa.map that return JpaManagedClass
 JpaManagedClass JpaEntityMap.getManagedClass(String className)
          Returns an existing managed class, or null if no match is found.
 



Copyright © 2001-2008 Apache Cayenne. All Rights Reserved.