Uses of Class
com.jbstrap.core.dao.exception.RowCountException
-
Uses of RowCountException in com.jbstrap.core.dao
Modifier and TypeMethodDescriptionabstract long
DaoWithDomain.getRowCount
(T transaction, Class<?> type, D dataDescriptor, Client client, Criteria criteria) Gets a row count, with the specified parameters.abstract long
StandardDao.getRowCount
(T transaction, D dataDescriptor, Client client, Criteria criteria) Gets a row count, with the specified parameters. -
Uses of RowCountException in com.jbstrap.core.dao.base
Modifier and TypeMethodDescriptionstatic long
JpaDaoAPI.getRowCount
(SQLTransaction transaction, JPADataDescriptor dataDescriptor) Counts and returns the rows of the specified entity based DataDescriptor record.static long
JpaDaoAPI.getRowCount
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Criteria criteria) Counts and returns the rows of the specified entity based DataDescriptor record, that meet the criteria.static long
JpaDaoAPI.getRowCount
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client) Counts and returns the rows of the specified entity based DataDescriptor record.static long
JpaDaoAPI.getRowCount
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, Criteria criteria) Counts and returns the rows of the specified entity based DataDescriptor record, that meet the criteria.static long
JpaDaoAPI.getRowCount
(SQLTransaction transaction, Class<?> type) Counts and returns the rows of the specified recordstatic long
JpaDaoAPI.getRowCount
(SQLTransaction transaction, Class<?> type, Criteria criteria) Counts and returns the rows of the specified record, that meet the criteriastatic long
JpaDaoAPI.getRowCount
(SQLTransaction transaction, Class<?> type, Client client) Counts and returns the rows of the specified recordstatic long
JpaDaoAPI.getRowCount
(SQLTransaction transaction, Class<?> type, Client client, Criteria criteria) Counts and returns the rows of the specified entity record, that meet the criteriastatic long
JpaDaoAPI.getRowCount
(JPADataDescriptor dataDescriptor) Counts and returns the rows of the specified entity based DataDescriptor record.static long
JpaDaoAPI.getRowCount
(JPADataDescriptor dataDescriptor, Criteria criteria) Counts and returns the rows of the specified entity based DataDescriptor record, that meet the criteria.static long
JpaDaoAPI.getRowCount
(JPADataDescriptor dataDescriptor, Client client) Counts and returns the rows of the specified entity based DataDescriptor record.static long
JpaDaoAPI.getRowCount
(JPADataDescriptor dataDescriptor, Client client, Criteria criteria) Counts and returns the rows of the specified entity based DataDescriptor record, that meet the criteria.static long
JpaDaoAPI.getRowCount
(Class<?> type) Counts and returns the rows of the specified recordstatic long
JpaDaoAPI.getRowCount
(Class<?> type, Criteria criteria) Counts and returns the rows of the specified record, that meet the criteriastatic long
JpaDaoAPI.getRowCount
(Class<?> type, Client client) Counts and returns the rows of the specified recordstatic long
JpaDaoAPI.getRowCount
(Class<?> type, Client client, Criteria criteria) Counts and returns the rows of the specified entity record, that meet the criteria -
Uses of RowCountException in com.jbstrap.core.meta
Modifier and TypeMethodDescriptionlong
Counts data in the DataDescriptor, following the specified criterialong
Counts data in the DataDescriptorabstract long
Gets the number of records in the database.long
Counts data in the DataDescriptor, following the specified criterialong
Counts data in the DataDescriptorlong
InMemoryDataDescriptor.countData
(NoTransaction transaction, Client client, Criteria criteria) Gets the number of records in the database.long
JPADataDescriptor.countData
(SQLTransaction transaction, Client client, Criteria criteria) Gets the number of records in the database.long
SQLDataDescriptor.countData
(SQLTransaction transaction, Client client, Criteria criteria) Gets the number of the record in the database.