static EntityId |
EntityId.from(Map<String,Object> nameValues) |
static EntityId |
EntityId.from(Object entity) |
static EntityId |
EntityId.from(Object entity,
Collection<String> idPropNames) |
static EntityId |
EntityId.from(String entityName,
Map<String,Object> nameValues) |
static EntityId |
EntityId.of(String propName,
Object propValue) |
static EntityId |
EntityId.of(String propName1,
Object propValue1,
String propName2,
Object propValue2) |
static EntityId |
EntityId.of(String propName1,
Object propValue1,
String propName2,
Object propValue2,
String propName3,
Object propValue3) |
static EntityId |
EntityId.of(String entityName,
String propName,
Object propValue) |
static EntityId |
EntityId.of(String entityName,
String propName1,
Object propValue1,
String propName2,
Object propValue2) |
static EntityId |
EntityId.of(String entityName,
String propName1,
Object propValue1,
String propName2,
Object propValue2,
String propName3,
Object propValue3) |