java.lang.Object | |
↳ | org.hibernate.tuple.PropertyFactory |
Responsible for generation of runtime metamodel Property
representations.
Makes distinction between identifier, version, and other (standard) properties.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Generates an IdentifierProperty representation of the for a given entity mapping.
| |||||||||||
Generate a "standard" (i.e., non-identifier and non-version) based on the given
mapped property.
| |||||||||||
Generates a VersionProperty representation for an entity mapping given its
version mapping Property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Generates an IdentifierProperty representation of the for a given entity mapping.
mappedEntity | The mapping definition of the entity. |
---|---|
generator | The identifier value generator to use for this identifier. |
Generate a "standard" (i.e., non-identifier and non-version) based on the given mapped property.
property | The mapped property. |
---|---|
lazyAvailable | Is property lazy loading currently available. |
Generates a VersionProperty representation for an entity mapping given its version mapping Property.
property | The version mapping Property. |
---|---|
lazyAvailable | Is property lazy loading currently available. |