程序包 org.hibernate

类 StaleObjectStateException

  • 所有已实现的接口:
    Serializable

    public class StaleObjectStateException
    extends StaleStateException
    A specialized StaleStateException that carries information about the particular entity instance that was the source of the failure.
    作者:
    Gavin King
    另请参阅:
    序列化表格
    • 构造器详细资料

      • StaleObjectStateException

        public StaleObjectStateException​(String entityName,
                                         Serializable identifier)
        Constructs a StaleObjectStateException using the supplied information.
        参数:
        entityName - The name of the entity
        identifier - The identifier of the entity