Class TransientAccessor


  • public class TransientAccessor
    extends MappingAccessor
    INTERNAL: An transient accessor ... which does nothing ... just a clever way to make sure we don't process the accessible object for annotations. Key notes: - any metadata mapped from XML to this class must be compared in the equals method. - any metadata mapped from XML to this class must be handled in the merge method. (merging is done at the accessor/mapping level) - any metadata mapped from XML to this class must be initialized in the initXMLObject method. - methods should be preserved in alphabetical order.
    Since:
    TopLink EJB 3.0 Reference Implementation
    Author:
    Guy Pelletier
    • Constructor Detail

      • TransientAccessor

        public TransientAccessor()
        INTERNAL: