public interface HierarchyScanStrategy
Modifier and Type | Method and Description |
---|---|
List<Class<?>> |
filterClassHierarchy(Class<?> mappedClass)
Computes the ancestors of the given base class, optionally filtering out any ancestor that
should not be scanned.
|
List<Class<?>> filterClassHierarchy(Class<?> mappedClass)
Implementors should always include mappedClass
in the returned list.
mappedClass
- The mapped class; this is necessarily a class annotated with either @Table
or @UDT
.mappedClass
itself and
its ancestors, ordered from the lowest (closest to mappedClass
) to the highest (or
farthest from mappedClass
).Copyright © 2012–2019. All rights reserved.