Session.load

Read the persistent state associated with the given identifier into the given transient instance.

  1. T load(ID id)
    class Session
    T
    load
    (
    T : Object
    ID
    )
    (
    ID id
    )
  2. void load(T obj, ID id)

Meta