Package org.hibernate.boot.jaxb.mapping
Interface ToOneAttribute
-
- All Superinterfaces:
AssociationAttribute
,FetchableAttribute
,PersistentAttribute
- All Known Implementing Classes:
JaxbManyToOne
,JaxbOneToOne
public interface ToOneAttribute extends AssociationAttribute
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JaxbSingularFetchMode
getFetchMode()
void
setFetchMode(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)
-
-