Uses of Class
org.datanucleus.store.valuegenerator.AbstractConnectedGenerator.ConnectionPreference
-
Packages that use AbstractConnectedGenerator.ConnectionPreference Package Description org.datanucleus.store.valuegenerator Value Generation. -
-
Uses of AbstractConnectedGenerator.ConnectionPreference in org.datanucleus.store.valuegenerator
Methods in org.datanucleus.store.valuegenerator that return AbstractConnectedGenerator.ConnectionPreference Modifier and Type Method Description AbstractConnectedGenerator.ConnectionPreferenceAbstractConnectedGenerator. getConnectionPreference()Accessor for any requirement for connection used by this value generator.static AbstractConnectedGenerator.ConnectionPreferenceAbstractConnectedGenerator.ConnectionPreference. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractConnectedGenerator.ConnectionPreference[]AbstractConnectedGenerator.ConnectionPreference. values()Returns an array containing the constants of this enum type, in the order they are declared.
-