public abstract class CollectionSecondPass extends Object implements SecondPass
Constructor and Description |
---|
CollectionSecondPass(Mappings mappings,
Collection collection) |
CollectionSecondPass(Mappings mappings,
Collection collection,
Map inheritedMetas) |
Modifier and Type | Method and Description |
---|---|
void |
doSecondPass(Map persistentClasses) |
abstract void |
secondPass(Map persistentClasses,
Map inheritedMetas) |
public CollectionSecondPass(Mappings mappings, Collection collection, Map inheritedMetas)
public CollectionSecondPass(Mappings mappings, Collection collection)
public void doSecondPass(Map persistentClasses) throws MappingException
doSecondPass
in interface SecondPass
MappingException
public abstract void secondPass(Map persistentClasses, Map inheritedMetas) throws MappingException
MappingException
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.