Class JaxbEntity

  • All Implemented Interfaces:
    java.io.Serializable, EntityOrMappedSuperclass, LifecycleCallbackContainer, ManagedType

    public class JaxbEntity
    extends java.lang.Object
    implements java.io.Serializable, EntityOrMappedSuperclass, LifecycleCallbackContainer, ManagedType
    Defines the settings and mappings for an entity. 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 on the entity class (and its fields or properties) are to be processed. If this is the case then the defaulting rules for the entity and its subelements will be recursively applied.
    See Also:
    Serialized Form