public interface IndexedTypeSet extends Iterable<IndexedTypeIdentifier>
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAll(IndexedTypeSet subsetCandidate) |
boolean |
isEmpty() |
int |
size() |
Set<Class<?>> |
toPojosSet()
Deprecated.
This only exists to facilitate an iterative integration, and will be removed ASAP.
|
forEach, iterator, spliteratorint size()
boolean isEmpty()
@Deprecated Set<Class<?>> toPojosSet()
boolean containsAll(IndexedTypeSet subsetCandidate)
subsetCandidate - Copyright © 2006–2017 Hibernate. All rights reserved.