Uses of Interface
org.eclipse.persistence.jpa.metadata.MetadataSource
Packages that use MetadataSource
Package
Description
-
Uses of MetadataSource in org.eclipse.persistence.internal.jpa.config.persistenceunit
Classes in org.eclipse.persistence.internal.jpa.config.persistenceunit that implement MetadataSource -
Uses of MetadataSource in org.eclipse.persistence.internal.jpa.metadata
Fields in org.eclipse.persistence.internal.jpa.metadata declared as MetadataSourceMethods in org.eclipse.persistence.internal.jpa.metadata that return MetadataSourceMethods in org.eclipse.persistence.internal.jpa.metadata with parameters of type MetadataSourceModifier and TypeMethodDescriptionvoidMetadataProcessor.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.internal.xr
Classes in org.eclipse.persistence.internal.xr that implement MetadataSourceModifier and TypeClassDescriptionstatic final classINTERNAL: Implementation of MetadataSource to allow passing JPA metadata to the MetadataProcessor. -
Uses of MetadataSource in org.eclipse.persistence.jpa.metadata
Classes in org.eclipse.persistence.jpa.metadata that implement MetadataSourceModifier and TypeClassDescriptionclassPurpose: To provide a trivial implementation of MetadataSource.classPurpose: 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.