Spring Data Neo4j

org.springframework.data.neo4j.annotation
Class Indexed.Name

java.lang.Object
  extended by org.springframework.data.neo4j.annotation.Indexed.Name
Enclosing class:
Indexed

public static class Indexed.Name
extends Object


Constructor Summary
Indexed.Name()
           
 
Method Summary
static String get(Class<?> type)
           
static String get(Field field)
           
static String get(Indexed.Level level, Class<?> type, String providedIndexName, Class<?> instanceType)
           
static String getDefault(Field field)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Indexed.Name

public Indexed.Name()
Method Detail

getDefault

public static String getDefault(Field field)

get

public static String get(Class<?> type)

get

public static String get(Field field)

get

public static String get(Indexed.Level level,
                         Class<?> type,
                         String providedIndexName,
                         Class<?> instanceType)

Spring Data Neo4j

Copyright © 2012 SpringSource. All Rights Reserved.