MCPcopy Create free account

hub / github.com/BatooOrg/BatooJPA / functions

Functions6,989 in github.com/BatooOrg/BatooJPA

↓ 25 callersMethodsynpred23_JpqlParser
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:19313
↓ 24 callersMethodchanged
Marks the collection as changed. @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/collections/ManagedCollection.java:127
↓ 24 callersMethoderror
Convenience method to log a message @param message the message
batoo-jpa/src/main/java/org/batoo/common/log/BLogger.java:102
↓ 24 callersMethodgetJoinColumns
Returns the list of join columns of the table.. @return the list of join columns of the table. @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/JoinTableMetadata.java:47
↓ 24 callersMethodgetLength
Returns the length of the column. @return the length of the column @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/Column.java:72
↓ 24 callersMethodgetParentPath
Return the parent "node" in the path or null if no parent. @return parent
persistence-api/src/main/java/javax/persistence/criteria/Path.java:107
↓ 24 callersMethodgetPersistentAttributeType
Return the persistent attribute type for the attribute. @return persistent attribute type
persistence-api/src/main/java/javax/persistence/metamodel/Attribute.java:87
↓ 24 callersMethodloadClass
Loads the class. @param classLoader the class loader @param byteCode the bytecode @param className the name of the c
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/instance/Enhancer.java:643
↓ 24 callersMethodsynpred7_JpqlParser
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:19341
↓ 23 callersMethodequals
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/common/util/Pair.java:76
↓ 23 callersMethodgetStatus
Returns the status. @return the status @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/instance/ManagedInstance.java:590
↓ 22 callersMethodgetManagedInstance
Returns the managed instance of the managed collection. @return the managed instance of the managed collection @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/collections/ManagedCollection.java:178
↓ 22 callersMethodstring_primary
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:12844
↓ 22 callersMethodsynpred27_JpqlParser
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:19355
↓ 21 callersMethodemf
Returns the Entity Manager Factory. @return the Entity Manager Factory @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/BaseCoreTest.java:239
↓ 21 callersMethodgetColumn
Returns the column of the mapping. @return the column of the mapping @since 2.0.1
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/mapping/BasicMapping.java:47
↓ 21 callersMethodperson
()
batoo-jpa/src/test/java/org/batoo/jpa/core/test/q/criteria/simple/SimpleCriteriaTest.java:85
↓ 21 callersMethodsynpred10_JpqlParser
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:19047
↓ 20 callersMethodgetInstance
Returns the managed instance based on the id. @param session the session @param row the data row @return the managed instance o
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/join/FetchParentImpl.java:617
↓ 20 callersMethodgetKey
Returns the key. @return the key @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/inheritence/single/Foo.java:70
↓ 20 callersMethodgetScale
Returns the scale of the column. @return the scale of the column @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/Column.java:117
↓ 20 callersMethodsetValue
Sets the value of the Foo1. @param value the value to set for Foo1 @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/listener/FooType.java:47
↓ 19 callersMethodgetKey
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/EntryImpl.java:84
↓ 19 callersMethodgetQName
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/generator/TableGenerator.java:103
↓ 19 callersMethodgetTransaction
Return the resource-level EntityTransaction object. The EntityTransaction instance may be used serially to begin and commit multiple transactions. @r
persistence-api/src/main/java/javax/persistence/EntityManager.java:369
↓ 19 callersMethodgetValue
Returns the value of the Foo1. @return the value of the Foo1 @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/listener/FooType.java:37
↓ 19 callersMethodhasSingleIdAttribute
Returns if the entity has single id mapping. @return <code>true</code> if the entity has single id mapping, <code>false</code> otherwise @since 2.0.
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/model/EntityTypeDescriptor.java:109
↓ 19 callersMethodisEmpty
Create a predicate that tests whether a collection is empty. @param collection expression @param <C> the type of the expression
persistence-api/src/main/java/javax/persistence/criteria/CriteriaBuilder.java:700
↓ 19 callersMethodmU
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlLexer.java:1036
↓ 18 callersMethodcreateEntityManager
Create a new application-managed EntityManager. This method returns a new EntityManager instance each time it is invoked. The isOpen method will retur
persistence-api/src/main/java/javax/persistence/EntityManagerFactory.java:31
↓ 18 callersMethodentity
Return the metamodel entity type representing the entity. @param cls the type of the represented entity @param <X> The type of
persistence-api/src/main/java/javax/persistence/metamodel/Metamodel.java:33
↓ 18 callersMethodgetForeignKey
Returns the foreign key of the mapping. @return the foreign key of the mapping @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/mapping/AssociationMapping.java:46
↓ 18 callersMethodgetPersistenceType
Return the persistence type. @return persistence type
persistence-api/src/main/java/javax/persistence/metamodel/Type.java:45
↓ 18 callersMethodgetType
Returns the root type of the mapping. @return the root type of the mapping @since 2.0.1
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/mapping/RootMapping.java:63
↓ 18 callersMethodkeySet
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/collections/ManagedMap.java:326
↓ 18 callersMethodmH
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlLexer.java:698
↓ 18 callersMethodsynpred20_JpqlParser
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:19145
↓ 17 callersMethodentrySet
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/collections/ManagedMap.java:209
↓ 17 callersMethodgetAssociations
Returns the associations of the type. @return the associations of the type @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/EntityTypeImpl.java:378
↓ 17 callersMethodgetCollectionType
Return the collection type. @return collection type
persistence-api/src/main/java/javax/persistence/metamodel/PluralAttribute.java:46
↓ 17 callersMethodgetTable
Returns the table of the column @return the table @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/Column.java:135
↓ 17 callersMethodgetTemporalType
Returns the temporal type of the mapping. @return the temporal type of the mapping, <code>null</code> @since 2.0.1
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/mapping/BasicMapping.java:74
↓ 17 callersMethodhasLength
Check that the given CharSequence is neither <code>null</code> nor of length 0. Note: Will return <code>true</code> for a CharSequence that purely con
batoo-jpa/src/main/java/org/batoo/common/util/StringUtils.java:573
↓ 17 callersMethodisLob
Returns if the column is lob type. @return true if the column is lob type, false otherwise @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/Column.java:176
↓ 17 callersMethodmD
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlLexer.java:594
↓ 17 callersMethodmakeDescription
(Class<?> returnType, Class<?>... parameters)
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/instance/Enhancer.java:663
↓ 17 callersMethodset
Set the given single value under the given key. @param key the key @param value the value to set
batoo-jpa/src/main/java/org/batoo/common/util/MultiValueMap.java:66
↓ 17 callersMethodtype
Create an expression corresponding to the type of the path. @return expression corresponding to the type of the path
persistence-api/src/main/java/javax/persistence/criteria/Path.java:114
↓ 17 callersMethodwarn
Convenience method to log a message @param message the message
batoo-jpa/src/main/java/org/batoo/common/log/BLogger.java:342
↓ 16 callersMethoddetach
detaches the child. @param connection the connection @param instance the instance @param key the key, may be null @p
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/PluralMappingEx.java:92
↓ 16 callersMethodflush
Flushes the associates. @param connection the connection to use @param managedInstance the managed instance @param removals
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/JoinedMapping.java:76
↓ 16 callersMethodgetConnection
Returns the active connection. @return the connection @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/EntityManagerImpl.java:568
↓ 16 callersMethodgetEntity
Returns the entity of the joinable. @return the entity of the joinable @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/join/Joinable.java:41
↓ 16 callersMethodgetPath
Returns the path of the mapping. @return the path of the mapping @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/mapping/Mapping.java:103
↓ 16 callersMethodgetString
Returns the string of the Foo. @return the string of the Foo @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/q/Foo.java:132
↓ 16 callersMethodinitialize
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/collections/ManagedList.java:514
↓ 16 callersMethodmM
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlLexer.java:828
↓ 16 callersMethodscalar_expression
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:5679
↓ 16 callersMethodsetAccessible
Sets the member's accessibility status. @param member the member of which to set accessibility status @param accessible true to
batoo-jpa/src/main/java/org/batoo/common/reflect/ReflectHelper.java:475
↓ 16 callersMethodsetName
Sets the name of the Employee. @param name the name to set for Employee @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/q/Employee.java:178
↓ 15 callersMethodget
Get the value of the element at the specified position in the result tuple. The first position is 0. @param i position in result tuple @re
persistence-api/src/main/java/javax/persistence/Tuple.java:18
↓ 15 callersMethodgetEntityManager
Returns the entity manager. @return the entity manager @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/SessionImpl.java:510
↓ 15 callersMethodgetInheritanceType
Returns the inheritance type of the entity. @return the inheritance type of the entity @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/type/EntityMetadata.java:107
↓ 15 callersMethodgetInverse
Returns the inverse attribute. @return the inverse attribute or null @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/AssociationMappingImpl.java:339
↓ 15 callersMethodgetMetadata
Returns the metadata of the parser. @return the metadata of the parser @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/PersistenceParser.java:61
↓ 15 callersMethodgetModel
Return the bindable object that corresponds to the path expression. @return bindable object corresponding to the path
persistence-api/src/main/java/javax/persistence/criteria/Path.java:100
↓ 15 callersMethodstate_field_path_expression
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:3815
↓ 14 callersMethodequals
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/EntryImpl.java:60
↓ 14 callersMethodgetCallbacks
(Map<EntityListenerType, List<Callback>> callbacks, EntityListenerType type)
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/CallbackManager.java:208
↓ 14 callersMethodgetClassLoader
Returns ClassLoader that the provider may use to load any classes, resources, or open URLs. @return ClassLoader that the provider may use to load any
persistence-api/src/main/java/javax/persistence/spi/PersistenceUnitInfo.java:42
↓ 14 callersMethodgetConnection
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/DataSourceProxy.java:127
↓ 14 callersMethodgetEntityManagerFactory
Return the entity manager factory for the entity manager. @return EntityManagerFactory instance @throws IllegalStateException if the enti
persistence-api/src/main/java/javax/persistence/EntityManager.java:301
↓ 14 callersMethodgetEnumType
Returns the enum type of the mapping. @return the enum type of the mapping or <code>null</code> @since 2.0.1
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/mapping/BasicMapping.java:65
↓ 14 callersMethodgetFirst
Return the first value for the given key. @param key the key @return the first value for the specified key, or <code>null</code>
batoo-jpa/src/main/java/org/batoo/common/util/MultiValueMap.java:56
↓ 14 callersMethodgetReturnType
(Class<?> paramClass)
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/instance/Enhancer.java:606
↓ 14 callersMethodgetTextMap
@return the textMap @since 2.0.1
batoo-jpa/src/test/java/org/batoo/jpa/core/test/elementcollection/Foo4.java:74
↓ 14 callersMethodisNullable
Returns the nullable of the column. @return the nullable of the column @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/Column.java:185
↓ 14 callersMethodlogRelaxed
Logs the message as warning and with exception as debug. @param e the sql exception @param message the message @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/adapter/JdbcAdaptor.java:1181
↓ 14 callersMethodnewInstance
Returns a new instance of the type @return a new instance of the type @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/EmbeddableTypeImpl.java:196
↓ 14 callersMethodperson
(int age)
batoo-jpa/src/test/java/org/batoo/jpa/core/test/q/jpql/aggregation/AggregationTest.java:63
↓ 14 callersMethodsetConverter
Sets the numeric converter of the expression @param converter the numeric converter instance @param <N> the type of the convers
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/AbstractExpression.java:233
↓ 14 callersMethodsnapshot
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/collections/ManagedList.java:738
↓ 13 callersMethodcontainsKey
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/collections/ManagedMap.java:187
↓ 13 callersMethodequal
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/CriteriaBuilderImpl.java:494
↓ 13 callersMethodequals
{@inheritDoc}
batoo-jpa/src/test/java/org/batoo/jpa/core/test/idclass/Foo.java:47
↓ 13 callersMethodgetEntities
Specifies the result set mapping to entities. @return EntityResultMetadata @since 2.0.1
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/SqlResultSetMappingMetadata.java:45
↓ 13 callersMethodgetRootMapping
Returns the entityMapping of the EntityTypeImpl. @return the entityMapping of the EntityTypeImpl @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/EntityTypeImpl.java:1485
↓ 13 callersMethodgetSchema
Returns the schema. @return the schema @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/Metadata.java:105
↓ 13 callersMethodinput_parameter
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:15856
↓ 13 callersMethodmY
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlLexer.java:1140
↓ 13 callersMethodsetManager
Sets the manager of the Employee. @param manager the manager to set for Employee @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/q/Employee.java:158
↓ 13 callersMethodsimple_arithmetic_expression
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:6493
↓ 13 callersMethodtrace
Convenience method to log a message @param message the message
batoo-jpa/src/main/java/org/batoo/common/log/BLogger.java:298
↓ 13 callersMethodtrim
Create expression to trim character from both ends of a string. @param t character to be trimmed @param x expression for string
persistence-api/src/main/java/javax/persistence/criteria/CriteriaBuilder.java:1671
↓ 12 callersMethodassertOpen
Checks if the entity manager is open. @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/EntityManagerImpl.java:136
↓ 12 callersMethodgetCascades
Returns the cascades of the association attribute. @return the cascades of the association attribute @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/attribute/AssociationAttributeMetadata.java:44
↓ 12 callersMethodgetChildren
Returns the children of the mapping. @return the children of the mapping @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/mapping/ParentMapping.java:52
↓ 12 callersMethodgetId
Returns the id of the Foo1. @return the id of the Foo1 @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/lock/Foo.java:72
↓ 12 callersMethodgetIdMapping
Returns the id mapping of the entity. @return the id mapping of the entity @since 2.0.1
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/model/EntityTypeDescriptor.java:60
↓ 12 callersMethodgetJoinTable
Returns the join table for the relation. <p> This is, for associations the JoinTable, for element collections the CollectionTable. @return the table
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/JoinedMapping.java:96
← previousnext →101–200 of 6,989, ranked by callers