Package org.hibernate.boot.jaxb.mapping
Interface NaturalId
public interface NaturalId
JAXB binding interface for natural-id definitions
- Author:
- Steve Ebersole
-
Method Summary
Modifier and TypeMethodDescriptionThe cache config associated with this natural-id
-
Method Details
-
getCaching
JaxbCaching getCaching()The cache config associated with this natural-id -
getBasicAttributes
-
getManyToOneAttributes
List<JaxbManyToOne> getManyToOneAttributes()
-