Uses of Enum Class
jakarta.persistence.metamodel.Type.PersistenceType
Packages that use Type.PersistenceType
Package
Description
Jakarta Persistence Metamodel API
Package defining bytecode code enhancement (instrumentation) support.
Defines the runtime domain metamodel, which describes the Java aspect of
the application's domain model parts (entities, attributes).
Implementation of the SPI for the runtime domain metamodel.
Nodes representing path expressions in the SQM tree.
-
Uses of Type.PersistenceType in jakarta.persistence.metamodel
Methods in jakarta.persistence.metamodel that return Type.PersistenceTypeModifier and TypeMethodDescriptionType.getPersistenceType()Return the persistence type.static Type.PersistenceTypeReturns the enum constant of this class with the specified name.static Type.PersistenceType[]Type.PersistenceType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Type.PersistenceType in org.hibernate.bytecode.enhance.spi
Methods in org.hibernate.bytecode.enhance.spi with parameters of type Type.PersistenceTypeModifier and TypeMethodDescriptionvoidDefaultEnhancementContext.registerDiscoveredType(UnloadedClass classDescriptor, Type.PersistenceType type) voidEnhancementContext.registerDiscoveredType(UnloadedClass classDescriptor, Type.PersistenceType type) voidEnhancementContextWrapper.registerDiscoveredType(UnloadedClass classDescriptor, Type.PersistenceType type) -
Uses of Type.PersistenceType in org.hibernate.metamodel.model.domain
Methods in org.hibernate.metamodel.model.domain that return Type.PersistenceTypeModifier and TypeMethodDescriptiondefault Type.PersistenceTypeBasicDomainType.getPersistenceType() -
Uses of Type.PersistenceType in org.hibernate.metamodel.model.domain.internal
Methods in org.hibernate.metamodel.model.domain.internal that return Type.PersistenceTypeModifier and TypeMethodDescriptionAbstractDiscriminatorSqmPathSource.getPersistenceType()AnyDiscriminatorSqmPathSource.getPersistenceType()AnyMappingDomainTypeImpl.getPersistenceType()ArrayTupleType.getPersistenceType()BasicSqmPathSource.getPersistenceType()BasicTypeImpl.getPersistenceType()EmbeddableTypeImpl.getPersistenceType()EntityTypeImpl.getPersistenceType()MappedSuperclassTypeImpl.getPersistenceType() -
Uses of Type.PersistenceType in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return Type.PersistenceType -
Uses of Type.PersistenceType in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return Type.PersistenceType