Class PluralizingEntitySetNameGenerator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String generate​(java.lang.String entityType)
      Generates an entity set name based on the given entity type name.
      • Methods inherited from class java.lang.Object

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

      • PluralizingEntitySetNameGenerator

        public PluralizingEntitySetNameGenerator()
    • Method Detail

      • generate

        public java.lang.String generate​(java.lang.String entityType)
        Description copied from interface: EntitySetNameGenerator
        Generates an entity set name based on the given entity type name.
        Specified by:
        generate in interface EntitySetNameGenerator
        Parameters:
        entityType - name of the EdmEntityType to generate entity set name for.
        Returns:
        the generated name