org.usergrid.persistence
Class EntityUtils

java.lang.Object
  extended by org.usergrid.persistence.EntityUtils

public class EntityUtils
extends Object


Constructor Summary
EntityUtils()
           
 
Method Summary
static Map<String,Object> getDynamicProperties(String entityType, Map<String,Object> properties)
           
static Map<String,Object> getSchemaProperties(String entityType, Map<String,Object> properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityUtils

public EntityUtils()
Method Detail

getSchemaProperties

public static Map<String,Object> getSchemaProperties(String entityType,
                                                     Map<String,Object> properties)

getDynamicProperties

public static Map<String,Object> getDynamicProperties(String entityType,
                                                      Map<String,Object> properties)


Copyright © 2013. All Rights Reserved.