Uses of Interface
org.apache.olingo.ext.proxy.api.EntityType
Packages that use EntityType
-
Uses of EntityType in org.apache.olingo.ext.proxy.api
Classes in org.apache.olingo.ext.proxy.api with type parameters of type EntityTypeModifier and TypeInterfaceDescriptioninterface
AbstractEntitySet<T extends EntityType<?>,
KEY extends Serializable, EC extends Collection<T>> Interface for synchronous CRUD operations on an EntitySet.interface
AbstractSingleton<T extends EntityType<?>,
KEY extends Serializable, EC extends EntityCollection<T, ?, ?>> interface
EntitySet<T extends EntityType<?>,
EC extends Collection<T>> interface
Search<T extends EntityType<?>,
EC extends Collection<T>> Interface used to control search execution.Methods in org.apache.olingo.ext.proxy.api with type parameters of type EntityTypeModifier and TypeMethodDescription<ET extends EntityType<?>>
booleanEntityCollection.addRef
(ET element) Add entity by its reference ID. -
Uses of EntityType in org.apache.olingo.ext.proxy.commons
Classes in org.apache.olingo.ext.proxy.commons with type parameters of type EntityTypeModifier and TypeClassDescriptionclass
AbstractEntityCollectionInvocationHandler<T extends EntityType<?>,
EC extends EntityCollection<T, ?, ?>> class
EntityCollectionInvocationHandler<T extends EntityType<?>>
class
EntitySetInvocationHandler<T extends EntityType<?>,
KEY extends Serializable, EC extends EntityCollection<T, ?, ?>> class
InlineEntitySetInvocationHandler<T extends EntityType<?>,
KEY extends Serializable, EC extends EntityCollection<T, ?, ?>> class
SearchImpl<T extends EntityType<?>,
EC extends EntityCollection<T, ?, ?>> Methods in org.apache.olingo.ext.proxy.commons with type parameters of type EntityTypeModifier and TypeMethodDescription<ET extends EntityType<?>>
booleanAbstractCollectionInvocationHandler.addRef
(ET element) <T extends EntityType<?>,
NEC extends EntityCollection<T, ?, ?>>
NECEntityContainerInvocationHandler.newEntityCollection
(Class<NEC> ref) <NE extends EntityType<?>>
NEEntityContainerInvocationHandler.newEntityInstance
(Class<NE> ref)