Uses of Class
javax.persistence.TemporalType

Packages that use TemporalType
javax.persistence   
 

Uses of TemporalType in javax.persistence
 

Methods in javax.persistence that return TemporalType
static TemporalType TemporalType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TemporalType[] TemporalType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in javax.persistence with parameters of type TemporalType
 Query Query.setParameter(int position, Calendar value, TemporalType temporalType)
           
 Query Query.setParameter(int position, Date value, TemporalType temporalType)
           
 Query Query.setParameter(String name, Calendar value, TemporalType temporalType)
           
 Query Query.setParameter(String name, Date value, TemporalType temporalType)
           
 



Copyright © 2012. All Rights Reserved.