Uses of Class
com.sun.jdo.api.persistence.mapping.ejb.beans.SunCmpMappings
-
Packages that use SunCmpMappings Package Description 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 Modifier and Type Method Description SunCmpMappingsMappingFile. fromMappingClasses(Map mappingClasses, ConversionHelper helper)Creates an SunCmpMapping object from a Collection of MappingClassElement objectsMethods in com.sun.jdo.api.persistence.mapping.ejb with parameters of type SunCmpMappings Modifier and Type Method Description static EntityMappingSunCmpMappingsUtils. findEntityMapping(SunCmpMappings scms, String bname, boolean addEmpty)Find the EntityMapping element that correspond to a bean.static SunCmpMappingSunCmpMappingsUtils. getFirstSunCmpMapping(SunCmpMappings scms, boolean addEmpty)Return the first SunCmpMapping element from the graph.MapMappingFile. intoMappingClasses(SunCmpMappings content, ConversionHelper helper)Convert an SunCmpMapping object into the equivelent collection of MappingClassElement objectsprotected MapMappingGenerator. 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 Modifier and Type Method Description static SunCmpMappingsSunCmpMappings. createGraph()static SunCmpMappingsSunCmpMappings. createGraph(File f)static SunCmpMappingsSunCmpMappings. createGraph(InputStream in)static SunCmpMappingsSunCmpMappings. createGraph(InputStream in, boolean validate)static SunCmpMappingsSunCmpMappings. createGraph(Node doc)
-