Uses of Interface
com.blazebit.persistence.view.metamodel.ParameterAttribute
Packages that use ParameterAttribute
-
Uses of ParameterAttribute in com.blazebit.persistence.view.metamodel
Methods in com.blazebit.persistence.view.metamodel that return ParameterAttributeModifier and TypeMethodDescriptionParameterAttribute<? super X,?> MappingConstructor.getParameterAttribute(int index) Returns the parameter attribute of this mapping constructor at the given index if it exists, otherwise null.Methods in com.blazebit.persistence.view.metamodel that return types with arguments of type ParameterAttributeModifier and TypeMethodDescriptionList<ParameterAttribute<? super X,?>> MappingConstructor.getParameterAttributes()Returns the parameter attributes of this mapping constructor.