Uses of Class
org.odata4j.edm.EdmEntityType

Packages that use EdmEntityType
org.odata4j.core Core odata4j concepts. 
org.odata4j.edm   
org.odata4j.internal   
org.odata4j.producer.jpa   
 

Uses of EdmEntityType in org.odata4j.core
 

Methods in org.odata4j.core that return types with arguments of type EdmEntityType
static Func1<EdmEntityType,String> OFuncs.edmEntityTypeName()
           
 

Uses of EdmEntityType in org.odata4j.edm
 

Fields in org.odata4j.edm declared as EdmEntityType
 EdmEntityType EdmEntitySet.type
          The entity type for which the entity set contains instances.
 EdmEntityType EdmAssociationEnd.type
           
 

Fields in org.odata4j.edm with type parameters of type EdmEntityType
 List<EdmEntityType> EdmSchema.entityTypes
           
 

Methods in org.odata4j.edm that return types with arguments of type EdmEntityType
 Iterable<EdmEntityType> EdmDataServices.getEntityTypes()
           
 

Methods in org.odata4j.edm with parameters of type EdmEntityType
 EdmEntitySet EdmDataServices.getEdmEntitySet(EdmEntityType type)
           
 

Constructors in org.odata4j.edm with parameters of type EdmEntityType
EdmAssociationEnd(String role, EdmEntityType type, EdmMultiplicity multiplicity)
           
EdmEntitySet(String name, EdmEntityType type)
          Creates a new EdmEntitySet.
 

Constructor parameters in org.odata4j.edm with type arguments of type EdmEntityType
EdmSchema(String namespace, String alias, List<EdmEntityType> entityTypes, List<EdmComplexType> complexTypes, List<EdmAssociation> associations, List<EdmEntityContainer> entityContainers)
           
 

Uses of EdmEntityType in org.odata4j.internal
 

Methods in org.odata4j.internal that return types with arguments of type EdmEntityType
 Iterable<EdmEntityType> EdmDataServicesDecorator.getEntityTypes()
           
 

Methods in org.odata4j.internal with parameters of type EdmEntityType
 EdmEntitySet EdmDataServicesDecorator.getEdmEntitySet(EdmEntityType type)
           
 

Uses of EdmEntityType in org.odata4j.producer.jpa
 

Methods in org.odata4j.producer.jpa with parameters of type EdmEntityType
protected static String JPAEdmGenerator.getAssociationName(List<EdmAssociation> associations, EdmEntityType fromEntityType, EdmEntityType toEntityType)
           
 



http://odata4j.org