Package org.hibernate.property.access.spi
package org.hibernate.property.access.spi
An SPI abstracting how persistent attributes of an entity or embeddable type
are accessed by Hibernate.
- See Also:
-
ClassDescriptionDescribes the built-in externally-nameable
PropertyAccessStrategy
implementations.A specialized Setter implementation for handling setting values into a bytecode-enhanced Class.A specialized Setter implementation for handling setting values into a bytecode-enhanced Class using a setter method.The contract for getting the value of a persistent attribute from its container/owner.Field-based implementation of GetterIndicates a problem while building aPropertyAccess
.Indicates a problem reading or writing value from/to a persistent property.Describes a strategy for accessing a persistent attribute, for example: field, JavaBean-style property, or whatever.Contract for resolving thePropertyAccessStrategy
to use.The contract for setting the value of a persistent attribute on its container/owner.Field-based implementation of Setter