not supported in current implementation
not supported in current implementation
not supported in current implementation
closes session
Check if this instance is associated with this Session.
Create a new instance of Query for the given HQL query string
Return the persistent instance of the given named entity with the given identifier, or null if there is no such persistent instance.
Lookup metadata to find entity name for object.
Lookup metadata to find entity name for class type info.
returns metadata
Return the persistent instance of the given named entity with the given identifier, or null if there is no such persistent instance.
Retrieve session factory used to create this session
Check if the session is currently connected.
Does this session contain any changes which must be synchronized with the database? In other words, would any DML operations be executed if we flushed this session?
Check if the session is still open.
Read the persistent state associated with the given identifier into the given transient instance.
Read the persistent state associated with the given identifier into the given transient instance.
Read the persistent state associated with the given identifier into the given transient instance.
Read the persistent state associated with the given identifier into the given transient instance
Persist the given transient instance.
Re-read the state of the given instance from the underlying database.
remove object from DB (renamed from original Session.delete - it's keyword in D)
Persist the given transient instance, first assigning a generated identifier.
Update the persistent instance with the identifier of the given detached instance.
Session - main interface to load and persist entities -- similar to org.hibernate.Session