org.apache.tapestry5.internal.hibernate
Class HibernateMessages

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

public class HibernateMessages
extends java.lang.Object


Constructor Summary
HibernateMessages()
           
 
Method Summary
static java.lang.String commitTransactionInterceptor(java.lang.String serviceId, java.lang.Class serviceInterface)
           
static java.lang.String entityNotAttached(java.lang.Object entity)
           
static java.lang.String sessionPersistedEntityLoadFailure(java.lang.String entityName, java.lang.Object id, java.lang.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 java.lang.String sessionPersistedEntityLoadFailure(java.lang.String entityName,
                                                                 java.lang.Object id,
                                                                 java.lang.Throwable cause)

entityNotAttached

public static java.lang.String entityNotAttached(java.lang.Object entity)

commitTransactionInterceptor

public static java.lang.String commitTransactionInterceptor(java.lang.String serviceId,
                                                            java.lang.Class serviceInterface)


Copyright © 2003-2012 The Apache Software Foundation.