| Package | Description | 
|---|---|
| javax.persistence | Java Persistence is the API for the management for persistence and object/relational mapping. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| TypedQuery<X> | TypedQuery. setParameter(int position,
            Calendar value,
            TemporalType temporalType)Bind an instance of  java.util.Calendarto a positional
 parameter. | 
| StoredProcedureQuery | StoredProcedureQuery. setParameter(int position,
            Calendar value,
            TemporalType temporalType)Bind an instance of  java.util.Calendarto a positional
 parameter. | 
| Query | Query. setParameter(int position,
            Calendar value,
            TemporalType temporalType)Bind an instance of  java.util.Calendarto a positional
 parameter. | 
| TypedQuery<X> | TypedQuery. setParameter(int position,
            Date value,
            TemporalType temporalType)Bind an instance of  java.util.Dateto a positional parameter. | 
| StoredProcedureQuery | StoredProcedureQuery. setParameter(int position,
            Date value,
            TemporalType temporalType)Bind an instance of  java.util.Dateto a positional parameter. | 
| Query | Query. setParameter(int position,
            Date value,
            TemporalType temporalType)Bind an instance of  java.util.Dateto a positional parameter. | 
| TypedQuery<X> | TypedQuery. setParameter(Parameter<Calendar> param,
            Calendar value,
            TemporalType temporalType)Bind an instance of  java.util.Calendarto aParameterobject. | 
| StoredProcedureQuery | StoredProcedureQuery. setParameter(Parameter<Calendar> param,
            Calendar value,
            TemporalType temporalType)Bind an instance of  java.util.Calendarto aParameterobject. | 
| Query | Query. setParameter(Parameter<Calendar> param,
            Calendar value,
            TemporalType temporalType)Bind an instance of  java.util.Calendarto aParameterobject. | 
| TypedQuery<X> | TypedQuery. setParameter(Parameter<Date> param,
            Date value,
            TemporalType temporalType)Bind an instance of  java.util.Dateto aParameterobject. | 
| StoredProcedureQuery | StoredProcedureQuery. setParameter(Parameter<Date> param,
            Date value,
            TemporalType temporalType)Bind an instance of  java.util.Dateto aParameterobject. | 
| Query | Query. setParameter(Parameter<Date> param,
            Date value,
            TemporalType temporalType)Bind an instance of  java.util.Dateto aParameterobject. | 
| TypedQuery<X> | TypedQuery. setParameter(String name,
            Calendar value,
            TemporalType temporalType)Bind an instance of  java.util.Calendarto a named parameter. | 
| StoredProcedureQuery | StoredProcedureQuery. setParameter(String name,
            Calendar value,
            TemporalType temporalType)Bind an instance of  java.util.Calendarto a named parameter. | 
| Query | Query. setParameter(String name,
            Calendar value,
            TemporalType temporalType)Bind an instance of  java.util.Calendarto a named parameter. | 
| TypedQuery<X> | TypedQuery. setParameter(String name,
            Date value,
            TemporalType temporalType)Bind an instance of  java.util.Dateto a named parameter. | 
| StoredProcedureQuery | StoredProcedureQuery. setParameter(String name,
            Date value,
            TemporalType temporalType)Bind an instance of  java.util.Dateto a named parameter. | 
| Query | Query. setParameter(String name,
            Date value,
            TemporalType temporalType)Bind an instance of  java.util.Dateto a named parameter. | 
Copyright © 2017. All Rights Reserved.