- find(Class<?>, Object, FindData, Session) - Method in interface no.g9.jgrape.DataService
-
Finds an object based on the primary key given in the input object.
- find(Class<?>, Object, List<String>, FindData, Session) - Method in interface no.g9.jgrape.DataService
-
Finds an object based on a candidate key.
- find(FindData, Session) - Method in interface no.g9.jgrape.DataService
-
Finds an object or a projection based on the given FindData.
- find(Class<?>, Object, FindData, Session) - Method in class no.g9.jgrape.DataServiceImpl
-
- find(Class<?>, Object, List<String>, FindData, Session) - Method in class no.g9.jgrape.DataServiceImpl
-
- find(FindData, Session) - Method in class no.g9.jgrape.DataServiceImpl
-
- find(ObjectSelection, ClientContext) - Method in class no.g9.jgrape.JGrapeLocal
-
- find(FindData, ClientContext, String) - Method in class no.g9.jgrape.JGrapeLocal
-
- find(ObjectSelection, ClientContext, Session) - Method in interface no.g9.jgrape.Manager
-
Find a single object.
- find(ObjectSelection, ClientContext, Session) - Method in class no.g9.jgrape.OsManager
-
Find a single object.
- find(ObjectSelection, ClientContext, Session) - Method in class no.g9.jgrape.Role
-
Part of the Manager interface.
- findAll(Class<?>, Object, FindData, Session) - Method in interface no.g9.jgrape.DataService
-
return purposes and if a maxSize parameter should be given as input or
set in the configuration.
- findAll(FindData, Session) - Method in interface no.g9.jgrape.DataService
-
Finds objects or projections based on the given FindData.
- findAll(Class<?>, Object, FindData, Session) - Method in class no.g9.jgrape.DataServiceImpl
-
- findAll(FindData, Session) - Method in class no.g9.jgrape.DataServiceImpl
-
- findAll(ObjectSelection, ClientContext) - Method in class no.g9.jgrape.JGrapeLocal
-
- findAll(FindData, ClientContext, String) - Method in class no.g9.jgrape.JGrapeLocal
-
- findAll(ObjectSelection, ClientContext, Session) - Method in interface no.g9.jgrape.Manager
-
Find multiple objects.
- findAll(ObjectSelection, ClientContext, Session) - Method in class no.g9.jgrape.OsManager
-
Find multiple objects.
- findAll(ObjectSelection, ClientContext, Session) - Method in class no.g9.jgrape.Role
-
Part of the Manager interface.
- findAssociated(Object, Session) - Method in interface no.g9.jgrape.DataService
-
Runs Hibernate.initialize().
- findAssociated(Object, Session) - Method in class no.g9.jgrape.DataServiceImpl
-
- findRole(String) - Method in class no.g9.jgrape.Role
-
Find an object selection role manager given name.
- flush() - Method in class no.g9.dataaccess.AbstractHibernateSession
-
- flush() - Method in interface no.g9.dataaccess.Session
-
Flush the session cache changes to the database.
- flushImpl() - Method in class no.g9.dataaccess.AbstractHibernateSession
-
Subclass specific implementation of session flush.
- flushImpl() - Method in class no.g9.dataaccess.HibernateSession
-
- flushImpl() - Method in class no.g9.dataaccess.HibernateStatelessSession
-
- fromBoolean(Boolean) - Method in class no.g9.dataaccess.usertype.TextBoolean
-
Convert from Boolean to String
- fromDate(Date) - Method in class no.g9.dataaccess.usertype.IntDate
-
Conversion from Date to int
- fromInt(int) - Method in class no.g9.dataaccess.usertype.IntDate
-
Conversion from int to Date
- fromInt(int) - Method in class no.g9.dataaccess.usertype.IntLocalDate
-
Conversion from int to LocalDate.
- fromLocalDate(LocalDate) - Method in class no.g9.dataaccess.usertype.IntLocalDate
-
Conversion from LocalDate to int.
- fromText(String) - Method in class no.g9.dataaccess.usertype.TextBoolean
-
Convert from String to Boolean
- fromXMLString(String) - Method in class no.g9.dataaccess.usertype.PersistentDateMidnight
-
- fromXMLString(String) - Method in class no.g9.dataaccess.usertype.PersistentDateTime
-
- fromXMLString(String) - Method in class no.g9.dataaccess.usertype.PersistentLocalDate
-
- fromXMLString(String) - Method in class no.g9.dataaccess.usertype.PersistentLocalDateTime
-
- fromXMLString(String) - Method in class no.g9.dataaccess.usertype.PersistentLocalTime
-