@NamedEntityGraphs({
@NamedEntityGraph(
name="previewCustomer",
attributeNodes={
}),
@NamedEntityGraph(
name="Customer.fullFetch",
attributeNodes={
@NamedAttributeNode("customerId"),
@NamedAttributeNode("title"),
@NamedAttributeNode("nameAffix"),
@NamedAttributeNode("name"),
@NamedAttributeNode("firstName"),
@NamedAttributeNode("details"),
@NamedAttributeNode("contactItems"),
@NamedAttributeNode("addresses"),
@NamedAttributeNode("orderEntries")
})
})