public interface LoggableUserType
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toLoggableString(java.lang.Object value,
SessionFactoryImplementor factory)
Generate a loggable string representation of the collection (value).
|
java.lang.String toLoggableString(java.lang.Object value, SessionFactoryImplementor factory)
value
- The collection to be logged; guarenteed to be non-null and initialized.factory
- The factory.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.