Uses of Class
org.linuxforhealth.fhir.database.utils.model.Generated
-
Packages that use Generated Package Description org.linuxforhealth.fhir.database.utils.model -
-
Uses of Generated in org.linuxforhealth.fhir.database.utils.model
Fields in org.linuxforhealth.fhir.database.utils.model declared as Generated Modifier and Type Field Description Generated
IdentityDef. generated
Methods in org.linuxforhealth.fhir.database.utils.model that return Generated Modifier and Type Method Description Generated
IdentityDef. getGenerated()
Getter for the generation preferencestatic Generated
Generated. 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 org.linuxforhealth.fhir.database.utils.model with parameters of type Generated Modifier and Type Method Description Table.Builder
Table.Builder. setIdentityColumn(java.lang.String columnName, Generated generated)
Set one of the columns to be the identity column for the tableConstructors in org.linuxforhealth.fhir.database.utils.model with parameters of type Generated Constructor Description IdentityDef(java.lang.String columnName, Generated generatedPref)
-