Package org.hibernate.boot.jaxb.mapping
Interface ToOneAttribute
- All Superinterfaces:
AssociationAttribute,FetchableAttribute,PersistentAttribute
- All Known Implementing Classes:
JaxbManyToOne,JaxbOneToOne
public interfaceToOneAttributeextendsAssociationAttribute
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JaxbSingularFetchModegetFetchMode()voidsetFetchMode(JaxbSingularFetchMode mode)Methods inherited from interface org.hibernate.boot.jaxb.mapping.AssociationAttribute
getCascade,getJoinTable,getTargetEntity,setCascade,setJoinTable,setTargetEntity
Methods inherited from interface org.hibernate.boot.jaxb.mapping.FetchableAttribute
getFetch,setFetch
Methods inherited from interface org.hibernate.boot.jaxb.mapping.PersistentAttribute
getAccess,getAttributeAccessor,getName,setAccess,setAttributeAccessor,setName
Method Detail
getFetchMode
JaxbSingularFetchMode getFetchMode()
setFetchMode
void setFetchMode(JaxbSingularFetchMode mode)