public static class AbstractDatabaseProxyCreator.IndexData extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
indexName |
String[] |
keyPath |
boolean |
multiEntry |
boolean |
unique |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDatabaseProxyCreator.IndexData(String[] keyPath,
boolean unique,
boolean multiEntry,
String indexName) |
Copyright © 2015. All rights reserved.