Uses of Class
org.apache.openejb.jee.jpa.TemporalType

Packages that use TemporalType
org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of TemporalType in org.apache.openejb.jee.jpa
 

Fields in org.apache.openejb.jee.jpa declared as TemporalType
protected  TemporalType ElementCollection.mapKeyTemporal
           
protected  TemporalType ManyToMany.mapKeyTemporal
           
protected  TemporalType OneToMany.mapKeyTemporal
           
protected  TemporalType ElementCollection.temporal
           
protected  TemporalType Id.temporal
           
protected  TemporalType Basic.temporal
           
protected  TemporalType Version.temporal
           
 

Methods in org.apache.openejb.jee.jpa that return TemporalType
static TemporalType TemporalType.fromValue(String v)
           
 TemporalType ElementCollection.getMapKeyTemporal()
          Gets the value of the mapKeyTemporal property.
 TemporalType ManyToMany.getMapKeyTemporal()
          Gets the value of the mapKeyTemporal property.
 TemporalType OneToMany.getMapKeyTemporal()
          Gets the value of the mapKeyTemporal property.
 TemporalType ElementCollection.getTemporal()
          Gets the value of the temporal property.
 TemporalType Id.getTemporal()
          Gets the value of the temporal property.
 TemporalType Basic.getTemporal()
          Gets the value of the temporal property.
 TemporalType Version.getTemporal()
          Gets the value of the temporal property.
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 org.apache.openejb.jee.jpa with parameters of type TemporalType
 void ElementCollection.setMapKeyTemporal(TemporalType value)
          Sets the value of the mapKeyTemporal property.
 void ManyToMany.setMapKeyTemporal(TemporalType value)
          Sets the value of the mapKeyTemporal property.
 void OneToMany.setMapKeyTemporal(TemporalType value)
          Sets the value of the mapKeyTemporal property.
 void ElementCollection.setTemporal(TemporalType value)
          Sets the value of the temporal property.
 void Id.setTemporal(TemporalType value)
          Sets the value of the temporal property.
 void Basic.setTemporal(TemporalType value)
          Sets the value of the temporal property.
 void Version.setTemporal(TemporalType value)
          Sets the value of the temporal property.
 



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.