Uses of Class
org.jboss.shrinkwrap.descriptor.api.orm20.TemporalType

Packages that use TemporalType
org.jboss.shrinkwrap.descriptor.api.orm20 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of TemporalType in org.jboss.shrinkwrap.descriptor.api.orm20
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return TemporalType
static TemporalType TemporalType.getFromStringValue(String value)
           
 TemporalType ElementCollection.getMapKeyTemporal()
          Returns the map-key-temporal element
 TemporalType OneToMany.getMapKeyTemporal()
          Returns the map-key-temporal element
 TemporalType ManyToMany.getMapKeyTemporal()
          Returns the map-key-temporal element
 TemporalType ElementCollection.getTemporal()
          Returns the temporal element
 TemporalType Id.getTemporal()
          Returns the temporal element
 TemporalType Basic.getTemporal()
          Returns the temporal element
 TemporalType Version.getTemporal()
          Returns the temporal element
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.jboss.shrinkwrap.descriptor.api.orm20 with parameters of type TemporalType
 ElementCollection<T> ElementCollection.mapKeyTemporal(TemporalType mapKeyTemporal)
          Sets the map-key-temporal element
 OneToMany<T> OneToMany.mapKeyTemporal(TemporalType mapKeyTemporal)
          Sets the map-key-temporal element
 ManyToMany<T> ManyToMany.mapKeyTemporal(TemporalType mapKeyTemporal)
          Sets the map-key-temporal element
 ElementCollection<T> ElementCollection.temporal(TemporalType temporal)
          Sets the temporal element
 Id<T> Id.temporal(TemporalType temporal)
          Sets the temporal element
 Basic<T> Basic.temporal(TemporalType temporal)
          Sets the temporal element
 Version<T> Version.temporal(TemporalType temporal)
          Sets the temporal element
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.