org.odata4j.edm
Class EdmEntityContainer
java.lang.Object
org.odata4j.edm.EdmItem
org.odata4j.edm.EdmEntityContainer
public class EdmEntityContainer
- extends EdmItem
A CSDL EntityContainer element.
The EntityContainer element in conceptual schema definition language (CSDL) is a logical container for
entity sets, association sets, and function imports.
- See Also:
- [msdn] EntityContainer Element (CSDL)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getAssociationSets
public List<EdmAssociationSet> getAssociationSets()
getEntitySets
public List<EdmEntitySet> getEntitySets()
getFunctionImports
public List<EdmFunctionImport> getFunctionImports()
getLazyLoadingEnabled
public Boolean getLazyLoadingEnabled()
getName
public String getName()
isDefault
public boolean isDefault()
newBuilder
public static EdmEntityContainer.Builder newBuilder()
http://odata4j.org