public final class Printer extends Object
Constructor and Description |
---|
Printer(SessionFactoryImplementor factory) |
Modifier and Type | Method and Description |
---|---|
void |
toString(Iterator iter,
EntityMode entityMode) |
String |
toString(Map namedTypedValues) |
String |
toString(Object entity,
EntityMode entityMode) |
String |
toString(Type[] types,
Object[] values) |
public Printer(SessionFactoryImplementor factory)
public String toString(Object entity, EntityMode entityMode) throws HibernateException
entity
- an actual entity object, not a proxy!HibernateException
public String toString(Type[] types, Object[] values) throws HibernateException
HibernateException
public String toString(Map namedTypedValues) throws HibernateException
HibernateException
public void toString(Iterator iter, EntityMode entityMode) throws HibernateException
HibernateException
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved