| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyGeneration | |
|---|---|
| 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 | |
| Uses of PropertyGeneration in org.hibernate.mapping | 
|---|
| Fields in org.hibernate.mapping declared as PropertyGeneration | |
|---|---|
| static PropertyGeneration | PropertyGeneration.ALWAYSValues for this property are generated by the database on both insert and update. | 
| static PropertyGeneration | PropertyGeneration.INSERTValues for this property are generated by the database on insert. | 
| static PropertyGeneration | PropertyGeneration.NEVERValues for this property are never generated by the database. | 
| Methods in org.hibernate.mapping that return PropertyGeneration | |
|---|---|
|  PropertyGeneration | Property.getGeneration() | 
| static PropertyGeneration | PropertyGeneration.parse(String name) | 
| Methods in org.hibernate.mapping with parameters of type PropertyGeneration | |
|---|---|
|  void | Property.setGeneration(PropertyGeneration generation) | 
| Uses of PropertyGeneration in org.hibernate.metamodel.binding | 
|---|
| Methods in org.hibernate.metamodel.binding that return PropertyGeneration | |
|---|---|
|  PropertyGeneration | BasicAttributeBinding.getGeneration() | 
|  PropertyGeneration | SingularAttributeBinding.getGeneration()Obtain the generation strategy for this attribute/value. | 
|  PropertyGeneration | ComponentAttributeBinding.getGeneration() | 
| Methods in org.hibernate.metamodel.binding with parameters of type PropertyGeneration | |
|---|---|
|  void | BasicAttributeBinding.setGeneration(PropertyGeneration generation) | 
| Uses of PropertyGeneration in org.hibernate.metamodel.source.annotations.attribute | 
|---|
| Methods in org.hibernate.metamodel.source.annotations.attribute that return PropertyGeneration | |
|---|---|
|  PropertyGeneration | SingularAttributeSourceImpl.getGeneration() | 
|  PropertyGeneration | AssociationAttribute.getPropertyGeneration() | 
|  PropertyGeneration | BasicAttribute.getPropertyGeneration() | 
| abstract  PropertyGeneration | MappedAttribute.getPropertyGeneration() | 
| Uses of PropertyGeneration in org.hibernate.metamodel.source.annotations.entity | 
|---|
| Methods in org.hibernate.metamodel.source.annotations.entity that return PropertyGeneration | |
|---|---|
|  PropertyGeneration | ComponentAttributeSourceImpl.getGeneration() | 
| Uses of PropertyGeneration in org.hibernate.metamodel.source.binder | 
|---|
| Methods in org.hibernate.metamodel.source.binder that return PropertyGeneration | |
|---|---|
|  PropertyGeneration | SingularAttributeSource.getGeneration()Obtain a description of if/when the attribute value is generated by the database. | 
| Uses of PropertyGeneration in org.hibernate.metamodel.source.hbm | 
|---|
| Methods in org.hibernate.metamodel.source.hbm that return PropertyGeneration | |
|---|---|
|  PropertyGeneration | ComponentAttributeSourceImpl.getGeneration() | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||