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 org.hibernate.property.access.internal org.hibernate.property.access.spi Defines strategies for accessing the persistent properties of an entity or composite.org.hibernate.proxy.pojo org.hibernate.tuple -
-
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.property.access.internal
Classes in org.hibernate.property.access.internal that implement Getter Modifier and Type Class Description classChainedPropertyAccessImplclassPropertyAccessCompositeUserTypeImplPropertyAccessor for 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()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 for the described persistent property -
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.
-