org.apache.olingo.odata2.jpa.processor.core.model
Class JPAEdmEntityType
java.lang.Object
org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmBaseViewImpl
org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmEntityType
- All Implemented Interfaces:
- JPAEdmBaseView, JPAEdmEntityTypeView
public class JPAEdmEntityType
- extends JPAEdmBaseViewImpl
- implements JPAEdmEntityTypeView
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPAEdmEntityType
public JPAEdmEntityType(JPAEdmSchemaView view)
getBuilder
public JPAEdmBuilder getBuilder()
- Specified by:
getBuilder in interface JPAEdmBaseView
getEdmEntityType
public EntityType getEdmEntityType()
- Specified by:
getEdmEntityType in interface JPAEdmEntityTypeView
getJPAEntityType
public javax.persistence.metamodel.EntityType<?> getJPAEntityType()
- Specified by:
getJPAEntityType in interface JPAEdmEntityTypeView
getConsistentEdmEntityTypes
public List<EntityType> getConsistentEdmEntityTypes()
- Specified by:
getConsistentEdmEntityTypes in interface JPAEdmEntityTypeView
searchEdmEntityType
public EntityType searchEdmEntityType(String jpaEntityTypeName)
- Specified by:
searchEdmEntityType in interface JPAEdmEntityTypeView
Copyright © 2013-2014 The Apache Software Foundation. All Rights Reserved.