Class AbstractAuthorizationEntity

    • Constructor Detail

      • AbstractAuthorizationEntity

        protected AbstractAuthorizationEntity​(KeyEntity entity)
    • Method Detail

      • hashCode

        public int hashCode()
        There are places in the code where we put parents of this class in Sets and Maps. We rely on the HashCode and Equals methods using only the ID property to determine equality Since this class represents an existing entity, the ID will never be null, and hence, this approach is OK
        Overrides:
        hashCode in class Object
      • getVertexType

        public abstract VertexType getVertexType()