Uses of Class
org.jboss.ejb.client.EntityEJBLocator
Packages that use EntityEJBLocator
-
Uses of EntityEJBLocator in org.jboss.ejb.client
Methods in org.jboss.ejb.client that return EntityEJBLocatorModifier and TypeMethodDescriptionstatic <T extends javax.ejb.EJBObject>
EntityEJBLocator<T>EntityEJBLocator.create(Class<T> viewType, EJBIdentifier identifier, Object primaryKey, Affinity affinity) Construct a new instance.<S extends javax.ejb.EJBObject>
EntityEJBLocator<? extends S>EJBLocator.narrowAsEntity(Class<S> type) Narrow this locator to the target type as a entity locator.<S extends javax.ejb.EJBObject>
EntityEJBLocator<? extends S>EntityEJBLocator.narrowAsEntity(Class<S> type) <S> EntityEJBLocator<? extends S>EntityEJBLocator.withNewAffinity(Affinity affinity) Methods in org.jboss.ejb.client with parameters of type EntityEJBLocatorModifier and TypeMethodDescriptionbooleanEntityEJBLocator.equals(EntityEJBLocator<?> other) Determine whether this object is equal to another.Constructors in org.jboss.ejb.client with parameters of type EntityEJBLocatorModifierConstructorDescriptionEntityEJBLocator(EntityEJBLocator<T> original, Affinity newAffinity) Construct a new instance.