Class SkipBackRefPropertyIterator

java.lang.Object
org.hibernate.tool.internal.util.SkipBackRefPropertyIterator
All Implemented Interfaces:
Iterator<org.hibernate.mapping.Property>

public class SkipBackRefPropertyIterator extends Object implements Iterator<org.hibernate.mapping.Property>
Helper iterator to ignore "backrefs" properties in hibernate mapping model.
Author:
Max Rydahl Andersen
  • Constructor Details

    • SkipBackRefPropertyIterator

      public SkipBackRefPropertyIterator(Iterator<?> iterator)
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<org.hibernate.mapping.Property>
    • next

      public org.hibernate.mapping.Property next()
      Specified by:
      next in interface Iterator<org.hibernate.mapping.Property>
    • remove

      public void remove()
      Specified by:
      remove in interface Iterator<org.hibernate.mapping.Property>