Class IdentityProperty<T>

    • Method Detail

      • create

        public static <T> IdentityProperty<T> create​(Class<?> namespace,
                                                     String name)
        Create a property.
        Type Parameters:
        T - the type of the property.
        Parameters:
        namespace - the class *where* the property is being defined
        name - the name for the property
        Throws:
        IllegalArgumentException - if a property with this namespace and name already exist
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object