Uses of Interface
org.hibernate.property.access.spi.Getter
Packages that use Getter
Package
Description
This package defines the Hibernate configuration-time mapping model.
An SPI abstracting how persistent attributes of an entity or embeddable type
are accessed by Hibernate.
Proxies for plain Java objects.
-
Uses of Getter in org.hibernate.envers.strategy.spi
Methods in org.hibernate.envers.strategy.spi that return GetterModifier and TypeMethodDescriptionAuditStrategyContext.getRevisionInfoTimestampAccessor()Get the revision info timestamp accessor -
Uses of Getter in org.hibernate.mapping
Methods in org.hibernate.mapping that return Getter -
Uses of Getter in org.hibernate.property.access.spi
Classes in org.hibernate.property.access.spi that implement GetterModifier and TypeClassDescriptionclassA specialized Getter implementation for handling getting values from a bytecode-enhanced Class.classField-based implementation of GetterclassMethods in org.hibernate.property.access.spi that return Getter -
Uses of Getter in org.hibernate.proxy.pojo
Methods in org.hibernate.proxy.pojo with parameters of type GetterModifier and TypeMethodDescriptionstatic MethodProxyFactoryHelper.extractProxyGetIdentifierMethod(Getter idGetter, Class<?> proxyInterface) Deprecated, for removal: This API element is subject to removal in a future version.