Class ConstructorResultMetadata


  • public class ConstructorResultMetadata
    extends ORMetadata
    INTERNAL: Object to hold onto an entity result metadata. Key notes: - any metadata mapped from XML to this class must be compared in the equals method. - all metadata mapped from XML must be initialized in the initXMLObject 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:
    TopLink EJB 3.0 Reference Implementation
    Author:
    Guy Pelletier
    • Constructor Detail

      • ConstructorResultMetadata

        public ConstructorResultMetadata()
        INTERNAL: Used for XML loading.
      • ConstructorResultMetadata

        public ConstructorResultMetadata​(MetadataAnnotation constructorResult,
                                         MetadataAccessor accessor)
        INTERNAL: Used for annotation loading.
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object objectToCompare)
        INTERNAL:
        Specified by:
        equals in class ORMetadata
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • getColumnResults

        public java.util.List<ColumnResultMetadata> getColumnResults()
        INTERNAL: Used for OX mapping.
      • getTargetClass

        public MetadataClass getTargetClass()
        INTERNAL:
      • getTargetClassName

        public java.lang.String getTargetClassName()
        INTERNAL: Used for OX mapping.
      • process

        public org.eclipse.persistence.queries.ConstructorResult process()
        INTERNAL: Process the constructor result for the caller.
      • setColumnResults

        public void setColumnResults​(java.util.List<ColumnResultMetadata> columnResults)
        INTERNAL: Used for OX mapping.
      • setTargetClass

        public void setTargetClass​(MetadataClass targetClass)
        INTERNAL:
      • setTargetClassName

        public void setTargetClassName​(java.lang.String targetClassName)
        INTERNAL: Used for OX mapping.