|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SpeedoException in org.objectweb.speedo.api |
Subclasses of SpeedoException in org.objectweb.speedo.api | |
class |
SpeedoConcurrentException
|
class |
SpeedoEnhancerException
|
class |
SpeedoGenerationException
This class corresponds to exceptions detected while creating files "proxy", "manager" and "fields". |
class |
SpeedoInstanceGenerationException
This class corresponds to exceptions thrown before runtime. |
class |
SpeedoJormException
This class corresponds to exceptions thrown during generation of JORM files. |
class |
SpeedoPMFException
This class corresponds to exceptions thrown by the PersistenceManagerFactory |
class |
SpeedoXMLError
|
Methods in org.objectweb.speedo.api that throw SpeedoException | |
void |
ProxyManagerSwitch.bind(ProxyManager pm)
It assignes a ProxyManager to the current context. |
Uses of SpeedoException in org.objectweb.speedo.generation |
Methods in org.objectweb.speedo.generation that throw SpeedoException | |
void |
SpeedoCompiler.init()
|
void |
SpeedoCompiler.process()
|
Uses of SpeedoException in org.objectweb.speedo.generation.api |
Methods in org.objectweb.speedo.generation.api that throw SpeedoException | |
void |
GeneratorComponent.init()
|
void |
GeneratorComponent.process()
|
Uses of SpeedoException in org.objectweb.speedo.generation.compiler |
Methods in org.objectweb.speedo.generation.compiler that throw SpeedoException | |
void |
Compiler.process()
Tries to process the compilation internally. |
Uses of SpeedoException in org.objectweb.speedo.generation.enhancer |
Methods in org.objectweb.speedo.generation.enhancer that throw SpeedoException | |
void |
PersistenceAwareEnhancer.process()
Loads all persistence aware classes described by the Object Model and applies revelant modification to each of them. |
void |
PrivateFieldModifier.init()
|
void |
PrivateFieldModifier.process()
|
void |
AccessEnhancer.process()
Loads all binary classes described by the Object Model and applies revelant modification to each of them. |
void |
MetaDataAnalyzer.process()
Loads all binary classes described by the Object Model and applies revelant modification to each of them. |
Uses of SpeedoException in org.objectweb.speedo.generation.generator |
Methods in org.objectweb.speedo.generation.generator that throw SpeedoException | |
void |
SpeedoGenerator.process()
Generation all files |
Uses of SpeedoException in org.objectweb.speedo.generation.generator.api |
Methods in org.objectweb.speedo.generation.generator.api that throw SpeedoException | |
void |
VelocityGenerator.generate(SpeedoClass sClass,
java.lang.String fileName)
It generates the file name corresponding to the Speedo meta object given in parameter. |
Uses of SpeedoException in org.objectweb.speedo.generation.generator.fields |
Methods in org.objectweb.speedo.generation.generator.fields that throw SpeedoException | |
void |
FieldsGenerator.init()
|
void |
FieldsGenerator.generate(SpeedoClass sClass,
java.lang.String fileName)
This method generates the a file since a SpeedoClass meta object. |
Uses of SpeedoException in org.objectweb.speedo.generation.generator.lib |
Methods in org.objectweb.speedo.generation.generator.lib that throw SpeedoException | |
abstract void |
AbstractVelocityGenerator.generate(SpeedoClass sClass,
java.lang.String fileName)
generate the file name corresponding to the Speedo meta object given in parameter. |
abstract void |
AbstractVelocityGenerator.init()
|
void |
AbstractVelocityGenerator.process()
|
Uses of SpeedoException in org.objectweb.speedo.generation.generator.objectid |
Methods in org.objectweb.speedo.generation.generator.objectid that throw SpeedoException | |
void |
ObjectIdGenerator.init()
|
void |
ObjectIdGenerator.generate(SpeedoClass sClass,
java.lang.String fileName)
This method generates the a file since a SpeedoClass meta object. |
Uses of SpeedoException in org.objectweb.speedo.generation.generator.proxy |
Methods in org.objectweb.speedo.generation.generator.proxy that throw SpeedoException | |
void |
ProxyGenerator.init()
|
void |
ProxyGenerator.generate(SpeedoClass sClass,
java.lang.String fileName)
This method generates the new file. |
org.objectweb.jorm.metainfo.api.NameDef |
ProxyGenerator.getRefNameDef(org.objectweb.jorm.metainfo.api.GenClassRef gcr,
org.objectweb.jorm.metainfo.api.Class clazz)
|
org.objectweb.jorm.metainfo.api.NameDef |
ProxyGenerator.getElemNameDef(org.objectweb.jorm.metainfo.api.GenClassRef gcr,
org.objectweb.jorm.metainfo.api.Class clazz)
|
org.objectweb.jorm.metainfo.api.NameDef |
ProxyGenerator.getRefNameDef(org.objectweb.jorm.metainfo.api.ClassRef cr,
org.objectweb.jorm.metainfo.api.Class clazz)
|
Uses of SpeedoException in org.objectweb.speedo.generation.jorm |
Methods in org.objectweb.speedo.generation.jorm that throw SpeedoException | |
void |
JormGenerator.init()
|
void |
JormGenerator.process()
Performs the JORM objects' generation. |
protected void |
JormGenerator.isCompatible()
Verifies that all persistent capable field for jdo is described in JORM. |
protected void |
JormGenerator.compareClass(SpeedoClass clas,
org.objectweb.jorm.metainfo.api.Manager manager,
java.util.List except)
|
void |
OneTableRdbJormIMappingBuilder.createNameDefMapping(org.objectweb.jorm.metainfo.api.HelperClassMapping cm,
org.objectweb.jorm.metainfo.api.NameDef nd,
SpeedoClass sc,
boolean isIdentifier,
boolean isInGenClass)
It creates the mapping of a name def (reference or identifier). |
java.util.Collection |
JormMIBuilder.createMI(java.util.List scs)
Creates the jorm meta information for a set of persistent classes. |
java.util.Collection |
JormMIBuilder.createMI(java.util.List scs,
java.lang.String projectName,
java.lang.String mapperName)
Creates the jorm meta information for a set of persistent classes. |
java.util.Collection |
JormMIBuilder.createMI(java.util.List scs,
java.lang.String projectName,
java.lang.String mapperName,
JormMIMappingBuilder mb)
Creates the jorm meta information for a set of persistent classes. |
org.objectweb.jorm.metainfo.api.ClassMapping |
JormMIMappingBuilder.createClassMapping(org.objectweb.jorm.metainfo.api.Class clazz,
SpeedoClass sc,
org.objectweb.jorm.metainfo.api.Mapping mapping)
It builds a ClassMapping, assignes it to the mapping and builds mapping structure for the class (RdbTable, directory name, ...). |
org.objectweb.jorm.metainfo.api.GenClassMapping |
JormMIMappingBuilder.createGenClassMapping(org.objectweb.jorm.metainfo.api.GenClassRef gcr,
SpeedoField sf,
org.objectweb.jorm.metainfo.api.Mapping mapping)
It builds a GenClassMapping, assignes it to the mapping and builds mapping structure for the class (RdbTable, directory name, ...). |
org.objectweb.jorm.metainfo.api.PrimitiveElementMapping |
JormMIMappingBuilder.createFieldMapping(org.objectweb.jorm.metainfo.api.PrimitiveElement pe,
SpeedoField sf,
org.objectweb.jorm.metainfo.api.HelperClassMapping cm)
It creates the mapping of a primitive field. |
void |
JormMIMappingBuilder.createNameDefMapping(org.objectweb.jorm.metainfo.api.HelperClassMapping cm,
org.objectweb.jorm.metainfo.api.NameDef nd,
SpeedoClass sc,
boolean isIdentifier,
boolean isInGenClass)
It creates the mapping of a name def (reference or identifier). |
Uses of SpeedoException in org.objectweb.speedo.generation.lib |
Methods in org.objectweb.speedo.generation.lib that throw SpeedoException | |
abstract void |
AbstractGeneratorComponent.init()
|
abstract void |
AbstractGeneratorComponent.process()
|
Uses of SpeedoException in org.objectweb.speedo.generation.parser |
Methods in org.objectweb.speedo.generation.parser that throw SpeedoException | |
void |
JdoParser.init()
|
void |
JdoParser.process()
|
Uses of SpeedoException in org.objectweb.speedo.metadata |
Methods in org.objectweb.speedo.metadata that throw SpeedoException | |
void |
SpeedoPackage.add(java.lang.Object classe,
boolean failsOnError,
org.objectweb.util.monolog.api.Logger logger)
Adds a class descriptor to the package descriptor. |
void |
SpeedoXMLDescriptor.add(java.lang.Object pac,
boolean failsOnError,
org.objectweb.util.monolog.api.Logger logger)
Adds a package descriptor to the global descriptor. |
void |
SpeedoClass.add(java.lang.Object field,
boolean failsOnError,
org.objectweb.util.monolog.api.Logger logger)
Adds a SpeedoField to the class. |
Uses of SpeedoException in org.objectweb.speedo.runtime |
Methods in org.objectweb.speedo.runtime that throw SpeedoException | |
void |
SpeedoProxyManagerSwitch.bind(ProxyManager pm)
It assignes a ProxyManager to the current context. |
Uses of SpeedoException in org.objectweb.speedo.runtime.query |
Methods in org.objectweb.speedo.runtime.query that throw SpeedoException | |
void |
SpeedoQueryCompiler.defineQuery(QueryDefinition qd)
|
void |
SpeedoQueryCompiler.compile()
compile the current SpeedoQueryCompiler. |
java.util.Collection |
SpeedoQueryCompiler.execute(java.lang.Object[] a,
ProxyManager pm)
evaluate the query with a single parameter which is a array of object parameters. |
java.util.Collection |
SpeedoQueryCompiler.execute(java.util.Map m,
ProxyManager pm)
evaluate the query with a single parameter which is a Map of object parameters. |
Uses of SpeedoException in org.objectweb.speedo.runtime.query.api |
Methods in org.objectweb.speedo.runtime.query.api that throw SpeedoException | |
void |
QueryCompiler.compile()
|
java.util.Collection |
QueryCompiler.execute(java.lang.Object[] parameters,
ProxyManager pm)
|
java.util.Collection |
QueryCompiler.execute(java.util.Map parameters,
ProxyManager pm)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |