Class JaxbMappedSuperclassImpl

java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbMappedSuperclassImpl
All Implemented Interfaces:
Serializable, JaxbEntityOrMappedSuperclass, JaxbLifecycleCallbackContainer, JaxbManagedType, JaxbMappedSuperclass

public class JaxbMappedSuperclassImpl extends Object implements Serializable, JaxbMappedSuperclass
Defines the settings and mappings for a mapped superclass. Is allowed to be sparsely populated and used in conjunction with the annotations. Alternatively, the metadata-complete attribute can be used to indicate that no annotations are to be processed If this is the case then the defaulting rules will be recursively applied.
See Also: