Uses of Interface
org.hibernate.metamodel.spi.ManagedTypeRepresentationStrategy
Packages that use ManagedTypeRepresentationStrategy
Package
Description
An SPI supporting custom instantiation of
entity instances and
embeddable objects.
-
Uses of ManagedTypeRepresentationStrategy in org.hibernate.metamodel.internal
Classes in org.hibernate.metamodel.internal that implement ManagedTypeRepresentationStrategyModifier and TypeClassDescriptionclass
class
class
class
-
Uses of ManagedTypeRepresentationStrategy in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement ManagedTypeRepresentationStrategyModifier and TypeClassDescriptionclass
EmbeddableRepresentationStrategy for an IdClass mappingclass
-
Uses of ManagedTypeRepresentationStrategy in org.hibernate.metamodel.spi
Subinterfaces of ManagedTypeRepresentationStrategy in org.hibernate.metamodel.spiModifier and TypeInterfaceDescriptioninterface
Describes the representation of a particular embeddable type.interface
Specialization ofManagedTypeRepresentationStrategy
for an entity type adding the ability to generate an instantiator and a proxy factory