Package org.hibernate.boot.jaxb.mapping
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 Summary
Modifier and TypeMethodDescriptiongetClazz()voidsetAccess(AccessType value) voidvoidsetDescription(String value) voidsetMetadataComplete(Boolean isMetadataComplete)
-
Method Details
-
getDescription
String getDescription() -
setDescription
-
getClazz
String getClazz() -
setClazz
-
isMetadataComplete
Boolean isMetadataComplete() -
setMetadataComplete
-
getAccess
AccessType getAccess() -
setAccess
-
getAttributes
AttributesContainer getAttributes()
-