public class NamedParameterDescriptor
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
NamedParameterDescriptor(java.lang.String name,
Type expectedType,
int[] sourceLocations,
boolean jpaStyle) |
Modifier and Type | Method and Description |
---|---|
Type |
getExpectedType() |
java.lang.String |
getName() |
int[] |
getSourceLocations() |
boolean |
isJpaStyle() |
void |
resetExpectedType(Type type) |
public NamedParameterDescriptor(java.lang.String name, Type expectedType, int[] sourceLocations, boolean jpaStyle)
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.