Package io.objectbox.generator.model
-
Interface Summary Interface Description HasParsedElement A model parser can set any object for future reference; e.g. -
Class Summary Class Description Entity Model class for an entity: a Java data object mapped to a data base representation.Property Model class for an entity's property: a Java property mapped to a data base representation.Property.PropertyBuilder Schema The "root" model class to which you can add entities to.ToManyBase Base class for to-many relationship from source entities to target entities. -
Enum Summary Enum Description PropertyType Currently available types for properties. -
Exception Summary Exception Description ModelException Thrown when there is a configuration issue with the model that can be resolved by the user.ModelRuntimeException Thrown when the model was configured incorrectly.