Package io.objectbox

Class Property<ENTITY>

java.lang.Object
io.objectbox.Property<ENTITY>
All Implemented Interfaces:
Serializable

public class Property<ENTITY> extends Object implements Serializable
Meta data describing a Property of an ObjectBox Entity. Properties are typically used when defining Query conditions using QueryBuilder. Access properties using the generated underscore class of an entity (e.g. Example_.id).
See Also: