Uses of Class
org.odata4j.edm.EdmEntityType

Packages that use EdmEntityType
org.odata4j.core Core odata4j concepts. 
org.odata4j.edm Implementation of the EDM (Entity Data Model) - used as metadata in the OData protocol. 
org.odata4j.internal   
org.odata4j.producer.jdbc   
 

Uses of EdmEntityType in org.odata4j.core
 

Methods in org.odata4j.core that return EdmEntityType
 EdmEntityType OEntity.getEntityType()
          Gets the entity type of this instance.
 

Methods in org.odata4j.core with parameters of type EdmEntityType
static OEntity OEntities.create(EdmEntitySet entitySet, EdmEntityType entityType, OEntityKey entityKey, List<OProperty<?>> properties, List<OLink> links)
          Creates a new entity.
static OEntity OEntities.create(EdmEntitySet entitySet, EdmEntityType entityType, OEntityKey entityKey, List<OProperty<?>> properties, List<OLink> links, Object... extensions)
          Creates a new entity.
static OEntity OEntities.create(EdmEntitySet entitySet, EdmEntityType entityType, OEntityKey entityKey, String entityTag, List<OProperty<?>> properties, List<OLink> links)
          Creates a new entity.
static OEntity OEntities.create(EdmEntitySet entitySet, EdmEntityType entityType, OEntityKey entityKey, String entityTag, List<OProperty<?>> properties, List<OLink> links, String title, String categoryTerm)
          Creates a new entity with additional Atom information.
 

Uses of EdmEntityType in org.odata4j.edm
 

Fields in org.odata4j.edm declared as EdmEntityType
protected  EdmEntityType EdmStructuralType.Builder.baseType
           
 

Methods in org.odata4j.edm that return EdmEntityType
 EdmEntityType EdmEntityType.Builder.build()
           
protected  EdmEntityType EdmEntityType.Builder.buildImpl()
           
 EdmEntityType EdmStructuralType.getBaseType()
           
 EdmEntityType EdmEntitySet.getType()
          The entity type for which the entity set contains instances.
 EdmEntityType EdmAssociationEnd.getType()
           
 

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

Methods in org.odata4j.edm with parameters of type EdmEntityType
 EdmEntitySet EdmDataServices.getEdmEntitySet(EdmEntityType type)
           
static EdmEntityType.Builder EdmEntityType.newBuilder(EdmEntityType entityType, org.odata4j.edm.EdmItem.BuilderContext context)
           
 

Constructors in org.odata4j.edm with parameters of type EdmEntityType
EdmStructuralType(EdmEntityType baseType, String namespace, String name, List<EdmProperty.Builder> declaredProperties, EdmDocumentation doc, ImmutableList<EdmAnnotation<?>> annotations, Boolean isAbstract)
           
 

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.jdbc
 

Methods in org.odata4j.producer.jdbc with parameters of type EdmEntityType
protected  BoolCommonExpression JdbcBaseCommand.prependPrimaryKeyFilter(JdbcMetadataMapping mapping, EdmEntityType entityType, OEntityKey entityKey, BoolCommonExpression filter)
           
 



http://odata4j.org