Interface JaxbSingularAssociationAttribute
- All Superinterfaces:
JaxbAssociationAttribute
,JaxbCascadableAttribute
,JaxbPersistentAttribute
,JaxbSingularAttribute
,JaxbStandardAttribute
- All Known Implementing Classes:
JaxbManyToOneImpl
,JaxbOneToOneImpl
public interface JaxbSingularAssociationAttribute
extends JaxbSingularAttribute, JaxbStandardAttribute, JaxbAssociationAttribute
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Methods inherited from interface org.hibernate.boot.jaxb.mapping.spi.JaxbAssociationAttribute
getTargetEntity, setTargetEntity
Methods inherited from interface org.hibernate.boot.jaxb.mapping.spi.JaxbCascadableAttribute
getCascade, setCascade
Methods inherited from interface org.hibernate.boot.jaxb.mapping.spi.JaxbPersistentAttribute
getAccess, getAttributeAccessor, getName, setAccess, setAttributeAccessor, setName
Methods inherited from interface org.hibernate.boot.jaxb.mapping.spi.JaxbStandardAttribute
getFetch, isOptional, setFetch, setOptional
-
Method Details
-
getFetchMode
JaxbSingularFetchModeImpl getFetchMode() -
setFetchMode
-