Package org.hibernate.generator.internal
-
Class Summary Class Description CurrentTimestampGeneration Value generation strategy which produces a timestamp using the databasecurrent_timestamp
function or the JVM current instant.GeneratedAlwaysGeneration ForGeneratedColumn
.GeneratedGeneration A fairly genericOnExecutionGenerator
which marks a property as generated in the database with semantics given explicitly by a@Generated
annotation.NaturalIdHelper SourceGeneration Deprecated. because bothSource
andhbm.xml
are deprecated, though this implementation is instructiveTenantIdGeneration A generator that produces the current tenant identifier to be assigned to theTenantId
property.VersionGeneration