Uses of Interface
org.jboss.shrinkwrap.descriptor.api.orm20.GeneratedValue

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm20 that return GeneratedValue
 GeneratedValue<T> GeneratedValue.generator(String generator)
          Sets the generator attribute
 GeneratedValue<Id<T>> Id.getOrCreateGeneratedValue()
          If not already created, a new generated-value element with the given value will be created.
 GeneratedValue<T> GeneratedValue.removeGenerator()
          Removes the generator attribute
 GeneratedValue<T> GeneratedValue.removeStrategy()
          Removes the strategy attribute
 GeneratedValue<T> GeneratedValue.strategy(GenerationType strategy)
          Sets the strategy attribute
 GeneratedValue<T> GeneratedValue.strategy(String strategy)
          Sets the strategy attribute
 



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