Uses of Enum Class
org.hibernate.metamodel.RepresentationMode
Packages that use RepresentationMode
Package
Description
This package defines the central Hibernate APIs, beginning with
SessionFactory
, which represents an instance of
Hibernate at runtime and is the source of new instances of
Session
and StatelessSession
,
the most important APIs exposing persistence-related operations for
entities.JAXB details.
This package defines an API for accessing the runtime metamodel describing persistent
entities in Java and their mappings to the relational database schema.
Defines the runtime domain metamodel, which describes the Java aspect of
the application's domain model parts (entities, attributes).
An SPI supporting custom instantiation of
entity instances and
embeddable objects.
Contains various implementations of
PropertyAccessStrategy
.An SPI abstracting how persistent attributes of an entity or embeddable type
are accessed by Hibernate.
Nodes representing path expressions in the SQM tree.
-
Uses of RepresentationMode in org.hibernate
Methods in org.hibernate with parameters of type RepresentationModeModifier and TypeMethodDescriptiondefault Object
Interceptor.instantiate
(String entityName, RepresentationMode representationMode, Object id) Instantiate the entity. -
Uses of RepresentationMode in org.hibernate.boot.jaxb.hbm.internal
Methods in org.hibernate.boot.jaxb.hbm.internal that return RepresentationModeMethods in org.hibernate.boot.jaxb.hbm.internal with parameters of type RepresentationModeModifier and TypeMethodDescriptionstatic String
RepresentationModeConverter.toXml
(RepresentationMode entityMode) -
Uses of RepresentationMode in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as RepresentationModeMethods in org.hibernate.boot.jaxb.hbm.spi that return RepresentationModeModifier and TypeMethodDescriptionJaxbHbmTuplizerType.getEntityMode()
Gets the value of the entityMode property.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type RepresentationModeModifier and TypeMethodDescriptionAdapter4.marshal
(RepresentationMode value) void
JaxbHbmTuplizerType.setEntityMode
(RepresentationMode value) Sets the value of the entityMode property. -
Uses of RepresentationMode in org.hibernate.metamodel
Methods in org.hibernate.metamodel that return RepresentationModeModifier and TypeMethodDescriptionstatic RepresentationMode
RepresentationMode.fromExternalName
(String externalName) static RepresentationMode
Returns the enum constant of this class with the specified name.static RepresentationMode[]
RepresentationMode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RepresentationMode in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return RepresentationMode -
Uses of RepresentationMode in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return RepresentationMode -
Uses of RepresentationMode in org.hibernate.metamodel.model.domain
Methods in org.hibernate.metamodel.model.domain that return RepresentationModeModifier and TypeMethodDescriptionAbstractManagedType.getRepresentationMode()
ManagedDomainType.getRepresentationMode()
-
Uses of RepresentationMode in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return RepresentationModeModifier and TypeMethodDescriptionManagedTypeRepresentationStrategy.getMode()
The mode represented -
Uses of RepresentationMode in org.hibernate.property.access.internal
Methods in org.hibernate.property.access.internal with parameters of type RepresentationModeModifier and TypeMethodDescriptionPropertyAccessStrategyResolverStandardImpl.resolvePropertyAccessStrategy
(Class<?> containerClass, String explicitAccessStrategyName, RepresentationMode representationMode) -
Uses of RepresentationMode in org.hibernate.property.access.spi
Methods in org.hibernate.property.access.spi with parameters of type RepresentationModeModifier and TypeMethodDescriptionPropertyAccessStrategyResolver.resolvePropertyAccessStrategy
(Class<?> containerClass, String explicitAccessStrategyName, RepresentationMode representationMode) Resolve the PropertyAccessStrategy to use -
Uses of RepresentationMode in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return RepresentationMode