Interface JaxbPersistentAttribute
- All Known Subinterfaces:
JaxbAnyMapping
,JaxbAssociationAttribute
,JaxbCascadableAttribute
,JaxbEmbeddedMapping
,JaxbLockableAttribute
,JaxbNotFoundCapable
,JaxbPluralAttribute
,JaxbSingularAssociationAttribute
,JaxbSingularAttribute
,JaxbStandardAttribute
- All Known Implementing Classes:
JaxbAnyMappingImpl
,JaxbBasicImpl
,JaxbElementCollectionImpl
,JaxbEmbeddedIdImpl
,JaxbEmbeddedImpl
,JaxbIdImpl
,JaxbManyToManyImpl
,JaxbManyToOneImpl
,JaxbOneToManyImpl
,JaxbOneToOneImpl
,JaxbPluralAnyMappingImpl
,JaxbTenantIdImpl
,JaxbVersionImpl
public interface JaxbPersistentAttribute
Common interface for JAXB bindings that represent persistent attributes.
-
Method Summary
Modifier and TypeMethodDescriptionJPA's way to specify an access-strategyHibernate's pluggable access-strategy supportgetName()
The attribute's namevoid
setAccess
(AccessType accessType) void
setAttributeAccessor
(String value) void
-
Method Details
-
getName
String getName()The attribute's name -
setName
-
getAccess
AccessType getAccess()JPA's way to specify an access-strategy -
setAccess
-
getAttributeAccessor
String getAttributeAccessor()Hibernate's pluggable access-strategy support -
setAttributeAccessor
-