Uses of Interface
org.eclipse.persistence.jpa.metadata.MetadataSource
-
Packages that use MetadataSource Package Description org.eclipse.persistence.internal.jpa.metadata org.eclipse.persistence.jpa.metadata -
-
Uses of MetadataSource in org.eclipse.persistence.internal.jpa.metadata
Fields in org.eclipse.persistence.internal.jpa.metadata declared as MetadataSource Modifier and Type Field Description protected MetadataSourceMetadataProcessor. m_metadataSourceMethods in org.eclipse.persistence.internal.jpa.metadata that return MetadataSource Modifier and Type Method Description MetadataSourceMetadataProcessor. getMetadataSource()INTERNAL:Methods in org.eclipse.persistence.internal.jpa.metadata with parameters of type MetadataSource Modifier and Type Method Description voidMetadataProcessor. setMetadataSource(MetadataSource source)INTERNAL: Use this method to set the MetadataSource class to use for loading extensible mappings -
Uses of MetadataSource in org.eclipse.persistence.jpa.metadata
Classes in org.eclipse.persistence.jpa.metadata that implement MetadataSource Modifier and Type Class Description classMetadataSourceAdapterPurpose: To provide a trivial implementation of MetadataSource.classXMLMetadataSourcePurpose: Support reading metadata for a persistence unit in an XML format from a URL and if the property is undefined, it will look for a file.
-