Package org.hibernate.generator.internal
package org.hibernate.generator.internal
-
ClassesClassDescriptionValue generation strategy which produces a timestamp using the database
current_timestamp
function or the JVM current instant.ForGeneratedColumn
.A fairly genericOnExecutionGenerator
which marks a property as generated in the database with semantics given explicitly by a@Generated
annotation.Deprecated.A generator that produces the current tenant identifier to be assigned to theTenantId
property.
Source
andhbm.xml
are deprecated, though this implementation is instructive