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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description jakarta.persistence.FetchType
getFetch()
void
setFetch(jakarta.persistence.FetchType value)
-
Methods inherited from interface org.hibernate.boot.jaxb.mapping.PersistentAttribute
getAccess, getAttributeAccessor, getName, setAccess, setAttributeAccessor, setName
-
-