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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm10 that return TemporalType
static TemporalType TemporalType.getFromStringValue(String value)
           
 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.orm10 with parameters of type TemporalType
 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.