Interface JaxbAssociationAttribute

All Superinterfaces:
JaxbCascadableAttribute, JaxbPersistentAttribute
All Known Subinterfaces:
JaxbSingularAssociationAttribute
All Known Implementing Classes:
JaxbManyToManyImpl, JaxbManyToOneImpl, JaxbOneToManyImpl, JaxbOneToOneImpl

public interface JaxbAssociationAttribute extends JaxbCascadableAttribute
JAXB binding interface for association attributes (to-one and plural mappings)
  • Method Details

    • getTargetEntity

      String getTargetEntity()
    • setTargetEntity

      void setTargetEntity(String value)