Save This Page
Home » hibernate-entitymanager-3.3.2.GA » org.hibernate » engine » query » [javadoc | source]
org.hibernate.engine.query
public class: NamedParameterDescriptor [javadoc | source]
java.lang.Object
   org.hibernate.engine.query.NamedParameterDescriptor

All Implemented Interfaces:
    Serializable

Constructor:
 public NamedParameterDescriptor(String name,
    Type expectedType,
    int[] sourceLocations) 
Method from org.hibernate.engine.query.NamedParameterDescriptor Summary:
getExpectedType,   getName,   getSourceLocations
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.engine.query.NamedParameterDescriptor Detail:
 public Type getExpectedType() 
 public String getName() 
 public int[] getSourceLocations()