Uses of Class
com.blazebit.persistence.view.impl.metamodel.ConstructorMapping
Packages that use ConstructorMapping
-
Uses of ConstructorMapping in com.blazebit.persistence.view.impl.metamodel
Methods in com.blazebit.persistence.view.impl.metamodel that return types with arguments of type ConstructorMappingModifier and TypeMethodDescriptionConvertedViewMapping.getConstructorMappings()ViewMapping.getConstructorMappings()ViewMappingImpl.getConstructorMappings()Methods in com.blazebit.persistence.view.impl.metamodel with parameters of type ConstructorMappingModifier and TypeMethodDescriptionvoidConvertedViewMapping.addConstructor(ConstructorMapping constructorMapping) voidViewMapping.addConstructor(ConstructorMapping constructorMapping) voidViewMappingImpl.addConstructor(ConstructorMapping constructorMapping) AnnotationParameterAttributeMappingReader.readParameterAttributeMapping(ViewMapping viewMapping, Annotation mapping, ConstructorMapping constructorMapping, int index, AnnotatedElement annotatedElement) Constructors in com.blazebit.persistence.view.impl.metamodel with parameters of type ConstructorMappingModifierConstructorDescriptionMappingConstructorImpl(ManagedViewTypeImplementor<X> viewType, String name, ConstructorMapping mapping, MetamodelBuildingContext context, EmbeddableOwner embeddableMapping) ParameterAttributeMapping(ViewMapping viewMapping, Annotation mapping, MappingIndex mappingIndex, MetamodelBootContext context, ConstructorMapping constructor, int index, boolean isCollection, PluralAttribute.ElementCollectionType elementCollectionType, Class<?> declaredTypeClass, Class<?> declaredKeyTypeClass, Class declaredElementTypeClass, Type type, Type keyType, Type elementType, Map<Class<?>, String> inheritanceSubtypeClassMappings, Map<Class<?>, String> keyInheritanceSubtypeClassMappings, Map<Class<?>, String> elementInheritanceSubtypeClassMappings)