Class SelfProperty<E extends Persistent>

Type Parameters:
E - type of the property
All Implemented Interfaces:
PathProperty<E>, Property<E>, RelationshipProperty<E>

public class SelfProperty<E extends Persistent> extends EntityProperty<E>
Property that represents root entity

Usage example:

List<Object[]> result = Artist.SELF
    .columnQuery(Artist.SELF, Artist.PAINTING_ARRAY.count())
    .select(context);
Since:
5.0