Package io.objectbox

Class Property<ENTITY>

  • All Implemented Interfaces:
    java.io.Serializable

    public class Property<ENTITY>
    extends java.lang.Object
    implements java.io.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:
    Serialized Form