Uses of Class
org.hibernate.type.EntityType
Packages that use EntityType
Package
Description
This package abstracts persistence mechanisms for entities.
A Hibernate
Type is a strategy for mapping a Java
property type to a JDBC type or types.-
Uses of EntityType in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal with parameters of type EntityTypeModifier and TypeMethodDescriptionstatic ToOneAttributeMappingMappingModelCreationHelper.buildSingularAssociationAttributeMapping(String attrName, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, EntityPersister declaringEntityPersister, EntityType attrType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess) For Hibernate Reactivestatic ToOneAttributeMappingMappingModelCreationHelper.buildSingularAssociationAttributeMapping(String attrName, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, EntityPersister declaringEntityPersister, EntityType attrType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess, Function<ToOneAttributeMapping, ToOneAttributeMapping> mappingConverter) -
Uses of EntityType in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return EntityTypeModifier and TypeMethodDescriptionAbstractEntityPersister.getEntityType()OuterJoinLoadable.getEntityType()Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.hibernate.persister.entity with parameters of type EntityTypeModifier and TypeMethodDescriptionprotected AttributeMappingAbstractEntityPersister.buildSingularAssociationAttributeMapping(String attrName, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, EntityPersister declaringEntityPersister, EntityType attrType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess) For Hibernate Reactiveprotected voidAbstractPropertyMapping.initIdentifierPropertyPaths(String path, EntityType etype, String[] columns, String[] columnReaders, String[] columnReaderTemplates, String[] formulaTemplates, Metadata factory) Deprecated, for removal: This API element is subject to removal in a future version.protected voidAbstractPropertyMapping.initIdentifierPropertyPaths(String path, EntityType etype, String[] columns, String[] columnReaders, String[] columnReaderTemplates, Metadata factory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of EntityType in org.hibernate.tuple.entity
Methods in org.hibernate.tuple.entity that return EntityTypeModifier and TypeMethodDescriptionEntityMetamodel.getEntityType()Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of EntityType in org.hibernate.type
Subclasses of EntityType in org.hibernate.typeModifier and TypeClassDescriptionclassA many-to-one association to an entity.classA one-to-one association to an entityclassA one-to-one association that maps to specific formula(s) instead of the primary key column of the owning entity.Constructors in org.hibernate.type with parameters of type EntityTypeModifierConstructorDescriptionprotectedEntityType(EntityType original, String superTypeEntityName)