Interface JaxbBaseAttributesContainer
- All Known Subinterfaces:
JaxbAttributesContainer
,JaxbNaturalId
- All Known Implementing Classes:
JaxbAttributesContainerImpl
,JaxbEmbeddableAttributesContainerImpl
,JaxbNaturalIdImpl
public interface JaxbBaseAttributesContainer
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getBasicAttributes
List<JaxbBasicImpl> getBasicAttributes() -
getEmbeddedAttributes
List<JaxbEmbeddedImpl> getEmbeddedAttributes() -
getManyToOneAttributes
List<JaxbManyToOneImpl> getManyToOneAttributes() -
getAnyMappingAttributes
List<JaxbAnyMappingImpl> getAnyMappingAttributes()
-