Uses of Interface
org.hibernate.boot.jaxb.mapping.ManagedType
-
Packages that use ManagedType Package Description org.hibernate.boot.jaxb.mapping org.hibernate.cfg.annotations.reflection.internal -
-
Uses of ManagedType in org.hibernate.boot.jaxb.mapping
Subinterfaces of ManagedType in org.hibernate.boot.jaxb.mapping Modifier and Type Interface Description interface
EntityOrMappedSuperclass
JAXB binding interface for commonality between entity and mapped-superclass mappingsClasses in org.hibernate.boot.jaxb.mapping that implement ManagedType Modifier and Type Class Description class
JaxbEmbeddable
See `@jakarta.persistence.Embeddable`class
JaxbEntity
See jakarta.persistence.Entity Defines the settings and mappings for an entity.class
JaxbMappedSuperclass
See `@jakarta.persistence.MappedSuperclass` -
Uses of ManagedType in org.hibernate.cfg.annotations.reflection.internal
Methods in org.hibernate.cfg.annotations.reflection.internal that return ManagedType Modifier and Type Method Description ManagedType
XMLContext. getManagedTypeOverride(String className)
-