Interface JaxbManagedType
- All Known Subinterfaces:
JaxbEmbeddable,JaxbEntity,JaxbEntityOrMappedSuperclass,JaxbMappedSuperclass
- All Known Implementing Classes:
JaxbEmbeddableImpl,JaxbEntityImpl,JaxbMappedSuperclassImpl
public interface JaxbManagedType
Common interface for JAXB bindings representing entities, mapped-superclasses and embeddables (JPA collective
calls these "managed types" in terms of its Metamodel api).
-
Method Summary
Modifier and TypeMethodDescription@Nullable AccessType@Nullable JaxbAttributesContainer@Nullable StringgetClazz()@Nullable String@Nullable BooleanvoidsetAccess(@Nullable AccessType value) voidvoidsetDescription(@Nullable String value) voidsetMetadataComplete(@Nullable Boolean isMetadataComplete)
-
Method Details
-
getDescription
@Nullable String getDescription() -
setDescription
-
getClazz
@Nullable String getClazz() -
setClazz
-
isMetadataComplete
@Nullable Boolean isMetadataComplete() -
setMetadataComplete
-
getAccess
@Nullable AccessType getAccess() -
setAccess
-
getAttributes
@Nullable JaxbAttributesContainer getAttributes()
-