Uses of Interface
org.hibernate.boot.jaxb.mapping.spi.ManagedType
-
Packages that use ManagedType Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of ManagedType in org.hibernate.boot.jaxb.mapping.spi
Subinterfaces of ManagedType in org.hibernate.boot.jaxb.mapping.spi Modifier and Type Interface Description interfaceEntityOrMappedSuperclassCommon interface for JAXB bindings representing entities and mapped-superclasses.Classes in org.hibernate.boot.jaxb.mapping.spi that implement ManagedType Modifier and Type Class Description classJaxbEmbeddableDefines the settings and mappings for embeddable objects.classJaxbEntityDefines the settings and mappings for an entity.classJaxbMappedSuperclassDefines the settings and mappings for a mapped superclass.
-