Uses of Class
org.oasisopen.odata.csdl.v4.TEntityKeyElement
-
Packages that use TEntityKeyElement Package Description com.github.davidmoten.odata.client.generator.model org.oasisopen.odata.csdl.v4 -
-
Uses of TEntityKeyElement in com.github.davidmoten.odata.client.generator.model
Constructors in com.github.davidmoten.odata.client.generator.model with parameters of type TEntityKeyElement Constructor Description KeyElement(TEntityKeyElement keyElement, EntityType entityType, Names names) -
Uses of TEntityKeyElement in org.oasisopen.odata.csdl.v4
Methods in org.oasisopen.odata.csdl.v4 that return TEntityKeyElement Modifier and Type Method Description TEntityKeyElementObjectFactory. createTEntityKeyElement()Create an instance ofTEntityKeyElement
-