Class ArrayValueExtractor<V,R>
java.lang.Object
org.hibernate.models.internal.jdk.AbstractValueExtractor<List<V>,R[]>
org.hibernate.models.internal.jdk.ArrayValueExtractor<V,R>
- All Implemented Interfaces:
ValueExtractor<Annotation,List<V>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwrap(R[] rawValues, AttributeDescriptor<List<V>> attributeDescriptor, AnnotationTarget target, SourceModelBuildingContext buildingContext) Methods inherited from class org.hibernate.models.internal.jdk.AbstractValueExtractor
extractValue, extractValue
-
Constructor Details
-
ArrayValueExtractor
-
-
Method Details
-
wrap
protected List<V> wrap(R[] rawValues, AttributeDescriptor<List<V>> attributeDescriptor, AnnotationTarget target, SourceModelBuildingContext buildingContext) - Specified by:
wrapin classAbstractValueExtractor<List<V>,R[]>
-