Liferay 6.0.5

com.liferay.portal.kernel.dao.orm
Interface SessionFactory

All Known Implementing Classes:
AccountPersistenceImpl, AddressPersistenceImpl, AddressPersistenceImpl2, AnnouncementsDeliveryPersistenceImpl, AnnouncementsEntryFinderImpl, AnnouncementsEntryPersistenceImpl, AnnouncementsFlagPersistenceImpl, AssetCategoryFinderImpl, AssetCategoryPersistenceImpl, AssetCategoryPropertyFinderImpl, AssetCategoryPropertyPersistenceImpl, AssetEntryFinderImpl, AssetEntryPersistenceImpl, AssetLinkPersistenceImpl, AssetTagFinderImpl, AssetTagPersistenceImpl, AssetTagPropertyFinderImpl, AssetTagPropertyKeyFinderImpl, AssetTagPropertyPersistenceImpl, AssetTagStatsPersistenceImpl, AssetVocabularyPersistenceImpl, BasePersistenceImpl, BlogsEntryFinderImpl, BlogsEntryPersistenceImpl, BlogsStatsUserFinderImpl, BlogsStatsUserPersistenceImpl, BookmarksEntryFinderImpl, BookmarksEntryPersistenceImpl, BookmarksFolderPersistenceImpl, BrowserTrackerPersistenceImpl, CalEventFinderImpl, CalEventPersistenceImpl, ClassNamePersistenceImpl, ClusterGroupPersistenceImpl, CompanyPersistenceImpl, ContactPersistenceImpl, CounterFinderImpl, CounterPersistenceImpl, CountryPersistenceImpl, CyrusUserPersistenceImpl, CyrusVirtualPersistenceImpl, DLFileEntryFinderImpl, DLFileEntryPersistenceImpl, DLFileRankPersistenceImpl, DLFileShortcutPersistenceImpl, DLFileVersionPersistenceImpl, DLFolderFinderImpl, DLFolderPersistenceImpl, EmailAddressPersistenceImpl, ExpandoColumnPersistenceImpl, ExpandoRowPersistenceImpl, ExpandoTablePersistenceImpl, ExpandoValuePersistenceImpl, GroupFinderImpl, GroupPersistenceImpl, IGFolderPersistenceImpl, IGImageFinderImpl, IGImagePersistenceImpl, ImagePersistenceImpl, JournalArticleFinderImpl, JournalArticleImagePersistenceImpl, JournalArticlePersistenceImpl, JournalArticleResourcePersistenceImpl, JournalContentSearchPersistenceImpl, JournalFeedFinderImpl, JournalFeedPersistenceImpl, JournalStructureFinderImpl, JournalStructurePersistenceImpl, JournalTemplateFinderImpl, JournalTemplatePersistenceImpl, LayoutFinderImpl, LayoutPersistenceImpl, LayoutPrototypePersistenceImpl, LayoutSetPersistenceImpl, LayoutSetPrototypePersistenceImpl, ListTypePersistenceImpl, LockPersistenceImpl, MBBanPersistenceImpl, MBCategoryFinderImpl, MBCategoryPersistenceImpl, MBDiscussionPersistenceImpl, MBMailingListPersistenceImpl, MBMessageFinderImpl, MBMessageFlagPersistenceImpl, MBMessagePersistenceImpl, MBStatsUserPersistenceImpl, MBThreadFinderImpl, MBThreadPersistenceImpl, MembershipRequestPersistenceImpl, OrganizationFinderImpl, OrganizationPersistenceImpl, OrgGroupPermissionFinderImpl, OrgGroupPermissionPersistenceImpl, OrgGroupRolePersistenceImpl, OrgLaborPersistenceImpl, PasswordPolicyFinderImpl, PasswordPolicyPersistenceImpl, PasswordPolicyRelPersistenceImpl, PasswordTrackerPersistenceImpl, PermissionFinderImpl, PermissionPersistenceImpl, PhonePersistenceImpl, PluginSettingPersistenceImpl, PollsChoiceFinderImpl, PollsChoicePersistenceImpl, PollsQuestionPersistenceImpl, PollsVotePersistenceImpl, PortletItemPersistenceImpl, PortletPersistenceImpl, PortletPreferencesFinderImpl, PortletPreferencesPersistenceImpl, RatingsEntryFinderImpl, RatingsEntryPersistenceImpl, RatingsStatsFinderImpl, RatingsStatsPersistenceImpl, RegionPersistenceImpl, ReleasePersistenceImpl, ResourceActionPersistenceImpl, ResourceCodePersistenceImpl, ResourceFinderImpl, ResourcePermissionFinderImpl, ResourcePermissionPersistenceImpl, ResourcePersistenceImpl, RoleFinderImpl, RolePersistenceImpl, SCFrameworkVersionPersistenceImpl, SCLicensePersistenceImpl, SCProductEntryPersistenceImpl, SCProductScreenshotPersistenceImpl, SCProductVersionPersistenceImpl, ServiceComponentPersistenceImpl, SessionFactoryImpl, SessionFactoryImpl, ShardPersistenceImpl, ShoppingCartPersistenceImpl, ShoppingCategoryPersistenceImpl, ShoppingCouponFinderImpl, ShoppingCouponPersistenceImpl, ShoppingItemFieldPersistenceImpl, ShoppingItemFinderImpl, ShoppingItemPersistenceImpl, ShoppingItemPricePersistenceImpl, ShoppingOrderFinderImpl, ShoppingOrderItemPersistenceImpl, ShoppingOrderPersistenceImpl, SocialActivityFinderImpl, SocialActivityPersistenceImpl, SocialEquityAssetEntryPersistenceImpl, SocialEquityHistoryPersistenceImpl, SocialEquityLogPersistenceImpl, SocialEquitySettingPersistenceImpl, SocialEquityUserPersistenceImpl, SocialRelationPersistenceImpl, SocialRequestPersistenceImpl, SubscriptionPersistenceImpl, TasksProposalFinderImpl, TasksProposalPersistenceImpl, TasksReviewPersistenceImpl, TeamFinderImpl, TeamPersistenceImpl, TicketPersistenceImpl, UserFinderImpl, UserGroupFinderImpl, UserGroupGroupRolePersistenceImpl, UserGroupPersistenceImpl, UserGroupRoleFinderImpl, UserGroupRolePersistenceImpl, UserIdMapperPersistenceImpl, UserPersistenceImpl, UserTrackerPathPersistenceImpl, UserTrackerPersistenceImpl, WebDAVPropsPersistenceImpl, WebsitePersistenceImpl, WikiNodePersistenceImpl, WikiPageFinderImpl, WikiPagePersistenceImpl, WikiPageResourcePersistenceImpl, WorkflowDefinitionLinkPersistenceImpl, WorkflowInstanceLinkPersistenceImpl

public interface SessionFactory


Method Summary
 void closeSession(Session session)
           
 Dialect getDialect()
           
 Session openNewSession(Connection connection)
           
 Session openSession()
           
 

Method Detail

closeSession

void closeSession(Session session)
                  throws ORMException
Throws:
ORMException

getDialect

Dialect getDialect()
                   throws ORMException
Throws:
ORMException

openNewSession

Session openNewSession(Connection connection)
                       throws ORMException
Throws:
ORMException

openSession

Session openSession()
                    throws ORMException
Throws:
ORMException

Liferay 6.0.5