Package | Description |
---|---|
org.hibernate.annotations |
Package containing all the Hibernate specific annotations.
|
Modifier and Type | Class and Description |
---|---|
interface |
CreationTimestamp
Marks a property as the creation timestamp of the containing entity.
|
interface |
Generated
The annotated property is generated by the database.
|
interface |
GeneratorType
Marks a property as generated, specifying the
ValueGenerator type to be used for generating the value. |
interface |
UpdateTimestamp
Marks a property as the update timestamp of the containing entity.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.