Uses of Class
de.greenrobot.daogenerator.Index

Uses of Index in de.greenrobot.daogenerator
 

Methods in de.greenrobot.daogenerator that return Index
 Index Index.makeUnique()
           
 Index Index.setName(java.lang.String name)
           
 

Methods in de.greenrobot.daogenerator that return types with arguments of type Index
 java.util.List<Index> Entity.getIndexes()
           
 

Methods in de.greenrobot.daogenerator with parameters of type Index
 Entity Entity.addIndex(Index index)
          Adds a new index to the entity.
 



Copyright © 2011-2012 greenrobot.de. All Rights Reserved.