Uses of Class
org.hibernate.metamodel.RepresentationMode
-
Packages that use RepresentationMode Package Description org.hibernate This package defines the central Hibernate APIs, beginning withSessionFactory
, which represents an instance of Hibernate at runtime and is the source of new instances ofSession
andStatelessSession
, the most important APIs exposing persistence-related operations for entities.org.hibernate.boot.jaxb.hbm.internal JAXB details.org.hibernate.boot.jaxb.hbm.spi org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.metamodel This package defines an API for accessing the runtime metamodel describing persistent entities in Java and their mappings to the relational database schema.org.hibernate.metamodel.internal org.hibernate.metamodel.mapping.internal org.hibernate.metamodel.model.domain Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects.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.query.sqm.tree.domain Nodes representing path expressions in the SQM tree. -
-
Uses of RepresentationMode in org.hibernate
Methods in org.hibernate with parameters of type RepresentationMode Modifier and Type Method Description default 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 RepresentationMode Modifier and Type Method Description static RepresentationMode
RepresentationModeConverter. fromXml(String name)
Methods in org.hibernate.boot.jaxb.hbm.internal with parameters of type RepresentationMode Modifier and Type Method Description static 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 RepresentationMode Modifier and Type Field Description protected RepresentationMode
JaxbHbmTuplizerType. entityMode
Methods in org.hibernate.boot.jaxb.hbm.spi that return RepresentationMode Modifier and Type Method Description RepresentationMode
JaxbHbmTuplizerType. getEntityMode()
Gets the value of the entityMode property.RepresentationMode
Adapter4. unmarshal(String value)
Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type RepresentationMode Modifier and Type Method Description String
Adapter4. marshal(RepresentationMode value)
void
JaxbHbmTuplizerType. setEntityMode(RepresentationMode value)
Sets the value of the entityMode property. -
Uses of RepresentationMode in org.hibernate.mapping
Methods in org.hibernate.mapping with parameters of type RepresentationMode Modifier and Type Method Description String
Property. getAccessorPropertyName(RepresentationMode mode)
-
Uses of RepresentationMode in org.hibernate.metamodel
Methods in org.hibernate.metamodel that return RepresentationMode Modifier and Type Method Description static RepresentationMode
RepresentationMode. fromExternalName(String externalName)
static RepresentationMode
RepresentationMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static RepresentationMode[]
RepresentationMode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RepresentationMode in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return RepresentationMode Modifier and Type Method Description RepresentationMode
EmbeddableRepresentationStrategyMap. getMode()
RepresentationMode
EmbeddableRepresentationStrategyPojo. getMode()
RepresentationMode
EntityRepresentationStrategyMap. getMode()
RepresentationMode
EntityRepresentationStrategyPojoStandard. getMode()
-
Uses of RepresentationMode in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return RepresentationMode Modifier and Type Method Description RepresentationMode
IdClassRepresentationStrategy. getMode()
RepresentationMode
VirtualIdRepresentationStrategy. getMode()
-
Uses of RepresentationMode in org.hibernate.metamodel.model.domain
Methods in org.hibernate.metamodel.model.domain that return RepresentationMode Modifier and Type Method Description RepresentationMode
AbstractManagedType. getRepresentationMode()
RepresentationMode
ManagedDomainType. getRepresentationMode()
-
Uses of RepresentationMode in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return RepresentationMode Modifier and Type Method Description RepresentationMode
ManagedTypeRepresentationStrategy. getMode()
The mode represented -
Uses of RepresentationMode in org.hibernate.property.access.internal
Methods in org.hibernate.property.access.internal with parameters of type RepresentationMode Modifier and Type Method Description PropertyAccessStrategy
PropertyAccessStrategyResolverStandardImpl. 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 RepresentationMode Modifier and Type Method Description PropertyAccessStrategy
PropertyAccessStrategyResolver. 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 Modifier and Type Method Description RepresentationMode
SqmPolymorphicRootDescriptor. getRepresentationMode()
-