Uses of Class
com.ibm.fhir.database.utils.model.Generated
-
Packages that use Generated Package Description com.ibm.fhir.database.utils.model -
-
Uses of Generated in com.ibm.fhir.database.utils.model
Fields in com.ibm.fhir.database.utils.model declared as Generated Modifier and Type Field Description GeneratedIdentityDef. generatedMethods in com.ibm.fhir.database.utils.model that return Generated Modifier and Type Method Description GeneratedIdentityDef. getGenerated()Getter for the generation preferencestatic GeneratedGenerated. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Generated[]Generated. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.fhir.database.utils.model with parameters of type Generated Modifier and Type Method Description Table.BuilderTable.Builder. setIdentityColumn(java.lang.String columnName, Generated generated)Set one of the columns to be the identity column for the tableConstructors in com.ibm.fhir.database.utils.model with parameters of type Generated Constructor Description IdentityDef(java.lang.String columnName, Generated generatedPref)
-