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 interfaceSchemaParserInterface class for parers that read schema information.Classes in org.apache.openjpa.jdbc.schema that implement MetaDataParser Modifier and Type Class Description classXMLSchemaParserCustom SAX parser used to parseSchemaobjects. -
Uses of MetaDataParser in org.apache.openjpa.lib.meta
Classes in org.apache.openjpa.lib.meta that implement MetaDataParser Modifier and Type Class Description classCFMetaDataParserCustom SAX parser used by the system to quickly parse metadata files for classes.classXMLMetaDataParserCustom SAX parser used by the system to quickly parse metadata files.classXMLVersionParserCustom 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 interfaceAbstractCFMetaDataFactory.ParserInternal parser interface.Methods in org.apache.openjpa.meta with parameters of type MetaDataParser Modifier and Type Method Description protected voidAbstractCFMetaDataFactory. parse(MetaDataParser parser, java.lang.Class[] cls)Parse all given classses.protected voidAbstractCFMetaDataFactory. 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 classPersistenceProductDerivation.ConfigurationParserSAX handler capable of parsing an JPA persistence.xml file.classXMLPersistenceMetaDataParserCustom 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 voidPersistenceMetaDataFactory. 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 classXMLPersistenceMappingParserCustom SAX parser used by the system to parse persistence mapping files.
-