Class SessionInfo

java.lang.Object
org.drools.persistence.info.SessionInfo
All Implemented Interfaces:
PersistentSession, Transformable

@Entity public class SessionInfo extends Object implements PersistentSession
  • Constructor Details

    • SessionInfo

      public SessionInfo()
  • Method Details

    • getId

      public Long getId()
      Specified by:
      getId in interface PersistentSession
    • getVersion

      public int getVersion()
    • setJPASessionMashallingHelper

      public void setJPASessionMashallingHelper(SessionMarshallingHelper helper)
    • getJPASessionMashallingHelper

      public SessionMarshallingHelper getJPASessionMashallingHelper()
    • setData

      public void setData(byte[] data)
    • getData

      public byte[] getData()
      Specified by:
      getData in interface PersistentSession
    • getStartDate

      public Date getStartDate()
    • getLastModificationDate

      public Date getLastModificationDate()
    • setLastModificationDate

      public void setLastModificationDate(Date date)
    • transform

      public void transform()
      Specified by:
      transform in interface Transformable
    • setId

      public void setId(Long ksessionId)
      Specified by:
      setId in interface PersistentSession