Uses of Class
com.sun.jdo.api.persistence.mapping.ejb.ConversionException
-
Packages that use ConversionException Package Description com.sun.jdo.api.persistence.mapping.ejb com.sun.jdo.spi.persistence.support.ejb.ejbc -
-
Uses of ConversionException in com.sun.jdo.api.persistence.mapping.ejb
Methods in com.sun.jdo.api.persistence.mapping.ejb that throw ConversionException Modifier and Type Method Description DatabaseGenerator.ResultsMappingGenerator. generateMappingClasses(String dbName, Boolean uniqueTableNames, Properties userPolicy, String inputFilesPath)Create mapping classes and schema based on database vendor name.MapMappingFile. intoMappingClasses(SunCmpMappings content, ConversionHelper helper)Convert an SunCmpMapping object into the equivelent collection of MappingClassElement objectsMapMappingFile. intoMappingClasses(InputStream 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 ConversionException in com.sun.jdo.spi.persistence.support.ejb.ejbc
Methods in com.sun.jdo.spi.persistence.support.ejb.ejbc that throw ConversionException Modifier and Type Method Description org.netbeans.modules.dbschema.SchemaElementMappingGenerator. generateMapping(DeploymentContext ctx, String inputFilesPath, String generatedXmlsPath, File classout, boolean ignoreSunDeploymentDescriptors)This method will load mapping classes if there is sun-cmp-mappings.xml, otherwise it will call the database generation backend to create mapping classes and schema.
-