Uses of Interface
org.hibernate.property.access.spi.Getter
Packages that use Getter
Package
Description
Support for many of the internal workings of Hibernate.
Internal details of implementing support for JPA callbacks
This package defines the Hibernate configuration-time mapping model.
Contains various implementations of
PropertyAccessStrategy
.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.engine.internal
Methods in org.hibernate.engine.internal with parameters of type GetterModifier and TypeMethodDescriptionstatic IdentifierValue
UnsavedValueFactory.getUnsavedIdentifierValue
(KeyValue bootIdMapping, JavaType<?> idJavaType, Getter getter, Supplier<?> templateInstanceAccess) Return the UnsavedValueStrategy for determining whether an entity instance is unsaved based on the identifier.static <T> VersionValue
UnsavedValueFactory.getUnsavedVersionValue
(KeyValue bootVersionMapping, VersionJavaType<T> versionJavaType, Getter getter, Supplier<?> templateInstanceAccess) Return theUnsavedValueStrategy
for determining whether an entity instance is unsaved based on the version. -
Uses of Getter in org.hibernate.envers.internal.tools
Methods in org.hibernate.envers.internal.tools that return GetterModifier and TypeMethodDescriptionstatic Getter
ReflectionTools.getGetter
(Class cls, String propertyName, String accessorType, ServiceRegistry serviceRegistry) static Getter
ReflectionTools.getGetter
(Class cls, PropertyData propertyData, ServiceRegistry serviceRegistry) -
Uses of Getter in org.hibernate.envers.strategy.internal
Methods in org.hibernate.envers.strategy.internal with parameters of type GetterModifier and TypeMethodDescriptionvoid
ValidityAuditStrategy.setRevisionTimestampGetter
(Getter revisionTimestampGetter) Deprecated.with no replacement. -
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.jpa.event.internal
Constructors in org.hibernate.jpa.event.internal with parameters of type GetterModifierConstructorDescriptionDefinition
(Getter embeddableGetter, Method callbackMethod, CallbackType callbackType) -
Uses of Getter in org.hibernate.mapping
Methods in org.hibernate.mapping that return Getter -
Uses of Getter in org.hibernate.metamodel.mapping.internal
Fields in org.hibernate.metamodel.mapping.internal declared as Getter -
Uses of Getter in org.hibernate.property.access.internal
Classes in org.hibernate.property.access.internal that implement GetterModifier and TypeClassDescriptionclass
class
PropertyAccess
for accessing the wrapped property via get/set pair, which may be nonpublic.static class
Methods in org.hibernate.property.access.internal that return GetterModifier and TypeMethodDescriptionChainedPropertyAccessImpl.getGetter()
PropertyAccessBasicImpl.getGetter()
PropertyAccessCompositeUserTypeImpl.getGetter()
PropertyAccessEmbeddedImpl.getGetter()
PropertyAccessEnhancedImpl.getGetter()
PropertyAccessFieldImpl.getGetter()
PropertyAccessGetterImpl.getGetter()
PropertyAccessMapImpl.getGetter()
PropertyAccessMixedImpl.getGetter()
-
Uses of Getter in org.hibernate.property.access.spi
Classes in org.hibernate.property.access.spi that implement GetterModifier and TypeClassDescriptionclass
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) -
Uses of Getter in org.hibernate.sql.results.graph.entity.internal
Fields in org.hibernate.sql.results.graph.entity.internal declared as GetterModifier and TypeFieldDescriptionprotected final Getter[]
BatchEntityInsideEmbeddableSelectFetchInitializer.rootEmbeddableGetters