Class MetadataAccessibleObject

  • Direct Known Subclasses:
    MetadataAnnotatedElement, MetadataFile

    public abstract class MetadataAccessibleObject
    extends Object
    INTERNAL: Parent object that is used to hold onto a valid JPA decorated method field, class or file.
    Since:
    TopLink 10.1.3/EJB 3.0 Preview
    Author:
    Guy Pelletier
    • Constructor Detail

      • MetadataAccessibleObject

        public MetadataAccessibleObject​(MetadataFactory factory)
        INTERNAL:
    • Method Detail

      • getAttributeName

        public abstract String getAttributeName()
        INTERNAL: Return the attribute name of this accessible object.
      • getName

        public abstract String getName()
        INTERNAL: Return the name of this accessible object.
      • getMetadataFactory

        public MetadataFactory getMetadataFactory()
        INTERNAL:
      • setMetadataFactory

        public void setMetadataFactory​(MetadataFactory factory)
        INTERNAL: