Uses of Interface
org.hibernate.property.access.spi.Getter
-
Packages that use Getter Package Description org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.envers.internal.tools org.hibernate.envers.strategy.internal org.hibernate.envers.strategy.spi org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.property.access.internal Contains various implementations ofPropertyAccessStrategy.org.hibernate.property.access.spi An SPI abstracting how persistent attributes of an entity or embeddable type are accessed by Hibernate.org.hibernate.proxy.pojo Proxies for plain Java objects.org.hibernate.tuple Most contracts here have been replaced by the new runtime mapping model. -
-
Uses of Getter in org.hibernate.engine.internal
Methods in org.hibernate.engine.internal with parameters of type Getter Modifier and Type Method Description static IdentifierValueUnsavedValueFactory. getUnsavedIdentifierValue(KeyValue bootIdMapping, JavaType<?> idJtd, Getter getter, Supplier<?> templateInstanceAccess)Return the UnsavedValueStrategy for determining whether an entity instance is unsaved based on the identifier.static <T> VersionValueUnsavedValueFactory. getUnsavedVersionValue(KeyValue bootVersionMapping, VersionJavaType<T> jtd, Long length, Integer precision, Integer scale, Getter getter, Supplier<?> templateInstanceAccess)Return theUnsavedValueStrategyfor 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 Getter Modifier and Type Method Description static GetterReflectionTools. getGetter(Class cls, String propertyName, String accessorType, ServiceRegistry serviceRegistry)static GetterReflectionTools. 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 Getter Modifier and Type Method Description voidValidityAuditStrategy. 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 Getter Modifier and Type Method Description GetterAuditStrategyContext. getRevisionInfoTimestampAccessor()Get the revision info timestamp accessor -
Uses of Getter in org.hibernate.mapping
Methods in org.hibernate.mapping that return Getter Modifier and Type Method Description GetterProperty. getGetter(Class clazz) -
Uses of Getter in org.hibernate.metamodel.mapping.internal
Fields in org.hibernate.metamodel.mapping.internal declared as Getter Modifier and Type Field Description protected Getter[]AbstractEmbeddableMapping. getterCache -
Uses of Getter in org.hibernate.property.access.internal
Classes in org.hibernate.property.access.internal that implement Getter Modifier and Type Class Description classChainedPropertyAccessImplclassPropertyAccessCompositeUserTypeImplPropertyAccessfor accessing the wrapped property via get/set pair, which may be nonpublic.static classPropertyAccessMapImpl.GetterImplMethods in org.hibernate.property.access.internal that return Getter Modifier and Type Method Description protected GetterPropertyAccessMixedImpl. fieldGetter(Class<?> containerJavaType, String propertyName, Field field)GetterChainedPropertyAccessImpl. getGetter()GetterPropertyAccessBasicImpl. getGetter()GetterPropertyAccessCompositeUserTypeImpl. getGetter()GetterPropertyAccessEmbeddedImpl. getGetter()GetterPropertyAccessEnhancedImpl. getGetter()GetterPropertyAccessFieldImpl. getGetter()GetterPropertyAccessMapImpl. getGetter()GetterPropertyAccessMixedImpl. getGetter()protected GetterPropertyAccessMixedImpl. propertyGetter(Class<?> containerJavaType, String propertyName, Method method) -
Uses of Getter in org.hibernate.property.access.spi
Classes in org.hibernate.property.access.spi that implement Getter Modifier and Type Class Description classGetterFieldImplField-based implementation of GetterclassGetterMethodImplMethods in org.hibernate.property.access.spi that return Getter Modifier and Type Method Description GetterPropertyAccess. getGetter()Obtain the delegate for getting values of the persistent attribute. -
Uses of Getter in org.hibernate.proxy.pojo
Methods in org.hibernate.proxy.pojo with parameters of type Getter Modifier and Type Method Description static MethodProxyFactoryHelper. extractProxyGetIdentifierMethod(Getter idGetter, Class<?> proxyInterface) -
Uses of Getter in org.hibernate.tuple
Methods in org.hibernate.tuple that return Getter Modifier and Type Method Description GetterTuplizer. getGetter(int i)Deprecated.Retrieve the getter for the specified property.
-