|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HasId | |
---|---|
org.equanda.persistence |
Uses of HasId in org.equanda.persistence |
---|
Classes in org.equanda.persistence with type parameters of type HasId | |
---|---|
interface |
EquandaSelector<ID,PROXY extends EquandaProxy,EJB extends HasId<ID>>
Methods which are shared by all selector objects. |
class |
LazyList<ID,TYPE extends HasId<ID>>
Abstract base class for LazyList instances. |
Subinterfaces of HasId in org.equanda.persistence | |
---|---|
interface |
EquandaEJB<ID>
Base interface for both local and remote EJB interfaces (for ObjectBase which is a shared interface for both). |
Classes in org.equanda.persistence that implement HasId | |
---|---|
class |
EquandaProxy<ID,PROXY extends EquandaProxy>
Base class for proxies. |
class |
Uoid
Uoid definition class. |
Methods in org.equanda.persistence that return HasId | |
---|---|
protected abstract TYPE[] |
LazyList.getMultipleObjects(ID[] ids)
Get TYPE objects for the given ids |
protected abstract TYPE[] |
LazyList.getMultipleObjects(int first,
int size)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |