com.u2d.app
Interface HBMPersistenceMechanism

All Superinterfaces:
PersistenceMechanism
All Known Implementing Classes:
HBMSingleSession, HibernatePersistor, MultiSessionPersistor

public interface HBMPersistenceMechanism
extends PersistenceMechanism

Author:
Eitan Suez

Field Summary
 
Fields inherited from interface com.u2d.app.PersistenceMechanism
MANY_TO_MANY, ONE_TO_MANY
 
Method Summary
 ComplexEObject fetch(java.lang.String query)
           
 org.hibernate.Session getSession()
           
 AbstractListEO hql(java.lang.String query)
           
 
Methods inherited from interface com.u2d.app.PersistenceMechanism
authenticate, browse, delete, fetchSingle, init, list, list, load, lookup, save, updateAssociation
 

Method Detail

getSession

org.hibernate.Session getSession()

fetch

ComplexEObject fetch(java.lang.String query)

hql

AbstractListEO hql(java.lang.String query)