Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm10 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
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 © 2014 JBoss by Red Hat. All rights reserved.