Interface ManagedType

All Known Subinterfaces:
EntityOrMappedSuperclass
All Known Implementing Classes:
JaxbEmbeddable, JaxbEntity, JaxbMappedSuperclass

public interface ManagedType
Common interface for JAXB bindings representing entities, mapped-superclasses and embeddables (JPA collective calls these "managed types" in terms of its Metamodel api).
Author:
Strong Liu, Steve Ebersole
  • Method Details

    • getDescription

      String getDescription()
    • setDescription

      void setDescription(String value)
    • getClazz

      String getClazz()
    • setClazz

      void setClazz(String className)
    • isMetadataComplete

      Boolean isMetadataComplete()
    • setMetadataComplete

      void setMetadataComplete(Boolean isMetadataComplete)
    • getAccess

      AccessType getAccess()
    • setAccess

      void setAccess(AccessType value)
    • getAttributes

      AttributesContainer getAttributes()