@NamedEntityGraph(name = "Group.withTitle", attributeNodes = {
@NamedAttributeNode(value = "title", subgraph = "LocalizedString.withLocalizedValues")
}, subgraphs = {
@NamedSubgraph(name = "LocalizedString.withLocalizedValues", type = LocalizedString.class, attributeNodes = @NamedAttributeNode("localizedValues"))
})