Class GroupMap


  • @ThreadSafe
    public final class GroupMap
    extends java.lang.Object
    An object that models the <group-map> element.
    See Also:
    entity-config.xsd
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDatasourceName()
      Returns the value of the datasource-name attribute.
      java.lang.String getGroupName()
      Returns the value of the group-name attribute.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getGroupName

        public java.lang.String getGroupName()
        Returns the value of the group-name attribute.
      • getDatasourceName

        public java.lang.String getDatasourceName()
        Returns the value of the datasource-name attribute.