Package edu.nrao.sss.dao

Classes shared by the data access object (DAO) packages that persist the object model classes.

See:
          Description

Interface Summary
DaoListener Interface to receive notification when the dao has to roll back a transaction
 

Class Summary
BaseEnumConverter<E extends Enum<E>> This is a base class that implements Hibernate's UserType.
BigDecimalConverter Translates a BigDecimal object to and from a VARCHAR database field.
DaoEvent  
HibernateDao This is the base class for Data access objects using Hibernate as their persistence mechanism.
StringBuilderConverter A Hibernate UserType that stores StringBuilder objects as text.
UpdateInterceptor UpdateInterceptor intercepts the onSave and onFlushDirty events in order to automatically set the fields of the UserAccountable interface.
UrlConverter A Hibernate UserType that stores URLs as text.
 

Package edu.nrao.sss.dao Description

Classes shared by the data access object (DAO) packages that persist the object model classes.

Class Diagrams

Since:
2006-02-24


Copyright © 2009. All Rights Reserved.