Package | Description |
---|---|
org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
Modifier and Type | Field and Description |
---|---|
static PropertyGeneration |
PropertyGeneration.ALWAYS
Values for this property are generated by the database on both insert and update.
|
static PropertyGeneration |
PropertyGeneration.INSERT
Values for this property are generated by the database on insert.
|
static PropertyGeneration |
PropertyGeneration.NEVER
Values for this property are never generated by the database.
|
Modifier and Type | Method and Description |
---|---|
PropertyGeneration |
Property.getGeneration() |
static PropertyGeneration |
PropertyGeneration.parse(String name) |
Modifier and Type | Method and Description |
---|---|
void |
Property.setGeneration(PropertyGeneration generation) |
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved