Uses of Interface
org.apache.openjpa.lib.meta.MetaDataParser
-
Packages that use MetaDataParser Package Description org.apache.openjpa.jdbc.schema OpenJPA-JDBC Schema Managementorg.apache.openjpa.lib.meta Metadata Frameworkorg.apache.openjpa.meta OpenJPA Metadataorg.apache.openjpa.persistence OpenJPA JPAorg.apache.openjpa.persistence.jdbc OpenJPA JPA-JDBC -
-
Uses of MetaDataParser in org.apache.openjpa.jdbc.schema
Subinterfaces of MetaDataParser in org.apache.openjpa.jdbc.schema Modifier and Type Interface Description interface
SchemaParser
Interface class for parers that read schema information.Classes in org.apache.openjpa.jdbc.schema that implement MetaDataParser Modifier and Type Class Description class
XMLSchemaParser
Custom SAX parser used to parseSchema
objects. -
Uses of MetaDataParser in org.apache.openjpa.lib.meta
Classes in org.apache.openjpa.lib.meta that implement MetaDataParser Modifier and Type Class Description class
CFMetaDataParser
Custom SAX parser used by the system to quickly parse metadata files for classes.class
XMLMetaDataParser
Custom SAX parser used by the system to quickly parse metadata files.class
XMLVersionParser
Custom non-validating SAX parser which can be used to get the version and schema location attributes from the root node. -
Uses of MetaDataParser in org.apache.openjpa.meta
Subinterfaces of MetaDataParser in org.apache.openjpa.meta Modifier and Type Interface Description static interface
AbstractCFMetaDataFactory.Parser
Internal parser interface.Methods in org.apache.openjpa.meta with parameters of type MetaDataParser Modifier and Type Method Description protected void
AbstractCFMetaDataFactory. parse(MetaDataParser parser, java.lang.Class[] cls)
Parse all given classses.protected void
AbstractCFMetaDataFactory. parse(MetaDataParser parser, java.util.Collection files)
Parse all given files. -
Uses of MetaDataParser in org.apache.openjpa.persistence
Classes in org.apache.openjpa.persistence that implement MetaDataParser Modifier and Type Class Description static class
PersistenceProductDerivation.ConfigurationParser
SAX handler capable of parsing an JPA persistence.xml file.class
XMLPersistenceMetaDataParser
Custom SAX parser used by the system to quickly parse persistence metadata files.Methods in org.apache.openjpa.persistence with parameters of type MetaDataParser Modifier and Type Method Description protected void
PersistenceMetaDataFactory. parse(MetaDataParser parser, java.lang.Class[] cls)
-
Uses of MetaDataParser in org.apache.openjpa.persistence.jdbc
Classes in org.apache.openjpa.persistence.jdbc that implement MetaDataParser Modifier and Type Class Description class
XMLPersistenceMappingParser
Custom SAX parser used by the system to parse persistence mapping files.
-