Class InheritanceState.ElementsToProcess
- java.lang.Object
-
- org.hibernate.boot.model.internal.InheritanceState.ElementsToProcess
-
- Enclosing class:
- InheritanceState
public static final class InheritanceState.ElementsToProcess extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PropertyData>
getElements()
int
getIdPropertyCount()
-
-
-
Method Detail
-
getElements
public List<PropertyData> getElements()
-
getIdPropertyCount
public int getIdPropertyCount()
-
-