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 IdentifierValue
UnsavedValueFactory. 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> VersionValue
UnsavedValueFactory. getUnsavedVersionValue(KeyValue bootVersionMapping, VersionJavaType<T> jtd, Long length, Integer precision, Integer scale, 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 Getter Modifier and Type Method Description static 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 Getter Modifier and Type Method Description void
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 Getter Modifier and Type Method Description Getter
AuditStrategyContext. 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 Getter
Property. 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 class
ChainedPropertyAccessImpl
class
PropertyAccessCompositeUserTypeImpl
PropertyAccessor for accessing the wrapped property via get/set pair, which may be nonpublic.static class
PropertyAccessMapImpl.GetterImpl
Methods in org.hibernate.property.access.internal that return Getter Modifier and Type Method Description protected Getter
PropertyAccessMixedImpl. fieldGetter(Class<?> containerJavaType, String propertyName, Field field)
Getter
ChainedPropertyAccessImpl. getGetter()
Getter
PropertyAccessBasicImpl. getGetter()
Getter
PropertyAccessCompositeUserTypeImpl. getGetter()
Getter
PropertyAccessEmbeddedImpl. getGetter()
Getter
PropertyAccessFieldImpl. getGetter()
Getter
PropertyAccessMapImpl. getGetter()
Getter
PropertyAccessMixedImpl. getGetter()
protected Getter
PropertyAccessMixedImpl. 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 class
GetterFieldImpl
Field-based implementation of Getterclass
GetterMethodImpl
Methods in org.hibernate.property.access.spi that return Getter Modifier and Type Method Description Getter
PropertyAccess. 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 Method
ProxyFactoryHelper. 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 Getter
Tuplizer. getGetter(int i)
Deprecated.Retrieve the getter for the specified property.
-