Class BatchFetchMetadata


  • public class BatchFetchMetadata
    extends ORMetadata
    INTERNAL: Object to represent the cascade types specified for a relationship mapping element. Key notes: - any metadata mapped from XML to this class must be compared in the equals method. - when loading from annotations, the constructor accepts the metadata accessor this metadata was loaded from. Used it to look up any 'companion' annotation needed for processing. - methods should be preserved in alphabetical order.
    Since:
    EclipseLink 2.5.1
    Author:
    Guy Pelletier
    • Constructor Detail

      • BatchFetchMetadata

        public BatchFetchMetadata()
        INTERNAL: Used for XML loading.
    • Method Detail

      • equals

        public boolean equals​(Object objectToCompare)
        Description copied from class: ORMetadata
        INTERNAL: For merging and overriding to work properly, all ORMetadata must be able to compare themselves for metadata equality. equals plays a big role in the shouldOverride() method from this class.
        Specified by:
        equals in class ORMetadata
      • hashCode

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

        public Integer getSize()
        INTERNAL: Used for OX mapping.
      • getType

        public String getType()
        INTERNAL: Used for OX mapping.
      • process

        public void process​(ForeignReferenceMapping mapping)
        INTERNAL: Process the batch fetch metadata for the given mapping.
      • setSize

        public void setSize​(Integer size)
        INTERNAL: Used for OX mapping.
      • setType

        public void setType​(String type)
        INTERNAL: Used for OX mapping.