Uses of Interface
org.hibernate.metamodel.spi.ManagedTypeRepresentationStrategy
-
Packages that use ManagedTypeRepresentationStrategy Package Description org.hibernate.metamodel.internal org.hibernate.metamodel.mapping.internal org.hibernate.metamodel.spi 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 ManagedTypeRepresentationStrategy Modifier and Type Class Description class
EmbeddableRepresentationStrategyMap
class
EmbeddableRepresentationStrategyPojo
class
EntityRepresentationStrategyMap
class
EntityRepresentationStrategyPojoStandard
-
Uses of ManagedTypeRepresentationStrategy in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement ManagedTypeRepresentationStrategy Modifier and Type Class Description class
IdClassRepresentationStrategy
EmbeddableRepresentationStrategy for an IdClass mappingclass
VirtualIdRepresentationStrategy
-
Uses of ManagedTypeRepresentationStrategy in org.hibernate.metamodel.spi
Subinterfaces of ManagedTypeRepresentationStrategy in org.hibernate.metamodel.spi Modifier and Type Interface Description interface
EmbeddableRepresentationStrategy
Describes the representation of a particular embeddable type.interface
EntityRepresentationStrategy
Specialization ofManagedTypeRepresentationStrategy
for an entity type adding the ability to generate an instantiator and a proxy factory
-