org.apache.olingo.odata2.jpa.processor.core.access.model
Class JPAEdmNameBuilder

java.lang.Object
  extended by org.apache.olingo.odata2.jpa.processor.core.access.model.JPAEdmNameBuilder

public class JPAEdmNameBuilder
extends Object


Constructor Summary
JPAEdmNameBuilder()
           
 
Method Summary
static void build(JPAEdmAssociationEndView assocaitionEndView, JPAEdmEntityTypeView entityTypeView, JPAEdmPropertyView propertyView)
           
static void build(JPAEdmAssociationSetView view)
           
static void build(JPAEdmAssociationView view, int count)
           
static void build(JPAEdmAssociationView associationView, JPAEdmPropertyView propertyView, JPAEdmNavigationPropertyView navPropertyView, boolean skipDefaultNaming, int count)
           
static FullQualifiedName build(JPAEdmBaseView view, String name)
           
static void build(JPAEdmComplexPropertyView complexView, JPAEdmPropertyView propertyView, boolean skipDefaultNaming)
           
static void build(JPAEdmComplexPropertyView complexView, String parentComplexTypeName, boolean skipDefaultNaming)
           
static void build(JPAEdmComplexType view)
           
static void build(JPAEdmEntityContainerView view)
           
static void build(JPAEdmEntitySetView view, JPAEdmEntityTypeView entityTypeView)
           
static void build(JPAEdmEntityTypeView view)
           
static void build(JPAEdmPropertyView view, boolean isComplexMode, boolean skipDefaultNaming, boolean isForeignKey)
           
static void build(JPAEdmSchemaView view)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPAEdmNameBuilder

public JPAEdmNameBuilder()
Method Detail

build

public static FullQualifiedName build(JPAEdmBaseView view,
                                      String name)

build

public static void build(JPAEdmEntityTypeView view)

build

public static void build(JPAEdmSchemaView view)
                  throws ODataJPAModelException
Throws:
ODataJPAModelException

build

public static void build(JPAEdmPropertyView view,
                         boolean isComplexMode,
                         boolean skipDefaultNaming,
                         boolean isForeignKey)

build

public static void build(JPAEdmEntityContainerView view)

build

public static void build(JPAEdmEntitySetView view,
                         JPAEdmEntityTypeView entityTypeView)

build

public static void build(JPAEdmComplexType view)

build

public static void build(JPAEdmComplexPropertyView complexView,
                         JPAEdmPropertyView propertyView,
                         boolean skipDefaultNaming)

build

public static void build(JPAEdmComplexPropertyView complexView,
                         String parentComplexTypeName,
                         boolean skipDefaultNaming)

build

public static void build(JPAEdmAssociationEndView assocaitionEndView,
                         JPAEdmEntityTypeView entityTypeView,
                         JPAEdmPropertyView propertyView)

build

public static void build(JPAEdmAssociationView view,
                         int count)

build

public static void build(JPAEdmAssociationSetView view)

build

public static void build(JPAEdmAssociationView associationView,
                         JPAEdmPropertyView propertyView,
                         JPAEdmNavigationPropertyView navPropertyView,
                         boolean skipDefaultNaming,
                         int count)


Copyright © 2013-2014 The Apache Software Foundation. All Rights Reserved.