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:
        java.lang.NullPointerException - The given parent cannot be null
      • EntityTypeLiteralStateObject

        public EntityTypeLiteralStateObject​(StateObject parent,
                                            java.lang.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:
        java.lang.NullPointerException - The given parent cannot be null