This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.gora.sql.store.Column.MappingStrategy (Apache Gora 0.2 API)

Uses of Class
org.apache.gora.sql.store.Column.MappingStrategy

Packages that use Column.MappingStrategy
org.apache.gora.sql.store   
 

Uses of Column.MappingStrategy in org.apache.gora.sql.store
 

Methods in org.apache.gora.sql.store that return Column.MappingStrategy
 Column.MappingStrategy Column.getMappingStrategy()
           
static Column.MappingStrategy Column.MappingStrategy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Column.MappingStrategy[] Column.MappingStrategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.gora.sql.store with parameters of type Column.MappingStrategy
 void Column.setMappingStrategy(Column.MappingStrategy mappingStrategy)
           
 



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