public class NoOpNestingContext extends Object implements NestingContext
NestingContext.| Modifier and Type | Field and Description |
|---|---|
static NestingContext |
INSTANCE |
| Constructor and Description |
|---|
NoOpNestingContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
incrementCollectionIndex() |
void |
mark(org.apache.lucene.document.Document document) |
void |
pop() |
void |
push(String fieldName,
EmbeddedTypeMetadata.Container containerType) |
public static final NestingContext INSTANCE
public void push(String fieldName, EmbeddedTypeMetadata.Container containerType)
push in interface NestingContextpublic void pop()
pop in interface NestingContextpublic void mark(org.apache.lucene.document.Document document)
mark in interface NestingContextpublic void incrementCollectionIndex()
incrementCollectionIndex in interface NestingContextCopyright © 2006–2016 Hibernate. All rights reserved.