org.apache.tapestry5.internal.hibernate
Class HibernateMessages

java.lang.Object
  extended by org.apache.tapestry5.internal.hibernate.HibernateMessages

public class HibernateMessages
extends Object


Constructor Summary
HibernateMessages()
           
 
Method Summary
static String commitTransactionInterceptor(String serviceId, Class serviceInterface)
           
static String entityNotAttached(Object entity)
           
static String sessionPersistedEntityLoadFailure(String entityName, Object id, Throwable cause)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateMessages

public HibernateMessages()
Method Detail

sessionPersistedEntityLoadFailure

public static String sessionPersistedEntityLoadFailure(String entityName,
                                                       Object id,
                                                       Throwable cause)

entityNotAttached

public static String entityNotAttached(Object entity)

commitTransactionInterceptor

public static String commitTransactionInterceptor(String serviceId,
                                                  Class serviceInterface)


Copyright © 2003-2012 The Apache Software Foundation.