Experimental).PropertyConverter for the field to support custom typesEntity.indexes()ToMany relation
E.g.: @OrderBy("name, age DESC") List collection;
If used as marker (@OrderBy List collection), then collection is ordered by primary keyProperty to specify backing column name
- Unique to put the unique constraint on backing column during table creation
- NotNull to put the NOT NULL constraint on backing column during table creationAvailable under the Apache License, Version 2.0 - Copyright © 2011-2016 greenrobot.org. All Rights Reserved.