Kevin Self - 2003-12-03

Logged In: YES
user_id=568981

I have never heard of Hibernate. There is nothing to stop new
persistent layers from being added to the framework. It
currently implements 3 different persistent layers, one for
each type of tier. All it would take is to create a new ClientDB
class and a new LoginDB class that maps the Hibernate logic
into the framework. Once this is done, the framework would
take care of the rest. Let me know how ot proceed.