Package org.hibernate.boot.jaxb.mapping
Interface FetchableAttribute
-
- All Superinterfaces:
PersistentAttribute
- All Known Subinterfaces:
AssociationAttribute
,CollectionAttribute
,ToOneAttribute
- All Known Implementing Classes:
JaxbElementCollection
,JaxbManyToMany
,JaxbManyToOne
,JaxbOneToMany
,JaxbOneToOne
public interface FetchableAttribute extends PersistentAttribute
JAXB binding interface for EAGER/LAZY- API Note:
- All standard attributes are fetchable (basics allow FetchType as well); this contract distinguishes ANY mappings which are always eager and so do not allow specifying FetchType.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FetchType
getFetch()
void
setFetch(FetchType value)
-
Methods inherited from interface org.hibernate.boot.jaxb.mapping.PersistentAttribute
getAccess, getAttributeAccessor, getName, setAccess, setAttributeAccessor, setName
-
-