public class NanoDBDefaultIndexDefinition<T> extends Object implements NanoDBIndexDefinition<T>
| Constructor and Description |
|---|
NanoDBDefaultIndexDefinition(String name,
Class<K> indexType,
boolean nullable,
Function<T,K> mapper) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getIndexedValue(T t) |
String |
getIndexName() |
Class |
getIndexType() |
boolean |
isNullable() |
public Object getIndexedValue(T t)
getIndexedValue in interface NanoDBIndexDefinition<T>public boolean isNullable()
isNullable in interface NanoDBIndexDefinition<T>public String getIndexName()
getIndexName in interface NanoDBIndexDefinition<T>public Class getIndexType()
getIndexType in interface NanoDBIndexDefinition<T>Copyright © 2021 vpc open source initiative. All rights reserved.