Class XMLPersistenceUnitMetadata


  • public class XMLPersistenceUnitMetadata
    extends ORMetadata
    INTERNAL: Object to hold onto the XML persistence unit metadata.
    Since:
    EclipseLink 1.0
    Author:
    Guy Pelletier
    • Constructor Detail

      • XMLPersistenceUnitMetadata

        public XMLPersistenceUnitMetadata()
        INTERNAL:
    • Method Detail

      • equals

        public boolean equals​(Object objectToCompare)
        INTERNAL: If equals returns false, call getConflict() for a finer grain reason why.
        Specified by:
        equals in class ORMetadata
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • excludeDefaultMappings

        public boolean excludeDefaultMappings()
        INTERNAL: Used for OX mapping.
      • getCatalog

        public String getCatalog()
        INTERNAL:
      • getExcludeDefaultMappings

        public Boolean getExcludeDefaultMappings()
        INTERNAL: Used for OX mapping.
      • getSchema

        public String getSchema()
        INTERNAL:
      • getXMLMappingMetadataComplete

        public Boolean getXMLMappingMetadataComplete()
        INTERNAL: Used for OX mapping.
      • isDelimitedIdentifiers

        public boolean isDelimitedIdentifiers()
        INTERNAL:
      • isXMLMappingMetadataComplete

        public boolean isXMLMappingMetadataComplete()
        INTERNAL: Used for OX mapping.
      • setExcludeDefaultMappings

        public void setExcludeDefaultMappings​(Boolean excludeDefaultMappings)
        INTERNAL: Used for OX mapping.
      • setPersistenceUnitDefaults

        public void setPersistenceUnitDefaults​(XMLPersistenceUnitDefaults persistenceUnitDefaults)
        INTERNAL: Used for OX mapping.
      • setXMLMappingMetadataComplete

        public void setXMLMappingMetadataComplete​(Boolean xmlMappingMetadataComplete)
        INTERNAL: Used for OX mapping.