Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CREATED_BY |
"createdBy" |
public static final String |
CREATED_DATE |
"createdDate" |
public static final String |
LAST_MODIFIED_BY |
"lastModifiedBy" |
public static final String |
LAST_MODIFIED_DATE |
"lastModifiedDate" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ID |
"id" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
serialVersionUID |
1L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BEAN_CONFIGURER_ASPECT_BEAN_NAME |
"org.springframework.context.config.internalBeanConfigurerAspect" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
COUNT_QUERY_STRING |
"select count(%s) from %s x" |
public static final String |
DELETE_ALL_QUERY_BY_ID_STRING |
"delete from %s x where %s in :ids" |
public static final String |
DELETE_ALL_QUERY_STRING |
"delete from %s x" |
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.