public class CompositeIndexField extends Object
| Constructor and Description |
|---|
CompositeIndexField(IndexField... fields)
Creates the composite key for the provided fields
|
| Modifier and Type | Method and Description |
|---|---|
List<IndexField> |
getIndexFields() |
public CompositeIndexField(IndexField... fields)
fields - The fields to add to the composite keypublic List<IndexField> getIndexFields()
Copyright © 2015. All rights reserved.