Package org.hibernate.boot.jaxb.mapping
Interface NaturalId
-
public interface NaturalId
JAXB binding interface for natural-id definitions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<JaxbBasic>
getBasicAttributes()
JaxbCaching
getCaching()
The cache config associated with this natural-idList<JaxbManyToOne>
getManyToOneAttributes()
-
-
-
Method Detail
-
getCaching
JaxbCaching getCaching()
The cache config associated with this natural-id
-
getManyToOneAttributes
List<JaxbManyToOne> getManyToOneAttributes()
-
-