public static class EntityDefinition.EntityDefinitionBuilder extends ClientsClassDefinition.ClientsClassDefinitionBuilder<EntityDefinition.EntityDefinitionBuilder>
EntityDefinitionBuilder.entityDefinition(entity)
.withIdPropertyName(idPropertyName)
.withIgnoredProperties(ignoredProperties)
.withTypeName(typeName)
.build()
| Modifier and Type | Method and Description |
|---|---|
EntityDefinition |
build() |
static EntityDefinition.EntityDefinitionBuilder |
entityDefinition(java.lang.Class<?> entity) |
EntityDefinition.EntityDefinitionBuilder |
withIdPropertyName(java.lang.String idPropertyName) |
withIgnoredProperties, withTypeNamepublic static EntityDefinition.EntityDefinitionBuilder entityDefinition(java.lang.Class<?> entity)
public EntityDefinition.EntityDefinitionBuilder withIdPropertyName(java.lang.String idPropertyName)
public EntityDefinition build()