Uses of Class
com.blazebit.persistence.view.impl.metamodel.AttributeMapping
Packages that use AttributeMapping
-
Uses of AttributeMapping in com.blazebit.persistence.view.impl.metamodel
Subclasses of AttributeMapping in com.blazebit.persistence.view.impl.metamodelMethods in com.blazebit.persistence.view.impl.metamodel with parameters of type AttributeMappingModifier and TypeMethodDescriptionprotected voidAbstractAnnotationAttributeMappingReader.applyCommonMappings(AttributeMapping attributeMapping, AnnotatedElement annotatedElement) protected static ExpressionAbstractAttribute.createSimpleExpression(String expression, AttributeMapping mapping, MetamodelBuildingContext context, AbstractAttribute.ExpressionLocation expressionLocation) protected StringAbstractAttribute.determineIndexMapping(AttributeMapping mapping) protected StringAbstractAttribute.determineKeyMapping(AttributeMapping mapping) MethodAttributeMapping.handleReplacement(AttributeMapping original) booleanConvertedViewMapping.validateDependencies(MetamodelBuildingContext context, Set<Class<?>> dependencies, AttributeMapping originatingAttributeMapping, Class<?> excludeEntityViewClass, boolean reportError) booleanViewMapping.validateDependencies(MetamodelBuildingContext context, Set<Class<?>> dependencies, AttributeMapping originatingAttributeMapping, Class<?> excludeEntityViewClass, boolean reportError) booleanViewMappingImpl.validateDependencies(MetamodelBuildingContext context, Set<Class<?>> dependencies, AttributeMapping originatingAttributeMapping, Class<?> excludeEntityViewClass, boolean reportError) Constructors in com.blazebit.persistence.view.impl.metamodel with parameters of type AttributeMappingModifierConstructorDescriptionAbstractAttribute(ManagedViewTypeImplementor<X> declaringType, AttributeMapping mapping, MetamodelBuildingContext context, EmbeddableOwner embeddableMapping)