Uses of Interface
com.sun.jdo.api.persistence.model.mapping.MappingElementProperties

Packages that use MappingElementProperties
com.sun.jdo.api.persistence.model.mapping   
com.sun.jdo.api.persistence.model.mapping.impl   
 

Uses of MappingElementProperties in com.sun.jdo.api.persistence.model.mapping
 

Subinterfaces of MappingElementProperties in com.sun.jdo.api.persistence.model.mapping
 interface MappingClassElement
           
 interface MappingElement
           
 interface MappingFieldElement
           
 interface MappingMemberElement
           
 interface MappingReferenceKeyElement
          This is an element which represents a relationship between two tables (primary and secondary).
 interface MappingRelationshipElement
          This is a specialized field element which represents a relationship between two classes.
 interface MappingTableElement
          This is an element which represents a database table.
 

Uses of MappingElementProperties in com.sun.jdo.api.persistence.model.mapping.impl
 

Classes in com.sun.jdo.api.persistence.model.mapping.impl that implement MappingElementProperties
 class MappingClassElementImpl
           
 class MappingElementImpl
           
 class MappingFieldElementImpl
           
 class MappingMemberElementImpl
           
 class MappingReferenceKeyElementImpl
           
 class MappingRelationshipElementImpl
           
 class MappingTableElementImpl
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.