java.lang.Object | |
↳ | org.hibernate.pretty.MessageHelper |
MessageHelper methods for rendering log messages relating to managed entities and collections typically used in log statements and exception messages.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Generate an info message string relating to a particular managed
collection.
| |||||||||||
Generate an info message string relating to a series of managed
collections.
| |||||||||||
Generate an info message string relating to a particular managed
collection.
| |||||||||||
Generate an info message string relating to a particular entity.
| |||||||||||
Generate an info message string relating to given entity persister.
| |||||||||||
Generate an info message string relating to a particular entity,.
| |||||||||||
Generate an info message string relating to a given property value
for an entity.
| |||||||||||
Generate an info message string relating to a series of entities.
| |||||||||||
Generate an info message string relating to a particular entity,
based on the given entityName and id.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Generate an info message string relating to a particular managed collection.
role | The role-name of the collection |
---|---|
id | The id value of the owner |
Generate an info message string relating to a series of managed collections.
persister | The persister for the collections |
---|---|
ids | The id values of the owners |
factory | The session factory |
Generate an info message string relating to a particular managed collection.
persister | The persister for the collection |
---|---|
id | The id value of the owner |
factory | The session factory |
Generate an info message string relating to a particular entity.
persister | The persister for the entity |
---|---|
id | The entity id value |
factory | The session factory |
Generate an info message string relating to given entity persister.
persister | The persister. |
---|
Generate an info message string relating to a particular entity,.
persister | The persister for the entity |
---|---|
id | The entity id value |
identifierType | The entity identifier type mapping |
factory | The session factory |
Generate an info message string relating to a given property value for an entity.
entityName | The entity name |
---|---|
propertyName | The name of the property |
key | The property value. |
Generate an info message string relating to a series of entities.
persister | The persister for the entities |
---|---|
ids | The entity id values |
factory | The session factory |
Generate an info message string relating to a particular entity, based on the given entityName and id.
entityName | The defined entity name. |
---|---|
id | The entity id value. |