com.foreach.across.modules.entity.EntityAttributes Maven / Gradle / Ivy
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