T - the remote view typepublic final class EntityEJBLocator<T extends EJBObject> extends EJBLocator<T>
| Constructor and Description |
|---|
EntityEJBLocator(Class<T> viewType,
String appName,
String moduleName,
String beanName,
String distinctName,
Object primaryKey)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(EJBLocator<?> other)
Determine whether this object is equal to another.
|
boolean |
equals(EntityEJBLocator<?> other)
Determine whether this object is equal to another.
|
boolean |
equals(Object other)
Determine whether this object is equal to another.
|
Object |
getPrimaryKey()
Get the primary key for the referenced entity.
|
int |
hashCode()
Get the hash code for this instance.
|
String |
toString() |
createProxyInstance, getAffinity, getAppName, getBeanName, getDistinctName, getModuleName, getProxyClass, getProxyConstructor, getViewTypepublic EntityEJBLocator(Class<T> viewType, String appName, String moduleName, String beanName, String distinctName, Object primaryKey)
viewType - the view typeappName - the application namemoduleName - the module namebeanName - the bean namedistinctName - the distinct nameprimaryKey - the entity primary keypublic Object getPrimaryKey()
public boolean equals(Object other)
equals in class EJBLocator<T extends EJBObject>other - the other objecttrue if they are equal, false otherwisepublic boolean equals(EJBLocator<?> other)
equals in class EJBLocator<T extends EJBObject>other - the other objecttrue if they are equal, false otherwisepublic boolean equals(EntityEJBLocator<?> other)
other - the other objecttrue if they are equal, false otherwisepublic int hashCode()
hashCode in class EJBLocator<T extends EJBObject>Copyright © 2012 JBoss by Red Hat. All Rights Reserved.