task to load reference entity
task to load reference entity
Interface for usage of HQL queries.
Implementation of HibernateD Query
Session - main interface to load and persist entities -- similar to org.hibernate.Session
helper class to disconnect Lazy loaders from closed session.
Implementation of HibernateD SessionFactory
Implementation of HibernateD session
Factory to create HibernateD Sessions - similar to org.hibernate.SessionFactory
Allows reaction to basic SessionFactory occurrences
Transaction interface: TODO
HibernateD - Object-Relation Mapping for D programming language, with interface similar to Hibernate.
Hibernate documentation can be found here: http://hibernate.org/docs
Source file hibernated/session.d.
This module contains implementation of Hibernated SessionFactory and Session classes.