org.ektorp.impl
Class NameConventions

java.lang.Object
  extended by org.ektorp.impl.NameConventions

public class NameConventions
extends java.lang.Object


Method Summary
static java.lang.String backReferenceViewName(java.lang.String fieldName)
          The name of the view supporting a @DocumentReferences collection.
static java.lang.String designDocName(java.lang.Class<?> klass)
          The name for design document belonging to a specific type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

backReferenceViewName

public static java.lang.String backReferenceViewName(java.lang.String fieldName)
The name of the view supporting a @DocumentReferences collection.

Parameters:
fieldName -
Returns:

designDocName

public static java.lang.String designDocName(java.lang.Class<?> klass)
The name for design document belonging to a specific type.

Parameters:
klass -
Returns:


Copyright © 2011. All Rights Reserved.