Uses of Interface
org.hibernate.boot.jaxb.mapping.ManagedType
-
Packages that use ManagedType Package Description org.hibernate.boot.jaxb.mapping org.hibernate.boot.model.internal -
-
Uses of ManagedType in org.hibernate.boot.jaxb.mapping
Subinterfaces of ManagedType in org.hibernate.boot.jaxb.mapping Modifier and Type Interface Description interfaceEntityOrMappedSuperclassJAXB binding interface for commonality between entity and mapped-superclass mappingsClasses in org.hibernate.boot.jaxb.mapping that implement ManagedType Modifier and Type Class Description classJaxbEmbeddableSee `@jakarta.persistence.Embeddable`classJaxbEntitySee jakarta.persistence.Entity Defines the settings and mappings for an entity.classJaxbMappedSuperclassSee `@jakarta.persistence.MappedSuperclass` -
Uses of ManagedType in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return ManagedType Modifier and Type Method Description ManagedTypeXMLContext. getManagedTypeOverride(String className)Methods in org.hibernate.boot.model.internal with parameters of type ManagedType Modifier and Type Method Description voidPropertyMappingElementCollector. collectTenantIdIfMatching(ManagedType managedType)
-