public class HibernateMessages extends Object
Constructor and Description |
---|
HibernateMessages() |
Modifier and Type | Method and Description |
---|---|
static String |
commitTransactionInterceptor(String serviceId,
Class serviceInterface) |
static String |
entityNotAttached(Object entity) |
static String |
sessionPersistedEntityLoadFailure(String entityName,
Object id,
Throwable cause) |
public HibernateMessages()
public static String sessionPersistedEntityLoadFailure(String entityName, Object id, Throwable cause)
public static String entityNotAttached(Object entity)
public static String commitTransactionInterceptor(String serviceId, Class serviceInterface)
Copyright © 2003-2012 The Apache Software Foundation.