Uses of Class
io.github.mmm.entity.property.id.IdPropertyBuilder
-
Packages that use IdPropertyBuilder Package Description io.github.mmm.entity.property.builder io.github.mmm.entity.property.id Contains property support for IDs. -
-
Uses of IdPropertyBuilder in io.github.mmm.entity.property.builder
Methods in io.github.mmm.entity.property.builder that return IdPropertyBuilder Modifier and Type Method Description default <E extends Entity>
IdPropertyBuilder<E>EntityPropertyBuilders. newId(IdFactory<?,?,?> idFactory, Class<E> entityClass)
-
Uses of IdPropertyBuilder in io.github.mmm.entity.property.id
Methods in io.github.mmm.entity.property.id that return IdPropertyBuilder Modifier and Type Method Description IdPropertyBuilder<E>
IdPropertyBuilder. entityClass(Class<E> entityType)
IdPropertyBuilder<E>
IdPropertyBuilder. idFactory(IdFactory<?,?,?> factory)
Methods in io.github.mmm.entity.property.id that return types with arguments of type IdPropertyBuilder Modifier and Type Method Description protected ValidatorBuilderObject<Id<E>,IdPropertyBuilder<E>>
IdPropertyBuilder. createValidatorBuilder()
-