Class EntityTypeKey$


  • public class EntityTypeKey$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static EntityTypeKey$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      EntityTypeKey$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> EntityTypeKey<T> apply​(java.lang.String name, scala.reflect.ClassTag<T> tTag)
      Creates an EntityTypeKey.
      • Methods inherited from class java.lang.Object

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

      • MODULE$

        public static final EntityTypeKey$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • EntityTypeKey$

        public EntityTypeKey$()
    • Method Detail

      • apply

        public <T> EntityTypeKey<T> apply​(java.lang.String name,
                                          scala.reflect.ClassTag<T> tTag)
        Creates an EntityTypeKey. The name must be unique.