All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.foreach.across.modules.entity.EntityAttributes Maven / Gradle / Ivy

There is a newer version: 4.5.1
Show newest version
package com.foreach.across.modules.entity;

/**
 * Contains common Entity attribute keys.
 */
public interface EntityAttributes
{
	/**
	 * Value is the name of the property that should be sorted on.
	 */
	String SORTABLE_PROPERTY = "sortableProperty";
	String PROPERTY_PERSISTENCE_METADATA = "propertyPersistenceMetadata";

	String ELEMENT_TYPE_READABLE = "elementTypeForReading";
	String ELEMENT_TYPE_WRITABLE = "elementTypeForWriting";

	String PROPERTY_GROUP = "propertyGroup";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy