com.u2d.persist
Class HibernatePersistor

java.lang.Object
  extended by com.u2d.persist.HibernatePersistor
All Implemented Interfaces:
HBMPersistenceMechanism, PersistenceMechanism
Direct Known Subclasses:
HBMSingleSession, MultiSessionPersistor

public abstract class HibernatePersistor
extends java.lang.Object
implements HBMPersistenceMechanism

Author:
Eitan Suez

Field Summary
protected  org.hibernate.cfg.Configuration _cfg
           
 
Fields inherited from interface com.u2d.app.PersistenceMechanism
MANY_TO_MANY, ONE_TO_MANY
 
Constructor Summary
HibernatePersistor()
           
 
Method Summary
 void exportSchema(java.lang.String path)
           
static void main(java.lang.String[] args)
           
 void updateSchema()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.u2d.app.HBMPersistenceMechanism
fetch, getSession, hql
 
Methods inherited from interface com.u2d.app.PersistenceMechanism
authenticate, browse, delete, fetchSingle, init, list, list, load, lookup, save, updateAssociation
 

Field Detail

_cfg

protected org.hibernate.cfg.Configuration _cfg
Constructor Detail

HibernatePersistor

public HibernatePersistor()
Method Detail

exportSchema

public void exportSchema(java.lang.String path)

updateSchema

public void updateSchema()

main

public static void main(java.lang.String[] args)