Uses of Class
com.sun.jdo.api.persistence.mapping.ejb.beans.SunCmpMappings

Packages that use SunCmpMappings
com.sun.jdo.api.persistence.mapping.ejb   
com.sun.jdo.api.persistence.mapping.ejb.beans   
 

Uses of SunCmpMappings in com.sun.jdo.api.persistence.mapping.ejb
 

Methods in com.sun.jdo.api.persistence.mapping.ejb that return SunCmpMappings
 SunCmpMappings MappingFile.fromMappingClasses(Map mappingClasses, ConversionHelper helper)
          Creates an SunCmpMapping object from a Collection of MappingClassElement objects
 

Methods in com.sun.jdo.api.persistence.mapping.ejb with parameters of type SunCmpMappings
static EntityMapping SunCmpMappingsUtils.findEntityMapping(SunCmpMappings scms, String bname, boolean addEmpty)
          Find the EntityMapping element that correspond to a bean.
static SunCmpMapping SunCmpMappingsUtils.getFirstSunCmpMapping(SunCmpMappings scms, boolean addEmpty)
          Return the first SunCmpMapping element from the graph.
 Map MappingFile.intoMappingClasses(SunCmpMappings content, ConversionHelper helper)
          Convert an SunCmpMapping object into the equivelent collection of MappingClassElement objects
protected  Map MappingGenerator.loadMappingClasses(SunCmpMappings sunMapping, ClassLoader classLoader)
          load mapping classes from SunCmpMappings object
 

Uses of SunCmpMappings in com.sun.jdo.api.persistence.mapping.ejb.beans
 

Methods in com.sun.jdo.api.persistence.mapping.ejb.beans that return SunCmpMappings
static SunCmpMappings SunCmpMappings.createGraph()
           
static SunCmpMappings SunCmpMappings.createGraph(File f)
           
static SunCmpMappings SunCmpMappings.createGraph(InputStream in)
           
static SunCmpMappings SunCmpMappings.createGraph(InputStream in, boolean validate)
           
static SunCmpMappings SunCmpMappings.createGraph(Node doc)
           
 



Copyright © 2012. All Rights Reserved.