FileDocCategorySizeDatePackage
LoggableUserType.javaAPI DocHibernate 3.2.5627Wed Jul 05 10:03:52 BST 2006org.hibernate.usertype

LoggableUserType

public interface LoggableUserType
Marker interface for user types which want to perform custom logging of their corresponding values
author
Steve Ebersole

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringtoLoggableString(java.lang.Object value, org.hibernate.engine.SessionFactoryImplementor factory)
Generate a loggable string representation of the collection (value).

param
value The collection to be logged; guarenteed to be non-null and initialized.
param
factory The factory.
return
The loggable string representation.