| Package | Description |
|---|---|
| org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
| org.hibernate.property.access.spi |
Defines strategies for accessing the persistent properties of an entity or composite.
|
| org.hibernate.proxy.pojo | |
| org.hibernate.tuple |
This package defines a runtime metamodel for entities at
the object level and abstracts the differences between
the various entity modes.
|
| org.hibernate.tuple.component | |
| org.hibernate.tuple.entity |
| Class and Description |
|---|
| Getter
The contract for getting value for a persistent property from its container/owner
|
| PropertyAccessStrategy
Describes a strategy for persistent property access (field, JavaBean-style property, etc).
|
| Setter
The contract for setting a persistent property value into its container/owner
|
| Class and Description |
|---|
| BuiltInPropertyAccessStrategies
Describes the built-in externally-nameable PropertyAccessStrategy implementations.
|
| Getter
The contract for getting value for a persistent property from its container/owner
|
| PropertyAccess
Describes access to a particular persistent property in terms of getting and setting
values.
|
| PropertyAccessStrategy
Describes a strategy for persistent property access (field, JavaBean-style property, etc).
|
| Setter
The contract for setting a persistent property value into its container/owner
|
| SetterFieldImpl
Field-based implementation of Setter
|
| Class and Description |
|---|
| Getter
The contract for getting value for a persistent property from its container/owner
|
| Setter
The contract for setting a persistent property value into its container/owner
|
| Class and Description |
|---|
| Getter
The contract for getting value for a persistent property from its container/owner
|
| Class and Description |
|---|
| Getter
The contract for getting value for a persistent property from its container/owner
|
| Setter
The contract for setting a persistent property value into its container/owner
|
| Class and Description |
|---|
| Getter
The contract for getting value for a persistent property from its container/owner
|
| Setter
The contract for setting a persistent property value into its container/owner
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.