Uses of Interface
org.apache.openjpa.lib.meta.MetaDataParser
Package
Description
OpenJPA-JDBC Schema Management
Metadata Framework
OpenJPA Metadata
OpenJPA JPA
OpenJPA JPA-JDBC
-
Uses of MetaDataParser in org.apache.openjpa.jdbc.schema
Modifier and TypeInterfaceDescriptioninterface
Interface class for parers that read schema information. -
Uses of MetaDataParser in org.apache.openjpa.lib.meta
Modifier and TypeClassDescriptionclass
Custom SAX parser used by the system to quickly parse metadata files for classes.class
Custom SAX parser used by the system to quickly parse metadata files.class
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
Modifier and TypeInterfaceDescriptionstatic interface
Internal parser interface.Modifier and TypeMethodDescriptionprotected void
AbstractCFMetaDataFactory.parse
(MetaDataParser parser, Class[] cls) Parse all given classses.protected void
AbstractCFMetaDataFactory.parse
(MetaDataParser parser, Collection files) Parse all given files. -
Uses of MetaDataParser in org.apache.openjpa.persistence
Modifier and TypeClassDescriptionstatic class
SAX handler capable of parsing an JPA persistence.xml file.class
Custom SAX parser used by the system to quickly parse persistence metadata files.Modifier and TypeMethodDescriptionprotected void
PersistenceMetaDataFactory.parse
(MetaDataParser parser, Class[] cls) -
Uses of MetaDataParser in org.apache.openjpa.persistence.jdbc
Modifier and TypeClassDescriptionclass
Custom SAX parser used by the system to parse persistence mapping files.