Uses of Package
org.hibernate.property.access.spi
-
Packages that use org.hibernate.property.access.spi Package Description org.hibernate.envers.strategy org.hibernate.mapping org.hibernate.property.access.spi Defines strategies for accessing the persistent properties of an entity or composite.org.hibernate.proxy.pojo org.hibernate.tuple org.hibernate.tuple.component org.hibernate.tuple.entity -
Classes in org.hibernate.property.access.spi used by org.hibernate.envers.strategy Class Description Getter The contract for getting value for a persistent property from its container/owner -
Classes in org.hibernate.property.access.spi used by org.hibernate.mapping Class Description Getter The contract for getting value for a persistent property from its container/ownerPropertyAccessStrategy 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 -
Classes in org.hibernate.property.access.spi used by org.hibernate.property.access.spi Class Description BuiltInPropertyAccessStrategies Describes the built-in externally-nameable PropertyAccessStrategy implementations.Getter The contract for getting value for a persistent property from its container/ownerPropertyAccess 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/ownerSetterFieldImpl Field-based implementation of Setter -
Classes in org.hibernate.property.access.spi used by org.hibernate.proxy.pojo Class Description Getter The contract for getting value for a persistent property from its container/ownerSetter The contract for setting a persistent property value into its container/owner -
Classes in org.hibernate.property.access.spi used by org.hibernate.tuple Class Description Getter The contract for getting value for a persistent property from its container/owner -
Classes in org.hibernate.property.access.spi used by org.hibernate.tuple.component Class Description Getter The contract for getting value for a persistent property from its container/ownerSetter The contract for setting a persistent property value into its container/owner -
Classes in org.hibernate.property.access.spi used by org.hibernate.tuple.entity Class Description Getter The contract for getting value for a persistent property from its container/ownerSetter The contract for setting a persistent property value into its container/owner