org.jboss.seam.ui
@Name(value="org.jboss.seam.ui.entityLoader")
@Install(precedence=10,
classDependencies="org.hibernate.Session",
value=false)
@Scope(value=STATELESS)
public class HibernateEntityLoader
extends AbstractEntityLoader<org.hibernate.Session>
| Constructor and Description |
|---|
HibernateEntityLoader() |
| Modifier and Type | Method and Description |
|---|---|
protected org.jboss.seam.framework.Identifier |
createIdentifier(Object entity) |
protected String |
getPersistenceContextName() |
org.hibernate.Session |
getSession() |
void |
setSession(org.hibernate.Session session) |
void |
validate() |
get, instance, putgetPersistenceContext, setPersistenceContextaddCookie, addFacesMessage, addFacesMessageFromResourceBundle, createValueExpression, createValueExpression, debug, debug, error, error, evaluateValueExpression, evaluateValueExpression, failValidation, fatal, fatal, getApplicationContext, getBusinessProcessContext, getComponentInstance, getComponentInstance, getConversation, getConversationContext, getCookie, getEventContext, getEvents, getFacesContext, getFacesMessages, getIdentity, getLog, getMessages, getMethodContext, getPageContext, getRedirect, getSessionContext, getStatusMessages, getValidator, getValidator, info, info, interpolate, invalidateSession, isTransactionMarkedRollback, raiseAsynchronousEvent, raiseEvent, raiseTransactionSuccessEvent, render, sendHttpError, sendHttpError, trace, trace, validationFailed, validationSucceeded, warn, warnprotected org.jboss.seam.framework.Identifier createIdentifier(Object entity)
createIdentifier in class AbstractEntityLoader<org.hibernate.Session>protected String getPersistenceContextName()
getPersistenceContextName in class org.jboss.seam.framework.PersistenceController<org.hibernate.Session>public void validate()
validate in class AbstractEntityLoader<org.hibernate.Session>public org.hibernate.Session getSession()
public void setSession(org.hibernate.Session session)
Copyright © 2015 Seam Framework. All Rights Reserved.