|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImmutableList | |
---|---|
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 ImmutableList in org.odata4j.core |
---|
Methods in org.odata4j.core that return ImmutableList | ||
---|---|---|
static
|
ImmutableList.copyOf(List<T> values)
|
|
static
|
ImmutableList.create(T... values)
|
Uses of ImmutableList in org.odata4j.edm |
---|
Methods in org.odata4j.edm that return ImmutableList | |
---|---|
ImmutableList<PrefixedNamespace> |
EdmDataServices.getNamespaces()
|
ImmutableList<EdmSchema> |
EdmDataServices.getSchemas()
|
Constructors in org.odata4j.edm with parameters of type ImmutableList | |
---|---|
EdmDataServices(ODataVersion version,
ImmutableList<EdmSchema> schemas,
ImmutableList<PrefixedNamespace> namespaces)
|
|
EdmDataServices(ODataVersion version,
ImmutableList<EdmSchema> schemas,
ImmutableList<PrefixedNamespace> namespaces)
|
|
EdmItem(EdmDocumentation documentation,
ImmutableList<EdmAnnotation<?>> annotations)
|
|
EdmNonSimpleType(String fullyQualifiedTypeName,
EdmDocumentation documentation,
ImmutableList<EdmAnnotation<?>> annotations)
|
|
EdmPropertyBase(EdmDocumentation documentation,
ImmutableList<EdmAnnotation<?>> annotations,
String name)
|
|
EdmStructuralType(EdmEntityType baseType,
String namespace,
String name,
List<EdmProperty.Builder> declaredProperties,
EdmDocumentation doc,
ImmutableList<EdmAnnotation<?>> annotations,
Boolean isAbstract)
|
|
EdmType(String fullyQualifiedTypeName,
EdmDocumentation documentation,
ImmutableList<EdmAnnotation<?>> annotations)
|
Uses of ImmutableList in org.odata4j.internal |
---|
Methods in org.odata4j.internal that return ImmutableList | |
---|---|
ImmutableList<PrefixedNamespace> |
EdmDataServicesDecorator.getNamespaces()
|
ImmutableList<EdmSchema> |
EdmDataServicesDecorator.getSchemas()
|
Uses of ImmutableList in org.odata4j.producer.jdbc |
---|
Fields in org.odata4j.producer.jdbc declared as ImmutableList | |
---|---|
ImmutableList<SqlStatement.SqlParameter> |
SqlStatement.params
|
Constructors in org.odata4j.producer.jdbc with parameters of type ImmutableList | |
---|---|
SqlStatement(String sql,
ImmutableList<SqlStatement.SqlParameter> params)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |