Interface JaxbStandardAttribute

All Superinterfaces:
JaxbPersistentAttribute
All Known Subinterfaces:
JaxbPluralAttribute, JaxbSingularAssociationAttribute
All Known Implementing Classes:
JaxbAnyMappingImpl, JaxbBasicImpl, JaxbElementCollectionImpl, JaxbManyToManyImpl, JaxbManyToOneImpl, JaxbOneToManyImpl, JaxbOneToOneImpl, JaxbPluralAnyMappingImpl, JaxbTenantIdImpl

public interface JaxbStandardAttribute extends JaxbPersistentAttribute
Commonality between non-id, non-version and non-embedded. Basically attributes that JPA defines as fetchable or not.
  • Method Details