Java org.hibernate.pretty MessageHelper fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.pretty MessageHelper fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.pretty MessageHelper.

The text is from its open source code.

Method

StringcollectionInfoString(CollectionPersister persister, Serializable[] ids, SessionFactoryImplementor factory)
Generate an info message string relating to a series of managed collections.
StringcollectionInfoString(CollectionPersister persister, Serializable id, SessionFactoryImplementor factory)
Generate an info message string relating to a particular managed collection.
StringinfoString(String entityName, Serializable id)
Generate an info message string relating to a particular entity, based on the given entityName and id.