org.apache.cayenne.jpa.map
Class JpaEmbeddable
java.lang.Object
org.apache.cayenne.jpa.map.JpaManagedClass
org.apache.cayenne.jpa.map.JpaEmbeddable
public class JpaEmbeddable
- extends JpaManagedClass
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.
- Author:
- Andrus Adamchik
Methods inherited from class org.apache.cayenne.jpa.map.JpaManagedClass |
getAccess, getAttributes, getClassDescriptor, getClassName, getDescription, isMetadataComplete, setAccess, setAttributes, setClassDescriptor, setClassName, setDescription, setMetadataComplete |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JpaEmbeddable
public JpaEmbeddable()
Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.