Class ConstructorMapping
java.lang.Object
com.blazebit.persistence.view.impl.metamodel.ConstructorMapping
- All Implemented Interfaces:
EntityViewConstructorMapping
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorMapping(ViewMapping viewMapping, String constructorName, Constructor<?> constructor, List<ParameterAttributeMapping> parameters, MetamodelBootContext context) -
Method Summary
Modifier and TypeMethodDescriptionConstructor<?>getName()voidbooleanvalidateDependencies(MetamodelBuildingContext context, Set<Class<?>> dependencies, boolean reportError)
-
Constructor Details
-
ConstructorMapping
public ConstructorMapping(ViewMapping viewMapping, String constructorName, Constructor<?> constructor, List<ParameterAttributeMapping> parameters, MetamodelBootContext context)
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceEntityViewConstructorMapping
-
getConstructor
- Specified by:
getConstructorin interfaceEntityViewConstructorMapping
-
getDeclaringView
- Specified by:
getDeclaringViewin interfaceEntityViewConstructorMapping
-
getParameters
- Specified by:
getParametersin interfaceEntityViewConstructorMapping
-
getParameterMappings
-
initializeViewMappings
-
validateDependencies
public boolean validateDependencies(MetamodelBuildingContext context, Set<Class<?>> dependencies, boolean reportError)
-