Uses of Interface
com.blazebit.persistence.view.impl.metamodel.MetamodelBootContext
Packages that use MetamodelBootContext
-
Uses of MetamodelBootContext in com.blazebit.persistence.view.impl
Methods in com.blazebit.persistence.view.impl that return MetamodelBootContext -
Uses of MetamodelBootContext in com.blazebit.persistence.view.impl.metamodel
Classes in com.blazebit.persistence.view.impl.metamodel that implement MetamodelBootContextFields in com.blazebit.persistence.view.impl.metamodel declared as MetamodelBootContextModifier and TypeFieldDescriptionprotected final MetamodelBootContextAbstractAnnotationAttributeMappingReader.contextprotected final MetamodelBootContextAttributeMapping.contextMethods in com.blazebit.persistence.view.impl.metamodel that return MetamodelBootContextModifier and TypeMethodDescriptionAnnotationMappingReader.getContext()MappingReader.getContext()Methods in com.blazebit.persistence.view.impl.metamodel with parameters of type MetamodelBootContextModifier and TypeMethodDescriptionstatic StringAbstractMethodAttribute.extractAttributeName(Class<?> viewType, Method m, MetamodelBootContext context) static AnnotationAnnotationMappingReader.getMapping(AnnotatedElement annotatedElement, Constructor<?> constructor, int index, MetamodelBootContext context) Constructors in com.blazebit.persistence.view.impl.metamodel with parameters of type MetamodelBootContextModifierConstructorDescriptionAttributeMapping(ViewMapping viewMapping, Annotation mapping, MappingIndex mappingIndex, MetamodelBootContext context, boolean isCollection, PluralAttribute.ElementCollectionType elementCollectionType, Class<?> declaredTypeClass, Class<?> declaredKeyTypeClass, Class<?> declaredElementTypeClass, Type declaredType, Type declaredKeyType, Type declaredElementType, Map<Class<?>, String> inheritanceSubtypeClassMappings, Map<Class<?>, String> keyInheritanceSubtypeClassMappings, Map<Class<?>, String> elementInheritanceSubtypeClassMappings) ConstructorMapping(ViewMapping viewMapping, String constructorName, Constructor<?> constructor, List<ParameterAttributeMapping> parameters, MetamodelBootContext context) MethodAttributeMapping(ViewMapping viewMapping, Annotation mapping, MappingIndex mappingIndex, MetamodelBootContext context, String attributeName, Method method, int attributeIndex, 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) 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) ViewMappingImpl(Class<?> entityViewClass, Class<?> entityClass, MetamodelBootContext context)