Uses of Package
org.hibernate.property.access.spi
-
Packages that use org.hibernate.property.access.spi Package Description org.hibernate.annotations Package containing all Hibernate's specific annotations.org.hibernate.cfg.annotations org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.envers.configuration.internal.metadata org.hibernate.envers.configuration.internal.metadata.reader org.hibernate.envers.internal.entities org.hibernate.envers.internal.tools org.hibernate.envers.strategy.internal org.hibernate.envers.strategy.spi org.hibernate.mapping org.hibernate.metamodel.internal org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.metamodel.spi org.hibernate.property.access.internal org.hibernate.property.access.spi Defines strategies for accessing the persistent properties of an entity or composite.org.hibernate.proxy.pojo org.hibernate.query.derived org.hibernate.tuple -
Classes in org.hibernate.property.access.spi used by org.hibernate.annotations Class Description PropertyAccessStrategy Describes a strategy for persistent property access (field, JavaBean-style property, etc). -
Classes in org.hibernate.property.access.spi used by org.hibernate.cfg.annotations Class Description PropertyAccessStrategy Describes a strategy for persistent property access (field, JavaBean-style property, etc). -
Classes in org.hibernate.property.access.spi used by org.hibernate.engine.internal 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.envers.configuration.internal.metadata Class Description PropertyAccessStrategy Describes a strategy for persistent property access (field, JavaBean-style property, etc). -
Classes in org.hibernate.property.access.spi used by org.hibernate.envers.configuration.internal.metadata.reader Class Description PropertyAccessStrategy Describes a strategy for persistent property access (field, JavaBean-style property, etc). -
Classes in org.hibernate.property.access.spi used by org.hibernate.envers.internal.entities Class Description PropertyAccessStrategy Describes a strategy for persistent property access (field, JavaBean-style property, etc). -
Classes in org.hibernate.property.access.spi used by org.hibernate.envers.internal.tools 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.envers.strategy.internal 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.envers.strategy.spi 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.metamodel.internal Class Description PropertyAccess Describes access to a particular persistent property in terms of getting and setting values. -
Classes in org.hibernate.property.access.spi used by org.hibernate.metamodel.mapping Class Description PropertyAccess Describes access to a particular persistent property in terms of getting and setting values. -
Classes in org.hibernate.property.access.spi used by org.hibernate.metamodel.mapping.internal Class Description PropertyAccess Describes access to a particular persistent property in terms of getting and setting values. -
Classes in org.hibernate.property.access.spi used by org.hibernate.metamodel.spi Class Description PropertyAccess Describes access to a particular persistent property in terms of getting and setting values. -
Classes in org.hibernate.property.access.spi used by org.hibernate.property.access.internal Class Description 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).PropertyAccessStrategyResolver Contract for resolving the PropertyAccessStrategy to use.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-nameablePropertyAccessStrategy
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.query.derived Class Description PropertyAccess Describes access to a particular persistent property in terms of getting and setting values. -
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