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 SecondPassMappingExceptionpublic abstract void secondPass(Map persistentClasses, Map inheritedMetas) throws MappingException
MappingExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.