Class EntityTypeLiteralStateObject

All Implemented Interfaces:
StateObject

public class EntityTypeLiteralStateObject extends SimpleStateObject
This StateObject wraps the name of an entity type.
Since:
2.4
Version:
2.4
See Also:
  • Constructor Details

    • 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
  • Method Details