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