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.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 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
PropertyAccess
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 Getter
ChainedPropertyAccessImpl. getGetter()
Getter
PropertyAccessBasicImpl. getGetter()
Getter
PropertyAccessCompositeUserTypeImpl. getGetter()
Getter
PropertyAccessEmbeddedImpl. getGetter()
Getter
PropertyAccessEnhancedImpl. getGetter()
Getter
PropertyAccessFieldImpl. getGetter()
Getter
PropertyAccessMapImpl. getGetter()
Getter
PropertyAccessMixedImpl. getGetter()
-
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 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 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.
-