Class ModuleConstraintIterator
java.lang.Object
ch.tocco.nice2.dbrefactoring.impl.modulesupport.ModuleConstraintIterator
- All Implemented Interfaces:
Iterator<ConstraintInfo>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classOnly includes relations, whose source entity has not been defined in the given module. -
Constructor Summary
ConstructorsConstructorDescriptionModuleConstraintIterator(DatabaseTypeMap typeMap, AppModule module, DataModelSupport dataModelSupport, Iterator<RelationModel> iterator) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
ModuleConstraintIterator
public ModuleConstraintIterator(DatabaseTypeMap typeMap, AppModule module, DataModelSupport dataModelSupport, Iterator<RelationModel> iterator)
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<ConstraintInfo>
-
next
- Specified by:
nextin interfaceIterator<ConstraintInfo>
-
remove
public void remove()- Specified by:
removein interfaceIterator<ConstraintInfo>
-