Uses of Class
org.hibernate.metamodel.RepresentationMode
-
Packages that use RepresentationMode Package Description org.hibernate org.hibernate.boot.jaxb.hbm.internal JAXB details.org.hibernate.boot.jaxb.hbm.spi org.hibernate.mapping org.hibernate.metamodel org.hibernate.metamodel.internal org.hibernate.metamodel.mapping.internal org.hibernate.metamodel.model.domain Hibernate extensions to and implementations of the JPA metamodelorg.hibernate.metamodel.spi org.hibernate.property.access.internal org.hibernate.property.access.spi Defines strategies for accessing the persistent properties of an entity or composite.org.hibernate.query.sqm.tree.domain -
-
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)
String
PersistentClass. getTuplizerImplClassName(RepresentationMode mode)
String
Subclass. getTuplizerImplClassName(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()
-