Object to hold onto query hints metadata. Use this object to preserve
information like multiples and order of specification. We lose that by
using a java hash object directly.
author
Guy Pelletier
since
TopLink EJB 3.0 Reference Implementation
Fields Summary
protected String
m_name
protected String
m_value
Constructors Summary
public MetadataQueryHint(String name, String value)