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 TypeClassDescriptionclass
A specialized Getter implementation for handling getting values from a bytecode-enhanced Class.class
Field-based implementation of Getterclass
Methods 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 Method
ProxyFactoryHelper.extractProxyGetIdentifierMethod
(Getter idGetter, Class<?> proxyInterface) Deprecated, for removal: This API element is subject to removal in a future version.