org.hibernate.engine.query
Class NamedParameterDescriptor
java.lang.Object
org.hibernate.engine.query.NamedParameterDescriptor
- All Implemented Interfaces:
- Serializable
public class NamedParameterDescriptor
- extends Object
- implements Serializable
Descriptor regarding a named parameter.
- Author:
- Steve Ebersole
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NamedParameterDescriptor
public NamedParameterDescriptor(String name,
Type expectedType,
int[] sourceLocations,
boolean jpaStyle)
getName
public String getName()
getExpectedType
public Type getExpectedType()
getSourceLocations
public int[] getSourceLocations()
isJpaStyle
public boolean isJpaStyle()