
public interface GeneratedValue<T> extends Child<T>, OrmGeneratedValueCommType<T,GeneratedValue<T>>
generated-value xsd type| Modifier and Type | Method and Description |
|---|---|
GeneratedValue<T> |
generator(String generator)
Sets the
generator attribute |
String |
getGenerator()
Returns the
generator attribute |
GenerationType |
getStrategy()
Returns the
strategy attribute |
String |
getStrategyAsString()
Returns the
strategy attribute |
GeneratedValue<T> |
removeGenerator()
Removes the
generator attribute |
GeneratedValue<T> |
removeStrategy()
Removes the
strategy attribute |
GeneratedValue<T> |
strategy(GenerationType strategy)
Sets the
strategy attribute |
GeneratedValue<T> |
strategy(String strategy)
Sets the
strategy attribute |
GeneratedValue<T> strategy(GenerationType strategy)
strategy attributestrategy - the value for the attribute strategyGeneratedValueGeneratedValue<T> strategy(String strategy)
strategy attributestrategy - the value for the attribute strategyGeneratedValueGenerationType getStrategy()
strategy attributestrategyString getStrategyAsString()
strategy attributestrategyGeneratedValue<T> removeStrategy()
strategy attributeGeneratedValueGeneratedValue<T> generator(String generator)
generator attributegenerator - the value for the attribute generatorGeneratedValueString getGenerator()
generator attributegeneratorGeneratedValue<T> removeGenerator()
generator attributeGeneratedValueCopyright © 2025 JBoss by Red Hat. All rights reserved.