org.apache.olingo.odata2.jpa.processor.core.model
Class JPAEdmEntityType

java.lang.Object
  extended by org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmBaseViewImpl
      extended by org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmEntityType
All Implemented Interfaces:
JPAEdmBaseView, JPAEdmEntityTypeView

public class JPAEdmEntityType
extends JPAEdmBaseViewImpl
implements JPAEdmEntityTypeView


Field Summary
 
Fields inherited from class org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmBaseViewImpl
builder, isConsistent, jpaEdmExtension, metaModel, pUnitName, skipDefaultNaming
 
Constructor Summary
JPAEdmEntityType(JPAEdmSchemaView view)
           
 
Method Summary
 JPAEdmBuilder getBuilder()
           
 List<EntityType> getConsistentEdmEntityTypes()
           
 EntityType getEdmEntityType()
           
 javax.persistence.metamodel.EntityType<?> getJPAEntityType()
           
 EntityType searchEdmEntityType(String jpaEntityTypeName)
           
 
Methods inherited from class org.apache.olingo.odata2.jpa.processor.core.model.JPAEdmBaseViewImpl
clean, getJPAEdmExtension, getJPAEdmMappingModelAccess, getJPAMetaModel, getpUnitName, isConsistent, isDefaultNamingSkipped
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmBaseView
clean, getJPAEdmExtension, getJPAEdmMappingModelAccess, getJPAMetaModel, getpUnitName, isConsistent, isDefaultNamingSkipped
 

Constructor Detail

JPAEdmEntityType

public JPAEdmEntityType(JPAEdmSchemaView view)
Method Detail

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.