Package | Description |
---|---|
org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
org.hibernate.metamodel.binding | |
org.hibernate.metamodel.source.annotations.attribute | |
org.hibernate.metamodel.source.annotations.entity | |
org.hibernate.metamodel.source.binder | |
org.hibernate.metamodel.source.hbm |
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.
|
Modifier and Type | Method and Description |
---|---|
PropertyGeneration |
ComponentAttributeBinding.getGeneration() |
PropertyGeneration |
BasicAttributeBinding.getGeneration() |
PropertyGeneration |
SingularAttributeBinding.getGeneration()
Obtain the generation strategy for this attribute/value.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicAttributeBinding.setGeneration(PropertyGeneration generation) |
Modifier and Type | Method and Description |
---|---|
PropertyGeneration |
SingularAttributeSourceImpl.getGeneration() |
PropertyGeneration |
BasicAttribute.getPropertyGeneration() |
abstract PropertyGeneration |
MappedAttribute.getPropertyGeneration() |
PropertyGeneration |
AssociationAttribute.getPropertyGeneration() |
Modifier and Type | Method and Description |
---|---|
PropertyGeneration |
ComponentAttributeSourceImpl.getGeneration() |
Modifier and Type | Method and Description |
---|---|
PropertyGeneration |
SingularAttributeSource.getGeneration()
Obtain a description of if/when the attribute value is generated by the database.
|
Modifier and Type | Method and Description |
---|---|
PropertyGeneration |
ComponentAttributeSourceImpl.getGeneration() |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.