org.apache.olingo.odata2.jpa.processor.core.model
Class JPAEdmComplexType
java.lang.Object
org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmBaseViewImpl
org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmComplexType
- All Implemented Interfaces:
- JPAEdmBaseView, JPAEdmComplexTypeView
public class JPAEdmComplexType
- extends JPAEdmBaseViewImpl
- implements JPAEdmComplexTypeView
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPAEdmComplexType
public JPAEdmComplexType(JPAEdmSchemaView view)
JPAEdmComplexType
public JPAEdmComplexType(JPAEdmSchemaView view,
javax.persistence.metamodel.Attribute<?,?> complexAttribute)
isReferencedInKey
public boolean isReferencedInKey(String complexTypeName)
- Specified by:
isReferencedInKey in interface JPAEdmComplexTypeView
setReferencedInKey
public void setReferencedInKey(String complexTypeName)
- Specified by:
setReferencedInKey in interface JPAEdmComplexTypeView
getBuilder
public JPAEdmBuilder getBuilder()
- Specified by:
getBuilder in interface JPAEdmBaseView
getEdmComplexType
public ComplexType getEdmComplexType()
- Specified by:
getEdmComplexType in interface JPAEdmComplexTypeView
searchEdmComplexType
public ComplexType searchEdmComplexType(String embeddableTypeName)
- Specified by:
searchEdmComplexType in interface JPAEdmComplexTypeView
getJPAEmbeddableType
public javax.persistence.metamodel.EmbeddableType<?> getJPAEmbeddableType()
- Specified by:
getJPAEmbeddableType in interface JPAEdmComplexTypeView
getConsistentEdmComplexTypes
public List<ComplexType> getConsistentEdmComplexTypes()
- Specified by:
getConsistentEdmComplexTypes in interface JPAEdmComplexTypeView
searchEdmComplexType
public ComplexType searchEdmComplexType(FullQualifiedName type)
- Specified by:
searchEdmComplexType in interface JPAEdmComplexTypeView
addJPAEdmCompleTypeView
public void addJPAEdmCompleTypeView(JPAEdmComplexTypeView view)
- Specified by:
addJPAEdmCompleTypeView in interface JPAEdmComplexTypeView
expandEdmComplexType
public void expandEdmComplexType(ComplexType complexType,
List<Property> expandedList,
String embeddablePropertyName)
- Specified by:
expandEdmComplexType in interface JPAEdmComplexTypeView
Copyright © 2013-2014 The Apache Software Foundation. All Rights Reserved.