org.springframework.datastore.mapping.config
Interface GormProperties


public interface GormProperties

Reserved static property names used by GORM to evaluate GORM-style syntax

Since:
1.0

Field Summary
static String BELONGS_TO
           
static String DATE_CREATED
           
static String EMBEDDED
           
static String HAS_MANY
           
static String HAS_ONE
           
static String IDENTITY
           
static String LAST_UPDATED
           
static String MAPPED_BY
           
static String MAPPING
           
static String MAPPING_STRATEGY
           
static String NAMED_QUERIES
           
static String TRANSIENT
           
static String VERSION
           
 

Field Detail

IDENTITY

static final String IDENTITY
See Also:
Constant Field Values

VERSION

static final String VERSION
See Also:
Constant Field Values

TRANSIENT

static final String TRANSIENT
See Also:
Constant Field Values

MAPPING_STRATEGY

static final String MAPPING_STRATEGY
See Also:
Constant Field Values

MAPPED_BY

static final String MAPPED_BY
See Also:
Constant Field Values

BELONGS_TO

static final String BELONGS_TO
See Also:
Constant Field Values

HAS_MANY

static final String HAS_MANY
See Also:
Constant Field Values

HAS_ONE

static final String HAS_ONE
See Also:
Constant Field Values

DATE_CREATED

static final String DATE_CREATED
See Also:
Constant Field Values

MAPPING

static final String MAPPING
See Also:
Constant Field Values

NAMED_QUERIES

static final String NAMED_QUERIES
See Also:
Constant Field Values

LAST_UPDATED

static final String LAST_UPDATED
See Also:
Constant Field Values

EMBEDDED

static final String EMBEDDED
See Also:
Constant Field Values