Package gov.nih.nci.caarray.util

Interface Summary
CaArrayHibernateHelper  
UnfilteredCallback  
UsernameHolder Holds the name of the currently-logged in user.
 

Class Summary
CaArrayAuditLogInterceptor Interceptor that adds audit log records for audits.
CaArrayAuditLogProcessor  
CaArrayHibernateHelperFactory  
CaArrayHibernateHelperImpl Utility class to create and retrieve Hibernate sessions.
CaArrayHibernateHelperModule  
CaArrayHibernateHelperUnsupportedOperationImpl Throws UnsupportedOperationException for all CaArrayHibernateHelper functions.
CaarrayInnoDBDialect A hack: hibernate has a bug in parsing the Filter clauses with subselects where it unnecessarily prepends table qualifications to identifiers.
CaArrayUsernameHolder Holds the name of the currently-logged in user in a ThreadLocal.
CaArrayUtils Utility classes for our project.
EmailUtil Utility class that sends emails.
LabelValue A simple JavaBean to represent label-value pairs.
NamingStrategy CaArray Naming Strategy.
PropertyAccessor Utility class representing the getter/setter pair for a property.
ReflectionHelper Utility class holding a set of PropertyAcessors for the properties of a class.
ReflectionUtils  
URIUserType Custom Hibernate Type for URIs.
UsernameHolderImpl Delegates to the static UsernameHolder class.
UsernameHolderModule