Package org.hibernate.boot.jaxb.mapping
Interface AssociationAttribute
- All Superinterfaces:
FetchableAttribute,PersistentAttribute
- All Known Subinterfaces:
ToOneAttribute
- All Known Implementing Classes:
JaxbManyToMany,JaxbManyToOne,JaxbOneToMany,JaxbOneToOne
JAXB binding interface for association attributes (to-one and plural mappings)
- Author:
- Steve Ebersole
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetCascade(JaxbCascadeType value) voidsetJoinTable(JaxbJoinTable value) voidsetTargetEntity(String value) Methods inherited from interface org.hibernate.boot.jaxb.mapping.FetchableAttribute
getFetch, setFetchMethods inherited from interface org.hibernate.boot.jaxb.mapping.PersistentAttribute
getAccess, getAttributeAccessor, getName, setAccess, setAttributeAccessor, setName
-
Method Details
-
getJoinTable
JaxbJoinTable getJoinTable() -
setJoinTable
-
getCascade
JaxbCascadeType getCascade() -
setCascade
-
getTargetEntity
String getTargetEntity() -
setTargetEntity
-