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 Details

    • getName

      String getName()
      The attribute's name
    • setName

      void setName(String name)
    • getAccess

      AccessType getAccess()
      JPA's way to specify an access-strategy
    • setAccess

      void setAccess(AccessType accessType)
    • getAttributeAccessor

      String getAttributeAccessor()
      Hibernate's pluggable access-strategy support
    • setAttributeAccessor

      void setAttributeAccessor(String value)