org.hibernate.engine.query

Class NamedParameterDescriptor

Implemented Interfaces:
Serializable

public class NamedParameterDescriptor
extends java.lang.Object
implements Serializable

Descriptor regarding a named parameter.
Author:
Steve Ebersole

Constructor Summary

NamedParameterDescriptor(String name, Type expectedType, int[] sourceLocations, boolean jpaStyle)

Method Summary

Type
getExpectedType()
String
getName()
int[]
getSourceLocations()
boolean
isJpaStyle()

Constructor Details

NamedParameterDescriptor

public NamedParameterDescriptor(String name,
                                Type expectedType,
                                int[] sourceLocations,
                                boolean jpaStyle)

Method Details

getExpectedType

public Type getExpectedType()

getName

public String getName()

getSourceLocations

public int[] getSourceLocations()

isJpaStyle

public boolean isJpaStyle()