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(EmbeddedTypeMetadata embeddedTypeMetadata) |
public static final NestingContext INSTANCE
public void push(EmbeddedTypeMetadata embeddedTypeMetadata)
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–2017 Hibernate. All rights reserved.