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 ofSessionandStatelessSession, 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 ObjectInterceptor. 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 RepresentationModeRepresentationModeConverter. fromXml(String name)Methods in org.hibernate.boot.jaxb.hbm.internal with parameters of type RepresentationMode Modifier and Type Method Description static StringRepresentationModeConverter. 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 RepresentationModeJaxbHbmTuplizerType. entityModeMethods in org.hibernate.boot.jaxb.hbm.spi that return RepresentationMode Modifier and Type Method Description RepresentationModeJaxbHbmTuplizerType. getEntityMode()Gets the value of the entityMode property.RepresentationModeAdapter4. unmarshal(String value)Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type RepresentationMode Modifier and Type Method Description StringAdapter4. marshal(RepresentationMode value)voidJaxbHbmTuplizerType. 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 StringProperty. getAccessorPropertyName(RepresentationMode mode)Deprecated, for removal: This API element is subject to removal in a future version.this method is no longer used -
Uses of RepresentationMode in org.hibernate.metamodel
Methods in org.hibernate.metamodel that return RepresentationMode Modifier and Type Method Description static RepresentationModeRepresentationMode. fromExternalName(String externalName)static RepresentationModeRepresentationMode. 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 RepresentationModeEmbeddableRepresentationStrategyMap. getMode()RepresentationModeEmbeddableRepresentationStrategyPojo. getMode()RepresentationModeEntityRepresentationStrategyMap. getMode()RepresentationModeEntityRepresentationStrategyPojoStandard. 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 RepresentationModeIdClassRepresentationStrategy. getMode()RepresentationModeVirtualIdRepresentationStrategy. 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 RepresentationModeAbstractManagedType. getRepresentationMode()RepresentationModeManagedDomainType. getRepresentationMode() -
Uses of RepresentationMode in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return RepresentationMode Modifier and Type Method Description RepresentationModeManagedTypeRepresentationStrategy. 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 PropertyAccessStrategyPropertyAccessStrategyResolverStandardImpl. 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 PropertyAccessStrategyPropertyAccessStrategyResolver. 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 RepresentationModeSqmPolymorphicRootDescriptor. getRepresentationMode()
-