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.mapping org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.spi 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.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.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.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.spi Class Description BuiltInPropertyAccessStrategies Describes the built-in externally-nameablePropertyAccessStrategyimplementations.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