Class ColumnNameIterator
- java.lang.Object
-
- org.hibernate.envers.configuration.internal.metadata.ColumnNameIterator
-
-
Constructor Summary
Constructors Constructor Description ColumnNameIterator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ColumnNameIterator
from(Iterator<Selectable> selectables)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-
-
-
Method Detail
-
from
public static ColumnNameIterator from(Iterator<Selectable> selectables)
-
-