Package | Description |
---|---|
org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
Modifier and Type | Field and Description |
---|---|
static PropertyGeneration |
PropertyGeneration.ALWAYS
Deprecated.
Values for this property are generated by the database on both insert and update.
|
static PropertyGeneration |
PropertyGeneration.INSERT
Deprecated.
Values for this property are generated by the database on insert.
|
static PropertyGeneration |
PropertyGeneration.NEVER
Deprecated.
Values for this property are never generated by the database.
|
Modifier and Type | Method and Description |
---|---|
static PropertyGeneration |
PropertyGeneration.parse(String name)
Deprecated.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.