Class EntityIdentityUtils

    • Method Detail

      • toType

        public static String toType​(EntityType entityType)
        Returns the domain object type for the given entity type.
      • toType

        public static String toType​(String entityTypeId)
        Returns the domain object type for the given entity type identifier.
      • toIdType

        public static Class<?> toIdType​(EntityType entityType)
        Returns the domain object identifier type (e.g. String or Long) for the given entity type.