Package org.hibernate.boot.jaxb.mapping
Interface NaturalId
-
public interface NaturalIdJAXB binding interface for natural-id definitions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<JaxbBasic>getBasicAttributes()JaxbCachinggetCaching()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()
-
-