org.hibernate.engine.query.spi
Class NamedParameterDescriptor
java.lang.Object
org.hibernate.engine.query.spi.NamedParameterDescriptor
- All Implemented Interfaces:
- Serializable
public class NamedParameterDescriptor
- extends Object
- implements Serializable
Descriptor regarding a named parameter.
- 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()
resetExpectedType
public void resetExpectedType(Type type)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.