类 NamedParameterDescriptor

  • 所有已实现的接口:
    javax.persistence.Parameter, QueryParameter

    public class NamedParameterDescriptor
    extends AbstractParameterDescriptor
    Descriptor regarding a named parameter.
    作者:
    Steve Ebersole
    • 构造器详细资料

      • NamedParameterDescriptor

        public NamedParameterDescriptor​(String name,
                                        Type expectedType,
                                        int[] sourceLocations)
        Constructs a NamedParameterDescriptor
        参数:
        name - The name of the parameter
        expectedType - The expected type of the parameter, according to the translator
        sourceLocations - The locations of the named parameters (aye aye aye)