Class EntityTypeLiteralStateObject

    • Constructor Detail

      • EntityTypeLiteralStateObject

        public EntityTypeLiteralStateObject​(StateObject parent)
        Creates a new EntityTypeLiteralStateObject.
        Parameters:
        parent - The parent of this state object, which cannot be null
        Throws:
        NullPointerException - The given parent cannot be null
      • EntityTypeLiteralStateObject

        public EntityTypeLiteralStateObject​(StateObject parent,
                                            String entityTypeName)
        Creates a new EntityTypeLiteralStateObject.
        Parameters:
        parent - The parent of this state object, which cannot be null
        entityTypeName - The name of the entity
        Throws:
        NullPointerException - The given parent cannot be null