Package org.hibernate.generator.internal
Class Summary Class Description CurrentTimestampGeneration Value generation strategy which produces a timestamp using the databasecurrent_timestampfunction or the JVMcurrent instant.GeneratedAlwaysGeneration ForGeneratedColumn.GeneratedGeneration A fairly genericOnExecutionGeneratorwhich marks a property as generated in the database with semantics given explicitly by a@Generatedannotation.NaturalIdHelper SourceGeneration Deprecated. because bothSourceandhbm.xmlare deprecated, though this implementation is instructiveTenantIdGeneration A generator that produces the current tenant identifier to be assigned to theTenantIdproperty.VersionGeneration