Class AggregateComponentBinder
- java.lang.Object
-
- org.hibernate.boot.model.internal.AggregateComponentBinder
-
public final class AggregateComponentBinder extends Object
Processes aggregate component annotations from Java classes and produces the Hibernate configuration-time metamodel, that is, the objects defined in the packageorg.hibernate.mapping
.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
processAggregate(Component component, PropertyHolder propertyHolder, PropertyData inferredData, org.hibernate.annotations.common.reflection.XClass componentXClass, AnnotatedColumns columns, MetadataBuildingContext context)
-
-
-
Method Detail
-
processAggregate
public static void processAggregate(Component component, PropertyHolder propertyHolder, PropertyData inferredData, org.hibernate.annotations.common.reflection.XClass componentXClass, AnnotatedColumns columns, MetadataBuildingContext context)
-
-